﻿

/* Forms */

fieldset
{
	margin: 0 0 5px 0;
	padding-bottom: 10px;
	border-width:1px;
	border-style:solid;
	border-color:#333333;
}

/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 210px;
	margin-top: 12px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	top:0;
	text-align: right;
	margin-top: 3px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	color:#000;
	font-size: 16px;
	padding: 0 6px;
}
/* This pushes the asterisks into their own column so field labels continue to line up */
fieldset label .Required
{
	position: absolute;
	left: 197px;
}

fieldset p
{
	margin-left: 10px;
	margin-right: 10px;
}

.BuyBox fieldset div
{
    	margin-left: 110px;

}

.Required, .Error
{
	color: #ff0000;
	font-weight: bold;
}

ul.Error
{
    padding-left:14px;
}

input.Medium
{
	width: 20em;
}

input, select, textarea
{
	font-size: 12px;
	font-weight: normal;
}

.CSVUploadForm input.CSVFileInput
{
    width:100%;
}

input.Text
{
	padding: 4px 6px;	
	vertical-align: middle;
}

input.Button,
input.NextStep,
input.PreviousStep,
input.LoginBtn,
input.PaymentBtn,
.LoginBox a.LinkButton,
a.OrderTrackingButton,
a.OrderHistoryViewOrderBtn,
a.OrderHistoryViewInvoiceBtn
{
	width: auto;
	padding: 2px 4px;
	vertical-align: middle;
    /*background:#F68720;*/
    background:#20991f;
    border:none;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    text-decoration: none;
}

input.Button:hover,
input.NextStep:hover,
input.PreviousStep:hover,
input.LoginBtn:hover,
input.PaymentBtn:hover,
.LoginBox a.LinkButton:hover,
a.OrderTrackingButton:hover,
a.OrderHistoryViewOrderBtn:hover,
a.OrderHistoryViewInvoiceBtn:hover
{
    background:#55BE47;
}

a.OrderHistoryViewInvoiceBtn
{
    margin-left: 4px;
    display:block;
    text-align:center;
}

.Wizard input.NextStep
{
    padding:3px 10px;
    float:right; 
}

.Wizard input.PreviousStep
{
    padding:3px 10px;
    float:left; 
}

input.Button:hover
{
    background-position: 0 top;
}

* html input { overflow: visible; }

/*** Cart Quick Order ***/

.CartQuickOrder
{
    margin-bottom:10px;
}

.BasketNext
{
    text-align:right;
}

.BasketNext .Left
{
    float:left;
}

.BasketNext .Right
{
    float:right;
}

/*** Checkout Steps ***/

.Wizard
{
    width:100%;
}

.Wizard table,
.Wizard table.CartDataTable 
{
    width:100% !important;
}

.Wizard table.CartDataTable,
.receiptConfirmation table.CartDataTable
{
    font-size:12px !important;
    margin-top:15px;
    margin-bottom:15px;
    width:100% !important;
}

.Wizard .Sidebar table
{
}

.Wizard .Sidebar table a
{
    display:block;
    width:90%;
    height:inherit;
    margin:0 auto;
    padding:7px 0;
    height:15px;
    color:#fff;
    background:#B4111A;
    color:#fff;
}

.Wizard .Sidebar table td.Selected a
{
    background:#EF4034;
}

.Wizard .Sidebar table td.Spacer
{
    font-weight:bold;
    font-size:26px;
    width:20px;
    line-height:29px;
}


.Wizard fieldset, .Login fieldset
{
    border:none;
}

.Wizard fieldset legend, .Login fieldset legend
{
    padding:0;
}

.Wizard fieldset legend, .Login fieldset legend
{
    color:#333333;
}

input.CheckoutPreviousButton
{
    float:left
}

.Wizard fieldset.RetailCheckoutCustomerForm
{
    float:left;
    margin-right:8px;
}

.Wizard fieldset.RetailCheckoutInvoiceAddressForm
{
    width:458px;
    float:left;
}

.Wizard fieldset.RetailCheckoutCustomerForm div,
.Wizard fieldset.RetailCheckoutInvoiceAddressForm div
{
    margin-left:175px;
}

td.Step
{
    padding:20px;
}

.Sidebar table
{
    margin:60px 0 0 0;
}

.Wizard .AccountDetails,
.Wizard .InvoiceAddress,
.Wizard .DeliveryAddress,
.receiptConfirmation .AccountDetails,
.receiptConfirmation .InvoiceAddress,
.receiptConfirmation .DeliveryAddress
{
    float:left;
    width:270px;
    padding:15px 0 30px;
}

.Wizard .AccountDetails,
.Wizard .InvoiceAddress h2,
.Wizard .DeliveryAddress h2
{
    margin:0 0 10px;
}

.CheckoutTermsBox
{
    float:left;
    width:530px;
}

.PaymentNext
{
    float:right;
    width:375px;
    text-align:right;
}

.Wizard hr 
{
    clear:both;
}


/*** Account Section ***/

.AccountPageLinks
{
    margin:0;
    padding:0;
    list-style:none;
}

.AccountPageLinks li
{
    padding:4px 0;
    float:left;
    width:222px;
    margin:8px;
    text-align:center;
}

.AccountPageLinks li a .Icon
{
    display: block;
    font-size: 60px;
    margin: 0 auto 15px;
    text-align: center;
    text-decoration: none;
}

.AccountBalances td
{
    padding-right:50px;
}

/*** Voucher payment page ***/

.VoucherPayment
{
}

.VoucherPayment fieldset
{
    float:right;
    width:330px;
    padding:6px;
    margin:0;
}

.VoucherPayment fieldset div
{
    margin-left:120px;
}

.VoucherPayment fieldset div.Commit
{
    margin-bottom:4px;
}

.VoucherPayment fieldset label
{
}

.VoucherPaymentOverview
{
    clear:both;
    padding-top:10px;
}

/*** End of Voucher payment page ***/


/*** Contact Page ***/

#ContactDetails
{
    float:left;
    width:390px;
}

#ContactForm
{
    float:right;
    width:568px;
}

#ContactDetails .Col
{
    width:180px;
    padding-right:10px;
    float:left;
}

#ContactMap
{
    clear:both;
    text-align:center;
    padding-top:10px;
}

#ContactForm fieldset
{
    padding:15px;
}

#ContactForm fieldset div,
#ContactForm fieldset div div
{
    margin:12px 0 12px 100px;
    clear:both;
}

#ContactForm fieldset div.Col
{
    margin:0;
    float:left;
    clear:none;
    width:268px;
}

#ContactForm fieldset .Recaptcha
{
    margin-left:15px;
}

#ContactForm fieldset .ContactButton
{
    clear:both;
    margin:0;
    text-align:right;
    width:100%;
}


#ContactForm fieldset input.Text
{
    width:155px;
}

#ContactForm fieldset textarea
{
    width:162px;
    height:96px;
    margin:0;
}


/*** End of Contact Page ***/


/***  Quick Order ***/

.CartQuickOrder
{
    text-align:right;
    background:#e5e5e5;
    padding:10px;
    width:180px;
}

.CartQuickOrder h2,
.CartQuickOrder p
{
    text-align:left;
}

.CartQuickOrder input.QuickOrderText
{
    width:166px;
    margin:8px 0 15px;
}

.CartQuickOrder label
{
    padding:0 6px;
    display:inline-block;
}

.CartQuickOrder input.QuickOrderQuantity
{
    width:40px;
    text-align:center;
    margin-right:6px;
}


/*** Account Pages ***/

.OrderHistoryOrderPage
{
    position:relative;
}

a.OrderTrackingButton
{
    position:absolute;
    top:0;
    right:0;
    text-decoration:none;
    padding:2px 10px;
}


.QuickOrderError
{
    font-size:11px;
    text-align:left;
    margin-top:5px;
}