#total-container {
    height: 138px;
}

td.free-delivery-note {
    font-size: 0.95em;
    background-color: #F3D76A;
    border-bottom: 1px solid #999;
    padding: 8px !important;
    text-align: left !important;
}

table#total tr#grand-total-row th,
table#total tr#grand-total-row td {
    border-top: 1px solid #fff;
    font-weight: bold;
}

input#submit {
    float: right;
    clear: right;
    margin-top: 5px;
}

#delivery-container {
    width: 350px;
    margin-top: 25px;
}

#free-delivery-banner {
    background: #F7E083 url(../img/free-delivery-banner.gif) no-repeat 9px 6px;
    height: 25px;
    margin: 0 !important;

}

#free-delivery-banner p {
    display: none;
}

#delivery-options legend {
    padding-top: 5px;
}

#delivery-options {
    background-color: #f6f6f6;
    border-top: 1px solid #b3b2ab;
    height: 145px;
}

#delivery-options fieldset {
    border: none;
    padding: 4px 10px;
}

#delivery-options div {
    clear: both;
    padding: 4px 0;
}

#delivery-options legend {
    font-size: 1.1em;
    margin-left: -5px;
    margin-top: 7px;
    font-weight: bold;
    color: #422F0C;
}

#delivery-options input {
    float: left;
}

#delivery-options label {
    margin-left: 5px;
    padding: 2px 0 0;
    display: block;
    float: left;
    width: 275px;
    font-size: 1.1em;
}

#delivery-options p.note {
    clear: both;
    padding-top: 10px;
    width: 23em;
}

img#continue-shopping {
    margin-top: 5px;
}

/* -- CHECKOUT STYLES -- */

#checkout-container div.block {
    width: 360px;
    float: left !important;
    clear: none !important;
    margin: 0;
}

#checkout-container #delivery {
    width: 390px;
    margin-left: 20px;
}

#checkout-container h2 {
    margin-top: 0;
}

#content a.amend-details {
    color: #EC812F;
    margin-bottom: 10px;
    clear: both;
    float: left;
}

body#basket-checkout input.input-large {
    width: 186px;
}

body#basket-checkout label {
    width: 110px;
}

#content fieldset legend {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 0;
    margin-top: 0.4em;
}

#content textarea {
    width: 300px;
    height: 70px;
}

#in-coffee-club {
    padding: 10px 0;
    font-size: 1.2em;
    padding-left: 10px;
    background-color: #f3f3f3; /*rgb(240, 239, 234);*/
}
