table.cart {
	border-collapse:collapse;
	}
table.cart th {
	background-color:#999;
	border-left:1px solid #fff;
	color:#fff;
	text-align:center;
	}
table.cart th, table.cart td {
	font-size:11px;
	}
table.cart td.cartrow {
	border-top:1px solid #e1e1e1;
	}
table.cart td.carttally {
	background-color:#f1f1f1;
	border-bottom:2px solid #fff;
	font-weight:bold;
	padding:8px 5px 8px 0;
	}
table.cart td.carttotal {
	background-color:#ccff99;
	font-weight:bold;
	padding:5px;
	}
table.cart th.left, table.cart td.left {
	/*border-left:1px solid #e1e1e1;*/
	}
table.cart th.right, table.cart td.right {
	/*border-right:1px solid #e1e1e1;*/
	}
table.cart td {
	color:#444;
	}
table.cart td hr {
	height:3px;
	color:#ccc;
	}