.matrixheader
{
  background:#EDEFF0;
  font-weight:bold;
}

.ProductTitle
{
  background: #CDD2D5;
  font-weight:bold;
  text-align: center;
}

.ProductInfo
{
  cursor: help;
}

.MinPriceRow td
{
 background-color:green;
color: black;
}

.MaxPriceRow td
{
 background-color:red;
color: black;
}

.MaxPriceRow a, .MinPriceRow a
{
 color: black;
}

.SearchBox
{
  padding: 4px;
  background-color: #EDEFF0;
}