table#cart_items {
	width: 100%;
	margin: 0 auto;
}

#cart_items td {
	font-size: 10pt;
	padding: 10px;
}

#cart_items td a {
	
}

#cart_items td.showcart {
	width: 10%;
}

#cart_items td.product {
	width: 90%;
}

#cart_items td.product a, #cart_items td.remove a{
	color: #1C519F;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#cart_items td.product a:hover, #cart_items td.remove a:hover {
	color: #6DB0E6;
	text-decoration: underline;
}

table#cart_items tr:nth-child(odd) { 
	background-color:#EBEBF5; 
}

table#cart_items tr:nth-child(even) { 
	background-color:#F5F5FA; 
}

#request_a_quote {
	text-align: center;
}

#no_items {
	text-align: center;
}

#request_a_quote a {
	color: #C02358;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#request_a_quote a:hover {
	color: #E45A95;
}
