table.group,
table.groupheadbox,
table.groupbrandbox,
table.groupbox
{
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
  table-layout: fixed;
  text-align: center;
}

table.group {
  margin: 0px;
  border: none;
  width: 570px;
}

table.groupheadbox {
  margin: auto;
  border: 1px #808080 solid;
  width: 566px;
  height: 30px;
}

table.groupbrandbox {
  margin: auto;
  border: 1px #808080 solid;
  width: 566px;
  height: 106px;
}

table.groupbox {
  behavior: url('iefix.htc');
  margin: auto;
  border: 1px #808080 solid;
  background-color: #808080;
  width: 186px;
  height: 118px;
}

table.groupbox:hover,
table.groupbox#hover
{
  border-color: #FF8000;
  background-color: #808080;
}

td.group {
  border: none;
  padding: 0px;
  margin: 0px;
  width: 190px;
  height: 122px;
}

td.groupbrand {
  border: none;
  padding: 0px;
  margin: 0px;
  height: 110px;

}

td.grouphead {
  border: none;
  padding: 0px;
  margin: 0px;
  height: 34px;

}

td.groupimage
{
  height: 80px;
  text-align: center;
  background-color: #FFFFFF;
}

td.grouptitle,
td.grouptitle a
{
  height: 36px;
  text-align: center;
  text-decoration: none;
  padding: 0px 8px 0px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

td.groupheadtitle
{
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

