@charset "utf-8";
/* CSS Document */

table.cart {
	width: 100%;
}
table.cart a.addrem {
	text-decoration: none;
}
table.cart td {
	padding-left: 15px;
}
table.cart tr.title td {
	background-color: #ececec;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
}
table.cart tr.item td {
	background-color: #f8f8f8;
	height: 20px;
}
table.cart tr.total td.price {
	background-color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
table.cart tr.total td.title {
	background-color: #CCCCCC;
	height: 20px;
}
