#product_list{
    width: 500px;
}

#product_list_description{
    margin-bottom: 2em;
}

#product_list_head{
    margin-bottom: 1em;
}

.product_list_table{
    margin-bottom: 1em;
}

.product_list_table th{
    padding: 3px;
    background: #CCCCCC url(images/menu_head.gif);
    color: #0055AA;
    font-weight: normal;
    border:  0pt;
}

.product_list_table td{
    border: 1px solid #ccc;
    padding: 5px;
}
