/*products grid*/
ul.products
{
	padding: 10px;
}
ul.products li
{
	background: url("../images/products/products_bg.png") no-repeat scroll 0 0 transparent;
	float: left;
	line-height: 24px;
	text-align: center;
	width: 166px;
	padding: 9px;
	background-size: 192px 142px;
}
ul.products li:nth-child(4n+1)
{
	
}
ul.products li a.pic
{
	border: 1px solid transparent;
	display: block;
	margin: auto 0;
	overflow: hidden;
	width: 174px;
	height: 122px;
}
ul.products li a.pic:hover
{
	border: 1px solid #009CFF;
}
ul.products li a.pic img
{
	display:block;
	margin: 0 auto;
	max-width: 99%;
}
ul.products li span
{
	display: block;
	line-height: 16px;
	padding: 5px 10px;
	height: 32px;
}


/*products list*/
ul.products_list
{
}
ul.products_list li
{
	background: url("../images/products/list_bottom.png") no-repeat scroll center bottom transparent;
	padding: 10px 10px 10px 150px;
}
ul.products_list li .pic
{
	background: url("../images/products/list_bg.png") no-repeat scroll 0 0 transparent;
	display: inline;
	float: left;
	margin-left: -150px;
	padding: 10px;
}
ul.products_list li .pic a
{
	border: 1px solid transparent;
	_border: 1px solid #DEDEDE;
	display: block;
	height: 90px;
	overflow: hidden;
	width: 120px;
}
ul.products_list li .pic a:hover
{
	border: 1px solid #009CFF;
}
ul.products_list li .pic img
{
	display:block;
}
ul.products_list li dl
{
}
ul.products_list li dt
{
	background: none repeat scroll 0 0 #F8F8F8;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 5px;
}
ul.products_list li dt a
{
	color: #005CC2;
}
ul.products_list li dd
{
	background: none repeat scroll 0 0 #F8F8F8;
	color: #313131;
	line-height: 18px;
	margin-bottom: 8px;
	padding: 5px;
}


/*products details*/
.products_details
{
	padding: 10px;
}
.products_details .cover
{
	display: inline;
	float: left;
	width: 310px;
}
.products_details .cover .pic_box
{
	height: 252px;
	width: 302px;
	position: relative;
}
#picture_show
{
	border: 1px solid #CCCCCC;
	display: block;
}
#picture_show:hover
{
}
#picture_show img
{
	display:block;
}
#loading
{
	background: url("../images/products/loading.gif") no-repeat scroll center center #000000;
	display: none;
	border-radius: 10px 10px 10px 10px;
	height: 46px;
	left: 50%;
	margin: -23px 0 0 -23px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: absolute;
	top: 50%;
	width: 46px;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#loadingBox
{
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.1;
	filter:alpha(opacity=10);
	position: absolute;
	top: 0;
	width: 100%;
}


/*scroll*/
.pic_list
{
	height: 70px;
	position: relative;
	width: 300px;
}
.pic_list a.left,
.pic_list a.left_end,
.pic_list a.right,
.pic_list a.right_end
{
	background: url("../images/products/scroll.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 38px;
	outline: medium none;
	position: absolute;
	top: 12px;
	width: 14px;
}
.pic_list a.left
{
	left: 6px;
}
.pic_list a.left_end
{
	left: 6px;
	background-position:-40px center;
}
.pic_list a.right
{
	right: 6px;
	background-position:-20px center;
}
.pic_list a.right_end
{
	right: 6px;
	background-position:-60px center;
}
#images_list
{
	height: 52px;
	width: 10000px;
}
.products_details .pic_list .list
{
	left: 22px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	width: 256px;
}
.products_details .pic_list .list a
{
	border: 1px solid #B8B8B8;
	display: inline;
	float: left;
	margin: 0 4px;
	outline: medium none;
}
.products_details .pic_list .list a img
{
	display:block;
}
.products_details .pic_list .list a.active
{
	border: 1px solid #555555;
}


/*scroll end*/
.parameters
{
	display: inline;
	float: left;
	width: 380px;
}
.parameters h3
{
	border-bottom: 1px solid #D0EDFD;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.parameters ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.parameters ul li
{
	background: url("../images/products/parameters_doc.gif") no-repeat scroll 7px 8px transparent;
	line-height: 24px;
	padding-left: 15px;
}
.product_description
{
	border: 1px solid #CCCCCC;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 10px 50px;
}
.product_description h3
{
	color: #1743AE;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}
.product_description .video
{
	text-align: center;
}