/*Main Basket Styles*/

.noShow {display:none;}
.checkoutStage1
{
	background:url('/images/presentation/shop/checkoutStageOne.gif') no-repeat top left;
	padding:5px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.basketRowWrapper
{
	padding:5px;
	color:#666666;
}
.orangeBg
{
	background-color:#FFDBB2;
}
#BasketHolder
{
	padding:5px;
	color:#666666;
}
#BasketHolder .inputQty
{
	border:1px solid #FD8706;
	font-weight:bold;
	margin-right:5px;
	padding:2px;
	text-align:center;
	width:27px;
}
.basketRowWrapper .basketItemCol, #BasketItems .basketItemCol
{
	float:left;
	width:180px;
}
.basketRowWrapper .basketPriceCol, #BasketItems .basketPriceCol
{
	float:left;
	width:70px;
}
.basketRowWrapper .basketQtyCol, #BasketItems .basketQtyCol
{
	text-align:center;
	padding-right:10px;
	float:left;
	width:61px;
}
.basketRowWrapper .basketSubtotalCol, #BasketItems .basketSubtotalCol
{
	float:left;
	width:70px;
}
.basketRowWrapper .basketButtonsCol, #BasketItems .basketButtonsCol
{
	float:left;
	width:155px;
}

#BasketItems .basketSubtotalCol, #BasketItems .basketPriceCol, #BasketItems .basketItemCol
{
	padding-top:8px;
}
#BasketItems .basketQtyCol
{
	padding-top:5px;
}
.bold
{
	font-weight:bold;
}
.deliveryTitle
{
	float:left;
	width:322px;
}
.totalTitle
{
	float:left;
	width:322px;
	font-size:120%;
}
.price
{
	float:left;
	width:230px;
}
.large
{
	font-size:150%;
}
#TotalsLine
{
	margin-top:5px;
}
.centreAlign
{
	text-align:center;
	padding-top:10px;
}
