﻿.cart
{
	padding-top: 3px;
}

.cart .summary
{
	float: left;
}

.cart #cart-edit
{
	float: right;
}

a#cart-view,
a#cart-edit,
.cart .item a.remove
{
	background-repeat: no-repeat;
	padding-left: 20px;
}

a#cart-edit
{
	background-image: url(../Images/cart_edit.png);
}

.cart .item a.remove
{
	background-image: url(../Images/cross-sml.png);
	background-position: left;
	padding-left: 15px;
	float: right;
}

a#cart-view
{
	background-image: url(../Images/cart_edit.png);
}

.cart .items
{
	clear: both;
	padding-top: 1px;
}

.sidebar .cart .item
{
	padding: 4px;
	margin: 5px 0px;
	background-color: #FFFFDA;
	border: 1px solid #A5A5A5;
	font-size: 90%;
}

.cart .item .name
{
	color: #555;
	font-weight: bold;
}

.cart .item .options
{
	display: inline;
	font-weight: normal;	
	margin-left: 3px;	
}

.cart .item .quantity
{
	display: inline;
	font-weight: normal;
	font-style: italic;
	margin-left: 3px;
}

.cart .item .price
{
	float: left;
	width: 75px;
}

.cart .item .buttons
{
	float: right;
	width: 75px;
}

.cart .total 
{
	font-weight: bold;

	/*border-top: solid 1px #A5A5A5;
	padding-top:4px;*/
	margin-top: 8px;

	/*border-bottom: solid 1px #A5A5A5;*/
	padding-bottom:4px;
	margin-bottom: 2px;

	text-align:right;
}

#cart-btn-checkout
{
	margin-bottom: 8px;
	float:right;
}


#prf-desc
{
	font-size:11px;
	margin-top:4px;
	margin-bottom:-4px;
	margin-left:8px;
}

.Waltons #card-logos
{
	width: 98%;
}

#card-logos
{
	height: 26px;
	margin-top: 7px;
}

#card-logos img
{
	float: right;
	margin-left: 3px;
}

#cart-shipping
{
	clear: right;
	border-top: solid 1px #A5A5A5;
	padding-top: 8px;
}

#cart-shipping .updating
{
	margin-left:1em;
	margin-top:0.5em;
}

.cart .item .footer
{
	clear: left;
}

#ship-country label
{
	font-weight: normal;
}

#ship-country select
{
	margin: 0px;
	padding: 0px;
}

td.image-link
{
	padding-left: 0;
}

/******** Cart Details Page ********/

table.cart tfoot
{
	font-style: normal; /* Reset the italics styling on button coming from blueprint i think */
}

table.cart tr.item td
{
	border-bottom: solid 1px #DDD;
}

table.cart td
{
	padding-top: 10px;
}

table.cart .subtotal
{
	float: right;
	text-align: right;
	font-weight: bold;
}

.cart .grand.total
{
	color: #656565;
}
.cart .grand.total label,
.cart .grand.total span
{
	font-weight: bold;
}

