

 tr.event td.discount {
	color: #FF0000;
 }

 tr.item td {
	text-align: center;
 }

 .cartList td {
	padding:1;
	border: solid thin #FBFBFB;
 }

 .cartList .header {
	background-color	: #E0E0E0;
	font-weight	: bold;
	text-align	: center;
	font-size	: 14px;
 }

 .cartList .event {
	background-color:#E0E0E0;
	font-size	: 12px;
 }

 .cartList .item {
	background-color:#FBFBFB;
	font-size	: 12px;
 }

 #customerDetails .heading {
	text-align	: center;
	color		: red;
	font-size	: 18px;
	font-weight	: bold;
 }

 #customerDetails .orderCell {
	text-align	: left;
	color		: black;
	font-size	: 12px;
	font-weight	: normal;
 }

 #customerDetails .required {
	border: solid thin red;
 }

