@charset "utf-8";
/* CSS Document */
#CoodsLeftPanel{
	float:left;
	width:173px;
}
#CategoryShow {
	float:left;
	width:660px;
	padding:5px 10px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
/*#GoodsList {
	float:left;
	width:660px;
	padding:5px 10px;
	border-bottom:1px dotted #999999;
}*/
#GoodsList{
	line-height:20px;
	float:left;
	width:169px;
	text-align:center;
	padding:13px 0px;
	border-bottom:1px #669900 dotted;
}

#GoodsImg{
	float:left;
	border: 1px dotted #669900;
	width:120px;
	padding:3px;
	background:#FFFFFF;
}
#GoodsImg img{
	height:120px;
	width:120px;
}
#GoodsListInfo {
	float:left;
	width:530px;
	line-height:20px;
	height:100px;
}
#GoodsListBotton {
	float:left;
	width:160px;
	padding:8px 0px;
}

/*GoodsInfo 的样式*/
#GoodsInfo {
	padding-top:10px;
	padding-left:10px;
	line-height:20px;
}
#GoodsInfo h3{
	font-size:11pt;
	color:#996600;
	margin:10px 0px;
}
#GoodsImgFlash {
	width:320px;
	height:320px;
	float:left;
	padding:5px;
}
#BuyBotton {
	text-align:right;
	padding:10px 0px;
}
#GoodsHelpMessage {
	float:left;
	padding:10px;
	line-height:18px;
}
#GoodsHelpMessage ul{
	margin:0px;
	list-style:none;
}
#GoodsHelpMessage li{
	background:url(Images/arr06.gif) no-repeat left 3px;
	padding-left:18px;
}
