﻿
#basket{
	float: left;
	width: 164px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#basketHeader{
	float:left;
	height:19px;
	width: 164px;
}

#basketFooter{
	float:left;
	background-image:url(../images/BasketFooter.gif);
	background-repeat:no-repeat;
	height:11px;
	width: 164px;
}

#basketMain{
	float:left;
	background-image:url(../images/BasketBack.gif);
	background-repeat:repeat-y;
	width: 154px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
}

#basketMain a
{
	color: Black;
	text-decoration: none;
	margin-left: 10px;
}

.basketMoreRow
{
	width: 154px;
	padding-top: 5px;
}

.sideBasketButton
{
	float:right;
	margin-right: 10px;
	margin-top: 10px;
}