@charset "utf-8";
/* CSS Document */

#basketmain {}

#basketmain tr {
	background-color: #E5E5E5;
}

#basketmain td {
	border: #FFF solid 1px;
	padding: 6px 8px;
	font-size: 10pt;
	line-height: 14px;
}

#basketmain .tableheader {
	text-transform: uppercase;
	font-size: 7pt;
	background-color: #CCC;
}

#basketmain .basketpresubtotal {
	background-color: #F90;
}

#basketmain .basketsubtotal {
	background-color: #F90;
	font-size: 12pt;
	padding: 10px 8px;
}

.addqty {
	text-align: center;
	padding: 2px;
}

#basketmain .formfieldbasket {
	padding: 2px;
	width: 200px;
}
.smallcart {
	font-size: 7pt;
	line-height: 10px;
}

.hidden {
	visibility: hidden;
	display: none;
}

.deldate {
	font-weight: bold;
	font-size: 10pt;
	float: right;
	width: 600px;
	display: block;
	text-align: right;
	padding: 10px 0;
}

.small {
	text-align: left;
	line-height: 12px;
}

.grey {color: #666;}