/* CSS Document */


body{
    margin:0 0 0 0;
    padding: 0;
    font-size: 67.5%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align:center;
    color:#333;
}


/*=== Tables ==================================================================*/

table{
    margin:1em 0 2em 1em;
    width:450px;
    border:1px solid #ee0;
    border-width:1px 0;
    border-collapse:collapse;
}

table tr th,
table tr td{
    padding:5px;
    vertical-align:top;
    text-align:left;
    background-color:#ffc;
    border:1px solid #BCCFC6;
    border-width:1px 0;
}

table tr th.center, table tr td.center{
     text-align: center;
}

table tbody tr td{
    background-color:#fff;
}

table thead tr th,
table tbody tr th,
table tfoot tr td,
table tfoot tr th{
    background-color:#e5ede9;
}

table thead th{ border:0; }

table tfoot tr th,
table tfoot tr td{
    font-weight:bold;
    text-align:right;
}

table tfoot tr th.price,
table tfoot tr td.price{
    text-align:left;
}

table * tr th.qty,
table * tr td.qty{
    text-align:center;
}



















