body{
	/* background: url(../Images/bg01.jpg) no-repeat fixed center top transparent; */
	background: #f6f6f6;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
img,li{
	vertical-align: middle;
}
a{color: #333333;text-decoration:none;}a:hover{color: #ea792b;}
#page{
	text-align: left;
	width: 990px;
	min-height: 800px;
	margin: 0 auto 15px;
}
#site{
	width: 96%;
	overflow: hidden;
	line-height: 30px;
	margin-top: 15px;
	padding: 5px 2%;
	background: #ffffff;
	border: 1px solid #cccccc;
}
#cates{
	width: 948px;
	padding: 15px 20px 20px 20px;
	overflow: hidden;
	border: 1px solid #cccccc;
	margin-top: 10px;
}
#cates .item{
	width: 100%;
	overflow: hidden;
	/* border-bottom: 1px dashed #cccccc; */
	background: #eeeeee;
	margin-bottom: 3px;
}
#cates .cate-1{
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-right: 10px;
	background: #dddddd;
	padding-left: 10px;
}
#cates .cate-2{
	float: left;
	width: 90px;
	margin: 3px 5px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
#cates .cate-selected{
	color: #ffffff;
	background: #ea792b;
}
#cates .cate-selected a{
	color: #ffffff;
}
#prodList{
	width: 94%;
	overflow: hidden;
	margin: 10px 0;
	padding: 20px 3%;
	background: #ffffff;
	border: 1px solid #cccccc;
}
#prodList .item{
	margin: 1%;
	width: 23%;
	height: 200px;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#prodList p{
	line-height: 40px;
	margin-bottom: 10px;
}
#prodList p span{
	padding-left: 20px;
	color: #999999;
	float: right;
}
#prodList .prev,
#prodList .next{
	font-size: 1.2em;
} 
#prodList .current,
#prodList .num{
	margin: 4px;
	font-size: 1.2em;
}
#prodList .current{
	text-decoration: underline;
}