﻿#Cart
{
	 border-left: solid 1px #a2957a;
	 width: 95%;
	 margin-top: 5px;
}

#Cart th
{
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #a2957a;
	text-align: left;
	height: 10px;
}

#Cart td
{
	padding: 10px 10px 10px 5px;
	border-right: solid 1px #a2957a;
	border-bottom: solid 1px #a2957a;
}

#Product td
{
	padding: 0;
	border: none;	
}

.GrandTotal
{
	color: #bf221b;	
}

.UpdateButton
{
	 padding: 10px 35px 8px 0;
	 text-align: right;	
}

.ContinueButton
{
	padding-right: 35px;
	text-align: right;
}

.CartNote
{
	font-size: 8pt;
	vertical-align:bottom;
}
.ShippingNote
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding: 0 35px 8px 0;
}