﻿/*----------------------------------------------------------
	General
----------------------------------------------------------*/
/* input.button {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px 5px;
} */

#CheckoutProgressor {
	clear: left;
}

#Checkout h2, #Checkout h4 {
	color: #007E3A;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#Checkout h4 { font-size: 1.2em; }


/*----------------------------------------------------------
	Checkout Wizard
----------------------------------------------------------*/
#CheckoutWizard {
	background: url(../images/bg-cart-wizard.gif) repeat-x top left;
	height: 40px;
	list-style: none;
	margin: 5px 0 15px 0;
	padding-left: 5px;
	text-transform: uppercase;
	width: 100%;
}

#CheckoutWizard li {
	color: #999;
	float: left;
	padding-top: 25px;
	margin-right: 40px;
	width: 110px;
}

	#CheckoutWizard li.past {
		color: #74ba43;
	}
	
	#CheckoutWizard li.first.current, 
	#CheckoutWizard li.current {	
		font-weight: bold;
		color: #0c7e40;
	}	
	#CheckoutWizard li.first.current,
	#CheckoutWizard li.last.current {		
		background: url(../images/cart.gif) no-repeat 0 0;
	}
	
	#CheckoutWizard li.current {		
		background: url(../images/cart-whoosh.gif) no-repeat 0 0;
	}
	
	#CheckoutWizard li.last {
		margin-right: 0;
	}

/*----------------------------------------------------------
	Stage 1: Sign-in and Registration
----------------------------------------------------------*/
fieldset#SignIn {
	width: 450px;
}

fieldset#SignIn p.shaded, .regForm fieldset legend {
	background: #e8f3d4;
	border-top: 1px solid #abd5be;
	margin: 0;
	padding: 5px 10px;
}

	fieldset#SignIn p.shaded label {
		width: 80px;
	}

fieldset#SignIn p#rememberMe {
	float: right;
	padding-top: 5px;
	text-align: right;
	margin-top: 0px;
	width: 100%;
}

	fieldset#SignIn p#rememberMe label {
		float: right;
		font-weight: normal;
		text-transform: none;
	}
	
		.IE7 fieldset#SignIn p#rememberMe label { margin-top: 3px; }

	fieldset#SignIn p#rememberMe input {
		height: 20px;
		margin: 2px 0 0;
		width: 20px;
	}

fieldset #SignInButtons {
	text-align: right;
	margin-top: 10px;
}

fieldset#fsLogin, fieldset#fsPersonal {
	margin: 20px 5px 0 0;
	float: left;
}

	fieldset#fsLogin p,
	fieldset#fsPersonal p { padding-bottom: 5px; }
	
	fieldset#fsLogin p#remember input, fieldset#fsLogin .checkbox,
	fieldset#fsPersonal p#remember input, fieldset#fsPersonal .checkbox { margin: 0 !important; }
	
	fieldset#fsLogin .checkbox input, 
	fieldset#fsPersonal .checkbox input { border: none; }
	
	fieldset#fsLogin label, 
	fieldset#fsPersonal label { width: 140px; }
	
	fieldset#fsLogin .checkboxCont label { font-size: .8em; width: 270px; }
	fieldset#fsPersonal .select { width: 60px; }
	
	fieldset#fsLogin input.text, 
	fieldset#fsPersonal input.text { width: 145px; }
	
	fieldset#fsLogin .button,
	fieldset#fsPersonal .button {
		float: left;
		margin-left: 0;
	}

.regForm fieldset {
    float: left;
    margin: 10px 0 20px;
    width: 300px;
}

	.regForm fieldset label {
		margin-left: 5px;
	}
	
	.regForm fieldset legend {
		margin: 0 10px 10px 0 !important;
		padding: 0;
	}

		.IE7 .regForm fieldset legend {
			margin-left: -5px !important;
		}

	.regForm fieldset legend span {
		border-bottom: 1px solid #ccc;
		display: block;
		font-weight: bold;
		padding: 5px;
		text-transform: uppercase;
		width: 290px;
	}

.regForm input.text, .regForm input.checkbox, .regForm .select {
    margin-bottom: 3px
}

.regForm .checkboxCont {
	padding: 10px 0px;
}

#Content .regForm .checkboxCont label {
	font-size: 80%;
	margin-bottom: 5px;
	width: 320px;
}
	.IE7 #Content .regForm .checkboxCont label { width: 270px; }

	#Content .regForm .checkbox { 
		float: left;
		margin-left: 5px; 
		width: 10px;
	}

#regButtz {
	margin-top: 5px;
	overflow: hidden;
	padding-left: 148px;
}

	.account_register { width: 75px; }
	.account_cancel { width: 65px; }

.checkout_1_signin, .checkout_1_newaccount { width: 90px; }

.checkbox.checkout_1_remember input {
	border: 0;
	float: right;
	margin: 0;
	padding: 0;
	width: 10px;
}

/*----------------------------------------------------------
	Stage 2: Address
----------------------------------------------------------*/
.AddressBook {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.Address {
	color: #333;
	float: left;
	margin: 0 10px 10px 0;
	width: 195px;
}

	.Address.Default address {
		background: #e8f3d4;
		border-bottom: 1px solid #0c7e40;
	}
	
		.Address.default .FriendlyName { color: #fff; }

	.FriendlyName, 
	.delivery_options,
	.order_discount,
	.confirm_options, 
	.confirm_final_options {
		background: #abd5be;
		border-bottom: 1px solid #0c7e40;
		border-top: 1px solid #0c7e40;
		color: #333 !important;
		display: block;
		font-size: .9em !important;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 0;
		padding: 5px;
		text-transform: uppercase;
	}
	
		.FriendlyName { /* no char limit on this one, so we'll handle with css to avoid b0rkage */
			overflow: hidden;
			text-overflow: ellipsis;
				-khtml-text-overflow: ellipsis; 
				-moz-text-overflow: ellipsis;
			white-space: nowrap;
			height: 14px;
		}
		
		.order_discount {
			background: #76b900;
			color: #fff !important;
		}
		
		.confirm_final_options.win { width: 595px; }
		.confirm_final_options.fail { width: 825px; }
	
	.Address address {
		border-bottom: 1px solid #ccc;
		min-height: 124px;
		padding: 5px;
	}
	
	.Address .button {
		font-family: Verdana, Helvetica, Sans-Serif; /* required, otherwise we get "MS Shell Dlg" as the font */
		/* margin: 3px 5px; */
		padding: 2px;
	}
	
		.Address .button + .button {
			margin-right: 0px;
		}
		
		.IE7 .Address .button {
			width: 85px;
			margin-right: 10px;
			padding: 0px;
		}
		
			.IE7 .Address .button + .button {
				margin-right: 0px;
			}
		
		.IE6 .btnEditAddress, .IE6 .btnUseAddress,	
		.IE7 .btnEditAddress, .IE7 .btnUseAddress { 
			float: left;
			width: 92px !important;
		}
				
	.Address .delete {
		position: relative;
		top: 4px;
		left: 70px;
	}
	
#NewAddress fieldset {
	border: 0;
	padding: 0;
}

	#NewAddress fieldset label {
		display: block;
		float: none;
		width: auto;
	}		

	input.newAddress { width: 135px; }

#progress {
	border-top: 1px solid #ccc;
	clear: left;
	float: left;
	margin: 10px 0;
	padding: 5px 0;
	position: relative;
	width: 100%;
}

	/*.IE7 #progress {
		margin-top: 50px;
	}*/
	
	#progress.full { width: 100%; }

	#progress input.button {
		float: right;
	}
	
/*----------------------------------------------------------
	Stage 3: Delivery options
----------------------------------------------------------*/

#DeliveryOptions, #DispatchTo, #GiftWrap, #PaymentPreview { 
	float: left;
	line-height: 1.5;
	width: 190px; 
}

	#DispatchTo address { 
		font-style: normal; 
		padding: 5px;
	}

	.IE7 #DeliveryOptions, .IE7 #DispatchTo {
		height: 120px;
	}
	
	#DeliveryOptions table { margin: 10px; }
	#GiftWrap p { margin: 10px 5px; }
	
	#DeliveryOptions .radio_list input, #GiftWrap .checkbox input { 
		margin: 5px 5px 0 0; 
	}
	
#CheckoutProgressor.gift {
	margin: 10px 0;
	width: 100%;
}

#CheckoutProgressor.pay {
	margin: 10px 0;
	width: 835px;
}

#DeliveryOptions {
	padding: 0 20px 20px 0;
}

	.IE7 span.select_postage {  /* *sigh* */
		margin-top: -10px;
		width: 280px;
		zoom: 1;
	}
	
#DispatchTo {
	/* margin-right: 300px;  /* cheap hack to slap IE into order and keep #CheckoutProgressor in place during 3#delivery */
	padding: 0 20px 20px 0;
}

	#DispatchTo p, #DispatchTo address { 
		padding-left: 5px; 
	}
	
	#DispatchTo address {
		margin-top: 4px;
		margin-bottom: 5px;
	}

	#DispatchTo.confirm {
		margin-right: 10px; 
		padding-right: 0;
		width: 410px;
	}

#GiftWrap {
	float: left;
	margin: 0;
	padding-right: 20px;
}

.gift_input {
	border: 1px solid #0c7e40;
	padding: 1px;
}

#OrderDiscount {
	clear: left;
	margin-top: 10px;
	/*margin-bottom: -10px;*/
	padding: 10px 0px;
	padding-left: 2%;
	border-top: 1px dotted #ccc;
	/*border-bottom: 1px dotted #ccc;*/
}

/*----------------------------------------------------------
	Stage 4: Gift wrap options
----------------------------------------------------------*/
.productGiftOptions {
	border-bottom: 1px dotted #ccc;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

	.productGiftOptions.noBorder
	{
		border-bottom: 0;
	}

	.productImage {
		float: left;
		margin-right: 20px;
		overflow: hidden;
		width: 75px;
	}
	
		#GiftItems .productImage img {
			height: 75px;
			width: 75px;
		}

	.titleAndWrap {
		float: left;
		margin-right: 10px;
		width: 390px;
	}

	.giftMessage {
		float: left;
		width: 250px;
	}
	
	.giftMessage textarea {
		width: 250px;
		height: 75px;
	}
	
	.wrap {		
		clear: left;		
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #ccc;
		height: 100px;
	}
	
	.wrapPreview {
		float: left;
		width: 100px;
		height: 100px;
		overflow: hidden;
		margin-right: 15px;
	}
	
	.wrapDescription {
		padding: 5px 0 0 0;
		font-family: verdana, arial, sans-serif;
	}
	
/*----------------------------------------------------------
	Stage 5: Payment options
----------------------------------------------------------*/

#continue {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	position: relative;
}

.continue_top {
	position: absolute;
	right: 0;
	top: 0;
}

.apply_code { width: 80px; }

/* Other rules for #CostSummary is defined in shop.css */
.checkout #CostSummary {
	float: left;
	font-size: 1em;
	line-height: 1.5;
	margin: 0 10px 20px 0;	
	padding: 0px;
	width: 260px;
}

	.checkout #CostSummary dl {
		font-size: 0.85em;
		float: left;
		padding-left: 5px;
		margin-top: 4px;
	}
	
	.checkout #CostSummary dt {
		width: 165px;
	}
	
	.checkout #CostSummary dd {
		margin-left: 0px;
	}

#GiftVouchers {
	float: left;
	line-height: 1.5;
	width: 375px;
}

	#GiftVouchers h4 {
		margin-bottom: 6px;
	}

#PaymentDetails {
	clear: left;
	overflow: hidden;
	position: relative;
}

	#PaymentDetails fieldset { padding: 0; }

	#PaymentDetails fieldset label {
		font-weight: normal;
		width: 130px;
	}
	
	#CardDetails {
		float: left;
		line-height: 1.5;
		margin-right: 10px;
		margin-bottom: 10px;
		width: 415px;
	}
	
		#CardDetails p { padding-right: 15px; }
	
	#PaymentDetails #CardDetailsForm {
		float: left;
		width: 410px;
	}
	
	#CardDetailsForm .RadComboBox_Telerik { margin: 0 0 5px; vertical-align: top; }

	#PaymentDetails #BillingAddress {
		float: left;
		line-height: 1.5;
		width: 410px;
	}
	
#currentAddress {
	float: left;
	margin: 0 10px 10px 5px;
	width: 190px;
}	
	
		#currentAddress #Content address+p {
			padding-left: 15px;
		}

#useAddress {
	float: left;
	width: 215px;
}

.tooltip {
	cursor: help;
	position: relative;
}

#tooltip {
	background: #abd5be;
	border: 1px solid #0c7e40;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 10px;
	position: absolute;
	width: 350px;
	z-index: 3000;
}

.checkout_5_usedifferent { width: 100px; }

/*	IE6 doesn't like the tooltip and needs kicking into position 

	UPDATE: IE6 plays fair now, but might change its mind, so...

.IE6 #cvv_tip { position: relative; }
.IE6 #cvv_tip input {
	left: 23px;
	position: absolute;
	top: 40px;
}
.IE6 span.tooltip {
	left: 65px;
	position: absolute;
	top: 40px;
} */

/*----------------------------------------------------------
	Stage 6: Confirm options
----------------------------------------------------------*/

#ItemsDeliveryPreview {
	margin-top: 10px;
	padding-top: 5px;
}

	p#review_confirm {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}
	
		p#review_confirm { padding-bottom: 12px !important; }

.IE6 #DispatchTo.confirm, .IE7 #DispatchTo.confirm { height: 190px !important; }

	#ItemsDeliveryPreviewHead {
		float: left;
		margin-bottom: 5px;
		position: relative;
		width: 960px;
	}

		#ItemsDeliveryPreviewHead h4 {
			display: inline;
		}

		#ItemsDeliveryPreviewHead input {
			display: inline;
			margin-left: 5px;
		}
		
		#ItemsDeliveryPreviewHead .place_order {
			position: absolute;
			right: 0;
			top: 0;
		}
		
			.IE7 #ItemsDeliveryPreviewHead .place_order {
				margin-left: 500px;
				width: 120px;
			}

#ItemsSummary {
	clear: both;
	margin-bottom: 15px;
}

#PaymentPreview, #DispatchTo.confirm {
	float: left;
	width: 472px;
}

	.IE7 #PaymentPreview h4, .IE7 #DispatchTo.confirm h4 {
		margin-bottom: 10px;
	}
	
#DispatchTo {
	float: left;
	min-height: 230px;
	width: 240px;
}

	#PaymentPreview dl {
		float: left;
		font-size: .9em;
		margin-top: 10px;
		padding-left: 5px;
		width: 400px;
	}
	
		#PaymentPreview dt, #PaymentPreview dd {
			float: left;
			line-height: 1.8;
			margin-bottom: 5px;
		}
			
		#PaymentPreview dt { 
			clear: left; 
			width: 120px; 
		}
		#PaymentPreview dd { width: 240px; }
		
		#PaymentPreview dt.summary .button, #PaymentPreview dd.summary .button {
			padding: 1px;
			margin-left: 25px;
		}
		
		.summary_change {
			float: right;
			font-size: 9px !important;
			margin: -2em 0 0 20px !important;
			padding: 0 !important;
		}
		
		.IE7 .summary_change {
			margin-top: -1.5em !important;
			width: 60px;
		}
		
		.IE7 .place_order, .IE6 .place_order, 
		.IE6 #progress.stretch .place_order, 
		.IE7 #progress.stretch .place_order { width: 125px; }

.placeorder {
	float: right;
	margin: 30px 10px 10px 0;
	width: 130px;
}

#order_id_ref {
	background: #efefef;
	border: 3px double #76b900;
	font-weight: bold;
	padding: 25px;
	margin: 10px 0;
	text-align: center;
	width: 548px;
}

#confirmation dl { font-size: .85em; }

/* -- order details -- */

#order_summary {
	margin-right: 20px;
}

#order_summary, #address_details, #order_details {
	font-size: .9em;
}

#address_details h3 {
	font-size: 1em;
	margin: 0;
}

	#order_summary dt, #order_summary dd, 
	#address_details dt, #address_details dd {
		display: inline;
		margin-bottom: 5px;
	}

	#order_summary dt, #address_details dt {
		clear: left;
		font-weight: bold;
		float: left;
	}
	
	#order_summary dd, #address_details dd { float: left; width: 220px; }

	#order_summary dt { width: 125px; }
	#order_summary dd { margin-left: 0px; }
	
	#address_details dt { width: 120px; }
	#address_details dd { margin-left: 0px; }

#address_details #invoice, #address_details #delivery { overflow: hidden; }
#address_details #invoice dl, #address_details #delivery dl { margin-bottom: 60px; } /* ehhhh */

.order_half {
	float: left;
	width: 345px;
}

#order_details th { 
	border-bottom: 1px solid #d8ebc7;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}

#order_details th#prod_code { width: 120px; }
#order_details th#prod_name { width: 440px; }
#order_details th#prod_quantity { text-align: center; width: 220px; }
#order_details th#prod_price { width: 110px; }

#order_details td { padding: 3px; }

.order_total, .order_total_label { 
	font-weight: bold;
	width: 125px;
}

	.order_total { width: 80px; }

	.order_total_label .normal {
		display: block;
		font-size: .8em;
		font-weight: normal !important;
	}
	
	
.order_history_swag {
	background: url(../images/order_history_swag.gif) repeat-y;
	border: 1px solid #d8ebc7;
	margin: 10px 0;
	overflow: hidden;
}

	.order_history_swag ul {
		list-style-type: none;
		padding-left: 0px;
	}

.order_history_dates {
	color: #360;
	float: left;
	font-size: .85em;
	padding: 10px;
	width: 270px;
}

	.order_history_dates dt, .order_history_dates dd {
		display: inline;
		float: left;
		margin-bottom: 5px;
	}
	
	.order_history_dates dt { font-weight: bold; width: 110px; }
	.order_history_dates dd { width: 160px; margin-left: 0px; }

.order_history_items {
	float: left;
	font-size: .85em;
	width: 405px; /* 440px; */
}

	#Content .order_history_items h4 { margin-top: 5px; }
	
	.order_history_items ul {
		border-bottom: 1px solid #d8ebc7;
		margin-bottom: 5px;
		padding-bottom: 10px;
	}
	
		.IE7 .order_history_items ul { margin-left: 0; }
		
	.order_history_items li { padding: 3px 0; }

.order_history_total, .order_history_detail { display: inline; }
.order_history_total { float: left; font-weight: bold; }
.order_history_detail { float: right; }
.order_history_detail a { color: #007e3a; }

#order_details {
	clear: left;
	padding-top: 10px;
}