/* your styles go here */
table.products {

}

 table.products tbody td.image img {
     max-height: 100px;
     background-color: black;
 }

 table.products tbody td.manufacturer img {
     max-height: 20px;
 }

.grey-background {
    background-color: #eeeeee;
    font-weight: bolder;
    cursor: crosshair;
}