@charset "utf-8";
/* CSS Document */

*
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h1
{
	color: #666666;
	font-size: 12px;
}
h2
{
	color: #666666;
	font-size: 12px;
}
#container, #mainContent
{
	background-image: none;
}
#retrievedDetails
{
	float: right;
	width: 450px;
	padding: 10px;
	background-color: #eeeeee;
}
#basket
{
		margin: 20px;
		background-color: #ffffff;
}
#chooseCustomer
{
	margin: 15px;
}
#status
{
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
#invoiceToDetails td
{
	vertical-align: top;
}
.formRequired
{
	color: #900;
}
#send_invoice
{
	margin: 20px;
	text-align: right;
}
td
{
	vertical-align: top;
}
.errorsArea
{
	color: #900;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	padding: 10px;
}
.errorsArea ul, .errorsArea li
{
	margin: 0;
	padding: 0;
	
	margin-left: 15px;
}
#basketQUICKADD
{
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	padding: 10px;
	margin: 20px 0px 10px 0px;
	
	background-color: #e6e6e6;
}
#basketCSV
{
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	padding: 10px;
	margin: 40px 0px 10px 0px;
	
	background-color: #fafafa;
}
#basketCSVExplained
{
	margin: 0px 30px 0px 30px;
}
#basketCSVExplained p
{
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
form
{
	padding: 0;
	margin: 0;
}
#completeButton
{
	text-align: right;
	margin: 20px 0px 0px 0px;
	
	font-weight: bold;
}

.stkOK
{
	color: #0C0;
}
.stkLow
{
	color: #FC0;
}
.stkOut
{
	color: #900;
}

.curDD
{
	float:right;
	font-weight: bold;
	padding: 5px;
	background-color: #FFF;
	border-color: #666;
	border-style:solid;
	border-width: 1px;
}

#altPaymentMsg
{
	padding: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #000000;
	
	border-style:solid;
	border-color:#900;
	border-width: 1px;
}
#basketLoginPrompt
{
	margin: 10px 0px 0px 0px;
}
#anonBasket
{
	float:left;
	margin: 0px 20px 0px 0px;
}

#basketTable
{
	width: 860px;
	
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #acacac;
}
.basketHeaders *
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.basketTax
{
	text-transform: none;
	font-size: 10px;
	color: #999999;
	white-space: nowrap;
}
.basketHeaders
{
	background-image: url(/graphics/cart/header_bg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: #ffffff;
}

.basketRow1
{
	background-color: #e6e6e6;
}
.basketRow2
{
	background-color: #f2f2f2;
}
.discountrow td
{
	color:#900;
	font-weight: normal;
}
.basketTotals
{
	font-size: 12px;
	background-color: #ffffff;
}
.basketTotals *
{
	text-transform: uppercase;
	font-size: 12px;
}
.basketUpdateLine
{
	margin: 0px 0px 0px 15px;
}
.basketQty
{
	float: left;
}
.basketFooter
{
	width: 860px;
	
	background-image: url(/graphics/cart/footer_bg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	
	height: 35px;
}
.basketCurrency
{
	float: left;
	padding: 8px 0px 0px 10px;
}
.basketEmpty
{
	text-align: right;
	margin: 0px 0px 0px 0px;
}