
.e-store input.text
{
    width: 3em;
    text-align: right;
    margin: 8px 0;
}



.totals
{
    text-align: right;
}

#non-australia, .extra_option
{
    margin: 0 3px;
    padding: 0;
    vertical-align: text-bottom;
//    vertical-align: middle; /* Hack for IE */
}

.form-order th, .invoice-items th
{
    text-align: left;
}

.form-catalog td
{
    vertical-align: top;
}

.form-catalog p, .form-order p
{
    margin: 0;
    padding: 10px 0;
}

.c-item-image
{
    border: none;
    float: left;
    margin: 5px;
}

.c-item-title
{
    background-color: #e5f5ff;
    border: 1px solid #b2c2e0;
    border-color: #b2c2e0 #b2c2e0 #e5f5ff #b2c2e0;
}

.form-order h3, .form-catalog h3
{
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.c-item-price, .c-item-qty
{
    width: 100px;
}

.c-item-price-cell
{
    text-align: center;
}

.form-catalog td
{
    padding: 5px;
}

.c-item-details
{
    border: 1px solid #b2c2e0;
    border-color: #e5f5ff #b2c2e0 #b2c2e0 #b2c2e0;
}

.c-item-details td
{
    padding-bottom: 30px;
}

.form-catalog h2
{
    text-align: center;
    padding-top: 40px;
}

.form-checkout
{
    width: 350px;
    margin: auto;
}

.adobe
{
    vertical-align: middle;
}

.adobe img
{
    vertical-align: middle;
    border: none;
}

.invoice
{
    width: 70%;
    margin: auto;
    margin-top: 50px;
    border: 2px solid #b2c2e0;
    padding: 10px;
}

.invoice-heading
{
    margin-bottom: 20px;
}

.invoice-col1
{
    width: 70%;
}

.invoice-logo p
{
    margin: 0;
    padding: 0;
}

.invoice-pt
{
    text-align: right;
}

.invoice-tax-invoice
{
    text-align: center;
    padding: 10px 0;
}

.invoice-items td
{
    padding: 5px 0;
}

