@CHARSET "UTF-8";
#cartlist {
    width: 700px; margin-left: 19px;
}
#cartlist caption {
    text-align: right; padding: 5px 0px;
}
#cartlist thead th {
    background-color: #666; color: #FFF; padding: 3px 0px;
}
#cartlist tbody td {
    padding: 5px; border-bottom: 1px dotted #CCC;
}
#cartlist tbody td.saleprice {
    font-weight: bold; color: #000;
}
#cartlist tbody td.denied {
   color: #CCC;
}
#cartlist tfoot th {
    background-color: #CCC; font-weight: bold; color: #000; padding: 5px 0px;
}
#cartlist tfoot th.payment, #cartlist tfoot th.payment * {
    font-size: 130%; color: blue;
}
