#orders_list
{
        border-spacing: 0px;
        width: 100%;
        margin-top: 10px;
}

#orders_list th
{
        background: #e8e8e8;
        color: #333;
        padding: 10px 15px;
        font-size: 13px;
        font-weight: bold;
}

#orders_list td
{
        text-align: left;
        color: #202020;
        border-bottom: 1px solid #ececec;
        padding: 15px 15px;
}

#orders_list td.view
{
        text-align: right;
        width: 35%;
}

#orders_list td.product
{
        text-align: left;
        width: 50%;
}

#orders_list td.product a
{
        color: #202020;
        font-weight: bold;
}

#orders_list td.price
{
        font-weight: bold;
        color: #066;
}

#order_table
{
        margin: 10px;
}

#order_table .caption
{
        color: #9b9b9b;
        padding-right: 20px;
}
