.cart TD {
	{
	font-size : 8pt;
	font-family : Arial;
}

.itemRow  {
	font-size : 8pt;
	font-family : Arial;
	background-color : #f2f2f2;
}

.totalRow {
	{
	font-size : 8pt;
	font-family : Arial;
	font-weight : bold;
}

.headingRow {
	font-size : 8pt;
	font-family : Arial;
	font-weight : bold;
	background-color : #62009C;
	color : White;
	text-align: center
}

.cart TH  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	background-color : #62009C;
	color : White;
	border-width : 2;
	border-style : outset;
	border-color: #9858BE #470071 #370057 #7E2EAE
}

.cart .formButton {
	font-size : 7pt;
	font-family : Arial;
	font-weight : bold;
	color : Black;
	border-width : 1;
	border-style : outset;
}

.cart .inputField {
	font-size : 8pt;
	font-family : Arial;
	border: 1 solid gray
}

.cart .heading {
	font-family : Arial;
	font-size : 15pt;
	font-weight : bold
}

