.carttable {
	border: 1px solid #bcbccc;
}

.carthead {
	background-color: #003399;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.carttotal {
	font-weight: bold;
	color: #DD0000;
}

.cartdiscount {
	color: #339933;
}

.cartcel {
	background-color: #EFEFEF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.cartcel a { color: #3366BB; }
.cartcel a:hover {text-decoration: none; }

.cartitemname {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 8px;
}

.cartheadings {
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}

.cartmenus {
	font-family: Arial;
	font-size: 12px;
	background-color: #dedeee;
}

.cartbuttons { 
	font-family: Arial;
	font-size: 12px;
	background-color: #dedeee;
}

.cartinput {
	font-family: Arial;
	font-size: 12px;
}



