.shoppingbasket {
	background-color: #FFCC99;
	width: 60%;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #E2898B;
	border-right-color: #E2898B;
	border-bottom-color: #E2898B;
	border-left-color: #E2898B;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.shopbasketheader {
	color: #000000;
	background-color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: thin solid #701B1E;
}
.linkcell {
	background-color: #FF9B37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin inset #701B1E;
}
.abasket:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
}
.abasket:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FFFF;
	font-size: 10px;
	font-weight: bold;
}
.abasket:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC3300;
}
.abasket:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AD52AB;
}
