/* Check-out --------------------------------------------------------------*/

#checkout_steps {
	width: 810px;
	height: 54px;
	margin: 0;
	margin-bottom: 15px;
}


#checkout_steps ul {
	width: 810px;
	height: 54px;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#checkout_steps ul li {
	float: left;
	display: block;
	padding: 0px;
	width: 150px;
	height: 54px;
	margin-right: 15px;
	background: url('../images/misc/checkout_step_1_off.gif') 0 0 no-repeat;
}

#checkout_steps ul li a,
#checkout_steps ul li span {
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 12px 0 0 42px;
	width: 108px;
	height: 42px;	
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

#checkout_steps ul li.step_1_off {
	background: url('../images/misc/checkout_step_1_off.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_1_on {
	background: url('../images/misc/checkout_step_1_on.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_2_off {
	background: url('../images/misc/checkout_step_2_off.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_2_on {
	background: url('../images/misc/checkout_step_2_on.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_3_off {
	background: url('../images/misc/checkout_step_3_off.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_3_on {
	background: url('../images/misc/checkout_step_3_on.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_4_off {
	background: url('../images/misc/checkout_step_4_off.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_4_on {
	background: url('../images/misc/checkout_step_4_on.gif') 0 0 no-repeat;
}

#checkout_steps ul li.step_5_off {
	background: url('../images/misc/checkout_step_5_off.gif') 0 0 no-repeat;
	margin-right: 0;
}

#checkout_steps ul li.step_5_on {
	background: url('../images/misc/checkout_step_5_on.gif') 0 0 no-repeat;
	margin-right: 0;
}

.buttons_bottom {
	clear: both;
	margin-top: 15px;
}

.basket_item {
	float: left;
	clear: both;
	width: 480px;
	margin: 0 0 15px 0;
}

.basket_item .product {
	height: 188px;
	margin: 0px -3px 0 -15px;
}

.basket_item .product .description {
	bottom: 8px;
}

.basket_item .content {
	position: relative;
	float: right;
	display: block;
	width: 315px;
	height: 188px;
	margin: 0;
	padding: 0;
}

.basket_item .content h3 {
	float: left;
	text-transform: none;
	font-size: 1.4em;
	margin: 12px 0 12px 0;
}

.basket_item .content form {
	margin: 0;
}

.basket_item .content form fieldset {
	float: left;
	clear: both;
	display: block;
	width: 150px;
	margin: 0 0 7px 0;
	padding: 0;
}

.basket_item .content form label {
	display: block;
	clear: both;
	float: left;
	width: 55px;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 2px 0 0 0;
} 

.basket_item .content form select {
	margin: 0;
	width: 85px;
	float: left;
	display: block;	
}

.basket_item .content form input.text {
	margin: 0;
	width: 33px;	
	float: left;
	display: block;
}

.basket_item .content form a.button {
	margin: 13px 0 0 7px;
	clear: both;
}

.basket_item .content a.delete {
	position: relative;
	margin-top: 11px;
	bottom: 0px;
	left: 2px;
	padding-left: 20px;
	text-decoration: underline;
	background: url('../images/icns/delete.gif') 0 0 no-repeat;
}

.basket_item .content .price {
	position:  absolute;
	bottom:    4px;
	right:     13px;
	width:     175px;
	font-size: 1.1em;
}
.basket_item .content .price span {
	width:      110px;
	float:      left;
	display:    block;
	height:     16px;
	text-align: right;
}
.basket_item .content .price strong {
	width:       65px;
	display:     block;
	float:       right;
	font-weight: bold;
	text-align:  right;
	height:      16px;
	clear:       right;
}
.discountColor {
	color: #ed0f00;
}

.basket_item .error {
	position: absolute;
	top: 12px;
	right: 0;
	width: 150px;
	padding: 0;
}

.basket_item .error span {
	margin: 13px 10px 8px 11px;
	text-indent: 17px;
}

.basket_gift_certificate,
.member_login {
	display: table;
	width: 472px;
	margin: -11px 0 15px 8px;
}

.basket_gift_certificate {
	display: block;
	clear: both;
	width: 472px;
}


.member_login p {
	width: 296px;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 8px 0 2px 0;
}

.member_login p {
	width: 464px;
}

.basket_gift_certificate fieldset,
.member_login fieldset {
	display: block;
	border: none;
	padding: 0;
	margin: 0 0 4px 0;
}

/* CHANGE */
.instant_shop {
	font-size: 1.1em;
}
.instant_shop {
	
}
.basket_gift_certificate label,
.member_login label {
	display: block;
	clear: both;
	float: left;
	width: 123px;
	margin: 7px 0 4px 0;
	font-weight: bold;
	font-size: 1.1em;
}

.basket_gift_certificate span {
	display: block;
	clear: both;
	float: left;
}

.basket_gift_certificate .error span {
	display: block;
	clear: none;
	float: none;
}

.basket_gift_certificate input.text,
.member_login input.text {
	display: block;
	clear: both;	
	float: left;
	width: 123px;
	margin: 0;
}

.basket_gift_certificate input.text,
.basket_gift_certificate label {
	float: none;
}

.basket_gift_certificate .last_row,
.member_login .last_row {
	clear: both;
	float: left;
}

.basket_gift_certificate .last_row .button_container,
.member_login .last_row .button_container {
	position: relative;
	float: left;
	margin: -2px 0 0 10px;
}
.basket_gift_certificate .last_row .button_container {
	position: static;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}
.basket_gift_certificate .last_row .button_container .button {
	margin-top: -2px;
}

.member_login label.cb {
	clear: both;
	float: left;
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	width: 123px;
}

.member_login label.cb span {
	margin: 4px 0 0 0;
	display: block;
	float: left;
}

html * > .member_login label.cb span {
	margin: 0;
}

.member_login label.cb input {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

.member_login a.forgot {
	float: left;
	display: block;
	margin: 8px 0 0 17px;
}

#basket_total {
	clear: both;
	position: relative;
	display: block;
	width: 480px;
	
	min-height: 66px;
	height: auto !important;
	height: 66px;
	
	margin: 0 0 15px 0;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #ccc;
	font-size: 1.4em;
}

#basket_total span.discount,
#basket_total span.total {
	display: block;
	float: left;
	width: 350px;
	text-align: right;
	color: #000;
}

#basket_total strong.discount,
#basket_total strong.total {
	display: block;
	float: left;
	width: 110px;
	width: 115px;
	color: #000;	
	font-weight: bold;
	text-align: right;
}
#basket_total strong.discount {
	color: #cc0000;
}

#pay_way_giftcert_options {
	width:472px;
}

#pay_way_giftcert_options {
	margin-bottom:15px;
}

#gift_cert {
	background:transparent url(../images/giftcertificate/gradient_plate.gif) repeat scroll 0 0;
	margin-left:-8px;
	margin-top:15px;
	overflow:hidden;
	padding:15px;
}

#gift_cert h2 {
	margin:0 0 18px;
}

#gift_cert .card_holder {
	background:transparent url(../images/giftcertificate/giftcard.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:40px;
	margin-right:6px;
	width:60px;
}

#gift_cert .gift_cert_nr, #gift_cert .gift_cert_balance {
	float:left;
	margin-right:8px;
	width:185px;
}

#gift_cert label {
	display:block;
	font-size:11px;
	font-weight:bold;
}

#giftcard_info {
	width: 480px;
	/*overflow: hidden;*/
	min-height: 0px;
	height: auto !important;
	height: 0px;
}

#gift_cert .gift_cert_nr input {
	width:180px;
}

#gift_cert .gift_cert_code, #gift_cert .gift_cert_amount {
	float:left;
	position:relative;
	width:190px;
}

#gift_cert .gift_cert_code .button_container, #gift_cert .gift_cert_amount .button_container {	
	bottom:-1px;
	position:absolute;
	right:0;
}

#gift_cert .button_container a.button {
	background-image:url(../images/giftcertificate/button-gift-cert.gif);
	height:22px;
	line-height:20px;
	text-align:center;
	width:94px;
}

#gift_available_div .button_container a.button {
	background-image:url(../images/giftcertificate/button-ok.gif);
	height:22px;
	line-height:20px;
	text-align:center;
	width:35px;
	left:-59px;
}

#gift_cert .gift_cert_code input, #gift_cert .gift_cert_amount input {
	width:80px;
}

.gift_cert_code img {
	margin-left:4px;
	position:absolute;
	top:0;
}

#setAmountOfGiftCard{
	background:transparent url(../images/btns/plate_right.gif) no-repeat scroll 100% 0;
}

#setAmountOfGiftCard span {
	background:transparent url(../images/btns/plate_left.gif) no-repeat scroll 0 0;
}

#gift_cert .gift_cert_balance span {
	background:transparent url(../images/giftcertificate/balance-bg.gif) repeat scroll 0 0;
	display:block;
	font-size:11px;
	height:23px;
	line-height:23px;
	padding-left:7px;
	width:175px;
}

/* Step 2 -----------------------------------------------------------------*/

.become_member {
	margin: 0;
}

/* CHANGED */
.become_member img {
	/*margin: 2px 15px 0px 0;*/
	/*float: left;*/
}

/*CHANGED */
/*.become_member .content {
	float: left;
 	width: 295px;
}*/

.become_member div.helper {
	position: absolute;
	left: 205px;
	width: 260px;
	color: #666;
	display: inline;
	font-size: 11px;
	line-height: 11px;
	_zoom: 1;	
}

.become_member div.helper.sms {
	top: 200px;
	#top:208px;
}

.become_member span.helper.password {
	color: #666;
	display: inline;
	font-size: 11px;
	line-height: 11px;
	_zoom: 1;
}

.become_member div.helper.email {
	top: 205px;
	/* Safari */
	top: 210px;#
	/* IE7 */
	#top: 205px;
	/* IE6 */ 
	_top: 125px;
}

.become_member div.helper.socialsecurity {
	color:#666666;
	display:inline;
	font-size:11px;
	left:205px;
	line-height:11px;
	#line-height:12px;
	position:absolute;
	width:260px;
	top:27px;
}

.become_member p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 15px 8px;
}

.become_member p b { font-size: 15px; margin-bottom: 4px; display: block; }

.become_member_back {
	float: left;
	clear: both;
	margin-top: 20px;
}

/* Step 3 -----------------------------------------------------------------*/

.basket_item .content dl {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 210px;
}

.basket_item .content dt {
	display: block;
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	width: 65px;

	font-weight: bold;
	font-size: 1.1em;
}

.basket_item .content dd {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	width: 140px;
	font-size: 1.1em;
}

.basket_item .content td.bold {
	font-size:1.1em;
	font-weight:bold;
	min-width:65px;
}

.basket_item .content td {
	font-size:1.1em;
}


/* Step 4 -----------------------------------------------------------------*/

#checkout_payment {
	display: block;
	margin: 0;
}

.co_indent_container {
	margin: 0 0 0 8px;
	display: table;
}

#checkout_payment strong.header {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 4px 0;
	color: #000;
	_margin-top: 12px;
}

#checkout_payment fieldset.radiogroup {
	margin: 0 0 20px 0;
}

#checkout_payment label.radio {
	display: block;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	color: #000;
}

#checkout_payment label.radio input {
	margin-top: -2px;
	vertical-align: middle;
}

.deliver_way,
.pay_way {
	width: 480px;
	clear: both;
	margin: 10px 0 15px 0;
}

.deliver_way .content,
.pay_way .content {
	clear: both;
	height: 1px;
}

.deliver_way .plate_grey,
.pay_way .plate_grey,
#pay_way_giftcert .plate_grey {
	margin: 0px;
	padding: 10px 13px 10px 13px;
	background-color: #ccc;
	color: #000;
}

.deliver_way .plate_grey.delivery {
	padding: 10px 13px 20px;
}
#pay_way_giftcert {
	display: none;
}
#pay_way .plate_grey {
	margin-top: 15px;
	padding: 15px;
	padding-bottom: 100px;
}
.deliver_way .plate_grey h5,
.pay_way .plate_grey h5 {
	font-size: 1.4em;
	line-height: 1.1em;
	text-transform: none;
	margin: 0 0 10px 0;
}

.deliver_way .plate_grey p,
.pay_way .plate_grey p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

.deliver_way .white-line {
	border-top: 1px solid #fff;
}

.deliver_way .sms_deliver {
	clear: both;
	margin: 1px 0 0 0;
	padding-left: 13px;
	padding-top: 11px;
	background-color: #ccc;
	/*height: 50px;*/
	font-size: 1.1em;
}


.deliver_way .sms_deliver fieldset label {
	margin-top: 1px;
}

.pay_way fieldset {
	clear: both;
	margin: 0 0 7px 0;
	padding: 0;
	width: 240px;
	height: 35px;
}

.CO_cardInfoShow {
	clear: both;
	display: block;
}

.pay_way fieldset label {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 3px 0;
	display: block;
}

.pay_way fieldset .left {
	float: left;
	width: 160px;
}

.pay_way fieldset .left input,
.pay_way fieldset .right input {
	font-weight: normal;
}

.pay_way fieldset .right {
	float: right;
	width: 55px;
	position: relative;
}

.pay_way fieldset .right a {
	position: absolute;
	top: 0px;
	left: 67px;
	font-weight: normal;
	width: 150px;
}

.pay_way fieldset select.left {
	float: left;
	width: 110px;
}

.pay_way fieldset select.right {
	width: 110px;
	margin: 0 0 15px 0;
}

.deliver_way .sms_deliver input {
	float: left;
	margin: 1px 0 0 0;
	width: 13px;
	height: 13px;
}

.deliver_way .sms_deliver label {
	font-size: 1.1em;
	display: block;
	float: left;
	margin: 0 0 0 6px;	
}

.pay_way select.card {
	float: right;
	width: 175px;
}

#CO_card,
#GC_card {
	text-indent: -9999px;
	width: 53px;
	height: 34px;
	display: block;
	margin: 0;
	background: url('../images/misc/co_cards_all.gif') 0 0 no-repeat;
}
#GC_card {
	background: url('../images/icns/giftcard.gif') 0 0 no-repeat;
	margin-bottom: 8px;
}

.CO_card_visa { background-position: -55px 0 !important; }
.CO_card_master { background-position: -110px 0 !important; }
.CO_card_amex { background-position: -165px 0 !important; }
.CO_card_eurocard { background-position: -220px 0 !important; }
.CO_card_diners { background-position: -275px 0 !important; }
.CO_card_stadium {
	background-position: -330px 0 !important;
	padding-bottom: 7px;
}
.CO_card_dancard { background-position: -385px 0 !important; }


.pay_way select.bank {
	float: right;
	width: 175px;
}

#CO_bank {
	text-indent: -9999px;
	width: 53px;
	height: 34px;
	display: block;
	margin: 0;
	background: url('../images/misc/co_banks_all.gif') 0 0 no-repeat;
}

.CO_bank_aktia { background-position: -55px 0 !important; }
.CO_bank_nordea { background-position: -110px 0 !important; }
.CO_bank_op { background-position: -165px 0 !important; }
.CO_bank_sampo { background-position: -220px 0 !important; }


.deliver_way_2 {
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}

.deliver_way_2 label {
	float: left;
	display: block;
	margin: 3px 6px 0 0;
	font-size: 1.1em;
}

.deliver_way_2 input {
	width: 100px;
	float: left;
	margin: 0 5px 0 0;
}

.deliver_way_3 {}

.deliver_way_3 select {
	width: 150px;
	float: left;
	margin: 0 5px 10px 0;
}

.deliver_way_3_r {
	margin: 5px 0 0 0;
	clear: both;
}

.deliver_way_3_r label.radio {
	display: block;
	margin: 0 0 5px 0;
	font-size: 1.1em;
}

.deliver_way_3_r label.radio input {
	margin-top: -2px;
	vertical-align: middle;
}

.deliver_way_2 a.button,
.deliver_way_3 a.button {
	margin-top: -2px;
	margin-left:9px;
}
.deliver_way_3 a.button {
	position: static;
}

#ValidateErrorMSG , .paymentIncludeError {
	background: #EF7F01;
	margin: 0 -13px 10px -13px;
	padding: 10px 77px 15px 14px;
	display: none;
}
#ValidateErrorMSG p , .paymentIncludeError p {
	margin: 0;
	padding: 1px 0 0 25px;
	background: url(../images/icns/alert.gif) no-repeat;
	color: #fff;
	font-size: 11px;
}

/* Step 5 -----------------------------------------------------------------*/

.customer_info {
	display: table;
	background-color:#ccc;
	clear: both;
	margin: 0 0 1px 0;
	width: 480px;
	padding: 10px 0;
}

.customer_info .column {
	width: 160px;
	float: left;
}

.customer_info .column p {
	margin: 0 0 0 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.customer_info .column p strong {
	font-weight: bold;
}
div.confirm_container {
	position: absolute;
	top: 10px;
	#top: 9px;
	left: 0;
}
fieldset.confirm {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	/*width: 110px;*/
	width: 200px;
	/*height: 45px;*/
	margin: 0px;
	/*padding: 10px 0px 0px 10px;*/
	font-size: 11px;
	padding-left: 15px;
}
fieldset.confirm a {
	/*margin-left: 5px;*/
}
fieldset.confirm input {
	vertical-align: middle;
}






.instant_shop {
	padding-bottom: 20px; 	
}
	.instant_shop .form_column {
		float: left;
		display: block;
		width: 215px;
	}
	.instant_shop .form_column_nm {
		margin-top: 1em;
	}
	.instant_shop input.text {	
		width: 175px;
		margin: 0;
	}
	.instant_shop .required_field {
		padding: 0;
		margin: 10px 0 0 0;
	}


.member_login .form_column {
	float: left;
	display: block;
	width: 187px;	
}
.member_login input.text {
	width: 175px;
}
.member_login .login_button_container {
	float: right;
	white-space:nowrap;
}
	.member_login .login_button_container .button {
		margin-top: 22px;
	}
	html * > .member_login label.cb span {
		margin: 0;
	}

.member_login label.cb input {
	padding: 0;
	margin: 3px 5px 0 0;
	float: left;
}
.member_login .forgot_password_container {
	clear: both;
}
.member_login a.forgot {
	float: left;
	display: block;
	margin: 13px 0 0 0;
}



.sign_up {
	padding: 0 0 35px 0;	
	border-bottom: 2px #000 solid;
	margin: 0;
}
	.sign_up .button_container {
		float: right;
		clear: right;
	}
	.sign_up .content {
		padding: 0 30px 0 8px;
	}
		.sign_up .content p {
			font-size: 1.1em;
			margin-top: 0;
		}
		.sign_up .content h3 {
			margin-bottom: 2px;
		}


.deliver_way {
	padding-bottom: 15px;
	/*border-bottom: 2px black solid;*/
}
.deliver_way_3 select {
	margin: 0;
}


#become_member .form_column.left {
	width: 205px !important;
	clear: left;
	padding-bottom: 0;
}

#become_member .form_column.right {
	width: 250px;
	clear: right;
	padding-bottom: 0;
}

#become_member .form_column_nm {
	width: 200px;
	margin-top: 6px;
}

#become_member .form_column_nm.wide {
	width: 450px;
}

#become_member .form_column_nm.postal_code {
	width: 80px;
}
#become_member .form_column_nm.postal_code input {
	width: 73px !important;
}

#become_member .form_column_nm label.cb {
	margin-top: 5px; 
}

#become_member .form_column_nm label.cb span {
	width: 380px !important;
}
#become_member .form_column_nm.helper {
	padding: 24px 5px 0 0 !important;
	width: 270px;
	color: #666;
}
#become_member .form_column_nm.helper.sms {
	padding-top: 8px !important; 
}
#become_member .form_column_nm.helper p {
	padding-right: 0;
}
#become_member p.required_field {
	clear:both;
	color:#666666;
	margin-top:2em;
}

#become_member p.required_field span {
	color:#EF7F01;
}

p.puff_text { width: 370px; }

/* Step 5 -----------------------------------------------------------------*/

.customer_info {
	display: table;
	background-color:#ccc;
	clear: both;
	margin: 0 0 1px 0;
	width: 480px;
	padding: 10px 0;
}

.customer_info .column {
	width: 160px;
	float: left;
}

.customer_info .column p {
	margin: 0 0 0 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.customer_info .column p strong {
	font-weight: bold;
}

fieldset.confirm {
	top: 0px;
	left: 0px;
	width: 210px;
	height: 45px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

fieldset.confirm input {
	vertical-align: middle;
}

.text_box {
	padding:0 7px;
}

/* Orderbekräftelse-sidan */
.text_box p {
	font-size:11px;
}

.box {
	padding:0 7px;
}

#view_order {
	padding-right:24px;
	position:relative;
	#position:none;
	_position:none;
}

#view_order div.box {
	background:transparent url(../images/litbox/bg_header_narrow.jpg) repeat-x scroll center top;
	margin-top:5px;
	padding-top:2px;
}

#view_order table {
	font-size:11px;
	left:-2px;
	position:relative;
}

#view_order table .lb_product {
	width:250px;
}
#view_order table th {
	text-align:left;
}

#view_order table .lb_quantity {
	width:25px;
}

#view_order table .lb_size {
	width:20px;
}

#view_order table .lb_color {
	width:20px;
}

#view_order table .lb_quantity, #view_order table .lb_price, #view_order table .lb_total, #view_order table .lb_size, #view_order table .lb_color {
	text-align:right;
}

#view_order table .lb_price {
	width:55px;
}

#view_order table .lb_total {
	width:55px;
}

#view_order table td {

}

#view_order table td.lb_product {
	text-align:left;
}

#view_order table td.lb_discount.first {
	padding-top:15px;
}

#view_order table td.lb_total, #view_order table td.lb_discount {
	padding-right:72px;
	position:relative;
}

#view_order table td.lb_discount {
	font-weight:bold;
}

#view_order table td.lb_discount span, #view_order table td.lb_total span {
	position:absolute;
	right:33px;
	#right:0;
}

#view_order table td.lb_discount span.discount {
	color:#ED0F00;
}

#view_order table td.lb_discount span, #view_order table td.lb_total span {
	position:absolute;
	right:33px;
	#right: -73px;
}

#view_order table td.lb_discount.last {
	padding-bottom:15px;
}

#view_order table td.lb_orderfee {
	font-weight:bold;
}

#view_order table td.discount { color: #D90029; }


#view_order .lb_sum {
	font-size:15px;
	font-weight:bold;
	/*
	padding-right:0;
	width:100%;
	*/
}

#view_order div.box h2 {
	font-size:15px;
	margin:15px 0;
}

.litBoxParagraphLeftMargin {
	margin-left: 4px;
}

#order_details p strong {
	display:block;
}

#view_order p strong {
	font-size:12px;
}

#order_details p {
	float:left;
	font-size:11px;
	margin-bottom:15px;
	width:150px;
}

#view_order p {
	margin-top:0;
	font-size:11px;
}

#order_details p.right {
	margin-left:111px;
}

#view_order .lb_sum span.label {
	display:block;
	float:left;
	text-align:left;
	width:200px;
	position:relative;
	left:-2px;
}



/* Step 4 -----------------------------------------------------------------*/



basket_confirm_total {
font-size:1.4em;
}


element.style {
display:none;
}

#basket_confirm_total {
background:#CCCCCC url(../images/misc/price_box_grad.gif) repeat-x scroll 0 0;
clear:both;
display:block;
font-size:1.4em;
height:auto !important;
margin:0 0 10px;
min-height:45px;
padding-bottom:10px;
padding-top:10px;
position:relative;
width:480px;
}



#OrangeArrow {
background:transparent url(../images/misc/orange-arrow.png) repeat scroll 0 0;
bottom:-33px;
display:block;
height:33px;
left:219px;
position:absolute;
width:41px;
z-index:999;
}


#basket_confirm_total span.discount, #basket_confirm_total span.total {
display:block;
float:left;
text-align:right;
width:390px;
}

#basket_confirm_total.orange .freight_fee {
float:left;
}





#basket_confirm_total.orange {
background:#EE7F00 none repeat scroll 0 0;
margin-bottom:0;
padding:15px;
width:450px;
}


#basket_confirm_total.orange strong.freight_fee {
float:right;
}
#basket_confirm_total.orange strong.discount, #basket_confirm_total.orange strong.freight_fee, #basket_confirm_total.orange strong.total {
margin-right:190px;
}



#basket_confirm_total.orange p {
clear:both;
color:#FFFFFF;
margin:0 0 8px;
overflow:hidden;
}




#basket_confirm_total.orange .discount, #basket_confirm_total.orange .total {
	width:auto;
	_width:450px;
}

#basket_confirm_total strong.discount, #basket_confirm_total strong.total {
display:block;
float:right;
font-weight:bold;
margin-right:15px;
text-align:right;
}

#basket_confirm_total.orange p.total {
font-size:1.2em;
font-weight:bold;
}
#basket_confirm_total.orange p {
color:#FFFFFF;
}


#basket_confirm_total.orange a.view_order {
bottom:0;
color:#FFFFFF;
font-size:11px;
font-style:italic;
font-weight:normal;
position:absolute;
right:0;
_width:75px;
_position:relative;
}


#basket_confirm_total.orange p.total {
border-top:1px solid #F5B266;
font-size:1.2em;
font-weight:bold;
margin-top:15px;
padding-top:13px;
position:relative;
z-index:50;
_width:450px;
}

#basket_confirm_total.orange fieldset {
background:#F4A852 none repeat scroll 0 0;
clear:both;
font-size:11px;
padding:13px;
_width:424px;
}

fieldset, form {
border:medium none;
display:block;
margin:0;
padding:0;
}


.button_forward, .button_forward_gray {
float:right;
}

.orange_button_container {
	float:right;
	margin:6px 12px 0 0;
	overflow:hidden;
	padding-top:10px;
}

.orange_button_container_below_basket_total {
	overflow:hidden;
	padding-top:3px;
	position:relative;
	top:-2px;
	_padding-top:0;
	_top:-4px;
	_height:100%;
}

.button_orange {
background:transparent url(../images/btns/right_orange.png) no-repeat scroll 100% 0;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:34px;
margin:-3px 0 0;
position:relative;
text-decoration:none;
text-transform:uppercase;
_overflow:none;
_margin-top:1px;
}

.button_orange span {
background:transparent url(../images/btns/left_orange.png) no-repeat 0 0;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:34px;
line-height:34px;
margin:0 27px;
padding:0 0px 0 11px;
_position:relative;
_left:27px;
}

/* Steg 5 */
td.serviceLineItems {
	font-weight:bold;
	font-size:11px;
}
	
#view_order table .last {
	padding-bottom:15px;
}
	
#view_order table .first {
	padding-top:15px;
}
	
td.orderDetailsFirstColumnMargin {
	padding-right:111px;
}
	
td.standardBottomMargin {
	padding-bottom:15px;
}
	
.box strong {
	font-size:12px;
}


/* Utskriftssidan */
#view_order h2 {
	font-size:15px;
	margin:15px 0;
}

#CO_btn_loadDebitechPopup {
	margin-top:10px;
}

.checkout_left {
	padding: 10px;
}

.checkout_right {
	padding: 10px;
}

input[disabled='disabled'] {
	color: grey;
}

#basket_total span.total_leftcol {
	padding: 0 10px;
	margin: 0;
	float: left;
	width: 46%;
	font-size: 96%;
	margin-top: -5px;
}

#basket_total span.total_leftcol input {
	padding: 0;
	margin: 0;
}

#basket_total span.total_leftcol p {
	margin: 0;
	padding-bottom: 10px;
}

#basket_total span.total_rightcol {
	float: left;
	width: 46%;
	margin-top: -5px;
}

#basket_total span.total_rightcol span {
	width: 60%;
}
#basket_total span.total_rightcol strong {
	width: 40%;
}

