﻿/**********************************************
* Generic Checkout Page Styling
**********************************************/
#pageCheckout
{
	padding: 0px 0px 10px 0px;
	
}
.CheckoutButton a
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #fff;
	background-color: #003D35;
	border: none;
	text-decoration: none;
	width: 80px;
	float: right;
	text-align: center;
	margin: 5px 0px 5px 5px;
}
#CheckoutTotalContainer
{
	color: #888; 
	float: right; 
	font-size: 13px; 
	margin-bottom: 0px;
} 
#CheckoutTotal
{
	color: #003D35; 
	font-weight: bold;
}
.CheckoutButton
{
	background: transparent url('../../../images/layout/arrow_button_right.gif') no-repeat scroll right top;
	color:White;
	text-decoration:none;
	height:28px;
	display:inline-block;
	font-weight:bold;
	margin-left:15px;
}
a.CheckoutButton:hover
{
	color:White;
}
.CheckoutButton span
{
	height:28px;
	display:inline-block;
	background: transparent url('../../../images/layout/arrow_button_left.gif') no-repeat scroll left top;
	margin-right:6px;
	padding:5px 5px 0px 30px;
}
#Checkout .OrderPromiseTime .StoreOrderContainer .StoreOrderContainerHeader
{
	font-size:14px;
	color: #b50400;
	font-weight: bold;
	margin-bottom: 5px;
}
#Checkout .OrderPromiseTime .StoreNameTitleText 
{
	font-size:12px;
	color: black;
}
#Checkout .OrderPromiseTime .OrderInformation
{
	display: none;
}
#Checkout .OrderPromiseTime .StoreOrderSummary
{
	display: none;
}

.CheckoutNav
{
	display:inline-block;
	width:100%;
	float:left;
	clear:both;
	border-bottom: solid 2px black;
	margin-bottom:20px;
}

.CheckoutNav ul
{
	display:inline-block;
	padding:0;
	margin:0;
}

.CheckoutNav li
{
	margin-right:5px;
	padding:8px 13px;
	background-color:Gray;
	color:White;
	display:inline-block;
	float:left;
	font-size:12px;
	font-weight:bold;
}

.CheckoutNav li.active
{
	background-color:Black;
}



/**********************************************
* Customer Checkout Personal Details
**********************************************/

.CheckoutLogin
{
	width: 100%;
	display:inline-block;
}

.CheckoutLogin h3
{
	margin-bottom:0px;
	padding-bottom:0px;
}

.CheckoutPersonal
{
	display:inline-block;
	margin:0px 0 25px 0;
	width:680px;
	margin-bottom:20px;
	border-bottom:solid 2px black;
}

.CheckoutPersonalContent
{
    padding-bottom:10px;
}

#ctl00_ctl00_MainContent_ContentCentreColumn_ucCustomer_pnlCustomerBillingAddress{
	clear:both;
}
.CustomerCheckoutDetails 
{
	margin: 0px 0px 20px 12px;
	clear:both;
}



.CheckoutDetailsMessage
{
	border-bottom: solid 2px #E0E0E0;
	padding:0px 10px 13px 24px;
	display:inline-block;
	float:left;
	font-size:13px;
}

 .CheckoutPersonal .CustomerCheckoutDetailsForm 
 {
 	margin-left:24px;
 	margin-bottom:10px;
	margin-left:24px;
 }

.CustomerCheckoutDetailsTitle 
{	
	border-bottom: solid 1px #B50400; /* #E5E5E5; */	
}
.CustomerCheckoutDetailsTitleText 
{
    font-weight: bold;
}
.CustomerCheckoutDetails .CustomerCheckoutDetailsForm 
{
	clear:both;
}
.CustomerCheckoutDetails .FormField 
{
	clear: both;
}
.CustomerCheckoutDetails .FormLabelRequired 
{
	display: block;
	text-align: left;
	clear: right;
	float: left;
	margin: 5px 0px;
	font-size: 1em;
	width: 165px;
	font-weight:bold;
}

.CustomerCheckoutDetails .FormLabel 
{
	display: block;
	text-align: left;
	clear: right;
	float: left;
	margin: 5px 0px;
	font-size: 1em;
	width: 165px;
}
.CustomerCheckoutDetails .FormInput 
{
	margin: 2px 0px 2px 5px;
	padding: 1px;
	font-size: 0.95em;
}

.CustomerCheckoutDetails .FormField input
{
	width: 250px;
}

.AddressSelector
{
	float:left;
	clear:left;
	margin:10px 0px 15px 0px;
	width: 100%;
}
.AddressSelectorClear
{
	line-height: 2em;
	padding-left: 10px;
}

.CheckoutHelpMessage
{
	clear: left;
	padding: 5px 0px 10px 24px;
	display:inline-block;
	width: 430px;
	line-height:22px;
}

.WizardRegistrationCreate
{
	float:left;
	margin-left:225px;
}

.OrderReviewForm
{
	margin-left:24px;
	display:inline-block;
	float:left;
}

.CheckoutNameOrder
{
	display:inline-block;
	margin-left:24px;
	float:left;
	font-size:14px;
	padding-bottom:10px;
}

/**********************************************
* Billing Address
**********************************************/

.BillingAddress
{
	clear:left;
	display:inline-block;
	margin-top:10px;
	width:100%;
}

/**********************************************
* Payment Details
**********************************************/
.Payment
{
	clear: left;
	display: inline-block;
	float: left;
	margin-top: 10px;
	min-width: 450px;
	width: 100%;
}
.PaymentDetails 
{
	margin: 20px 0px 20px 0px;
	clear: both;
}
.PaymentDetails .PaymentDetailsTitle 
{	
	border-bottom: solid 1px #B50400; /* #E5E5E5; */
}
.PaymentDetailsTitleText 
{
	font-size: 14px;
    color: #B50400;
    font-weight: bold;
    padding-left:15px;
}
.PaymentDetails .BillingAddressHeader
{
	clear:both;
	color:#B50400;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin: 25px 0px 10px 0px;
}
.PaymentDetails .PaymentDetailsForm 
{
	margin: 3px 0px 0px 15px !important;
}
/*
.PaymentDetailsForm .FormField 
{
	clear: both;
}
.PaymentDetailsForm .FormLabel 
{
	display: block;
	text-align: left;
	clear: right;
	float: left;
	margin: 5px 0px;
	font-size: 1em;
	width: 25%;
}

.PaymentDetailsForm .FormLabelRequired 
{
	display: block;
	text-align: left;
	clear: right;
	float: left;
	margin: 5px 0px;
	font-size: 1em;
	width: 25%;
	font-weight:bold;
}

.PaymentDetailsForm .FormInput 
{
	float: left;
	margin: 2px 0px 2px 5px;
	padding: 1px;
	font-size: 0.95em;
}
.PaymentDetailsForm input
{
	width: 250px;
}
*/
.CashForm
{
	display:inline-block;
	float:left;
	clear:left;
	margin-left:24px;
	width:100%;
}

.PaymentInner .NoPaymentsError
{
	color:red;
	display:block;
	clear:both;
	float:left;
	margin:10px 0 10px 5px;
}

.PaymentTypeCreditCardForm
{
	margin-left:24px;
}

.PaymentTypeCreditCardInner
{}

.CreditCardDateDropdowns
{
	display:inline-block;
	float:left;
}
.CreditCardDateDropdowns select
{
	margin-right:10px;
	width:102px;
}

/**********************************************
* Customer Delivery Address
**********************************************/

.CustomerDeliveryAddress 
{
	margin: 20px 0px;
	clear:both;
}
.CustomerDeliveryAddress .CustomerDeliveryAddressTitle 
{	
	border-bottom: solid 1px #B50400; /* #E5E5E5; */
}
.CustomerDeliveryAddress .CustomerDeliveryAddressTitleText
{
	font-size: 14px;
    color: #B50400;
    font-weight: bold;
}
.CustomerDeliveryAddress .CustomerDeliveryAddressForm 
{
	margin: 3px 0px 0px 0px !important;
}
.CustomerDeliveryAddress .FormField 
{
	clear: both;
}
.CustomerDeliveryAddress .FormLabel 
{
	clear: right;
	float: left;
	margin: 5px 0px;
	font-size: 1em;
}
.CustomerDeliveryAddress .FormInput 
{
	float: left;
	margin: 2px 0px 2px 5px;
	padding: 1px;
	font-size: 0.95em;
}
.CustomerDeliveryAddress input, textarea
{
	width: 250px;
}
.CustomerDeliveryAddressForm #Postcode .FormInput 
{
	font-weight: bold;	
}

/**********************************************
* Form Actions
**********************************************/
.btnSubmitOrder
{
	margin-left:0px;
}
.lnkTermsConditions
{
	clear:none;
	display:inline-block;
	float:left;
	font-size:12px;
	margin-left:3px;
	padding-bottom:5px;
	vertical-align:bottom;
}
.lnkTermsConditions span
{
}

.CheckboxTerms .Validator
{
	float:none;
	clear:none;
	display:inline;
}