.detail{
	background:#f3f6db;
}
.detail table.item{
	border:dashed 1px #cdd49d;	
	border-top:none;	
	width:100%;
}
.detail table.item h3{
	font-size:1.2em;
	margin-bottom:0.5em;
}
.detail table.item td{
	padding:20px;
	vertical-align:top;
}
.detail table.item td.pic{
	width:250px;
	padding-right:0;
}
.detail table.item td.pic img{
	border:solid 3px #689300;
}
.detail table.item input{
	width:70px;
	border:solid 1px #689300;
}
.detail table.item a.add{
	text-decoration:none;
}
.detail table.item a.add button{
	width:85px;
	height:20px;
	background:url(images/add.png) no-repeat;
	color:#fff;
	border:none;
}
.detail .small-photo{
	list-style:none;	
	padding:0;
}
.detail .small-photo li{
	float:left;
	height:70px;
	line-height:70px;
	vertical-align:middle;
	margin-right:10px;
}
.detail .small-photo li img{
	vertical-align:middle;
}
.detail .small-photo li.active img{
	border:solid 3px #689300;
}


.detail table.price{
	width:100%;
	font-size:0.8em;
	line-height:1em;
}
.detail table.price td, .detail table.price th{
	border:solid 1px #f3f6db;
	padding:3px 5px 3px 5px;
	background:#dee9b2;
	width:auto;
}
.detail table.price th{
	background:#bbcf7f;
}
