@import url("default.css");

.item{
	width: 500px;
	margin: 30px 0px;
	text-align: left;
}

.item-photo{
	float: left;
	display: block;
	background-image: url(../goods/images/fig_bg.jpg);
	width: 180px;
	text-align: center;
	height: 180px;
	background-repeat: no-repeat;
	margin: 0px 15px 0px 0px;
	padding-top: 10px;
}
.item-detail{
	display: block;
	width: 300px;
	float: right;
}
.item-detail .name{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px 0px 5px 0px;
}
.item-detail .price{
	font-size: 10px;
	border-bottom: 1px solid #B8B1A1;
	margin: 0px 0px 10px 0px;
}
.item-detail .text{
	font-size: 10px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.item-detail .btn-area{
	margin: 0px 0px 0px 0px;
}
button{
	background-color: transparent;
	border: none 0px;
	padding: 0px;
}
