TABLE#tblCart {
	border:0px;
	border-collapse: collapse;
	width: 100%;
}

TABLE#tblCart DIV#cartItemFrame {
	width: 762px;
	height: 343px;
	overflow: auto;
}

TABLE#tblCart DIV#cartItemFrame table {
	width: 745px;
}

TABLE#tblCart TD#cartItemCell {
	padding: 0;
}

DIV#cartItemFrame TABLE {
	width: 100%;
}

TABLE#tblCart .col1 {width: 445px; text-align:left !important;}
TABLE#tblCart .col2 {width: 63px; text-align:center !important;}
TABLE#tblCart .col3 {width: 63px; text-align:center !important;}
TABLE#tblCart .col4 {width: 63px; text-align:right !important;}
TABLE#tblCart .col5 {width: 65px; text-align:right !important; border-right: 0}
DIV#cartItemFrame .col5 {width: 47px; }

TABLE#tblCart TH {
	padding: 8px 6px;
	background-color: #636466;
	border-right: 1px solid #fff;
	color: white;
	font: bold 11px arial;
}
TABLE#tblCart TD{
	font: normal 12px arial;
	padding: 5px 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f2f4ef;
}
TABLE#tblCart TD.subtotal {
	font-weight:bold;
	text-align:right;
}
TABLE#tblCart TD.subitem {
	text-align:right;
	padding-top: 2px;
	padding-bottom: 2px;
}
TABLE#tblCart TR.subtotal TD {
	border-right: 0;
	border-bottom: 1px solid #fff;
}
TABLE#tblCart INPUT.quantity {
	font: normal 12px arial;
	width:30px;
}
TABLE#tblCart INPUT.update {
	font: normal 11px arial;
}

TABLE#tblCart TH INPUT.update {
	background-color: #636466;
	color: #fff;
	border: 1px solid #86898F;
	font-weight: bold;
}
/*
TABLE#tblCart TD.quantity, TABLE#tblCart TD.update {
	padding-top:0px;
	padding-bottom:0px;
}
*/
TABLE#tblCart TR.footer TD {
	text-align:right;
	font: 11px arial;
	font-style: italic;
	border-bottom:none;
}
TABLE#tblCart TR.controls TD {
	text-align:right;
	border-bottom:none;
}
TABLE#tblCart TR.controls INPUT {
	font: normal 12px arial;
}
TABLE#tblCart TR.controls INPUT#btnCheckout {
	font-weight:bold;
}