table.prodtable {
  background-color: #CCCCCC;
  border-spacing: 0px;
  border-width: 0px;
}
table.prodtable td {
  border: 1px solid white;
  padding-left: 2px;
  padding-top: 2px;
}

tr.prodhead {
  background-color: #008090;
}
tr.prodhead td {
  font-weight: bold;
  color: white;
}