/******************************************************************************
*	BASKET PREVIEW
******************************************************************************/
.BasketPreview
{
	background-color:Transparent;
}

.BasketPreviewText
{
	vertical-align:middle;
	text-align:left;
	width:100%;
}

.BasketPreviewNumberOfItems
{
	float:left;
	font: 9px Arial;
	color:#961A1D;
	text-align:center;
	width: 100%;
	padding-top:4px;
}

.BasketPreviewLink 
{
	color:#961A1D;
	text-decoration:none;
	float:right;
	vertical-align:middle;
	padding-left:4px;
	padding-right:4px;
	text-align:left;
	white-space:nowrap;
}

.BasketPreviewCheckout
{
	background-image:url(/images/ProSportsMemorabilia/checkout.gif);
	background-repeat:no-repeat;
	width:70px;
	height:19px;
}

/******************************************************************************
*	BASKET
******************************************************************************/
.BasketTitle
{
	white-space: nowrap;
	padding-bottom: 5px;
}

.BasketEmpty
{
	padding: 10px 0px;
	text-align: left;
	width:605px;
}

.BasketLogin
{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

.BasketCrossSellsTitle
{
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.BasketCrossSellPrice
{
	padding: 1px 0px 3px 0px;
	font-weight: bold;
}

.BasketCrossSellOnSale
{
	color: Blue;
	font-weight: bold;
}