﻿/* ------------------------------------------------------------------------- Checkout breadcrumb */
.checkout-breadcrumb {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #DAD8D9;
    width: 420px;
    margin: 35px auto 40px auto;
    padding: 0 0 10px 0;
    overflow: auto;
}
.checkout-breadcrumb li {
    float: left;
    background: url(/images/icons/suzannah-off.jpg) no-repeat center top;
    padding: 15px 10px 0 10px;
    margin: 0;
    list-style: none;
}
.checkout-breadcrumb li.on {
    background-image: url(/images/icons/suzannah-on.jpg);
}
.checkout-breadcrumb li a {
    text-decoration: none;
    color: #777;
}
/* ------------------------------------------------------------------------- Checkout breadcrumb */
.postage-option {
    background: #EFEFEF;
    float: left;
    margin-right: 20px;
    width: 300px;
}
.postage-option .postage-desc {
    padding-left: 25px;
    font-size: 0.85em;
}
.postage-discount {
    margin: 20px 0;
    border-top: 1px solid #DCD8D9;
    border-bottom: 1px solid #DCD8D9;
    padding: 10px 0;
}
.postage-discount .input {
    overflow: auto;
}
.postage-discount input {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.postage-discount label {
    float: left;
    padding: 5px 5px 0 0;
}
.postage-discount input.btn-apply {
    margin-top: 0;
}

.postage-discount .discount-total {
    float: right;
    margin-right: 110px;
}
/* ------------------------------------------------------------------------- Order summary box */
.address-box {
    float: left;
    width: 140px;
}
.order-box {
    width: 450px;
}
#order-summary {
    width: 100%;
}
#order-summary td {
    padding-bottom: 3px;
}
#order-summary .price-summary {
    text-align: right;
}
#order-summary .sub-total td {
    padding-top: 15px;
}
#order-summary .border td {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 5px 0 10px 0;
}
#order-summary td.price-total {
    padding: 20px 0 10px 0;
    font-size: 1.35em;
    font-weight: bold;
    text-align: right;
}
#order-summary .total-small td.price-total {
    font-size: 1em;
}
/* ------------------------------------------------------------------------- Payment page */
.payment-box td {
    height: 20px;
    line-height: 20px;
}
.payment-box {
    position: relative;
}
.payment-box-static {
    height: 650px;
}
.payment-box .drop-card {
}
.payment-box .card-icons {
    width: 400px;
    margin-top: 5px;
}
.payment-box .card-icons img {
    margin-top: 3px;
}
.payment-box input.cardholder {
    width: 260px;
}
.payment-box input.cardnumber {
    width: 200px;
}
.payment-box input.cv2 {
    width: 45px;
}
.payment-box input.issuenumber {
    width: 50px;
}
.payment-box p.txt-small {
    margin-top: 2px;
}
.payment-box .veryshort {
    width: 60px;
}
.payment-box .verylong {
    width: 90%;
}
.payment-box table td.issueNumber, .payment-box table td.startDate {
    vertical-align: bottom;
}
.payment-box table td.cardType, .payment-box table td.expiryDate {
    vertical-align: middle;
}
.payment-box .summary-box h1 {
    border: none;
}
.payment-box .help-bubble {
    position: absolute;
    width: 230px;
    bottom: 60px;
    right: 40px;
}
.payment-box .help-bubble img.verified {
    margin-top: 10px;
}
.payment-box .help-bubble iframe {
    position: absolute;
    top: 30px;
    right: 10px;
}
.payment-box .help-bubble img {
    margin-bottom: 10px;
}
.payment-box .bottomtube {
    margin-top: 10px;
}
.payment-box .btn-continue {
    float: left;
}
.btn-middle {
    margin-left: 200px;
    width: 150px;
}
.failed-summary li {
    display: block;
    line-height: 20px;
    color: #000000;
}
