div.cart-left {
	width: 240px;
}

table.cart {
	border-collapse: collapse;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
table.cart-big {
	border-collapse: collapse;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 340px;
}

tr.cart-header {
	background-color: #0078c5;
	color: #ffffff;
	font-size: 12px;
	padding-right: 20px;
	font-weight: bold;
}
tr.cart-header th {
	padding-left: 20px;
}
tr.cart-header td {
	color: #ffffff;
	padding-right: 20px;
}
tr.cart-header a {
	color: #ffffff;
	text-decoration: none;
}

tr.cart-product-even {
	background-color: #e6edf8;
}
tr.cart-product-odd {
	background-color: #cecece;
}
tr.cart-th {
	border-bottom: 1px solid;
	border-color: #ffffff;
}
td.cart-td {
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #ffffff;
}
td.cart-td a {
	color: #000000;
	text-decoration: none;
}
td.cart-price-td {
	border-bottom: 1px solid;
	border-left:  1px solid;
	border-top: 1px solid;
	border-color: #ffffff;
}
tr.cart-sum {
	border: 0px;
}
tr.remove-info {
	background-color: #e6edf8;
}
tr.remove-info-big {
	background-color: #ffffff;
}
