﻿/* Sign In Button*/
.checkout_sign_in {
	width: 111px;
	height: 35px;
	background: url(images/signing_in.png) 0 0 no-repeat;
	display: block;
}
.checkout_sign_in:hover {
	background: url(images/signing_in.png) 0 -43px no-repeat;
}

.checkout_sign_in span {
	position: absolute;
	top: -9999px;
}

/* Proceed Button*/
.checkout_proceed {
	width: 111px;
	height: 35px;
	background: url(images/proceed.png) 0 0 no-repeat;
	display: block;
}
.checkout_proceed:hover {
	background: url(images/proceed.png) 0 -43px no-repeat;
}

.checkout_proceed span {
	position: absolute;
	top: -9999px;
}

/* Proceed Button*/
.checkout_select {
	width: 111px;
	height: 30px;
	background: url(images/select.png) 0 0 no-repeat;
	display: block;
}
.checkout_select:hover {
	background: url(images/select.png) 0 -43px no-repeat;
}

a.checkout_select
{ text-align:right;vertical-align:bottom}
    
.checkout_select span {
	position: absolute;
	top: -9999px;
}

/* Apply Button*/
.checkout_apply {
	width: 111px;
	height: 30px;
	background: url(images/apply.png) 0 0 no-repeat;
	display: block;
}
.checkout_apply:hover {
	background: url(images/apply.png) 0 -43px no-repeat;
}

.checkout_apply span {
	position: absolute;
	top: -9999px;
}

/* Revise Button*/
.checkout_revise {
	width: 111px;
	height: 30px;
	background: url(images/revise.png) 0 0 no-repeat;
	display: block;
}
.checkout_revise:hover {
	background: url(images/revise.png) 0 -43px no-repeat;
}

.checkout_revise span {
	position: absolute;
	top: -9999px;
}

/* Cancel Button*/
.checkout_cancel {
	width: 111px;
	height: 30px;
	background: url(images/cancel.png) 0 0 no-repeat;
	display: block;
}
.checkout_cancel:hover {
	background: url(images/cancel.png) 0 -43px no-repeat;
}

.checkout_cancel span {
	position: absolute;
	top: -9999px;
}

/* Place Order Button*/
.checkout_order {
	width: 111px;
	height: 30px;
	background: url(images/order.png) 0 0 no-repeat;
	display: block;
}
.checkout_order:hover {
	background: url(images/order.png) 0 -43px no-repeat;
}

.checkout_order span {
	position: absolute;
	top: -9999px;
}

/* Make Payment Button*/
.checkout_payment {
	width: 111px;
	height: 30px;
	background: url(images/payment.png) 0 0 no-repeat;
	display: block;
}
.checkout_payment:hover {
	background: url(images/payment.png) 0 -43px no-repeat;
}

.checkout_payment span {
	position: absolute;
	top: -9999px;
}

/* Confirm Order Button*/
.checkout_confirm {
	width: 111px;
	height: 30px;
	background: url(images/confirm.png) 0 0 no-repeat;
	display: block;
}
.checkout_confirm:hover {
	background: url(images/confirm.png) 0 -43px no-repeat;
}

.checkout_confirm span {
	position: absolute;
	top: -9999px;
}

/* Continue Shopping Button*/
.checkout_continue {
	width: 131px;
	height: 30px;
	background: url(images/continue.png) 0 0 no-repeat;
	display: block;
}
.checkout_continue:hover {
	background: url(images/continue.png) 0 -43px no-repeat;
}

.checkout_continue span {
	position: absolute;
	top: -9999px;
}

/* Update Quantities Button*/
.checkout_update {
	width: 131px;
	height: 30px;
	background: url(images/update.png) 0 0 no-repeat;
	display: block;
}
.checkout_update:hover {
	background: url(images/update.png) 0 -43px no-repeat;
}

.checkout_update span {
	position: absolute;
	top: -9999px;
}

/* Checkout Button*/
.checkout_checkout {
	width: 111px;
	height: 30px;
	background: url(images/checkout.png) 0 0 no-repeat;
	display: block;
}
.checkout_checkout:hover {
	background: url(images/checkout.png) 0 -43px no-repeat;
}

.checkout_checkout span {
	position: absolute;
	top: -9999px;
}

/* Homepage Button*/
.checkout_home {
	width: 131px;
	height: 30px;
	background: url(images/home.png) 0 0 no-repeat;
	display: block;
}
.checkout_home:hover {
	background: url(images/home.png) 0 -43px no-repeat;
}

.checkout_home span {
	position: absolute;
	top: -9999px;
}

/* Print Button*/
.checkout_print {
	width: 131px;
	height: 30px;
	background: url(images/print.png) 0 0 no-repeat;
	display: block;
}
.checkout_print:hover {
	background: url(images/print.png) 0 -43px no-repeat;
}

.checkout_print span {
	position: absolute;
	top: -9999px;
}

/* Create Account Button*/
.checkout_account {
	width: 131px;
	height: 30px;
	background: url(images/account.png) 0 0 no-repeat;
	display: block;
}
.checkout_account:hover {
	background: url(images/account.png) 0 -43px no-repeat;
}

.checkout_account span {
	position: absolute;
	top: -9999px;
}

/* Next Button*/
.checkout_next {
	width: 111px;
	height: 30px;
	background: url(images/next.png) 0 0 no-repeat;
	display: block;
}
.checkout_next:hover {
	background: url(images/next.png) 0 -43px no-repeat;
}

.checkout_next span {
	position: absolute;
	top: -9999px;
}

/* Add Button*/
.checkout_add {
	width: 69px;
	height: 30px;
	background: url(images/add.png) 0 0 no-repeat;
	display: block;
}
.checkout_add:hover {
	background: url(images/add.png) 0 -43px no-repeat;
}

.checkout_add span {
	position: absolute;
	top: -9999px;
}

/* Add Buyer Button*/
.checkout_add_buyer {
	width: 131px;
	height: 30px;
	background: url(images/add_buyer.png) 0 0 no-repeat;
	display: block;
}
.checkout_add_buyer:hover {
	background: url(images/add_buyer.png) 0 -43px no-repeat;
}

.checkout_add_buyer span {
	position: absolute;
	top: -9999px;
}

/* Continue Button*/
.checkout_continue_quick {
	width: 131px;
	height: 30px;
	background: url(images/continue_quick.png) 0 0 no-repeat;
	display: block;
}
.checkout_continue_quick:hover {
	background: url(images/continue_quick.png) 0 -43px no-repeat;
}

.checkout_continue_quick span {
	position: absolute;
	top: -9999px;
}

/* Revise quick Button*/
.checkout_revise_quick {
	width: 111px;
	height: 30px;
	background: url(images/revise_quick.png) 0 0 no-repeat;
	display: block;
}
.checkout_revise_quick:hover {
	background: url(images/revise_quick.png) 0 -43px no-repeat;
}

.checkout_revise_quick span {
	position: absolute;
	top: -9999px;
}

/* Go to Basket Button*/
.checkout_go_basket {
	width: 111px;
	height: 30px;
	background: url(images/go_basket.png) 0 0 no-repeat;
	display: block;
}
.checkout_go_basket:hover {
	background: url(images/go_basket.png) 0 -43px no-repeat;
}

.checkout_go_basket span {
	position: absolute;
	top: -9999px;
}

/* Calculate Button*/
.checkout_calculate {
	width: 111px;
	height: 30px;
	background: url(images/calculate.png) 0 0 no-repeat;
	display: block;
}
.checkout_calculate:hover {
	background: url(images/calculate.png) 0 -43px no-repeat;
}

.checkout_calculate span {
	position: absolute;
	top: -9999px;
}

/* Complete Button*/
.checkout_complete {
	width: 111px;
	height: 30px;
	background: url(images/complete.png) 0 0 no-repeat;
	display: block;
}
.checkout_complete:hover {
	background: url(images/complete.png) 0 -43px no-repeat;
}

.checkout_complete span {
	position: absolute;
	top: -9999px;
}

/* Alternative Delivery Button*/
.checkout_delivery {
	width: 145px;
	height: 30px;
	background: url(images/delivery.png) 0 0 no-repeat;
	display: block;
}
.checkout_delivery:hover {
	background: url(images/delivery.png) 0 -43px no-repeat;
}

.checkout_delivery span {
	position: absolute;
	top: -9999px;
}