.ProductTable
{
  border: solid 1px steelblue;
}

.ProductTitleCell
{
  background-color: steelblue;
}

.ProductTitle
{
  font-size: 14pt;
  font-weight: bold;
  color: white;
}

.ProductSubtitle
{
  font-size: 10pt;
  color: white;
}

.ProductActionCell
{
  background-color: steelblue;
}

