﻿table.orderList
{
    width: 100%;
    margin-bottom: 50px;
}

table.orderList thead
{
    background: url(img/hr2.gif) no-repeat;
    height: 40px;
}

table.orderList th
{
    padding: 0px 5px 0px 5px;
    font-size: 16px;
    font-weight: bold;
}

table.orderList td 
{
    padding: 5px 5px 0px 5px;
}

table.orderList tr
{
   background-color:#e5e5e5;
}

table.orderList tr.separator
{
    height: 16px;
    background:#e5e5e5 url(img/hr1.gif) repeat-x left 10px;
}

table.items 
{
    width: 100%;   
}
table.items thead 
{
    background: transparent;
    height: auto;
}

table.items th
{
    padding: 0px 5px 0px 5px;
    font-size: 16px;
    font-weight: bold;
}