/*	Epson Checkout Process Stylesheet	*/


/*---------- The two boxes side-by-side on the About You page ----------*/
.p02_halfdiv {
	background: #fff url('../images/p02_halfdiv_mid_bg.png') repeat-y;
	float: left;
	margin-top: 20px;
	width: 444px;
}

#p02_first_halfdiv {
	margin-right: 10px;
}

.p02_halfdiv .p02_halfdiv_inner {
	padding: 0 10px;
}

.p02_halfdiv .p02_halfdiv_top {
	background: url('../images/p02_halfdiv_top_bg.png') repeat-x;
	height: 16px;
}

.p02_halfdiv .p02_halfdiv_top .p02_halfdiv_topleft {
	background: url('../images/p02_halfdiv_corners.png') no-repeat 0px 0px;
	float: left;
	height: 16px;
	width: 16px;
}

.p02_halfdiv .p02_halfdiv_top .p02_halfdiv_topright {
	background: url('../images/p02_halfdiv_corners.png') no-repeat -24px 0px;
	float: right;
	height: 16px;
	width: 16px;
}

.p02_halfdiv .p02_halfdiv_bot {
	background: url('../images/p02_halfdiv_bot_bg.png') repeat-x;
	height: 30px;
}

.p02_halfdiv .p02_halfdiv_bot .p02_halfdiv_botleft {
	background: url('../images/p02_halfdiv_corners.png') no-repeat 0px -30px;
	float: left;
	height: 30px;
	width: 16px;
}

.p02_halfdiv .p02_halfdiv_bot .p02_halfdiv_botright {
	background: url('../images/p02_halfdiv_corners.png') no-repeat -24px -30px;
	float: right;
	height: 30px;
	width: 16px;
}

.p02_halfdiv form.stdForm .formItem label,
.p02_halfdiv form.stdForm .fil label {
	margin-left: 0;
	width: 120px;
}

.p02_halfdiv form.stdForm .formItem .fi_content {
	margin-left: 140px;
	padding-right: 30px;
}

.p02_halfdiv form.stdForm .formItem .fi_content#p02_terms_conditions_holder {
	margin-left: 20px;
}

.p02_halfdiv_inner form#CheckoutSection,
.p02_halfdiv_inner form#CheckoutChoice,
.p02_halfdiv_inner form#CheckoutChoiceForRegUser {
	margin-top: 0 !important;
}

.p02_halfdiv_inner form.stdForm .formItem .fi_content #f_terms_conditions {
	width: 370px;
}

.p02_call_to_action {
	margin: 20px 0 0 145px;
	width: 100%;
}

.p02_halfdiv_inner form.stdForm .formItem .f_tooltip {
	color: #999;
}

.p02_halfdiv_inner form.stdForm .formItem .f_error_text {
	margin-left: 140px;
}

.p02_halfdiv_inner form.stdForm h1 {
	font-size: 2.4em;
	font-weight: bold;
}

.p02_halfdiv_inner form.stdForm p {
	font-size: 1.2em;
}
/*---------- End two boxes on About You page ----------*/

.p02_float_left {
	float: left;
	width: auto;
}

.p02_float_right {
	float: right;
	width: 200px;
}

.p02_float_left .txtMainHeader {
	margin-top: 20px;
}

.p02_formButtons {
	margin: 10px 0 0 230px;
	vertical-align: top;
	width: 400px;
}

#p02_d1_formButtons {
	margin: 10px 0 0 170px;
}

.p02_formButtons a.button {
	font-family: Arial, Verdana, sans-serif;
}

#p02_button_fix a.button {
	float: left;
	width: auto;
}

.p02_formButtons #shippingInfoContinueButton #continueButton {
	display: block;
	padding: 6px 8px 8px 10px;
}

#p02_c1 .p02_formButtons #shippingInfoContinueButton #continueButton {
	display: block;
	padding: 5px 0 10px 10px;
}


#CheckoutDeliveryAddress .p02_formButtons,
form.stdForm .formItem .f_error_text {
	margin-left: 175px;
}

#shippingInfoContinueButton {
	font-size: 1em;
	margin-left: 5px;
}

/*----------  Basket  ----------*/
#p02_basket {
	background: #f5f5f5;
	float: right;
	width: 200px;
}

#p02_basket_top {
	float: left;
	height: 5px;
	width: 100%;
}

#p02_basket_topleft {
	background: url('../images/p02_basket_corners.png') no-repeat 0px 0px;
	float: left;
	height: 5px;
	width: 5px;
}

#p02_basket_topright {
	background: url('../images/p02_basket_corners.png') no-repeat -15px 0px;
	float: right;
	height: 5px;
	width: 5px;
}

#p02_basket_bot {
	background: url('../images/p02_basket_bot_bg.png') repeat-x;
	float: left;
	height: 10px;
	width: 100%;
}

#p02_basket_botleft {
	background: url('../images/p02_basket_corners.png') no-repeat 0px -10px;
	float: left;
	height: 10px;
	width: 5px;
}

#p02_basket_botright {
	background: url('../images/p02_basket_corners.png') no-repeat -15px -10px;
	float: right;
	height: 10px;
	width: 5px;
}

#p02_basket_inner {
	float: left;
	padding: 10px;
}

#p02_basket_inner h1 {
	background: url('../images/p02_basket_icon.png') no-repeat 0px 0px;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-indent: 30px;
}

.p02_basket_update {
	color: #c00;
}

#p02_basket_inner p {
	font-size: 1.2em;
	margin: 10px 0 0;
}

.p02_basket_item {
	font-size: 1.2em;
	margin: 10px 0 0;
	width: 100%;
}

.p02_basket_item_name {
	float: left;
	width: 130px;
}

.p02_basket_item_price {
	float: right;
	text-align: right;
	width: 50px;
}

#p02_basket_subtotal {
	border-top: 1px dashed #ccc;
	float: left;
	margin-top: 20px;
	padding-top: 5px;
	width: 100%;
}

#p02_basket_subtotal .p02_basket_item,
#p02_basket_total .p02_basket_item {
	margin: 0;
}

#p02_basket_total {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	float: left;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 5px 0;
	width: 100%;
}
/*----------  End Basket  ----------*/

form.stdForm .formItem label.p02_two_line_label {
	padding-top: 0;
}


#p02_set_width_750 {
	width: 750px;
}
#p02_set_width_750 #ExistingAddress .displayAddress,
#p02_set_width_750 #CheckoutPayment .displayAddress {
	margin: 20px 0 20px 180px;
}


/*---------- Browser Corrections ----------*/

/*	Prevents float problems in IE	*/
.p02_halfdiv_inner form.stdForm .formItem,
#CheckoutSection .content ol.checkoutStatus,
#CheckoutSection .contactOptionsModule {
	width: 100%;
}

/*	Prevents the input boxes being too long in Safari	*/
.p02_halfdiv_inner form.stdForm .fi1 input[type="text"],
.p02_halfdiv_inner form.stdForm .fi1 input[type="password"] {
	width: 240px;
}

form.stdForm .fi1 input {
	float: none;
	width: auto;
}

form.stdForm p {
	color: #999;
	margin-top: 0;
}

/*---------- End Browser Corrections ----------*/
.p02_halfdiv_inner form.stdForm input[type="checkbox"] {
	margin-bottom: 5px;
	margin-right: 10px;
}

form.stdForm .fi1 label {
	width: 185px;
}

form.stdForm .formItem .fi_content {
	margin-left: 195px;
}

form#CheckoutDeliveryAddress h2,
form#CheckoutPayment h2 {
	font-size: 2em;
	font-weight: normal;
}

form#CheckoutDeliveryAddress h2.p02_first_h2 {
	margin-top: 0;
}
form.stdForm #ExistingAddress.formItem {
	margin-top: 0;
}

#CheckoutSection form#CheckoutDeliveryAddress.stdForm {
	margin-top: 0;
}

#p02_address_not_found {
	font-size: 1.2em;
	margin: 20px 0 20px 180px;
}

#CheckoutSection p.paymentNotice {
	margin-left: 175px;
	margin-top: 5px;
}

form.stdForm .fi1 .p02_radios {
	padding-top: 7px;
}

form.stdForm .fi1 .p02_radios label {
	float: none;
	font-weight: normal;
}

form.stdForm #p02_company_info .formItem:first-child,
form.stdForm #postalCodeSearch .formItem:first-child,
form.stdForm #p02_new_address .formItem:first-child {
	margin-top: 20px;
}

#p02_forgotten_password_link {
	margin-top: 5px;
}

#p02_track_text {
	margin-bottom: 20px;
}
#p02_gender_radios .label {
      width: 160px;
}
#p02_gender_radios label {
      width: 50px;
}

#CheckoutChoice .p02_not_firstchild {
	margin-top: 20px;
}

#p02_c1 form.stdForm .formItem .fi_content p {
	padding-left: 5px;
}
form.stdForm .formItem div.p02_margin_left_fix {margin-left: 175px;}
#p02_cards_picture {
	margin-top: 15px;
}
