/*----------------------------------------------
 |  table.css |
 |-----------
 |  Table elements
 *---------------------------------------------*/
table#product-list td.image{
  padding-right: 20px;
  width: 152px;
  padding-bottom: 20px;
}

table#product-list td.description {
  width: 430px;
  padding-bottom: 20px;
}

