table#cartItems {
  border-collapse: collapse;
  width: 100%;
	margin-bottom: 20px;
}
table#cartItems th {
  background-color: #c6bfaa;
  border-top: 1px solid #aca590;
  border-bottom: 1px solid #aca590;
  color: #333;
	font-weight: bold;
  padding: 10px;
}
table#cartItems td {
  border-bottom: 1px solid #a29144;
  padding: 10px;
	text-align: right;
}
table#cartItems td.cartItemTitle {
	font-size: 1.25em;  line-height: 1.5em;
	text-align: left;
}
table#cartItems td.cartItemQty {
  width: 70px;
}
table#cartItems td.cartItemQty input {
	text-align: right;
  width: 30px;
}
table#cartItems td.cartItemPrice {
	color: #3c2618;
	font-size: 12px;
}
table#cartItems td.cartItemTotal {
	color: #3c2618;
  font-weight: bold;
	font-size: 12px;
	width: 70px;
}
table#cartItems td.cartSubtotal {
  border: none;
  border-top: 2px solid #aca590;
	color: #3c2618;
  font-size: 15px;
	font-weight: bold;
  padding: 5px 10px;
}
table#cartItems td.cartShipping {
/*  border: none;*/
  font-size: 11px;
	font-weight: bold;
  padding: 3px 10px;
}
table#cartItems td.cartTax {
  border: none;
  font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
}
table#cartItems td.cartTotal {
  border: none;
  border-top: 4px double #3c2618;
  font-size: 20px;
	font-weight: bold;
	color: #3c2618;
  padding: 3px 10px;
}
table#cartItems td.cartCheckout {
  border: none;
/*	margin: 0px; padding: 5px 0px 10px 0;*/
}