﻿#Cart
{
	 border-left: solid 1px #6c889e;
	 width: 95%;
	 padding-top: 10px;
}

#Cart th
{
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6c889e;
	text-align: left;
	height: 10px;
}

#Cart td
{
	padding: 10px 10px 10px 5px;
	border-right: solid 1px #6c889e;
	border-bottom: solid 1px #6c889e;
}

#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;
}