
/*ITEM DETAILS
--------------------------------------------------------------------------------------------------- */
#product_details h4 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#product_details {
	margin: 10px 0 15px 0;
	padding: 25px 0 0 0;
	background:url(../gfx/detailbox_shadow.jpg) no-repeat 0 0;
}
#product_details img {
	float: left;
	border: 1px solid #ccc;
}
#product_details .detail_box {
	width: 340px;
	padding: 0 30px;
	float: right;
}

#product_details .detail_box dl dd {
	display: block;
	color: #888;
	margin: 0 0 15px 0;
	clear: both;
}

#product_details .detail_box dl dd strong {
	width: 100px;
	display: block;
	float: left;
	color: #000;
}

#product_details .detail_box dl dd #item_quantity {
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
}


/* ------- ADD TO CART --------- */
#product_details .detail_box dl dd .btn_addcart {
	display: block;
	width: 90px;
	height: 20px;
	text-indent: -999em;
	background: url(../gfx/btn_addcart.jpg) no-repeat 0 0;
	float: left;
}
#product_details .detail_box dl dd .btn_addcart:hover {
	background-position: 0 -20px;
}


#product_details .detail_box dl dd .btn_addcart2 {
	display: block;
	width: 90px;
	height: 20px;
	text-indent: -999em;
	background: url(../gfx/btn_addcart.jpg) no-repeat 0 0;
	float: left;
}
#product_details .detail_box dl dd .btn_addcart2:hover {
	background-position: 0 -20px;
}
