﻿.foo
{
}
.ShoppingCart
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #555;
}

.ShoppingCart .CouponBox
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #555;
	background: background: rgb(247, 245, 232);
	margin-bottom: 10px;
	border: dotted 1px #d3d3d3;
}

.ShoppingCart .cart
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	border-color:#8B603F;border-width:thin;border-style:solid;
}

.ShoppingCart .cart td
{
	padding: 3px 0 3px 0;
}

.ShoppingCart .cart .cart-header-row
{
	font-weight: bold;
}

.ShoppingCart .cart .cart-header-row td
{
	background: url('images/cart-header-bg.gif') repeat-x 50%;
	background-color:#8B603F;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.ShoppingCart .cart .cart-header-row td.picture
{
	border: none;
}

.ShoppingCart .cart .cart-header-row td.end
{
	text-align: right;
	padding-right: 5px;
}

.ShoppingCart .cart .item
{
	background-color:#FAFAD2;
}
.ShoppingCart .cart .item td
{
	border-bottom: 1px solid #8B603F;
	vertical-align: middle;
	line-height: 30px;
}
.ShoppingCart .cart .item td.product
{
	text-align: left;
	padding: 0px 10px 0px 10px;
}
.ShoppingCart .cart .item td.product a
{
	font-weight: bold;
}
.ShoppingCart .cart .item td.end
{
	text-align: right;
	font-weight: bold;
	color: Green;
	padding-right: 5px;
}
.ShoppingCart .cart .alternate
{
	background-color:#EEE8AA;
}
.ShoppingCart .cart .alternate td
{
	border-bottom: 1px solid #8B603F;
	vertical-align: middle;
	line-height: 30px;
}

.ShoppingCart .cart .alternate td.product
{
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.ShoppingCart .cart .alternate td.product a
{
	font-weight: bold;
}

.ShoppingCart .cart .alternate td.end
{
	text-align: right;
	font-weight: bold;
	color: Green;
	padding-right: 5px;
}

.ShoppingCart .cart-footer
{
	width: 100%;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.ShoppingCart .TotalInfo
{
	margin: 0px;
	padding: 10px 5px 10px 0px;
	font-size: 12px;
}

.ShoppingCart .WarningBox .WarningText
{
	color: Red;
}

.cart_total_left
{
	width: 100%;
	text-align: right;
	vertical-align: middle;
	height: 21px;
	font-weight: bold;
	color: #353434;
}

.cart_total_right
{
	text-align: right;
	vertical-align: middle;
	padding-left: 5px;
}

.ShoppingCart .Buttons
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.ShoppingCart .Buttons .CommonButtons
{
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

.ShoppingCart .Buttons .AddonButtons
{
	float: right;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: right;
}