#checkout {
	height: 1%;
	background: #fff;
	padding: 25px 22px;
	position: relative;
	overflow: hidden;
}

.error {
	background: #f6868b;
	border: 1px solid #d71e26 !important;
	color: #fff !important;
	margin: 10px 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.couponCheckout {
	background: #e7f3e7 !important;
	border: 1px solid #4cc94a !important;
	color: #4cc94a; !important;
	margin: 10px 0;
	padding: 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: auto !important;
}

.error ul {
	font-size: 0.875em;
	line-height: 1.286em;
}

.missing {
	background: #fac76e;
	border: 1px solid #fdac1e !important;
	color: #333;
	margin: 10px 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*********************************************************************************************************************************************

Typography

******************************************************************************************************************************************** */

#order-summary h1 {
	padding-left: 3px;
}

#user-details h1 {
	padding-left: 9px;
}

p.sub-total {
	font-size: 14px;
}

p.total {
	font-size: 16px;
}

input::-webkit-input-placeholder {
    color:    #333;
}
input:-moz-placeholder {
    color:    #333;
}

input.error::-webkit-input-placeholder {
    color: #fff;
}

input.error::-moz-placeholder {
    color: #fff;
}

/*********************************************************************************************************************************************

Form Elements

******************************************************************************************************************************************** */

#checkout .field {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden;
}

#checkout label {
	float: left;
	width: 150px;
	padding: 8px 30px 0 0;
	font-size: 0.875em;
	clear: both;
}

#checkout input {
	width: 253px;
	height: 25px;
	padding: 0 3px;
	border: 1px solid #999;
	float: left;
	line-height: 25px;
}

	#checkout #payment-table input{
		width: 230px;
	}

#checkout select {
	width: 250px;
	float: left;
}

#checkout #order-summary input, #checkout #order-summary select {
	float: none;
}

input#username, input.postcode-search, input#password {
	margin-right: 15px;
}

#user-details select {
	width: 260px;
}

#user-details select#country, #user-details select#shipping_country, #user-details select#billing-county, #user-details select#us_states {
	margin-top: 11px;
}

#checkout select.address-list {
	float: right;
	width: 260px;
	margin-bottom: 7px;
}

/**********************************************************************************************************************************************

Order Summary

******************************************************************************************************************************************** */

#order-summary {
	float: left;
	width: 440px;
}


#bag-items {
	width: 440px;
	cellspacing: 0;
	cellpadding: 5px;
	border-collapse: collapse;
}

#bag-items tr.header {
	background: #333;
	color: #000A3D;
	background: #EAEAEA;
	height: 36px;
	overflow: hidden;
}

#bag-items tr, #bag-items td {
	font-size: 0.938em;
	padding-left: 25px;
	vertical-align: middle;
	height: 63px;
}

.checkout-thumb {
	position: relative;
	float: left;
}

#bag-items .description {
	position: relative;
}

.checkout-thumb p {
	float: right;
	width: 50px;
}

#checkout input.item-quantity {
	width: 40px;
	text-align: center;
	margin-bottom: 0;
}

img.bag-thumb {
	float: left;
	margin-right: 10px;
}

#order-summary h2, #checkout h2 {
	margin-bottom: 35px;
}

#order-summary td, #checkout td {
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 0;
	vertical-align: middle;
}

#checkout td.no-td-border {border: none;}

#order-summary td.thumb, #checkout td.thumb {
	width: 179px;
	padding-right: 32px;
}

#order-summary td.qty, #checkout td.qty {
	padding-right: 22px;
	width: 40px;
}

#order-summary td.cost, #checkout td.cost {
	line-height: 60px;
}

#order-summary th, #checkout th {
	font-weight: bold;
	padding: 13px 0 10px 9px;
	text-align: left;
}



#payment-table strong {padding: 0 0 0 25px; display: block;}

#payment-table select {width: 100px; margin-right: 10px;}

#order-summary h3, #checkout h3 {
	float: left;
}

#order-summary p.sub-total, p.delivery-costs {
	float: right;
}

#order-summary p.total {
	float: right;
}

select#delivery-time {
	float: left;
	width: 160px;
	margin-top: 8px;
	margin-bottom: 0;
}

#checkout #order-summary #discount {
	width: 76px;
	float: left;
	margin: 0 12px 0 0;
}

#checkout #order-summary #coupon-code-submit {
	width: 88px;
	cursor: pointer;
	float: left;
	border: 0;
	color: #00093B;
	font-size: 0.688em;
	background: url(/images/applybg.jpg) top left repeat-x;
	padding: 0;
	height: 27px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#checkout table#costs {
	width: 440px;
	cellspacing: 0;
	cellpadding: 5px;
	font-size: 0.938em;
}

#costs td h3 {
	line-height: 37px;
	font-size: 0.933em;
	font-weight: normal;
}

#costs td.voucher-form {
	padding-right: 0;
	width: 173px;
}

#costs p {
	font-size: 1.071em;
}

/*#costs form {
	float: right;
}*/

#costs label {
	float: left;
	font-size: 0.938em;
	width: auto;
}

#order-summary #costs td.costings {
	padding-left: 110px;
}

tr.sub-total {
	font-size: 1.429em;
	font-weight: bold;
}

a.go-back {
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	position: absolute;
	bottom: 40px;
	left: 10px;
	background: url(/images/backtoshop.jpg) top left no-repeat;
	width: 172px;
	height: 46px;
}

/*********************************************************************************************************************************************

User Details

******************************************************************************************************************************************** */

#user-details {
	float: right;
	width: 448px;
}

#checkout #user-details label {
	padding: 11px 11px 0 26px;
}

#checkout #user-details .field input {
	margin: 6px 0 0 0;
}

#postcode-search, #shippostcode {
	margin-right: 13px !important;
}

#user-details h2 {
	font-size: 0.938em;
	line-height: 2.4em;
	background: #eaeaea;
	padding-left: 26px;
	margin-bottom: 17px;
}

#user-details .postcode-search {
	width: 145px;
	float: left;
}

#user-details input#postcode-searchbtn, #user-details input#ship-postcode, #user-details input#billing-postcode-submit, #checkout .button {
	width: 92px;
	height: 27px;
	color: #00093B;
	border: 0;
	cursor: pointer;
	background: url(/images/applybg.jpg) repeat-x scroll left top transparent;
	font-size: 0.688em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#checkout .button {
    margin-top: 10px;   
}

#user-details input#shipping-address {
	width: 15px;
	margin-top: 5px;
	border: 0;
	display: block;
}

input#payment, input#ship-payment {
	float: right;
	width: 171px;
	height: 46px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin: 15px 0;
	background: url(/images/checkoutbg.jpg) top right no-repeat;
	padding: 0;
}

#user-details form#ship-address {
	margin: 25px 0;
}

h2.shipping {
	margin-bottom: 15px;
}

.overview-qty {
	text-align: center;
}

#checkout #user-details label.user-overview  {
	padding-top: 0 !important;
}

p.billing {
	margin-bottom: 15px;
}

#checkout #order-summary select#card_start_month, #checkout #order-summary select#card_start_year,
#checkout #order-summary select#card_expire_month, #checkout #order-summary select#card_expire_year {189}

.checkout-overview .go-back {
	bottom: 50px;
}

.overview-billing {
	margin-top: 15px;
}

.checkout-overview .item-bought p {
	font-size: 1em;
}


p.card-logos {
	 text-align: right; float: left; width: 916px;  clear: both; padding: 0; margin: 0;
}

div.threeper{
	background: url('../../images/discount_bg.jpg') no-repeat;
	width: 435px;
	height: 176px;
	margin-top: 10px;
	padding: 12px;
	position: relative;
}
	div.threeper h2{
		line-height: 51px;
		height: 51px;
		width: 349px;
		background: url('../../images/thumbs_up.jpg') no-repeat 92% 50%;
		padding: 0 32px;
		color: #fff;
		font-size: 1.4em;
		margin-bottom: 10px !important;
	}
	div.threeper .stepone, div.threeper .steptwo{
		padding: 8px 32px;
		clear: both;
	}
	div.threeper .stepone p, div.threeper .steptwo p{
		float: left;
		font-size: 1.1em;
		width: 240px;
		line-height: 26px;
	}
	.fbdiscount{
		background: url('../../images/show_discount.png') no-repeat;

	}
	.fbdiscount-fade{
		background: url('../../images/show_discount_fade.png') no-repeat;
	}
	.fbdiscount, .fbdiscount-fade{
		width: 114px;
		height: 26px;
		line-height: 26px;
		display: block;
		float: left;
		color: #fff;
		text-align: center;
		font-size: 0.8em;
		text-transform: uppercase;
	}
	.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	  display: none !important;
	}

	#content div.threeper .stepone .fb-like {
	    float: right;
	    height: 20px;
	    margin: 5px 30px 0 0;
	    overflow: hidden;
	    width: 76px;
	}




.sitemap {
	margin-top: 100px;
}
.sitemap ul li {
	line-height: 22px;
}
.sitemap li li {
	padding-left: 15px;
}

.honeypot {
	position: fixed;
	left: -9999px;

}
.pickupLocationText .info.text-left {
	padding: 15px;
	background: #e03940;
	color: #fff;
}
.pickupLocationText .info.text-left a {
	color: #fff;
}