.shopCartTitle,.shopCartTitleLeft
{
	font-weight:bold;
	font-size:12px;
	padding-right:10px;
	background:#e5e5e5;
}

.shopReceiptCustomerTitle
{
	font-weight:bold;
	font-size:12px;
	padding:3px;
	background:#e5e5e5;
	text-align:left;
}

.shopCartTitleLeft
{
	text-align:left;
}
.shopCartTitleRight
{
	text-align:right;
}
.checkoutProductTr
{
	background:#FDFBE9;
}
.shopCartBtns 
{
	text-align:right;
	background:#e5e5e5;
}
.checkFormNote
{
	padding:0px;
	margin:0px;
	font-size:11px;
}

/* Cart display */
.shopCartContent
{
	border:1px solid #e5e5e5;
	border-top: none;
	width: 100%;
}
.shopCartContent td
{
	font-size:12px;
}
.checkoutLineItem
{
	border-top:1px solid #e5e5e5;
}
.shopCartTotal
{
	font-weight:bold;
	padding-bottom:8px;
}
.checkoutError,.checkoutFormError
{
	color:red;
	font-size:0.69em;
	font-weight:bold;
}
.checkoutError span, .checkoutErrorList li,  .checkoutErrorList li span
{
	font-size:1em;
}
.checkoutErrorList li
{
	padding-bottom:4px;
}


/* Checkout form */
.checkoutTermsBox
{
	/*width:500px;*/
	height:350px;
	overflow-y:auto;
	border:1px solid gray;
	padding:4px;
	font-size:12px!important;
}
.checkoutTermsBox li,.checkoutTermsBox p
{
	font-size:12px;
}
.checkoutFieldLabel
{
	width:180px;
}
.checkoutFieldLabel,.checkoutField
{
	text-align:left;
	font-size:12px;
}
.checkoutFieldNote
{
	font-size:10px;
}
.checkoutFieldTitle
{
	font-size:14px;
	font-weight:bold;
}
.checkoutTable
{
	width:400px;
}

.checkoutCartSummary
{
	font-size:12px;
	padding-top:10px;
}


/* Receipt */
.shopReceiptText
{
	font-size:12px;
	padding:3px;
	padding-top:8px;	
}
.shopReceiptCart
{
	margin-top:8px;
	border:1px solid #e5e5e5;
}
.shopReceiptCart td
{
	font-size:12px;
}
.shopReceiptCustomer,.shopReceiptDelivery
{
	padding-right:20px;
	padding-bottom:10px;
}
.shopReceiptCustomer
{
	border-right:1px solid #e5e5e5;
}


.checkoutStep,.checkoutStepCompleted
{
	color:gray;
	font-family:verdana;
	font-size:10px;
	padding-left:4px;
}
.checkoutStepCompleted
{
	color:#0000ff;
}



.shopListItem
{ 
	width:100%;
	overflow:auto;
}
.shopListImage
{ 
	float:left;
}
.shopListText
{ 
	float:left;
	padding-left:4px;
}
.shopListPrice
{ 
	text-align:right;
}
.shopListLink
{ 
	
}

.acceptTerms {
	margin: 20px 0;
	text-align: right;
}