.checkout-nav {
	width: 759px;
	height: 49px;
	background: #79a4c1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.checkout-nav > section {
	height: 49px;
	line-height: 49px;
	float: left;
	padding: 0px 36px 0px 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: black;
}

.chevron-past {
	background: url(../images/chevron-past.png) top right no-repeat;
}

.future {
	color: #666666;
}

.chevron-future {
	background: url(../images/chevron-past.png) top right no-repeat;
}

.past {
	color: #000000;
}

.present {
	width: 88px;
	height: 49px;
}

#checkout-wrap {
	width: 880px;
	margin: 0px auto 30px auto;
}
.CheckoutCenterWrapper
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.checkout-row {
	width: 750px;
	margin: 0px auto 30px 30px;
}

.checkout-box {
	width: 360px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.checkout-box-full-width
{
    width:100%;
    clear:left;
    float:none;
}
.checkout-box-left
{
    margin-right: 30px;
}

#checkout-wrap label {
	display: block;
	width: 140px;
	margin: 10px 0px 8px 10px;
	color: #333;
}

#checkout-wrap .checkout-box-full-width label
{
    width: 500px;
    font-weight: bold;
    color: #5e9e9e;
    font-size: 1.3em;
}

#checkout-wrap input[type=text],#checkout-wrap input[type=password] {
	width: 240px;
	float: left;
	margin: 0px 0px 0px 10px;
}
#FullBasket .BasketRow .BasketQuantCol input[type=text]
{
    width: 3em;
    margin-left: 25px
}
#checkout-wrap #FullBasket
{
    margin:0px;
}
#checkout-wrap #FullBasket .BasketRow .BasketItemsCol
{
    /*width: 510px;*/
}
#checkout-wrap #FullBasket header.BasketRow  .BasketItemsCol,
#checkout-wrap #FullBasket header.BasketRow  .BasketQuantCol,
#checkout-wrap #FullBasket header.BasketRow  .BasketPriceCol
{
    color: #ffffff;
}
#checkout-wrap #FullBasket .BasketRow .BasketQuantCol
{
    width: 95px;
    text-align:center;
}
.checkout-pagehed {
	font-size: 30px;
	line-height: 56px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #333333;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	filter: dropshadow(rgba(255,255,255,0.3), offx=1, offy=1);
}

.checkout-subhed {
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	color: black;
	margin: 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

#checkout-foot {
	margin: 30px 0px 0px 0px;
	border-top: 1px dotted #cccccc;
	padding-top: 20px;
    width:100%;
    overflow: auto;
}

.continue {
	display: block;
	text-align: center;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	float: right;
	color: #fff;
	background: #33cc33;
	border: 1px solid #003300;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 4px;
}

.continue:hover {
	background: #003300;
	border: 1px solid #33cc33;
	cursor: pointer;
}

.continue.paypalCheckoutButton
{
    background: transparent url('../images/checkout-paypal.png') no-repeat;
    border:none;
    width:231px;
    color: transparent;
    padding: 0 0 0 232px !important;
    overflow:hidden
}
.continue.payWithWorldPay
{

    background: blue;
    border:none;
    width:231px;
    color: white;
    font-weight: bold;
    overflow:visible;
}

.back {
	display: block;
	text-align: center;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	float: left;
	color: #fff;
	background: #993333;
	border: 1px solid #003300;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 4px;
}

.back:hover {
	background: #660000;
	border: 1px solid #ff0000;
	cursor: pointer;
}

.basket-update {
	display: block;
    float:left;
	text-align: center;
	width: 128px;
	height: 26px;
	line-height: 26px;
	font-size: 10px;
	color: #fff;
	background: url(../images/arrow-up.png) 10px 12px no-repeat;
	background-color: #990000;
	border: 0px;
	padding: 0px 0px 0px 12px;
	font-weight: normal;
	border-radius: 4px;
}

.basket-update:hover {
	background-color: #ff0000;
	cursor: pointer;
}

.basket-backtoshop {
    float: left;
	display: block;
	text-align: center;
	width: 116px;
	height: 26px;
	line-height: 26px;
	font-size: 10px;
	color: #fff;
	background: url(../images/arrow-left.png) 10px 8px no-repeat;
	background-color: #333333;
	border: 0px;
	padding: 0px 0px 0px 12px;
	font-weight: normal;
	border-radius: 4px;
}

.basket-backtoshop:hover {
	background-color: #999999;
	cursor: pointer;
}

.basket-checkout {
	display: block;
    float:right;
	text-align: center;
	width: 128px;
	height: 26px;
	line-height: 26px;
	font-size: 10px;
	color: #fff;
	background: url(../images/arrow-right.png) 10px 8px no-repeat;
	background-color: #009900;
	border: 0px;
	padding: 0px 0px 0px 12px;
	font-weight: normal;
	border-radius: 4px;
}

.basket-checkout:hover {
	background-color: #33cc00;
	cursor: pointer;
}

.register {
	display: block;
	text-align: center;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	background: #3399cc;
	border: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 4px;
	margin-left: 10px;
}

.register:hover {
	background: #00ccff;
	cursor: pointer;
}

.login{
    display: block;
    text-align: center;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #33cc33;
    border: 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 4px;
    margin: 10px 0px 0px 10px;
}

.login:hover {
    background: #006600;
    cursor: pointer;
}

.checkout-details {
	display: block;
	font-size: 16px;
	color: #000;
	margin-left: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}

#checkout-wrap .checkout-address,
#checkout-wrap label.checkout-address
{
	display: block;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	margin-left: 10px;
	font-weight: normal;
}

#checkout-wrap label.checkout-existing-address
{
    float: left;
    margin-top: 00px;
}
.checkout-existing-address-input
{
    float: left;
    margin-top: 0.5em;
}
.CheckoutError
{
    width: 750px;
    margin: 5px auto 5px auto;
    padding-bottom: 10px;
    border: 1px solid #ff0000;
    background: url('../images/ErrorCross.png') 30px 10px no-repeat #cc0000;
    color: #ffffff;
}

.CheckoutError .CheckoutErrorTitle
{
    font-weight: bold;
    font-size: 1.6em;
    padding: 12px 0px 5px 60px;
}

.CheckoutError .CheckoutErrorText
{
    color: #ffdddd;
    padding: 0px 75px;
}
.CheckoutError .CheckoutErrorText ul
{
    list-style-type:circle;
}

#checkout-wrap .shipping-row label
{
    width: auto;
    margin: 0px;
}

.shipping-row {
    padding-left: 20px;
    margin: 0px 0px 20px 0px;
}

.shipping-radio {
    width: 40px;
    float: left;
    line-height: 24px;
}

.shipping-type {
    width: 200px;
    color: #3399cc;
    float: left;
    line-height: 24px;
}

.shipping-cost {
    font-weight: 700;
    font-size: 19px;
    color: black;
}
.shipping-cost select
{
    width: auto;
    height:auto;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #333;
    padding: 5px;
    background: #777;
}

.shipping-detail {
    width: 400px;
    color: #333;
    float: left;
    font-size: 13px;
    line-height: 18px;
}
#checkout-success {
    margin-top: 40px;
    color: black;
}

#success-hed {
    font-size: 30px;
    line-spacing: -1px;
    color: black;
}

#payment-reference {
    margin-top: 20px;
    margin-bottom:20px;
    color: #3399cc;
    font-size: 18px;
}

#prolinx-return {
    margin-top: 30px;
    font-size: 14px;
}

#prolinx-return a {
    font-weight: bold;
    background: #33cc33;
}

.RequiredField
{
    font-weight: bold;
    color: red;
}

.CheckoutLoginButton
{
    float:left;
}
.ForgotPasswordLink
{
    float: left;
    background: #993333;
}
.ForgotPasswordLink:hover
{

    background: #660000;
}
#checkout-wrap .FooterAcceptTerms
{
    width: 420px;
    margin: 0px auto 20px auto;
    text-align: center;
}
#checkout-wrap .FooterAcceptTerms a
{
    color: #9a856e;
    text-decoration: none;
}

#checkout-wrap .FooterAcceptTerms a:HOVER
{
    text-decoration: underline;
    color: #79a4c1;
}
#checkout-wrap .FooterAcceptTerms label
{
    display: inline;
    width: auto;
    font-weight: bold;
}

.RedirectToWorldPay
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 300px;
    background: #79a4c1;
    margin: 40px auto 40px auto;
    border: 1px solid black;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 5px 15px #404040;
}

.RedirectToWorldPay .continue
{
    float: none;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    margin: 30px auto 0px auto;
    font-weight: bold;
}

.TestModeWarning
{
    background: red;
    text-align: center;
    padding: 10px;
    font-size: 1.4em;
    color:white;
    font-weight: bold;
}

.NoShippingTypesAvailable
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}