﻿/*#######################################
Print CSS
#######################################*/
.noPrint
{
	display: none;
}
.CartGrid, .CartGrid th, .cartRow td, .cartAlternatingRow td
{
	border: solid 1px #000000;
}
.CartGrid th, .BillingDiv h3, .ShippingDiv h3
{
	background: #AEAEAE;
}
.subTotals
{
	font-weight: bold;
}
.CartGrandTotalLabel
{	
	text-align: right;
}
.CartGrandTotalCost
{
	text-align: right;
}

.BillingDiv h4, .ShippingDiv h4
{
	font-weight: bold;
}

#header
{
	display: none;
}

#footer
{
	display: none;
}
