.view-cart-page
{
	border-collapse: collapse;
	border: 1px solid #e6d0b0;
	width: 100%;
}

.view-cart-page .column
{
	border: 1px solid #e6d0b0;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	color: #322000;
	vertical-align: top;

}

.view-cart-page td.column
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-cart-page .column a
{
	font-weight: bold;
}

.view-cart-page a.product .image
{
	display: block;
	width: 114px;
	height: 125px;
	background-color: #FFFFFF;
	border: solid 1px #d3963c;
	margin: 0 auto;
}
	
.view-cart-page th
{
	background-color: #f3e9ce;

	
}

.view-cart-page .column.name
{
	text-align: left;
}

.view-cart-page .column.quantity input
{
	width: 30px;
}

.view-cart-page tr.even td
{
	background-color: #f3e9ce;
}

.view-cart-page a.continue, .view-cart-page input.update
{
	display: inline;
	float: left;
	padding: 5px;
	background-color: #d79739;
	border: 1px solid #322000;
	color: #5F3A04;
	text-decoration: none;
}

.view-cart-page input.update
{
	float: right;
}



.grand-total
{
	
	
	display: inline;
	float: right;
	background-color: #f3e9ce;
	border-collapse: collapse;
	
	border: 1px solid #322000;
	color: #322000;
	margin-top: 15px;
}

.grand-total th
{

	font-weight: bold;
}

.grand-total th.total
{
	font-size: 16px;
}

.grand-total th, .grand-total td
{
	text-align: right;
	width: 100px;
	padding: 5px;
}

a.checkout-now
{
	display: block;
	
	width: 112px;
	height: 28px;
	
	background-image: url(/wwwroot/images/layout/btn-checkout-now.gif);
	
	font-size: 0px;
}

a.checkout-now:hover
{
	background-image: url(/wwwroot/images/layout/btn-checkout-now-ro.gif);
}

a.checkout-now.top
{
	display: inline;
	float: right;
	
	margin-top: 30px;
	margin-bottom: 10px;
}

.view-cart-page tfoot td
{
	background-color: #f3e9ce;
}

a.continue-shopping
{
	display: block;
	
	width: 141px;
	height: 28px;
	
	background-image: url(/wwwroot/images/layout/btn-continue-shopping.gif);
	
	font-size: 0px;
	float: left;
}

a.continue-shopping:hover
{
	background-image: url(/wwwroot/images/layout/btn-continue-shopping-ro.gif);
}

a.start-shopping
{
	display: block;
	
	width: 112px;
	height: 28px;
	
	background-image: url(/wwwroot/images/layout/btn-start-shopping.gif);
	
	font-size: 0px;
	
}

a.start-shopping:hover
{
	
	
	background-image: url(/wwwroot/images/layout/btn-start-shopping-ro.gif);
	
	
}


