#product_list{
    width: 700px;
}

#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: #8C8CAC url(images/menu_head.gif);
    /*background: #00AEEF;*/
    color: #0055AA;
    font-weight: normal;
    border:  0pt;
}

.product_list_table td{
    border: 1px solid #ccc;
    /*border: 1px solid #00AEEF;*/
    padding: 5px;
}
