/** Checkout crumbtrail **/
#checkoutCrumbtrail,
#checkoutCrumbtrail li {
	background-image:url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/bg_crumbtrail);
	background-repeat:no-repeat;
	height:22px;
}
#checkoutCrumbtrail {
	background-position:left -22px;
	color:#7D7D7D;
	line-height:20px;
	list-style:none;
	margin:0;
	padding:0 0 0 2px;
}
#checkoutCrumbtrail li {
	padding:0 13px 0 5px;
}
#checkoutCrumbtrail li strong {
	color:#FFF;
	font-weight:normal;
}
#checkoutCrumbtrail li a {
	color:#000;
}
#checkoutCrumbtrail li.step1,
#checkoutCrumbtrail.step2 li.step2,
#checkoutCrumbtrail.step3 li.step3 {
	background-color:#EE3224;
	background-position:right -66px;
}
#checkoutCrumbtrail li.step2,
#checkoutCrumbtrail li.step3 {
		background-position:right -44px;
}
#checkoutCrumbtrail li.step4,
#checkoutCrumbtrail.step2 li.step4 {
	background-position:right -132px;
}
#checkoutCrumbtrail.step1 {
	background-position:left 0;
}
#checkoutCrumbtrail.step2 li.step1,
#checkoutCrumbtrail.step3 li.step2,
#checkoutCrumbtrail.step4 li.step3 {
	background-color:#ABA9A8;
	background-position:right -88px;
	color:#000;
}
#checkoutCrumbtrail.step3 li.step1,
#checkoutCrumbtrail.step4 li.step1,
#checkoutCrumbtrail.step4 li.step2 {
	background-color:#ABA9A8;
	background-position:right -110px;
	color:#000;
}
#checkoutCrumbtrail.step4 li.step4 {
	background-color:#EE3224;
	background-position:right -154px;
}
h1 {
	font-size:2.4em;
	margin-bottom:6px;
	font-weight:bold;
}
#shoppingBasket h2 {
	color:#FFF;
	background-color:#AAA;
	font-size:1.4em;
	font-weight:bold;
	height:1.571em;
	line-height:1.571em;
}

#addresses h2 {
	color:#FFF;
	background-color:#AAA;
	font-size:1.4em;
	font-weight:bold;
	height:1.571em;
	line-height:1.571em;
}

/** Shopping basket **/
#shoppingBasket {
	width:632px;
	overflow:hidden;
}
#shoppingBasket a {
	text-decoration:underline;
}
#shoppingBasket a.btn {
	margin-top:1px;
}
#shoppingBasket table {
	width:632px;
}
#shoppingBasket h1,
#shoppingBasket h2,
#shoppingBasket table th,
#shoppingBasket table td {
	padding:0 2px;
}
#shoppingBasket table td {
	font-size:1.2em;
	line-height:1.3;
}
#shoppingBasket table tbody td.image {
	vertical-align:top;
	width:50px;
}
#shoppingBasket table tbody td {
	padding-bottom:7px;
	padding-top:7px;
	vertical-align:top;
}
#shoppingBasket table tbody td.size span,
#shoppingBasket table tbody td.size abbr {
	display:block;
	text-align:center;
	width:25px;
}
#shoppingBasket table tbody td.quantity span {
	display:block;
	text-align:right;
	width:20px;
}

#shoppingBasket table tbody td.price {
	text-align:right;
	width:50px;
}
#shoppingBasket table tbody td.price strong {
	background-color:#E6E6E6;
	display:block;
	line-height:20px;
padding:0 15px 0 0;
	margin-right:-18px;

}
#shoppingBasket table tbody td.promoprice {
	text-align:right;
	width:50px;
	vertical-align:top;
	padding:0 0 0 0px;
}
#shoppingBasket table tbody td.promobutton {
	text-align:right;
	width:50px;
	vertical-align:top;
	padding:0 0 0 28px;
}
#shoppingBasket table tbody td.promoprice strong {
	background-color:#E6E6E6;
	display:block;
	text-align:right;
	line-height:20px;
	padding:0 2px;
}
#shoppingBasket table tbody tr.spacer td {
	height:12px;
	padding:0;
}
#shoppingBasket table tbody tr.spacer td span {
	display:block;
	height:1px;
	overflow:hidden;
}
#shoppingBasket table tbody tr.spacer td.image span {
	width:48px;
}
#shoppingBasket table tbody tr.spacer td.product span {
	width:165px;
}
#shoppingBasket table tbody tr.spacer td.colour span {
	width:87px;
}
#shoppingBasket table tbody tr.spacer td.size span {
	width:82px;
}
#shoppingBasket table tbody tr.spacer td.quantity span {
	width:98px;
}
#shoppingBasket table tbody tr.spacer td.price span {
	width:54px;
}
#shoppingBasket table tbody tr.spacer td.button span {
	width:98px;
}
#shoppingBasket table strong {
	font-weight:bold;
}
#shoppingBasket table thead th {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3;
	border-bottom:1px solid #CCC;
	height:33px;
	padding-bottom:2px;
	vertical-align:bottom;
}
#shoppingBasket table tfoot td.button,
#shoppingBasket table tbody td.button {
	width:94px;
	text-align:right;
}
#shoppingBasket table tfoot th {
	font-size:2em;
	font-weight:bold;
	background-color:#E6E6E6;
	height:28px;
	vertical-align:middle;
}
#shoppingBasket table tfoot th.subtotal {
	text-align:right;
}
#shoppingBasket table tfoot tr.checkout td {
	padding-top:12px;
	vertical-align:top;
}
#shoppingBasket table tfoot td {
	font-size:1.1em;
}

#shoppingBasket table tbody.promocode th {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
}

#shoppingBasket table tbody.promocode tr.top th,
#shoppingBasket table tbody.promocode tr.top td {
	border-top:1px solid #CCC;
	padding-bottom:2px;
	padding-top:7px;
}
#shoppingBasket table tbody.promocode tr.bottom th,
#shoppingBasket table tbody.promocode tr.bottom td {
	border-bottom:1px solid #CCC;
	padding-bottom:7px;
	padding-top:2px;
}
#shoppingBasket table tbody.promocode td.promocode label {
	display:block;
	float:left;
	font-weight:bold;
	line-height:20px;
	width:157px;
}
#shoppingBasket table tbody.promocode td.instructions {
	font-size:1.1em;
	padding-bottom:0;
	padding-top:0;
}
#shoppingBasket table tbody.promocode td.promocode input {
	float:left;
	width:273px;
}
#shoppingBasket table tbody.delivery th {
	font-size:1.4em;
	font-weight:bold;
	padding-top:7px;
}
#shoppingBasket table tbody.delivery td.options {
	font-size:1.1em;
	line-height:1.3;
}
.featured h3 {
	font-weight:bold;
}
#card_details {
	position:relative;
	float: left;
}
#card_details h3 {
	float:left;
	clear:both;
	width:628px;
}
#card_details h3 strong {
	float:left;
	font-weight:bold;
}
#card_details h3 span {
	float:right;
	font-size:0.786em;
	margin-right:1em;
}
#card_details p {
	clear:both;
	font-size:1.2em;
	min-height:2.4em;
}
#card_details p.intro {
	padding:0 2px 1em 2px;
	font-size:1.1em;
	line-height:1.3;
}
#card_details label,
#card_details .card_type span {
	float:left;
	line-height:1.2;
	padding:0 3px;
	padding-bottom:0.4em;
	padding-top:0.4em;
	width:140px;
}
#card_details .card_type {
	border:none;
	clear:both;
	margin:0 0 10px 0;
}
#card_details .card_type span {
	float:left;
	width:140px;
	line-height:1.833em;
	font-size:1.2em;
}
#card_details .card_type ol {
	margin-left:148px;
}
#card_details .card_type ol li {
	float:left;
	margin-right:6px;
	text-align:center;
}
#card_details .card_type ol label {
	display:block;
	float:none;
	height:23px;
	text-indent:-9999px;
}
#card_details li.card_visa label {
	width:37px;
	background:transparent url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/card_visa) center no-repeat;
}
#card_details li.card_switch label {
	width:38px;
	background:transparent url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/card_switch) center no-repeat;
}
#card_details li.card_solo label {
	width:19px;
	background:transparent url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/card_solo) center no-repeat;
}
#card_details li.card_solo {
	display:none; /* 28.02.2011 **pp*/
}
#card_details li.card_mastercard label {
	width:37px; background:transparent url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/card_mastercard) center no-repeat;
}
#card_details li.card_amex label {
	width:25px; background:transparent url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/card_amex) center no-repeat;
}
#card_details li.card_switchmaestro label {
	width:38px; background:transparent url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/card_switchmaestro?fmt=gif) center no-repeat;
}

#card_details .card_type input {
	width:auto;
}
#card_details #security_code {
	width:70px;
}
#card_details #security_code_info {
	display:block;
	left:270px;
	position:absolute;
	width:120px;
}
#card_details #security_code_info span {
	display:block;
	font-size:11px;
	line-height:1.3;
	padding:5px 0 0 5px;
}
#card_details #expiry_date_month,
#card_details #start_date_month {
	display:inline;
	float:left;
	margin-right:4px;
	width:45px;
}
#card_details #expiry_date_year,
#card_details #start_date_year {
	display:inline;
	float:left;
	width:60px;
}
#card_details .hideLabel {
	display:none;
}
#card_details #issue_number {
	width:50px;
}
#card_details hr {
	border:none;
	border-top:1px solid #CCC;
	font-size:1.4em;
	height:0;
	overflow:hidden;
	margin-top:2em;
}
#card_details #terms {
	float:left;
}
#card_details #terms input,
#card_details #terms label  {
	float:left;
}
#card_details #terms input {
	margin-left:146px;
}
#card_details #terms label {
	width:300px;
}
#card_details #buttons {
	float:right;
	width:150px;
	margin-bottom:3em;
}
#card_details #buttons input,
#card_details #buttons button {
	clear:both;
	float:right;
}
#card_details #buttons button {
	margin-bottom:7px;
}
.error label,
.error input,
.error select {
	color:#EE3224;
}



/** addresses form **/

#addresses {
	width:632px;
}
#addresses h1,
#addresses h2 {
/*	padding:0 2px; doesnt work in ie6 - causes extra bits to be repeated*/
	float:left;
	width:628px;
	height:auto;
	clear:both;
}
#addresses #showSigninBtn {
/*	display:none;*/
	display:block; /* BOR */
}

#addresses h2 span {
	display:block;
}
#addresses h2 span.notyou {
	float:right;
}
#addresses h2 label,
#addresses h2 span,
#addresses h2 a {
	color:#FFF;
	font-weight:bold;
}
#addresses h2 span a {
	text-decoration:underline;
}
#addresses h2.haveAccount .btn,
#addresses h2.haveAccount span {
	float:left;
}
#addresses h2.haveAccount .btn {
	margin-left:0.5em;
}
#addresses h2.haveAccount .btn span{
	background-color:#AAA;
}
#addresses h2 label {
	float:left;
}
#addresses h2 .password {
	display:inline;
	float:left;
	margin:1px 0 1px 0.5em;
}
#addresses h2 .password a {
	clear:both;
	float:left;
	font-size:0.714em;
	text-decoration:underline;
	line-height:1em;
	padding:0.25em 0 0.5em 0;
}
#addresses h2 .password a:hover {
	color:#EE3224;
}
#addresses h2 input#login {
	float:left;
	margin:1px 0.5em;
}
#addresses h2 .password input {
	float:left;
}
#addresses h2 input#login {
	width:150px;
}
#addresses h2 input#password {
	width:115px;
}
#addresses h2 .buttons {
	float:right;
	margin-top:1px;
	white-space:nowrap;
}
#addresses h2 span.buttons .btn {
	margin-left:0.5em;
	float:left;
}
#addresses h2 span.buttons .btn span {
	background-color:#AAA;
}
#addresses #addressesWrapper {
	clear:both;
	float:left;
	width:100%;
}
#addresses #addressesWrapper .address {
	float:left;
	width:312px;
	margin:1em 0;
}
#addresses #addressesWrapper .address h3 {
	float:left;
	width:100%;
	background:#E6E6E6;
	line-height:2.2em;
	margin-bottom:14px;
}
#addresses #addressesWrapper .address h3 strong {
	font-size:1.4em;
	font-weight:bold;
	float:left;
	padding:0 3px;
}

#addresses #addressesWrapper .address h3 span {
	float:right;
	padding:0 3px;
}
#addresses #addressesWrapper .address h3 #copyAddressBtn {
	display:block; /* was none; bor */
}
#addresses #addressesWrapper #addressDelivery h3 span {
	margin-right:1em;
}
#addresses #addressesWrapper .address h3 span input {
	float:left;
}
#addresses #addressesWrapper .address .row {
	width:306px;
	float:left;
	clear:both;
	font-size:1.2em;
	min-height:2.4em;
	padding:0 3px;
}
#addresses #addressesWrapper .address .row label {
	padding-bottom:0.4em;
	padding-top:0.4em;
	line-height:1.2;
}
#addresses #addressesWrapper #addressPayment {
	margin-right:8px;
}
#addresses #addressesWrapper #addressPayment .row {
	border-right:1px solid #CCC;
	padding-right:7px;
}
#addresses #addressesWrapper .address .row {
	border:none;
}
#addresses #addressesWrapper .address .row label {
	float:left;
	width:87px;
}
#addresses #addressesWrapper .address .row input,
#addresses #addressesWrapper .address .row select {
	float:left;
}
#addresses #addressesWrapper .address .row input {
	width:204px;
}
#addresses #addressesWrapper .address .row.buttons input {
	width:auto;
	clear:none;
	margin-right:2px;
}
#addresses #addressesWrapper .buttons {
	border-top:1px solid #CCC;
	float:left;
	padding:1em 0 3em 0;
	width:100%;
}
#addresses #addressesWrapper .buttons {
	float:right;
}
#addresses #addressesWrapper .buttons input {
	float:right;
	clear:both;
}
#addresses #addressesWrapper .buttons .btn {
	float:right;
}
#addresses #addressesWrapper .buttons li {
	float:left;
}
#addresses #addressesWrapper .buttons li .btn {
	float:none;
	font-size:90%; /* Change by Cybercom 8 May 2008 */
	#font-size:100%;
}
#addresses #addressesWrapper #paymentDeleteAddress,
#addresses #addressesWrapper #paymentEditAddress,
#addresses #addressesWrapper #deliveryDeleteAddress,
#addresses #addressesWrapper #deliveryEditAddress {
	padding-left:2px;
}
#addresses #addressesWrapper .buttons #verisign {
	margin-top:7px;
}

/** Confirmation page **/
#confirmation,
#afterRegistrationDiv,
#saveDetails {
	width:632px;
}
#confirmation h1 {
	padding:0 2px;
}
#confirmation h2 {
	background-color:#E6E6E6;
	color:#000;
	font-size:2em;
	line-height:1.4em;
	height:1.4em;
	margin:0.25em 0 0.75em 0;
	padding:0 2px;
}
#saveDetails h3,
#afterRegistrationDiv h3 {
	background-color:#E6E6E6;
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	margin:0.25em 0 0.75em 0;
	line-height:1.571em;
	padding:0 2px;
}
#saveDetails ul li {
	background:transparent url(https://a248.e.akamai.net/f/248/9086/10h/origin-g2.scene7.com/is/image/brands/bg_dash) no-repeat scroll left center;
	line-height:1.5;
	padding-left:10px;
}
#confirmation em {
	font-style:italic;
	line-height:1;
}
#saveDetails ul {
	margin-bottom:1em;
}
#saveDetails ul li,
#saveDetails p,
#confirmation p,
#afterRegistrationDiv p {
	font-size:1.2em;
	line-height:1.3;
}
#confirmation p,
#afterRegistrationDiv p {
	width:534px;
	margin-bottom:1em;
}
#confirmation p.button,
#afterRegistrationDiv p.button {
	width:100%;
	text-align:right;
}
#saveDetails fieldset .row {
	clear:both;
	float:left;
	font-size:1.2em;
	min-height:2.4em;
	padding:0 3px;
	width:365px
}
#saveDetails fieldset .row label {
	width:128px;
	float:left;
	line-height:1.2em;
	padding-bottom:0.4em;
	padding-top:0.4em;
}
#saveDetails fieldset .row input {
	float:right;
	width:230px;
}
#saveDetails fieldset .buttons {
	clear:both;
	width:632px;
	padding-bottom:3em;
	float:left;
}
#saveDetails fieldset .buttons .btn,
#saveDetails fieldset .buttons .btn_hover,
#saveDetails fieldset .buttons input {
	float:right;
	padding-bottom:7px;
}
#saveDetails fieldset .buttons .btn {
	clear:both;
	width:auto;
}

/* card holder details */

#cardholder_details {
	margin:9px 0 20px;
}
#cardholder_details table {
	width:50%;
}
#cardholder_details table tbody th,
#cardholder_details table tbody td {
	font-size:1.1em;
	line-height:1.4;
	padding-bottom:0;
	padding-top:0;
}

#cardholder_details strong {
	font-weight:bold;
}
#cardholder_details #payment_address,
#cardholder_details #delivery_address {
	float:left;
}

#payment_address th,
#cardholder_details #delivery_address th {
	width:50%;
}
#cardholder_details h3,
#card_details h3 {
	background-color:#AAA;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.286em;
	margin-bottom:9px;
	padding:2px;
}



#ShipDialog , #PopupAddressDlg, #DeliveryDialogPolicy
{
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}

.card-expiry-month em, .card-start-month em {
	font-style: italic;
	font-size: 95%;
}
