@charset "utf-8";
/* CSS Document */
.product-content{
	width:930px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
}

.product-content ul li{
	width:300px;
	float:left;
	display:block;
	list-style:none;
	margin-right:10px;
	background:#fff;
	margin-bottom:10px;	
}
.spec-content{
	width:930px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
}

.spec-content ul li{
	width:930px;;
	float:left;
	display:block;
	list-style:none;
	background:#fff;
}
.product-list{
	width:960px;
	height:auto;
	float:left;
	min-height:622px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
	
}
.product-list ul{
	margin-top:50px;
	padding:0;
	width:960px;
}
.product-list ul li{
	width:175px;
	height:240px;
	float:left;
	border:1px solid #e3e5e6;
	background:#fff;
	margin-left:20px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6b6b;
	margin-bottom:20px;	
}
.product-list td{
	padding-bottom:5px;	
}
td.productname{
	
	width:174px;
	height:31px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}
.paging{
	width:930px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
}
.paging  a.num{
	background:#afce94;
	border:1px solid #afce94;
	border-radius:50px;
	padding:1px;
	color:#fff;
	}
	.paging  a.num:hover{
	background:#73a04c;
	border:1px solid #73a04c;

	}
.paging  a.current{
	background:#73a04c;
	border:1px solid #73a04c;

	}
	
select{
	width:380px;
	color:#999;
	font-size:14px;
	height:24px;
	
}