/* CSS Document */
*  {
	margin: 0px;
	padding: 0px;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
.clear  {
	clear:both;
}

/******************************** index css ***********************************/

#header  {
	width: 1003px;
	height: 120px;
	background-image:url(img/header.jpg);
}

#banner  {
	width: 1003px;
	height: 222px;
	background-color: #000000;
}

.enter  {
	display: block;
	width: 1003px;
	height: 26px;
}
.enter img  {
	border: 0px;
}

#brands  {
	width: 1003px;
	height: 280px;
	background-color: #000000;
	position:relative;
}
.coolster  {
	display: block;
	width: 220px;
	height: 96px;
	margin-right: 100px;
	background-image: url(img/coolster.jpg);
}
.coolster_active  {
	display: block;
	width: 250px;
	height: 66px;
	margin-right: 100px;
	background-image: url(img/coolster_active.jpg);
}
.maxtrade  {
	display: block;
	width: 265px;
	height: 105px;
	margin-left: 100px;
	background-image: url(img/maxtrade.jpg);
}
.maxtrade_active  {
	display: block;
	width: 293px;
	height: 89px;
	margin-left: 100px;
	background-image: url(img/maxtrade_active.jpg);
}
#copyright  {
	position: absolute;
	bottom: 10px;
	color: #CCCCCC;
	text-align: center;
	margin-left: 450px;
	margin-bottom: 10px;
}

/******************************** products css ***********************************/
#head,#nav,#footer,#copyright  {
	margin: 0 auto;
	width: 1003px;
}

#head  {
	height: 125px;
	padding-bottom: 10px;
	background: #000000 url(img/head.jpg) no-repeat center top;
}
/********** sidebar **********/
#nav  {
	height: 50px;
	padding-top: 20px;
	background: #000000 url(img/nav.jpg) no-repeat center top;
}
#nav ul  {
	height: 35px;
	list-style: none;
}
#nav ul img  {
	display: inline;
	float: left;
}
#nav ul li  {
	display: inline;
}
#nav ul li span img  {
	width: 2px;
}
#nav a  {
	float: left;
	display: block;
	background:url(img/nav_c.jpg) repeat-x top;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #4276C1;
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover  {
	color: #FFFFFF;
}
/********** sidebar begin **********/
#content  {
	padding: 0px 30px;
}
#sidebar  {
	float: left;
	padding-top: 15px;
}
#category  {
	
}
.box_title  {
	width: 150px;
	height: 30px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	background: url(img/box_title.jpg) no-repeat left bottom;
}
.box_category_bg  {
	width: 180px;
	background: url(img/box_category_bg.jpg) repeat-y left top;
}
.box_category_bg ul  {
	width: 170px;
	list-style: none;
	padding-left: 5px;
}
.box_category_bg ul li  {

}
.box_category_bg ul li a  {
	display: block;
	height: 24px;
	padding-left: 10px;
	margin-top: 1px;
	background-color: #4177C0;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 24px;
	text-decoration: none;
}
.box_category_bg ul li a:hover  {
	background-color: #345F9B;
	color: #FFFFFF;	
}
.box_bg  {
	width: 170px;
	font-size: 12px;
	color: #CCCCCC;
	background: url(img/box_bg.jpg) repeat-y left top;
}
.box_tail  {
	width: 180px;
	height: 15px;
	background: url(img/box_tail.jpg) no-repeat left top;
	padding-bottom: 5px;
}

#friendly_link  {

}
#friendly_link .box_bg  {
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
}
#friendly_link img  {
	margin-top: 5px;
	border: 0px;
}

#search  {

}
#search .box_bg  {
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
}
.text_search  {
	border-color: #000000;
	width: 142px;
	height: 15px;
	border: 1px solid #919191;
	border-color: #232323 #919191 #919191 #232323;
	margin-bottom: 5px;
}

/********** sidebar end **********/
/********** main begin **********/
#main  {
	width: 540px;
	padding-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
#flash  {
	width: 540px;
	height: 195px;
	position: relative;
	background: url(img/flash_bg.jpg) no-repeat top;
}
/********** about_our_products begin **********/
#about_our_products  {
	padding-top: 20px;
	width: 540px;
}
#about_our_products_title  {
	width: 520px;
	height: 25px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #4177C1;
	line-height: 25px;
	border-bottom: 1px #4177C1 solid;
	margin-bottom: 10px;
}
#about_our_products_content  {
	width: 540px;
	height: 260px;
	background: url(img/all_products.bmp) no-repeat top;
	position: relative;
}
.about_our_products_content_atv  {
	width: 140px;
	height: 215px;
	position: absolute;
	left: 5px;
	top: 40px;
}
.about_our_products_content_db  {
	width: 125px;
	height: 215px;
	position: absolute;
	left: 145px;
	top: 40px;
}
.about_our_products_content_gk  {
	width: 145px;
	height: 215px;
	position: absolute;
	left: 270px;
	top: 40px;
}
.about_our_products_content_h  {
	width: 120px;
	height: 95px;
	position: absolute;
	left: 415px;
	top: 40px;
}
.about_our_products_content_p  {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 415px;
	top: 135px;
}
#about_our_products_content a  {
	display: block;
	float: left;
}
#about_our_products_content img  {
	border: 0px;
}
.about_our_products_box  {
	width: 150px;
	height: 178px;
	margin-bottom: 10px;
	padding: 2px;
	border: 2px #4177C1 solid;
}
.about_our_products_box_title  {
	height: 25px;
	margin-bottom: 2px;
	background-color: #4177C1;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.about_our_products_box_title a  {
	color: #ffffff;
	text-decoration: none;
}
.about_our_products_box_title a:hover  {
	color: #dddddd;
	text-decoration: underline;
}
.about_our_products_box_pic  {
	
}
.about_our_products_box_pic img  {
	border: 0px;
}
/********** about_our_products end **********/

/********** main end **********/

/********** footer begin **********/
#footer  {
	height: 40px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: url(img/foot_bg.jpg) no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #4177C1;
	line-height: 40px;
}
#footer a  {
	font-size: 14px;
	font-weight: bold;
	color: #4177C1;
	text-decoration: underline;
}
#footer a:hover  {
	text-decoration: none;
	color: #FFFFFF;
}
#qcopyright  {
	height: 50px;
	padding-bottom: 20px;
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
}
#qcopyright img  {
	border: 0px;
}
/********** footer end **********/
/********** contact_us begin **********/
#contact_us_text  {
	color: #CCCCCC;
}
.contact_us_welcome  {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.contact_us_box_title  {
	width: 673px;
	height: 25px;
	padding-left: 15px;
	background: url(img/contact_us_box_title.jpg);
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#contact_us_box_table  {

}
.contact_us_box_table_title  {
	width: 150px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
/********** contact_us end **********/
/********** about_us begin **********/
#about_us_title  {
	width: 540px;
	height: 12px;
	background: url(img/about_us_title.jpg) no-repeat bottom;
}
#about_us_tail  {
	width: 540px;
	height: 12px;
	background: url(img/about_us_tail.jpg) no-repeat top;
}
#about_us_bg  {
	width: 510px;
	padding: 5px 15px;
	background-color: #4177C1;
	line-height: 1.5;
}
#about_us_pic  {
	width: 336px;
	height: 256px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	display: inline;
	background-color: #444444;
}
#about_us_pic img  {
	margin-top: 7px;
	margin-left: 7px;
	border: 1px #999999 solid;
}
#about_us_info  {
	width: 520px;
	padding: 20px 20px;
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
}
/********** about_us end **********/
/********** atv begin **********/
.product_wrap_head  {
	width: 540px;
	height: 12px;
	background: url(img/product_title.jpg) no-repeat bottom;
}
.product_wrap_bg  {
	width: 540px;
	background-color: #4177C1;
}
.product_wrap_foot  {
	width: 540px;
	height: 12px;
	background: url(img/product_tail.jpg) no-repeat top;
}
.product_wrap_title  {
	width: 490px;
	height: 20px;
	margin-left: 20px;
	border-bottom: 2px #000000 solid;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.product_wrap_tail  {
	width: 490px;
	height: 20px;
	margin-left: 20px;
	border-top: 2px #000000 solid;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.product_wrap_list  {
	width: 490px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.product_box  {
	width: 150px;
	height: 217px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px #666666 solid;
	margin-bottom: 10px;
}
.product_box a  {
	color: #000000;
}
.product_box a:hover  {
	text-decoration: none;
}
.product_box_title  {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_box_pic  {
	width: 150px;
	height: 117px;
}
.product_box_pic img  {
	border: 0px;
}
.product_box_info  {
	text-align: center;
}
.product_box_details  {
	width: 90px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-left: 30px;
}
.product_box_details img  {
	border: 0px;
}
/********** atv end **********/
/********** atv3150d begin **********/
.product_detail_pic a  {
	display: block;
	width: 510px;
	height: 510px;
	background-color: #264675;
}
.product_detail_pic a:hover  {
	border: 1px #FFFFFF solid;
}
.product_detail_pic img  {
	margin-top: 5px;
	margin-left: 5px;
	border: 0px;
}
.product_detail_table  {
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
}
.product_detail_table table  {
	
}
.product_detail_table_futu  {
	
}
.left  {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.bold  {
	font-weight: bold;
}
.product_specification  {
	border: 1px #ffffff solid;
}
.product_specification td  {
	background-color: #FFFFFF;
	height: 20px;
	padding-left: 10px;
}
.big_pic  {
	margin-bottom: 20px;
	border: 1px #dddddd solid;
}
.big_pic a  {
	font-size: 20px;
}
.big_pic a:hover  {
	color: #ffffff;
	text-decoration: none;
}
.small_pic  {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}
.center  {
	height: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	border-bottom: 1px #000000 solid;
}
.space  {
	height: 10px;
}
/********** atv3150d end **********/







.certificate  {
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}
/********** news begin **********/
#news  {
	float: left;
	margin-top: 15px;
}
#news .box_bg  {
	padding-top: 5px;
	padding-left: 12px;
}
.news_time  {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
}
.news_box  {
	margin-bottom: 10px;	
}
.new_title  {
	
}
.new_info  {
	
}
.news_content  {
	
}
.news_content a  {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}
.news_content a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
.news_more  {
	height: 20px;
	width: 155px;
	margin-top: 10px;
	border-top: 1px #CCCCCC solid;
	text-align: right;
}
.news_more a  {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
.news_more a:hover  {
	color: #FFFFFF;
}

/********** news end **********/
.parts_title  {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}