@charset "iso-8859-1";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	font-family:Arial;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#666; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	height:90px;
}
.top_logo {/*Head Logo*/
	width:320px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:980px;
	padding:0px 0px 14px 0px;
	margin:0px auto;
	overflow:hidden;
	height:36px;
	background:url(../images/top_column.jpg) no-repeat;
}
.top_column li { float:left;/*text-align:center; position:relative;display:block;*/font-size:13px; line-height:36px; height:36px; padding:0px 36px 0px 36px; margin:0px; color:#333;background:url(../images/top_column_li.jpg) no-repeat right center;}
/*Info CSS*/
.center {
	width:980px;
	padding:10px 0px 0px 0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/center.jpg) no-repeat ;
}
.center_l {/*Left Info*/
	width:201px;
	padding:0px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:755px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.center_sr {/*Right Info*/
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:#fff;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	background:url(../images/bottom.jpg) no-repeat ;
	width:980px;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	overflow:hidden;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:152px;
	height:147px;
	padding:0px 18px 0px 18px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:150px;
	height:120px;
	border:1px #ccc solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}*/
.pro_test {/*Product Name*/
	width:152px;
	height:25px;
	line-height:25px;
	padding:0px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*Bottom Page CSS*/
	width:400px;
	/*border-top:1px #999 dotted;*/
	padding:10px 0px;
	margin:0px auto;
	overflow:hidden;
	line-height:22px;
	text-align:center;
}

/*Product Left Big And Right Simall CSS*/
.pro_l {
	width:480px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:480px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_l_photo img {max-width:480px; height:auto; width:expression(this.width > 480 ? "480px" : this.width);}*/
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:250px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_r_photo_img img {max-width:115px; height:auto; width:expression(this.width > 115 ? "115px" : this.width);}*/
.pro_r_photo_name {
	width:117px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*News CSS*/
.news_t {
	width:755px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	color:#333;
}
.news_t li{text-align:left;/*position:relative;display:block;*/font-size:12px;height:25px; border-bottom:1px #999999 dotted; line-height:25px; font-family:Arial; margin:0px; color:#000;background:url(../images/new_list_li.jpg) no-repeat 5px 10px; padding:0px 10px 0px 20px;
}
.news_t li span{ float:right;}
