
table {
font-size: 10px;
line-height: 130%;
}

td a {
color: #FFFFFF;
text-decoration: none;
font-weight:700;
}

td a:hover {
color: #CC9900;
}

td img {
  filter:alpha(opacity=60);
  opacity:0.6;
}

td img:hover {
  filter:alpha(opacity=100);
  opacity:1;
}

td.divider {
border-right: solid 1px #999999;
}

td.products img {
  filter:alpha(opacity=100);
  border:solid 2px #333;
  opacity:1.0;
}

td.products img:hover {
  filter:alpha(opacity=60);
  opacity:0.6;
}
