#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: #9672B6;
    /*background: #00AEEF;*/
    color: #666666;
    font-weight: normal;
    border:  0pt;
}

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