/* Shopping Cart Styles */

.cart_wrapper {
    margin-top:10px;
}
.cart_items_tbl {
	width: 100%;
    border-bottom: 1px solid #46652C;
}
.cart_items_tbl td {
	padding: 5px;
}
.cart_items_tbl th {
    background: #46652C;
    color: #E9E0D7;
    font-weight: bold;
}
.cart_col_rm { }
.cart_col_qty {}
.cart_col_name { width:300px; }
.cart_col_price {}

.cart_odd { background: #D7C7B7; }
.cart_even { background: #E9E0D7; }

.cart_subtotal {
	float: right;
    width: 175px;
    background: #46652C;
    color: #E9E0D7;
    font-weight: bold;
    padding-left: 5px;
}
.cart_subprice {
    margin-right:5px;
	float: right;
}
.cart_foot {
    margin-top:10px;
}
.cart_checkout, .cart_clear {
    display: block;
    float: right;
    padding: 5px;
    background:#D7C7B7 none repeat scroll 0 0;
    border:1px solid #46652C;
    color:#46652C;
    font-weight:bold;
    text-decoration: none;
}
.cart_checkout:hover, .cart_clear:hover {
	color: #E9E0D7;
	background: #46652C;
}
.cart_clear {
    margin-right: 10px;
}
.cart_qty {
	width:30px;
    text-align:center;
}
.cart_noitems {
    text-align: center;
    background: #D7C7B7;
    font-style: italic;
    font-weight: bold;
    color: #46652C;
    padding: 20px;
}
.cart_error {
	padding: 5px;
	border: 1px solid #FF0000;
	background: #FFB3B3;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cart_error_head {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
}
#loginWrap
{
	padding: 5px;
	background: #D7C7B7;
	border: 1px solid #46652C;
}
.submitBar
{
	background: #46652C;
	margin-top: 10px;
	padding: 5px;
	text-align: right;
}
.labelWrap
{
	float:left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.inputWrap 
{
	margin-bottom: 10px;
	float: left;
}

.cart_items_tbl td a
{
	color: #46652C;
}
