@charset "utf-8";
/* CSS Document */
#ProductTitle {
	padding:5px;
	padding-top:10px;
	border-bottom:1px #999999 dotted;
	font-weight:bold;
	font-size:11pt;
	font-weight:bold;
}
#ProductCategory {
	float:left;
	width:100%;
	padding:5px 10px;
	border-bottom:1px dotted #999999;
}
/*GoodsInfo 的样式*/
#GoodsInfo {
	line-height:20px;
}
h3{
	font-size:10pt;
	color:#996600;
	margin:5px 0px;
}
#GoodsImgFlash {
	width:320px;
	float:right;
	padding:5px;
}

#ProductList div{
	float:left;
	width:24%;
	text-align:center;
	padding:10px 0px;
	line-height:20px;
	border-bottom:#CCCCCC 1px dotted;
}
#ProductImg{
	padding:1px;
	border:#003366 1px solid;
	background-color:#FFFFFF;
}
.ProductBox{
	border-right:#CCCCCC 1px dotted;
}