<!--

/* MAIN TAGS */
			* {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
			}

			html,body {
				margin: 0px;
				padding: 20px;
				background-color:#e8e9ee;
			}

			table {
				width:100%;
			}

			td {
				vertical-align:top;
			}

			div {
				margin:0px;
			}

			img {
				border: 0px;
			}

			a {
				color:#000;
				font-weight:bold;
				text-decoration:underline;
			}

			a:hover {
				text-decoration:none;
			}
			
			ul,ol {
				margin:10px;
				padding-left:25px;
				padding-right:5px;
			}
			li {
				margin-bottom:5px;
			}
			
			h1 {
				color:#ff6600;
				font-weight: normal;
				font-size: 24px;
				margin-bottom: 2px;
			}
			h2 {
				color:#ff6600;
				font-weight: bold;
				font-size: 18px;
				margin-bottom: 2px;
			}

			h3 {
				color:#ff6600;
				font-weight: bold;
				font-size: 14px;
				margin-bottom: 2px;
			}

			fieldset {
				border-color:#c03c15;
				border-style:solid;
				border-width:1px 1px 1px 0px;
				margin:10px;
				padding:10px;
				background-color:#FFF;
				/*background-image:url(/img/bg-box.png);
				background-position:right bottom;
				background-repeat:no-repeat;*/
			}

			fieldset p {
				margin:10px 5px 5px 10px;
			}

			legend {
				font-size:16px;
				background-color:#FFF;
				border-color:#c03c15;
				border-style:solid;
				border-width:1px 1px 0px 0px;
				padding:5px 10px 5px 10px;
				margin:0px;
			}

			legend a {
				font-size:16px;
				text-decoration:none;
			}

			legend a:hover {
				text-decoration:underline;
			}

/* COMMON CLASSES */

			.systemstatus, .error {
				border:1px solid #000;
				padding:5px;
				margin:10px;
				font-weight:bold;
				display:block;
			}

			span.title {
				border-bottom:1px dotted #000;
			}

			.no-opacity {
				opacity: 0.0;
				-moz-opacity: 0.0;
				filter: alpha(opacity=0);
			}

			.quarter-opacity {
				opacity: 0.25;
				-moz-opacity: 0.25;
				filter: alpha(opacity=25);
			}

			.half-opacity {
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter: alpha(opacity=50);
			}

			.full-opacity {
				opacity: 1.0;
				-moz-opacity: 1.0;
				filter: alpha(opacity=100);
			}

			.list_no_image {
				height:120px;
				text-align:center;
				line-height:120px;
				width:130px;
				border:1px solid #999;
			}

			table.list {
				width:100%;
			}

			table.list fieldset {
				background-color:#EEE;
				margin-top:10px;
			}

			table.list legend {
				background-color:#EEE;
				cursor:pointer;
			}

/* UNIQUE AREAS */

/* HEADER  */
			#header_box {
				padding: 0px;
				margin: 0 auto 0;
				width: 1000px;
				border:1px solid #000;
				border-bottom:0px;
			}

			#header {
				background-color:#c3c9d6;
				width: 1000px;
				height: 210px;
				background-image:url(/img/bg_header_top.png);
				background-repeat:repeat-x;
				overflow:hidden;
			}

			#logo {
				position:relative;
				left:0px;
				top:0px;
			}
			#producer {
				position:relative;
				left:290px;
				top:-200px;
			}
			#acer {
				position:absolute;
				left:240px;
				top:110px;
			}
			#grundig {
				position:absolute;
				left:40px;
				top:50px;
			}
			#panasonic {
				position:absolute;
				left:300px;
				top:50px;
			}
			#philips {
				position:absolute;
				left:20px;
				top:110px;
			}
			#samsung {
				position:absolute;
				left:500px;
				top:0px;
			}
			#sharp {
				position:absolute;
				left:280px;
				top:0px;
			}
			#sony {
				position:absolute;
				left:10px;
				top:0px;
			}
			#toshiba {
				position:absolute;
				left:450px;
				top:110px;
			}

			#horizontal_navi {
				background-color:#27425a;
				background-image:url(/img/pipe.png);
				background-repeat:repeat-x;
				width: 1000px;
				height: 35px;
				font-size:12px;
				line-height:35px;
				color:#FFF;
				text-align:left;
			}

			#horizontal_navi a {
				color:#FFF;
				font-size:16px;
				line-height:35px;
				text-decoration:none;
			}

			#horizontal_navi a:hover {
				text-decoration:underline;
			}

/* BODY */
			#body {
				padding: 10px;
				margin: 0 auto 0;
				width: 980px;
				border:1px solid #000;
				border-top:0px;
				overflow:auto;
			}

			#sidebar_a {
				width: 200px;
				float: left;
				margin-right:10px;
			}
			.box {
				border:1px solid #41688a;
				overflow-x:hidden;
				background-color:#FFF;
				margin-bottom:10px;
			}
			.box2 {
				overflow-x:hidden;
				margin-top:10px;
				text-align:center;
			}

			.title {
				height:35px;
				color:#FFF;
				font-size:16px;
				line-height:35px;
				padding-left:10px;
			}
			#sidebar_a ul {
				line-height:30px;
				margin:0px;
				list-style-type:none;
				padding-left:10px;
			}
			.light {
				background-image:url(/img/pipe_light.png);
				background-color:#41688a;
			}
			.medium {
				background-image:url(/img/pipe.png);
				background-color:#27425a;
			}
			.dark {
				background-image:url(/img/pipe_dark.png);
				background-color:#15273a;
			}

			#content {
				width:770px;
				margin:0px;
				padding:0px;
				margin-left: 210px;
			}
			#content td {
				width:50%;
			}
			
			.topics_box {
				margin-top:5px;
			}
			.topics_box .date {
				padding:10px;
				color:#FFF;
				float:left;
				width:50px;
			}
			.topics_box .link {
				padding:10px;
			}
			.topics_box .link a {
				margin-left:10px;
			}

/* FOOTER */
			#footer {
				padding: 1px 1px 1px 1px;
				margin: 0 auto 0;
				width: 1000px;
				height: 33px;
				line-height: 15px;
				color:#FFF;
				text-align: right;
				background-color:#15273a;
				background-image:url(/img/pipe_dark.png);
				background-repeat:repeat-x;
			}

			#disclaimer {
				cursor:crosshair;
				margin:0px;
				margin-left:auto;
				background-color:#41688a;
				border:1px solid #FFF;
				width:550px;
				padding-left:10px;
				padding-right:10px;
			}
-->