.ErrorLabel {
	font-size: 10pt;
	color: red;
	font-family: 'Lucida Sans Unicode'; }

.HeaderRow {
	background-color: #d3d3d3;
	white-space:nowrap; }

.AltRow {
	background-color: #cfe7f9; }
	
.cart_display {
	background-color: White;
	font-family: Verdana, Lucida Sans Unicode;
	font-size: 10pt; }


A {
    text-decoration: none;
    color: #0000CC; }
A:active {
    text-decoration: none;
    color: #009900; }
A:hover {
	text-decoration: underline;
	color: red; }