@charset "utf-8";
/* CSS Document */

div#content_products{
	width:810px;
	height:auto;
	overflow:hidden;
	padding:15px 0px;
	margin:0px;
	position:relative;
	float:left;
}

div.left_title_products{
	width:792px;
	height:20px;
	overflow:hidden;
	padding:45px 0px 15px 18px;
	margin: 0;
	float:left;
	border-bottom:5px #6a9aab solid;
	background-color:#ebebe9;
}

div#right_products{
	width:610px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 12px;
	margin: 0px;
	float:right;
}

div#right_title h2{
	font-weight:normal;
	color:#135791;
	font-size: 24px;
}

div.right_lines{
	width:610px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 12px;
	margin: 0px;
	float:right;
}

span.titles{color:#135791; font-weight:bold;}
.no_line{border-bottom:0;}

.right_lines ul{
	width:612px;
	height:auto;
	overflow:hidden;
	padding:10px 0px 0px 0px;
	margin: 0px;
	float:left;
}

.right_lines ul li{
	width:612px;
	height:auto;
	overflow:hidden;
	float:left;
	border-bottom:1px #d1d1d1 solid;
	color: #2c383f;
}

div.right_pic{
	width:144px;
	height:auto;
	overflow:hidden;
	padding:5px 0px 0px 0px;
	margin: 0px;
	float:left;
	text-align:left;
}

div.right_pic img{float:left;}

div.lines_wrap{
	width:360px;
	height:auto;
	padding:15px 0px 5px 0px;
	float: left;
	overflow: hidden;
}

div.lines_wrap2{
	width:370px;
	height:auto;
	padding:0px 0px 5px 0px;
	float: left;
	overflow: hidden;
}

div.line{
	width:370px;
	height:auto;
	padding:0px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
div.grey_line{
	width:370px;
	height:auto;
	padding:0px 0px 0px 0px;
	float: left;
	background-color: #f0f0f0;
	overflow: hidden;
}

div.no{
	width:100px;
	height:16px;
	overflow:hidden;
	float: left;
	padding:2px 0px 0px 4px;
}

div.description{
	width:153px;
	height:auto;
	overflow:hidden;
	float: left;
	padding:2px 10px 2px 4px;
}

div.data{
	width:99px;
	height:auto;
	overflow:hidden;
	float: left;
	padding:2px 0px 0px 0px;
}

div.stndards{
	width:80px;
	height:auto;
	overflow:hidden;
	float: right;
	padding:10px 0px 10px 10px;
	font-size:10px;
	background-color: #f0f0f0;
}

div.stndards1{
	width:77px;
	height:16px;
	overflow:hidden;
	float: left;
	padding:2px 0px 0px 20px;
	text-align: left;
}

div#right_title{
	width:598px;
	height:26px;
	overflow:hidden;
	padding:8px 0px 10px 12px;
	margin: 0px;
	float:left;
	background-color:#ebebe9;
}

div#right_products ul img{
	text-align:right;
	float: right;
}

div#right_products ul{
	width:510px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin: 0px;
	float:left;
}

div#right_products ul li{
	width:169px;
	height:145px;
	overflow:hidden;
	float:left;
	text-align: center;
}

div#right_products ul li a{
	font-size:13px;
	color:#006699;
}

div#right_products ul li a:visited{color:#006699; text-decoration:none;}

div#right_products ul li a:hover{ text-decoration:underline;}

/***** Product list *****/

div.left_pro{
	width:187px;
	height:auto;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	float:left;
	position:relative;
	border-right:1px #d1d1d1 solid;
}

div.left_pro ul {
	width: 175px;
	padding: 0;
	margin:0;
}

div.left_pro li a{
	width:155px;
	font-size: 12px;
	color: #323842;
}

div.left_pro li a{
	display: block;
	padding: 1em 0px 1em 1.2em;
	text-decoration: none;
	background: url(../images/products_list_bg.gif) no-repeat 0px 1.3em;
	border-bottom:1px #d1d1d1 solid;
	margin-left:2px;
}

div.left_pro li a#current{color: #ff6600;}

div.left_pro li a:hover {
	background: url(../images/products_list_bg.gif) no-repeat 3px 1.3em;
	text-decoration:none;
	color:#ff6600;
}

/***** Sub-Product list *****/

#sub{
	width:610px;
	float:right;
	padding-bottom: 15px;
}

#sub ul
{
	background-color: #eaeaea;
	color: White;
	float: left;
	width: 610px;
}

#sub ul li { display: inline; }

#sub ul li a
{
	padding: 0.2em 1em;
	background-color: #eaeaea;
	color: #323842;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 11px;
	text-align: center;
}

#sub ul li a:hover
{
background-color: #6a9aab;
color: #fff;
}

#sub ul li a#current
{
background-color: #6a9aab;
color: #fff;
}
