img {
  behavior: url( "js/pngbehavior.htc");
}

body, td {
  font-size: .75em;
}

body {
  text-align: center;
}

.sidebar {
  width: 300px;
}

.sidebar a:hover {
  background: transparent;
}

#main {
  width: 797px; /* Image width + padding + border */
  text-align: left;
  padding: 10px;
}

.reviewDetails .specs td {
  font-weight: expression((this.cellIndex == 0) ? 'bold' : 'normal');
}