#cart table {
	border:1px solid #344560;
	width:100%;
}

#cart table tr td {
	padding:2px 5px 2px 5px;
}

.cartheader {
	background-color:#344560;
	color:#ffffff;
}

.cartodd {
	background-color:#DEE6F2;
}

.cartoption {
	font-size:70%;
	clear: both;
}
