﻿

/* Forms */

fieldset
{
	margin: 10px 0;
	padding: 0;
	border: none;
}

/* 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;
}

/* 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;
	padding: 3px 0 6px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	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,
textarea,
select
{
	padding: 6px 2px;
	vertical-align: middle;
	outline: none;
	border: 1px solid #dadada;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input.Button,
input.NextStep,
input.PreviousStep,
input.LoginBtn,
input.PaymentBtn,
.LoginBox a.LinkButton,
a.Button
{
    width: auto;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13.5px;
    text-shadow: 0px 0px 1px;
    vertical-align: middle;
    background-color: #4A7CC7;
    color: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

input.Button:focus,
input.NextStep:focus,
input.PreviousStep:focus,
input.LoginBtn:focus,
input.PaymentBtn:focus,
.LoginBox a.LinkButton:focus,
a.Button:focus,
input.Text:focus
{
    border-color: #2e5590;
}

input.Button:hover,
input.NextStep:hover,
input.PreviousStep:hover,
input.LoginBtn:hover,
input.PaymentBtn:hover,
.LoginBox a.LinkButton:hover,
a.Button:hover
{
    background-color:#2e5590;
}

.Wizard input.NextStep,
input.LoginBtn
{
    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;
}

.CartQuickOrder div
{
    display:none;
}

.CartQuickOrder div.First,
.CartQuickOrder div.ButtonContainer

{
    display:block;
}

.ContinuousCart div 
{
    display:block;
}



/*** Checkout Steps ***/

p.CheckoutLoggedInMessage
{
    margin-top: 70px;
}

.Wizard
{
    width:100%;
}

.Wizard table,
.Wizard table.CartDataTable 
{
    width:100% !important;
}

.Wizard table.CartDataTable 
{
    font-size:12px !important;
}

.Wizard .Sidebar table
{
    width:750px !important;
    margin-top: 70px;
    margin-left: -5px;
    margin-right: -5px;
    table-layout: fixed;
}

.Wizard .Sidebar table a
{
    display:block;
    height:inherit;
    margin:0 5px;
    padding:7px 0;
    color:#888;
    background-color:#e4e4e4;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    position: relative;
}

.Wizard .Sidebar table a:after
{
    position: absolute;
    right: 100%;
    top: 16px;
    width: 10px;
    height: 1px;
    content: " ";
    background: #e4e4e4;
    z-index: 1;
    margin-right: 1px;
}

.Wizard .Sidebar table tr td:first-child a:after
{
    display: none;
}

.Wizard .Sidebar table td.Selected a
{
    background: #82AA32;
    color: #fff;
}


.Wizard fieldset
{
    border-bottom: none;
}

.Wizard fieldset legend, .Login fieldset legend
{
    color:#333333;
}

input.CheckoutPreviousButton
{
    float:left
}

/* Back ordered products detection */

.splitShipOrderCheckboxWrap,
.stockMsg
{
    display: none;
}

/*** Account Section ***/

.AccountPageLinks
{
    margin:0;
    padding:0;
    list-style:none;
}

.AccountPageLinks li
{
    padding:4px 0;
}

.AccountPageLinks li a .Icon
{
    text-decoration:none;
    font-size:14px;
    margin:0 10px 0 0;
}

/*** 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:49%;
}

#ContactForm
{
    float:right;
    width:49%;
}

#ContactMap
{
    clear:both;
    text-align:center;
    padding-top:10px;
}

#ContactForm fieldset div
{
    margin-left:115px;
}

#ContactForm fieldset .Recaptcha
{
    margin-left:15px;
}

#ContactForm fieldset div div
{
    margin:0;
    min-height:0;
}

#ContactForm fieldset .ContactButton
{
    text-align:right;
    width:208px;
    margin-top:0;
}


#ContactForm fieldset input.Text,
#ContactForm fieldset textarea
{
    width:200px;
}

/*** End of Contact Page ***/

/*** Login Page ***/

.Login
{
    max-width:75%;
    margin: 0 auto;
}

.LoginBox
{
    float:left;
    width: 50%;
    box-sizing: border-box;
    min-height:220px;
    padding:30px;
    position: relative;
}

.LoginBox:before
{
    content: " ";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #333;
    z-index: -1;
}

.LoginBox p
{
    padding:0;
    margin:0;
}

.LoginBox fieldset
{
    border:none;
    padding:0;
    margin:0;
}

.LoginBox fieldset input.Text
{
    width:210px;
}


.LoginBox input.LoginBtn
{
    float:none;
    width:100%;
}

.LoginBox a.LinkButton
{
    text-decoration:none;
    width:100%;
    padding:4px 0;
    margin:17px 0;
    text-align:center;
    display:block;
    text-transform:capitalize;
}

.LoginBox .RegSecondButton a.LinkButton
{
    margin:17px 0 0;
}



/*** End of Login Page ***/

.PriceRange
{
  padding-right:30px;
}

.PriceFilterSlider
{
  padding:0 !important;
  width:90%;
  margin:0 auto;
  clear:both;
}

.PriceFilterSlider .ui-slider-range
{
  padding:0 !important;
  background:#195e88;
}

label.MinPriceLbl 
{
  color:#195e88;
  float:left;
  padding:5px;
  
}

label.MaxPriceLbl 
{
  color:#195e88;
  float:right;
  padding:5px;
}
