input.input, textarea {
	border: 1px solid #DCDCDC;
	border-top: 1px solid #BBB;
	border-left-color: #BBB;
	color: #333333v;
	background: #FFF url(/core/images/form-field_bg.gif) repeat-x 0 -1px;
	outline: none;
	font-size: 0.916em;
	padding: 4px;
}
input.input {
	height: 1.2em;
}
textarea {
	display: block;
}
label {
	margin: 0 0 0.5em 0;
}


div.field {
	margin: 0;
	padding: 0 0 1em 0;
	margin: 0;
	clear: both;
	float: none;
	overflow: visible;
	width: auto;
	}
div.field-alt {
/*  background: #FFF;   */
}
	div.field-alt input.input {
/*		background: #FFF;*/
	}
	div.field input.input,
	div.field select,
	div.field textarea {
		width: auto;
/*		max-width: 100%;*/
		float: none;
	}
	div.field select {
		width: auto;
		padding: 0;
	}
	div.field label {
		float: none;
		font-size: 1em;
		display: block;
		font-weight: bold;
		color: #000;
	}
		div.field label span {
			color: #db0739;
		}
	div.field label.check_box {
/*		width: 300px;*/
/*		padding-left: 150px;*/
	}
		div.field label.check_box input.check_box {
/*			margin: 0;*/
		}
	div.field .file-input {
		float: left;
		clear: none;
		width: 300px;
		padding: 4px;
	}
	div.field p.file-name {
		display: none;
	}
	div.footer {
		text-align: right;
		clear: both;
	}
		div.footer button {
		}
	div.field p.error {
		margin-right: -8px;
		color: #db0739;
		font-size: 1em;
/*		display: none;*/
	}

	
	div.field-error input, div.field-error textarea {
			/* background: transparent url(/images/error_arrow.gif) no-repeat 99% 50%; */
			border: 2px solid #db0739;
			padding: 3px !important;
		}

	/*div.field-error label {
		color: #F00;
		font-weight: bold;
	}*/
	
	div.field input.file {
		width: 230px;
	}
	div.field div.file-input {
	/*	overflow: hidden;*/
		padding: 0;
	}

div.file-input-inner {
	position: relative;
}
	div.file-input-inner input.file {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		opacity: 0;
		filter:alpha(opacity=0);
	}
	div.file-input-inner input.input {
		float: left;
		width: 60%;
	}
	div.field div.file-input-inner input.input {
		float: left;
		width: 150px;
	}
	div.file-input-inner button {
		float: left;
		margin-top: 2px;
		margin-left: 6px;
	}
		div.file-input-inner:hover button span, div.file-input-inner:hover span.button {
			background-position: 0 -50px;
		}
		div.file-input-inner:active button span, div.file-input-inner:active span.button {
			background-position: 0 -100px;
		}
			div.file-input-inner:hover button span span, div.file-input-inner:hover span.button a {
				background-position: 100% -50px;
			}
			div.file-input-inner:active button span span, div.file-input-inner:active span.button a {
				background-position: 100% -100px;
			}


	div.file-input-inner span.button {
		float: left;
		border: none;
		height: 18px;
		padding: 0 0 0 4px;
		margin: 2px 0 0 6px;
		background: transparent url(images/button_small-left.gif) no-repeat 0 0px;
	}

		div.file-input-inner span.button a {
			color: #FFF;
			float: left;
			height: 18px;
			line-height: 18px;
			padding: 0 8px 0 4px;
			margin: 0;
			text-decoration: none;
			background: transparent url(images/button_small-right.gif) no-repeat 100% 0px;
			overflow: hidden;
		}


form.labels-left div.field {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 1em;
}

form.labels-left div.field label {
	clear: left;
	float: left;
	width: 40%;
	margin-top: 0.5em;
	line-height: 1.3em;
}




div.file-input-inner input.file {
	opacity: 1;
	position: static;
	width: auto;

}

.file-overlay {
	display: none !important;
}

form.labels-left div.field input.input, 
form.labels-left div.field select, 
form.labels-left div.field textarea,
form.labels-left div.file-input {
	width: 55%;
	float: right;
	clear: none;
}

form.labels-left div.field p.error {
	clear: right;
	padding: 2px 4px 0 0;
	margin: 0 0 -8px 0;
}


/* =================== */
/* = Checkout styles = */
/* =================== */

#checkout fieldset {
	background-color: #f3f2f2;
	padding: 20px;
}
	#checkout img.confirmed-image {
		vertical-align: middle;
		margin-top: -3px;
		margin-left: 8px;
	}
	
	#checkout h3 {
		border-bottom: 1px solid #d4d4d4;
		margin: 20px 0 2px;
		padding-bottom: 10px;
	}
	#checkout fieldset .field label {
		font-weight: normal;
	}
	#checkout fieldset#main {
		padding: 0;
		background-color: #ffffff;
	}
	
	#checkout fieldset#main div.row {
		clear: both;
	}
	
		#checkout fieldset#main .field {
			float: left;
			display: inline;
			clear: none;
			padding: 0;
			margin: 0 0 10px 0;
			width: 372px;
		}
			#checkout fieldset#main .field input {
				width: 270px;
				/* margin-right: 40px; */
			}
				#checkout fieldset#main #customer_email_wrap, #checkout fieldset#main #customer_tel_wrap {
				
					margin-bottom: 20px;
				}
	#checkout #address-title,
	#checkout #delivery-address-title {
		margin-top: 10px;
	}
	
	#checkout #customer_email_wrap {
		width: 700px;
	}
	
	#checkout fieldset .field p.error {
		clear: left;
		float: none;
	}
	
	
	
	#checkout fieldset.address {
		/*to smoothen jquery animation in safari*/
		width: 711px;
	}
		#checkout fieldset.address .field label,
		#checkout fieldset.address .field input,
		#checkout fieldset.address .field button,
		#checkout fieldset.address .field p {
			margin: 0;
			float: left;
			display:inline;
			font-weight: normal;
			clear: none;
		}
		#checkout fieldset.address .address-summary button,
		#checkout fieldset.address .address-form button {
			float: right;
		}
		#checkout fieldset.address .address-summary .summary-text img {
			vertical-align: middle;
			margin-left: 13px;
			margin-top: -5px;
		}
		#checkout fieldset.address .address-summary .summary-text span {
			display: inline-block;

		}

		#checkout fieldset.address .address-form .address-cancel {
			float: right;
		}
		#checkout fieldset.address .address-form .address_cancel:hover span {
			text-decoration: underline;
		}
		#checkout fieldset.address .address-form .address_cancel span {
			color: #890C5D;
			text-transform: none;
			font-family: Georgia, Times, "Times New Roman",  Serif;
			font-size: 1.090909em;
		}
		
		.js #checkout fieldset#address div#order_address,
		#checkout fieldset#address div#order_address div.order_address_actions,
		#checkout fieldset#address div#order_address_summary,
		#checkout fieldset#address div#order_address_lookup,
		.js #checkout fieldset#delivery_address div#order_delivery_address,
		#checkout fieldset#delivery_address div#order_delivery_address div.order_delivery_address_actions,
		#checkout fieldset#delivery_address div#order_delivery_address_summary,
		#checkout fieldset#delivery_address div#order_delivery_address_lookup {
			display: none;
		}
		
		.js #checkout fieldset#address div#order_address div.order_address_actions,
		.js #checkout fieldset#address div#order_address_lookup,
		.js #checkout fieldset#delivery_address div#order_delivery_address div.order_delivery_address_actions,
		.js #checkout fieldset#delivery_address div#order_delivery_address_summary {
			display: block;
		}
		
		#checkout fieldset.address .address-lookup {
			position:relative;
		}
			#checkout fieldset.address .field {
				padding: 0;
			}
				#checkout fieldset.address .field label {
					/*margin-right: 15px;*/
					line-height: 1.85em;
					width: 90px;
				}
				#checkout fieldset.address .field input {
					/*margin-right: 15px;*/
					margin: 0 15px 4px 0;
					width: 230px;
				}
				#checkout fieldset.address img.confirmed-image {
					margin-left: -5px;
					margin-top: 0;
				}
				#checkout fieldset.address .field input.address-postcode {
					width: 120px;
				}
				
				#checkout fieldset.address .address-error {
					margin-left: 90px;
				}
				
				#checkout fieldset.address a.enter-address {
					line-height: 1.85em;
					display: inline-block;
					padding-left: 15px;
					color: #890C5D;
					vertical-align: top;
				}

			#checkout fieldset.address div.dropdown {
				position:absolute;
				background: #FFFFFF;
				padding: 2px;
				border: 1px solid black;
				display: none;
				top:24px;
				left:90px;
			}
				#checkout fieldset.address div.dropdown .dropline a {
					display: block;
					padding: 6px 8px;
				}
					#checkout fieldset.address div.dropdown .dropline a:hover {
						background-color: #50423A;
						color: #ffffff;
						text-decoration: none;
					}
		
		#checkout fieldset#address .field #order_billing_address_address_town,
		#checkout fieldset#address .field #order_billing_address_address_county {
			width: 150px;
		}
		#checkout fieldset#address .field #order_billing_address_address_postcode {
			width: 70px;
		}
	#checkout fieldset#card {
		
	}
		#checkout fieldset#card .field {
			float: left;
			display: inline;
			clear: none;
		}
		#checkout fieldset#card .field label {
			display: block;
			width: 150px;
		}
		#checkout fieldset#card #payment_name_wrap {
			margin-left: 150px;
            display: none;
		}
		#checkout fieldset#card #payment_name_wrap input {
			width: 250px;
		}
		
		#checkout fieldset#card #payment_type_wrap {
			clear: left;
		}
		#checkout fieldset#card #payment_number_wrap {
			width: 460px;
		}
		#checkout fieldset#card .field #payment_number {
			width: 170px;
		}
		#checkout fieldset#card .field #payment_issue {
			width: 30px;
		}
		#checkout fieldset#card #payment_expiry_wrap,
		#checkout fieldset#card #payment_start_wrap {
			clear: both;
			width: 150px;
		}
		
		.js #checkout fieldset#card #payment_start_wrap,
		.js #checkout fieldset#card #payment_issue_wrap,
		.js #checkout fieldset#card #payment_name {
			display: none;
		}
		
		#checkout fieldset#card #payment_expiry_wrap p.error {
			padding: 6px 50px 0 0;
		}
		#checkout fieldset#card .field #payment_cv2 {
			width: 60px;
		}


/* ==================== */
/* = Two-column forms = */
/* ==================== */
form.two-column {
}
	form.two-column .field label {
		font-weight: normal;
		width: 100px;
		float: left;
		display: inline;
		margin: 3px 0;
	}
	form.two-column .field input.input {
		width: 285px;
		margin: 0;
		clear: none;
	}
	form.two-column .field textarea.input {
		width: 285px;
		margin: 0;
		clear: none;
		font-size: 0.9em;
		font-family: verdana, sans-serif;
	}
			form.two-column .field label.check_box {
				width: auto;
				float: none;
				display: block;
				margin-left: 120px;
				position: relative;
			}
				form.two-column .field label.check_box input {
					display: inline;
					position: absolute;
					left: -24px;
					top: -2px;
				}
		form.two-column button {
			float: right;
			display: inline;
			margin-right: 12px;
		}
	form.two-column .form-footer {
		float: right;
		clear: right;
	}

#checkout {

}
	#checkout #customer_optin_wrap label {
		text-align: right;
		font-weight: normal;
		line-height: 1.2;
	}
	#checkout #customer_optin_wrap .check_box {
		float: right;
		margin-top: 0;
	}