/* Styles for the cart in the sidebar and #view_cart */


table.order-cart  {
	border-collapse: collapse;
  	border-top:    1px solid #999;
  	margin-bottom: 10px;
	width: 100%;
}

table.order-cart tr {
	border-bottom: 1px solid #999;
}

table.order-cart tr.odd {
	background-color: #fff;
}
table.order-cart tr.even {
	background-color: #EDEDED;
}


table.order-cart tr td {
	padding: 2px 3px;
	margin: 0;
	border: 0;
	font-size: .75em;
	text-align: left;
	line-height: 200%;
}

table.order-cart .item-price {
  text-align: right;	
}

table.order-cart tr.total-line {
	background-color: #666;
}

table.order-cart tr.total-line td {
	color: #fff;
	background-color: #666;
}