.cart_options {
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
}

.cart_options h3 {
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.cart_options p {
	margin: 0 0 20px 0;
}

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

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

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


/* ------- ADD TO CART --------- */
.cart_options 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;
}
.cart_options dl dd .btn_addcart:hover {
	background-position: 0 -20px;
}
