.cartListHeader
{
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-size: 9pt;
}
.cartListFooter 
{
}
.cartListItem 
{
	background-color: #FFFFFF;
	font-size: 9pt;
}
.cartListItemAlt 
{
	background-color: #E2E1CD;
	font-size: 9pt;
}

.cartListItem a, .cartListItem a:link, .cartListItem a:visited, .cartListItem a:hover, .cartListItem a:active, 
.cartListItemAlt a, .cartListItemAlt a:link, .cartListItemAlt a:visited, .cartListItemAlt a:hover, .cartListItemAlt a:active
{
	font-weight: bold;
	color: #343F56;
	text-decoration: underline;
}

#CartShipping 
{
	margin-bottom: 28px;
}
#CartShippingForm 
{
	float: left;
	width: 396px;
	height: 109px;
	overflow: hidden;
	background-image: url(/shared/images/cartshipbg.gif);
	background-repeat: no-repeat;
}
#CartShippingForm .inner 
{
	padding: 10px 125px 0px 16px;
}
#CartShippingForm .field 
{
	width: 255px;
	margin-bottom: 5px;
}
#CartShippingForm .label 
{
	width: 105px;
	float: left;
	padding-top: 4px;
	color: #372756;
	font-size: 8pt;
	font-weight: bold;
}
#CartShippingForm .input 
{
	width: 145px;
	float: left;
} 
#CartTotals 
{
	float: right;
	width: 190px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}
#CartTotal 
{
	padding: 18px 4px 6px 0px;
	font-size: 9pt;
}
#CartShipTotal 
{
	padding: 3px 4px 3px 0px;
	font-size: 9pt;
}
#CartTaxTotal 
{
	padding: 3px 4px 3px 0px;
	font-size: 9pt;
}
#CartGrandTotal 
{
	padding: 8px 4px 3px 0px;
	font-size: 10pt;
}

#LeftButtons 
{
	width: 292px;
	float: left;
	text-align: left;
}
#RightButtons 
{
	width: 342px;
	float: left;
	text-align: right;
}
.checkoutTitle {
    color: #3936D6;
	font-size: 12pt;
	font-weight: bold;
}