#basket {
	position:absolute;
	left:50%;
	top:5px;
	margin-left:110px;
	width:255px;
	height:237px;
	z-index:2;
}
.basket-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0079AD;
	height: 18px;
}
.basket-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0079AD;
	text-decoration: none;
	background-color: #ADBEDF;
	height: 13px;
}
.basket-row A:link {color: #0079AD; text-decoration: none;}
.basket-row A:visited {color: #0079AD; text-decoration: none;}
.basket-row A:active {color: #0079AD; text-decoration: none;}
.basket-row A:hover {color: #FFFFFF; text-decoration: none;}
.basket-main-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0079AD;
	padding: 5px;
	height: 22px;
}
.basket-main-row {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0079AD;
	text-decoration: none;
	background-color: #ADBEDF;
	height: 20px;
	padding: 5px;
}
.basket-main-row A:link {color: #0079AD; text-decoration: none;}
.basket-main-row A:visited {color: #0079AD; text-decoration: none;}
.basket-main-row A:active {color: #0079AD; text-decoration: none;}
.basket-main-row A:hover {color: #FFFFFF; text-decoration: none;}
.basket-qty-field {
	width: 50px;
	border: 1px solid #0079AD;
	background-color: #ADBEDF;
	color: #0079AD;
}
