#header.pricelist #title {
    background-image: url(../images/headers/h_pricelist.png);
}

#header.pricelist #subtitle {
    background-image: url(../images/headers/subhead_pricelist.gif);
}

table#pricelist {
    width: 675px;
    border-collapse: collapse;

    text-align: center;
        
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
table#pricelist tr td {
    padding: 15px;
}
table#pricelist thead tr td {
    background-color: #FC6;
    padding: 10px;
}
table#pricelist tbody tr td {
    border-bottom: 2px dotted #8BB;
}
table#pricelist col.number {
    background-color: #EEE;
}
table#pricelist tfoot tr td{
    background-color: #FFF;
    text-align: right;
}
