@charset "utf-8";

#goods .sectionGoods {
	padding: 10px;
	overflow: hidden;
	background-color: #F0F5FB;
}
*html #goods .sectionGoods { zoom:1; }

#goods .sectionGoods h3 {
	margin-left: 170px;
	font-size: 108%;
	font-weight: bold;
	background-color: #29659A;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-bottom: 5px;
	line-height: normal;
}

#goods .sectionGoods .linkGoods { 
	margin-left: 170px;
	margin-bottom: 10px;
}

#goods .sectionGoods .linkGoods a {
	background-image: url(../images/goods-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 98px;
}
#goods .sectionGoods .linkGoods a:hover {
	background-image: url(../images/goods-btn.gif);
	background-position: 0px -26px;
}
#goods .sectionGoods dl {
	margin-left: 170px;
	font-size: 93%;
	margin-bottom: 10px;
}

#goods .sectionGoods dt {
	display: block;
	float: left;
	width: 4em;
}

#goods .sectionGoods dd {
	margin-left: 4em;
	margin-bottom: 0.2em;
}

#goods .sectionGoods img { margin-bottom: 0px; }

#goods .sectionGoods p.comment {
	line-height: normal;
	font-weight: bold;
	color: #29659A;
	margin-bottom: 5px;
}
#goods #wrapper #main .sideR .mainCont .sectionGoods dl dd span {
	font-size: 138.5%;
	font-weight: bold;
}
