﻿/* Shopping basket table styles
-----------------------------------------------------------*/
#basket
{
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 10px;
}

#basket a
{
    vertical-align: middle;
}

#basket th
{
    color: rgb(0, 178, 195);
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 0.8em;
    padding-bottom: 10px;
    padding-top: 6px;
    text-align: center;
    width: 100px;
}

#basket th.products
{
    width: 640px;
}

#basket.review th.products
{
    width: 720px;
}

#basket tbody td
{
    border-top: 1px solid #ebebeb;
    color: #4a4a49;
    padding: 10px 0;
}

#basket tbody td.title,
#basket tbody td.price,
#basket.review tbody td.qty
{
    font-size: 1.2em;
}

#basket tbody td span
{
    font-size: 0.8em;
}

#basket tbody td.packshot
{
    padding-left: 20px;
    padding-right: 15px;
    width: 70px;
}

#basket tbody td.packshot img
{
    width: 70px;
}

#basket tbody td.title
{
    width: 445px;
}

#basket tbody .attributes
{
    display: block;
}

#basket td.price,
#basket td.remove,
#basket td.qty
{
    text-align: center;
}

#basket a.remove
{
    background: url(images/remove.gif) no-repeat left top;
    display: inline-block;
    height: 15px;
    text-indent: -8000px;
    width: 15px;
}

#basket td.price
{
}

#basket td.empty
{
    font-size: 1.2em;
    padding: 20px 0;
    text-align: center;
    width: 920px;
}

#basket tfoot tr td
{
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-top: 9px;
}

#basket tfoot a.continue-shopping,
#basket .bn
{
    font-size: 1.2em;
    margin-right: 10px;
}

#basket .total
{
    font-size: 1.5em;
    font-weight: 300;
    padding-right: 20px;
    text-align: right;
}

#basket .total span
{
    color: rgb(0, 178, 195);
}

#basket tbody a:link,
#basket tbody a:visited
{
    color: #4a4a49;
    text-decoration: none;
}

#basket tbody a:hover,
#basket tbody a:active
{
    color: rgb(0, 178, 195);
}

#basket .additional-text
{
    font-size: 1.5em;
    padding-left: 20px;
}

#basket .additional-text span
{
    font-size: 0.8em;
}

#basket .additional-value
{
    font-size: 1.5em;
    padding-right: 20px;
    text-align: right;
}

/* Shopping basket checkout options
-----------------------------------------------------------*/
#checkout .option
{
    float: left;
    margin-bottom: 30px;
    padding: 0 50px;
    width: 226px;
}

#checkout #authenticated
{
    padding-left: 20px;
    padding-right: 10px;
    text-align: right;
}

#checkout #authenticated .button
{
    margin-left: 10px;
}

#checkout #signup
{
    border-right: 1px solid #ebebeb;
    padding-left: 20px;
}

#checkout #existing
{
    border-right: 1px solid #ebebeb;
}

#checkout #quick
{
    padding-right: 20px;
}

#checkout span.field-validation-error
{
    color: rgb(0, 178, 195);
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

#checkout input.input-validation-error
{
    border: 1px solid #b8926c !important;
}

#checkout label
{
    color: #818181;
    font-size: 1.2em;
}

#checkout input[type=text],
#checkout input[type=password],
input.tb_f
{
    /*border: 1px solid #eee;
    color: #818181;
    display: block;
    margin-bottom: 10px;
    margin-top: 4px;
    padding: 3px 6px;
    width: 206px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #ebebeb;
    border-style: none;
    border-radius: 2px;
    color: #4a4a49;
    font-size: 1.3em;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding: 0 8px;
    display: block;
    margin-bottom: 10px;
    margin-top: 4px;
    width: 206px;
}

input.tb_f
{
    width: 350px;
}

#checkout input[type=text]:focus,
#checkout input[type=password]:focus,
input:focus.tb_f
{
    background-color: #eee;
}

#checkout .forgot-password
{
    float: right;
    font-size: 1.2em;
}

/* Checkout page
-----------------------------------------------------------*/
#checkout-form
{
    border-top: 1px solid #ebebeb;
}

#customer-details
{
    border-right: 1px solid #ebebeb;
    float: left;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 50px;
    width: 420px;
}

#order-details
{
    border-left: 1px solid #ebebeb;
    float: left;
    margin-left: -1px;
    margin-top: 20px;
    padding-left: 51px;
    width: 418px;
}

fieldset.checkout
{
    border-style: none;
    border-width: 0;
    margin-bottom: 20px;
    position: relative;
}

.checkout legend
{
    color: rgb(0, 178, 195);
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 10px;
}

.checkout label
{
    font-size: 1.2em;
    padding-right: 8px;
}

.checkout label.required
{
    background: transparent url(images/required.png) no-repeat right 2px;
    padding-right: 9px;
}

.checkout input[type=text],
.checkout input[type=password],
.checkout textarea,
.checkout select
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #ebebeb;
    border-style: none;
    border-radius: 2px;
    color: #4a4a49;
    font-size: 1.3em;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding: 0 8px;
    display: block;
    margin-bottom: 10px;
    margin-top: 4px;
    width: 366px;
}

.checkout select
{
    padding-right: 0;
}

.checkout textarea
{
    height: 100px;
    padding: 4px;
}

.checkout input[type=text]:focus,
.checkout input[type=password]:focus,
.checkout textarea:focus
{
    background-color: #eee;
}

.checkout input[type=radio]
{
    height: 12px;
    margin-bottom: 10px;
    margin-right: 4px;
    margin-top: 4px;
    vertical-align: middle;
    width: 12px;
}

.checkout .input-validation-error
{
    border: 1px solid rgb(0, 178, 195) !important;
    height: 23px !important;
}

.checkout a.edit
{
    position: absolute;
    right: 0;
    top: -3px;
}

.cb_a
{
    padding-right: 4px;
}

.field
{
    margin-bottom: 10px;
}

fieldset .read
{
    display: none;
}

p.required
{
    background: transparent url(images/required.png) no-repeat left 3px;
    height: 21px;
    line-height: 21px;
    padding-left: 12px;
}

.right
{
    float: right;
}

/* Checkout review page
-----------------------------------------------------------*/
.panel
{
    float: left;
    margin-bottom: 30px;
    padding: 0 50px;
    width: 226px;
}

#invoice
{
    border-right: 1px solid #ebebeb;
    padding-left: 20px;
}

#delivery
{
    border-right: 1px solid #ebebeb;
}

#notes
{
    padding-right: 20px;
}
