@charset "utf-8";
/* CSS Document */

#cart-box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	border-top-width: medium;
	border-top-color: #666666;
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
*/}
.cart-item-box {
	border: 1px solid #666666;
	padding: 5px;
	clear: both;
	margin-top: 5px;
	float: left;
	width: 890px;
}
.cart-item-image {
	width: 145px;
	margin-right: 5px;
	float: left;
	position: relative;
	margin-top: 5px;
	text-align: left;
}
.cart-item-sku {
	width: 120px;
	margin-right: 5px;
	float: left;
	position: relative;
	text-align: left;
}
.cart-item-group {  /* groups everyting but the image */
	float: left;
}
.cart-item-name {
	width: 170px;
	margin-right: 5px;
	float: left;
	position: relative;
	text-align: left;
}
.cart-item-qty {
	width: 100px;
	margin-right: 5px;
	float: left;
	position: relative;
	text-align: center;
	height: 35px;
}
.cart-item-price {
	width: 120px;
	text-align: right;
	margin-right: 5px;
	float: left;
	position: relative;
}
.cart-item-tax {
	width: 120px;
	text-align: right;
	margin-right: 5px;
	float: left;
	position: relative;
}
.cart-item-total {
	text-align: right;
	float: right;
	position: relative;  /* force cart-item-shipping to float left over beside the image */
}
.cart-item-total-heading {
	width: 140px;
	text-align: right;
	float: left;
	position: relative;
}

.cart-item-gallery {
	float: left;
	width: 200px;
	position: relative;
	clear: both;
	margin-top: 10px;
	color: #2B3384;
	text-align: left;
}
.cart-item-shipping {
	float: left;
	width: 300px;
	margin-top: 33px;
	margin-left: 10px;
	text-align: right;
}
.cart-item-shipping-amount {
	float: right;
	width: 100px;
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: right;
}
.cart-item-subtotal {
	float: right;
	width: 190px;
	position: relative;
	margin-top: 2px;
	text-align: right;
	clear: right;
}
.cart-item-buttons {
	width: 300px;
	margin-top: 15px;
	margin-right: 0px;
	text-align: right;
	clear: both;
}
.cart-total-buttons {
	float: none;
	width: 400px;
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	text-align: right;
	clear: both;
}
#cart-total {
	float: right;
	clear:both;
	margin:15px;
	text-align:right;
	font-size: 1.2em;
}
#remove-all-button {
	float: left;
	margin-right: 20px;
}
