table.cart
{
	border: 1px solid #B3B3B3;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.cart td
{
	padding: 5px;
}

table.cart tr.row_header td
{
	background: #E7E7E7;
}

table.cart tr.row_footer.top td, 
table.cart tr.row_ltblue td, 
table.cart tr.row_white td
{
	border-top: 1px solid #B3B3B3;
}

tr.row_footer td,
table.summary td,
table.summary td input
{
	background: #C2EEDA;
}

div.button a, div.checkout a, div.continueShopping a
{
	display: block;
	height: 100%;
}

div.button
{
	float: left;
	margin-right: 5px;
}

div.save
{
	background: url('images/checkoutButtons.png') 0px 0px;
	height: 25px;
	width: 88px;
}

div.update
{
	background: url('images/checkoutButtons.png') -88px 0px;
	height: 25px;
	width: 108px;
}

div.empty
{
	background: url('images/checkoutButtons.png') -196px 0px;
	height: 25px;
	width: 99px;
}

div.continueShopping
{
	background: url('images/checkoutButtons.png') 0px -25px;
	height: 32px;
	width: 182px;
	float: left;
}

div.checkout
{
	background: url('images/checkoutButtons.png') -183px -25px;
	height: 32px;
	width: 120px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

a.printLink img
{
	vertical-align: middle;
}

div.cartNav
{
	margin: 12px 0px;
	position: relative;
	width: 100%;
	height: 35px;
}

div.checkoutLeft
{
	float: left;
	width: 66%;
	margin: 15px;
}

div.checkoutRight form
{
	margin: 0;
}

div.checkoutRight
{
	float: right;
	width: 286px;
	margin: 15px 15px 0 0;
}

table#Body
{
	font-family: arial;
	width: 100%;
}

table#Body div#prodNav,
table#Body div#prodBigBox
{
	width: 100%;
}

div.loadingBox
{
	height: 400px;
	width: 100%;
	border: 1px solid #B3B3B3;
	background: url('images/ajax-loader.gif') center no-repeat;
}

div.loadingBox p
{
	font-size: 2em;
	font-family: arial;
	color: #000;
	text-align: center;
	margin-top: 150px;
}

table.summary
{
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #B3B3B3;
	margin: 0 0 20px 0;
}

table.summary .lastColumn,
table.cart .lastColumn
{
	text-align: right;
	padding-right: 5px;
	width: 110px;
}

.cartSummary
{
	font-weight: bold;
	color: #3B3B3B;
	font-size: 0.9em;
	font-family: arial;
}

.total
{
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
}

tr.row_header td
{
	font-weight: bold;
	background: #AACCFF;
	padding: 5px;
}

h4.checkoutHeader
{
	background: #027ABB;
	margin: 0px;
	padding: 5px;
	color: #fff;
	position: relative;
	font-size: 12pt;
}

h4.checkoutHeader div
{
	text-align: right;
	position: absolute;
	top: 5px;
	right: 5px;
	/*
	float: right;
	*/
}

h4.checkoutHeader a
{
	color: #fff;
	text-decoration: underline;
}

h4.checkoutHeader a:hover
{
	color: #ccc;
}

table.summary td
{
	padding: 5px;
}

table.summary td.totalCell
{
	text-align: right;
	width: 220px;
}

.checkoutBox, div.confidenceIconsBox
{
	padding: 10px;
	border: 1px solid #B3B3B3;
	background: #E7E7E7;
	margin-bottom: 15px;
	font-size: 10pt;
}

div.confidenceIconsBox
{
	background: #fff;
	text-align: center;
}

div.confidenceIconsBox img,
div.trustIcons img
{
	vertical-align: middle;
	margin: 5px;
}

img.processOrderButton,
img.backButton
{
	vertical-align: middle;
}

table.paymentOptionTable
{
	float: right;
}

table.paymentOptionTable td
{
	padding: 3px;
}

select.paymentsDropdown
{
	margin: 5px 0;
}

td.totalCell input
{
	width: 120px;
}

div.cartNav a.paypalLink
{
	position: absolute;
	top: 0px;
	right: 130px;
}

div.trustIcons
{
	text-align: center;
	margin-top: 30px;
}

p.smallFont
{
	font-family: arial;
	font-size: 9pt;
	padding: 5px;
}

div.newCardOptionContainer
{
	border-right: 1px solid #B3B3B3;
	padding-right: 3px;
	margin: 0 9px 10px 0;
	width: 46%;
}

div.cartButtons
{
	height: 25px;
	margin: 10px 0;
}

table#Body
{
	width: 754px;
}

a.bedPackLink
{
	display: block;
	margin-bottom: 20px;
}
