
.payTable		{ width: 100%; }

.payHeaderCell1, .payHeaderCell2, .payHeaderCell3, 
.payHeaderCell4, .payHeaderCell5, .payHeaderCell6
{ 
	background-color: rgb(209,149,5);
	color: rgb(252,252,252); 

	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	padding: 2px; 
	text-align: left;
}

.payHeaderCell1, .payCell1			{  width: 10%; }
.payHeaderCell2, .payCell2			{  width: 44%; }
.payHeaderCell3, .payCell3			{  width: 6%; }
.payHeaderCell4, .payCell4			{  width: 16%; }
.payHeaderCell5, .payCell5			{  width: 16%; }
.payHeaderCell6, .payCell6			{  width: 8%; }
.payHeaderCellSpace					{ font-size: 4px; }

.payCell1, .payCell2, .payCell3, .payCell4, .payCell5, .payCell6	{ padding: 2px 2px 1px 2px; }
.payHeaderCell6, .payCell6	{ padding-right: 4px; }

.payHeaderCell1, .payHeaderCell2,  
.payCell1, .payCell2
{  
	text-align: left;
}

.payHeaderCell3, .payHeaderCell4, .payHeaderCell5, .payHeaderCell6,
.payCell3, .payCell4, .payCell5, .payCell6
{  
	text-align: right;
}

.basketField
{
	font-size: 10px;
	width: 26px;
	margin: 0px;
	padding: 1px;
}

.basketSubmit
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin-top: 10px;
	border-width: 2px;
	border-style: outset;
	/*background-color: rgb(235,232,238);
	color: rgb(95,70,123);*/
}

.payImage
{
	height: 30px;
	border: 1px solid black;
}

.toPayDiv
{
	width: 100%;
	text-align: right;
}

a.toPayLink, a.toPayLink:link, a.toPayLink:active, a.toPayLink:hover
{
	font-size: 12px;
	font-weight: bold;
}

.toPayTable		{ width: 100%; border-top: 1px solid black; }
.leftPayLink	{ width: 50%; text-align: left; padding: 4px 0 0 4px; }
.rightPayLink	{ width: 50%; text-align: right; padding: 4px 4px 0 0; }

.payField		
{  
	font-size: 11px;
	width: 300px;
}

.payArea
{  
	font-size: 11px;
	width: 300px;
	height: 40px;
	margin: 0px;
	padding: 1px;
}

.errorDiv
{
	color: rgb(252,252,252); 
	background-color: rgb(209,149,5);
	
	padding: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
}

.deliveryCell1			{ width: 170px; vertical-align: top; }
.deliveryCell2			{ font-weight: bold; }



.payCardDiv
{ 
	width: 300px; 
	margin: 20px 0 20px 0;
	padding: 20px;
	border-width: 1px;
	border-style: outset; 
	background-color: rgb(255,245,245); 
}

.payCardButton
{ 
	width: 200px; 
	font-size: 11px; 
	font-weight: bold;
	border-width: 2px;
	border-style: outset;
}


.payStep, .payStepSel
{
	text-align: left;
	color: white; /*color: rgb(255,245,245);*/
	margin: 10px 0 10px 0;
	font-size: 11px;
}

.payStepSel
{
	font-weight: bold;
}