@charset "utf-8";
/* CSS Document */

.goods {
	width: 800px;
	margin: 0 auto 50px;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
.goods:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/
.goods dt {
	width: 400px !important;
}
.goods dd {
	width: 380px !important;
}

.gTitle,.gPrice {
	font-weight: bold;
	font-size: 16px;
}
.gPrice {
	background: #261A25;
	color: #fff;
	padding: 5px 0;
	text-indent: 0.5em;
}


.baseB {
	background: url(http://www.honeybee-cd.com/common/img/baseB.png) no-repeat;
	text-align: center;
	display: block;
	width: 180px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	color: #FFF;
}