/*
	Commerce Style sheet
	Style Sheet to display style code for the commerce package:

	created 29th October 2004 by Robert McCarthy
	updated July 2006 by Nicholas Fish
*/
.basketline, .basketlineright, .basketlinecentre{ border-style: none none solid none; border-bottom-width: 1px; border-top: #000000;}
.baskettotal{font-size:70%; border-style: double none none none; border-top: #000000;}
.formlabel_150{width:150px; float : left;}
.formlabel_100{width : 100px; float : left;}
.formlabel_50{width : 80px; float : left;}
.cellright, .basketlineright{text-align: right;}
.cellcentre, .basketlinecenter{text-align: center;}
.receiptHeader{text-align: right; width: 80%;}
.receiptAddress{margin: 15px 0 0 0;}

/********************** replacements for inline styles **********************************/
.mergearraystyle, .basketstyle
{
	width:90%; 
	padding:15px;
}

.mergearraystyle{text-align: center;}

.basketstyle{color : #000000;}

.basketcardborder
{
	border-style: double none none none; 
	border-top: #000000;
}

.paymentreceipt
{
	width : 100%;
	text-decoration : underline;
	font-weight : bold;
	text-align : center;
}