.price { font-weight: bold;	color: #FFA801; }
/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
	font-weight: bold;
	margin-right: 5px;
}

.quantity_box_button {
	width: 9px;
	vertical-align: middle;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: transparent;
	padding: 0;
}

.quantity_box_button_down {
	background-image: url(../images/cart/down_small.gif);
}

.quantity_box_button_up {
	background-image: url(../images/cart/up_small.gif);
	clear: both;
}

/* Addtocart detail Styles*/
.vmCartContainer { /* Cart Container */
	background: #0D0D0D;
	padding: 5px 0px 5px 5px;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
}

.vmCartContainer .addtocart_button { /* Cart Container */
	margin: 0 0 0 5px;
}

.inputboxquantity { width: 30px; }