#header, #footer, #cart_buttons, #order_buttons, #remove_item, #return_link { display : none; }
.cartTable {
	margin : 0 0 20px 0;
	border-top : 1px solid #000;
	width : 90%;
	font-size : 80%;
}
.cartTable .borderLeft {
	border-left : 1px solid #000;
}
.cartTable thead tr {
	color : #000;	
}
.cartTable thead tr th, .cartTable tbody tr td, .cartTable tfoot tr th {
	padding : 5px;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	vertical-align : middle;
}
.cartTable thead tr th, .cartTable tfoot tr th {
	font-weight : bold;
}
.cartTable thead tr th {
	text-align : center;
}
.cartTable tfoot tr th {
	padding : 5px ;
}
