div#container_cart_table{

}

table#cart th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	border-bottom:1px solid gray;
}

table#cart th,
table#cart td {
	padding: 5px 10px;
}

table#cart .item_name {
	width: 100%;
	font-size: 1em;
}

table#cart .quantity input {
	text-align: center;
}

table#cart #total_price_exc_tax {
	font-size: 1.1em;
}	

table#cart #total_tax {
	font-size: 1.1em;
}	

table#cart #total_price {
	font-size: 1.1em;
}	

table#cart tr td {
}

table#cart tr.odd td {
	border-bottom:1px solid gray;
}

table#cart tr.even td {
	border-bottom:1px solid gray;
}	
