
/* Product Map Styles */

.thumb {
  width:200px;
  overflow:hidden;
}
.shadedboxes{
  width:200px;
  background-color:#cccccc;
}
.productbox{
  padding:10px;
}

a.productbox{
  font-size:10pt;
  text-decoration:none;
}

a.productbox:hover{
  text-decoration:underline;
  background-color:#990000;
}


.shadedboxes a{
display: block;
  font-size:10pt;
  text-decoration:none;
}

.shadedboxes a:hover{
  text-decoration:none;
  background-color:#606164;
  color: #ffffff;
}

td.boxcell{
  width:200px;
  background-color:#cccccc;
}

td.boxcell:hover{
  width:200px;
  background-color:#606164;
}
