@CHARSET "UTF-8";
/**
 * CSS for cart page
 * 
 * $Id: cart.css 155 2008-09-21 20:53:45Z jeremy $
 */
 
table a {
	color: #000;
}
table tr th {
	background-color: #90A39E;
	color: #EBEFEE;
	font-size: 14px;
}

table tr th.quantity {
	text-align: right;
}

table tr th.weight {
	text-align: right;
}

table tr th.total {
	text-align: right;
}

table tr td.item_quantity {
	text-align: center;
}

table tr td.item_weight {
	text-align: right;
}

table tr td.item_total {
	text-align: right;
}

.totalsLabel {
	text-align: right;
}

.totalsRow {
	background-color: #f8f5ef;
	font-weight: bold;
}

.cartButtons {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

.discount {
	color: green;
}

