/* productList */
.productListCont{
	overflow:hidden;width:100%;font-size:14px;margin-left:3px;font-family: "微软雅黑";
}
.productList{
	width:120%;
}
.productList .product{
	color:#999;height:215px;margin:15px 15px 0 0;overflow:hidden;z-index:1;float:left;overflow:hidden;border:1px solid #ddd;
}
.productList li dl{
	overflow:hidden;float:left;margin:0;padding:0
}
.productList li.product:hover{
	border-color:#ff9090
}
.productList li dl dd,.productList li dl dt{
	clear:both;display:inline-block;margin:5px 5px 0!important;*margin:5px 3px 0;overflow:hidden;float:left;clear:both
}
.productList li dl dt{
	height:3em;overflow:hidden;
}
.productImg{
	text-align:center;
}
.productTitle{
	overflow:hidden;width:260px;text-align:center;
}
.productImg img,.productImg a{
	width:260px;height:180px;display:inline-block;background:#eee url("/images/product-img-non.png") no-repeat center center;margin:0 auto
}
.productPrice{
	font-size:14px;font-weight:bold;color:#FF6600;height:2em;white-space:nowrap
}
.product-sum{
	margin-bottom:10px;height:1.5em;
}
.productPrice em{
	padding-left:10px;background:url("/images/price-ico.gif") no-repeat left center;font-size:16px;font-weight:bold
}
.productPrice .delPrice{
	font-size:12px;text-decoration:line-through;color:#999;font-weight:normal
}

/* product detail*/
.productContainer{width:760px}
.productTop{height:250px; margin-bottom:10px}
.productBottom{padding:10px; width:720px; border:#1581c1 solid 1px;}
.productImage{width:300px; float:left}
.productInfo{width:430px; float:left; padding:10px}
.productLabel{font-weight:bold; width:60px}