@charset "iso-8859-1";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:11px;
	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:#fff; text-decoration:none;}
a:hover {color:#fff; text-decoration:underline;}
a:active {color:#fff; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:1003px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	width:617px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column li{text-align:left;position:relative;display:block;font-size:12px; line-height:22px; font-family:Arial; padding:0px 0px 0px 0px; margin:0px; float:left;}

/*Info CSS*/
.center {
	width:906px;
	padding:0px 7px 0px 9px;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:208px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:680px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:922px;
	margin:0px auto;
	overflow:hidden;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:150px;
	height:230px;
	padding:0px 33px 8px 33px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:150px;
	height:200px;
	border:none;
	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:150px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*Bottom Page CSS*/
	width:100%;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:40px;
	text-align:center;
}

/*Product Left Big And Right Simall CSS*/
.pro_l {
	width:414px;
	padding:0px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:414px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_l_photo img {
	width:414px; 
	height:565px;
	overflow:hidden;
	padding:0px;
	margin:0px;

}
.pro_l_info {
	width:394px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:220px;
	padding:0px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo {
	width:100px;
	padding:0px 5px 10px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:100px;
	height:75px;
	border:none;
	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:100px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:96%;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	line-height:30px;
	text-align:center;
}

/*News CSS*/
.news_t {
	width:650px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	color:#fff;
}
.news_t li{text-align:left;position:relative;display:block;font-size:12px;height:29px; border-bottom:1px #999999 dotted; line-height:29px; font-family:Arial; padding:0px; margin:0px; color:#fff;}
.news_t li span{ float:right;}
