@charset "utf-8";

#goods h2 {
	background: url(../goods/images/h2.gif) no-repeat 20px top;
	height: 28px;
	text-indent: -9999px;
	display: block;
}
#goods {
	text-align: left;
}
#goodsList {
	padding: 20px;
}
#goodsList h3 {
	padding-bottom: 10px;
	padding-top: 10px;
}
#goodsList .entry {
	border-bottom: 1px dotted #999999;
	height: 180px;
	margin-bottom: 10px;
}
#goodsList .entry .photo {
	float: left;
	width: 180px;
}
#goodsList .entry .text {
	float: right;
	width: 340px;
}
#goodsList .entry .text p {
	padding-left: 25px;
}
#goodsdetails {
	padding: 20px;
}
#goodsdetails h3 {
	padding-bottom: 20px;
}
#goodsdetails .photo {
	float: left;
	width: 241px;
	padding-bottom: 20px;
}
#goodsdetails .text {
	float: right;
	width: 270px;
	padding-bottom: 20px;
	word-break: break-all;
}
#goodsdetails .returnList {
	clear: both;
	padding-top: 20px;
	border-top: 1px dotted #999999;
}
#goodsdetails .returnList a {
	background: url(../goods/images/btn_return.gif);
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 147px;
}
#goodsdetails .returnList a:hover {
	background: url(../goods/images/btn_return.gif) 0px -29px;
}
#goodsdetails .text p {
	padding-bottom: 15px;
}
