﻿table.standard
{
    width: 600px;
    border-left: solid 1px #ddf;
    border-top: solid 1px #ddf;
    margin: 10px;
}

table.standard th
{
    text-align: center;
    color: #292424;
    background: #D8EEFF;
}

table.standard .left
{
    text-align: left;
}

table.standard th, table.basket td
{
    padding: 5px;
    border-bottom: solid 1px #ddf;
    border-right: solid 1px #ddf;        
}

table.standard td
{
    text-align: center;
}

table.standard .total
{
    background: white;
    text-align: right;
    font-size: medium;
}

table.standard .total-price
{
    text-align: center;
    font-size: medium;
    font-weight: bold;
}

table.standard th, table.standard td
{
    padding: 5px;
    border-bottom: solid 1px #ddf;
    border-right: solid 1px #ddf;
}

table.top-border
{
    border-top: solid 1px #ddf;
}

.order-details
{
    margin: 20px 0 5px 10px;
}

.backButton
{
    margin: 10px;
}

.account-management li
{
    padding: 0.8em;
}
