.categoryList table {
  width: 100%;
}
.categoryList td.header {
  padding: 4px 0px;
  font-weight: 600;
}
.prodtitle td.title {
  background-color: #FFF8DC;
  padding: 2px 0 2px 5px;
  font-weight: bold;  
}
.product td.writeup {
 padding: 5px;
}
.price{
margin-top: 5px;
}
.productList td.header{
font-size: 14px;
border: none;
padding: 0 0 12px 0;
}
.productList div.price span.retail {
  margin-right: 4px;
}
.productList div.price span.sale {
  font-weight: bold;
}
