#manualcontent .categoryinfo {
  margin-left: 169px;
}

#manualcontent .withoutmodel { /* Not very elegant, but added at the last moment, so it'll do. */
  margin-left: 0;
}

#manualcontent .categoryinfo h3.header {
  margin-bottom: 10px;
  font-family: Arial, Bitstram Vera Sans, sans-serif;
  font-size-adjust: 0.53;
  font-size: 17px;
  color: #067ac5;
  background-color: inherit;
}

#manualcontent .categoryinfo .siblings :link, #manualcontent .categoryinfo .siblings :visited {
  color: #666666;
  background-color: inherit;
  text-decoration: underline;
}

#manualcontent .categoryinfo .siblings :link:hover, #manualcontent .categoryinfo .siblings :visited:hover {
  color: #01a4b5;
  background-color: inherit;
  text-decoration: none;
}

#manualcontent .categoryinfo .siblingheader {
  font-weight: bold;
  color: #666666;
  background-color: inherit;
}

#manualcontent .modelimage {
  float: left;
}

#manualcontent .divider {
  clear: left;
  font-size: 1px; /* Stupid hack to not make the divider far too high in IE. */
  height: 1px;
}

#manualcontent .withincategory {
  float: left;
}

#manualcontent .newsection {
  padding-top: 17px;
}

#manualcontent .withincategory .subcategory, #manualcontent .withincategory .productimage {
  float: left;
  margin-right: 16px;
}

#manualcontent .withincategory .lastofrow {
  margin-right: 0;
}

/* Mac IE inherits clear, which is worse than the (unlikely) potential of new rows not flowing all the way to the right. \*/
#manualcontent .withincategory .firstofrow {
  clear: left;
}
/* */

#manualcontent .withincategory .subcategory h4.header {
  width: 153px;
  margin-left: 1px;
  padding-top: 1px;
  background: url("../img/productguide_subcategory_bg.gif") no-repeat;
  font-size: 11px;
  font-weight: bold;
}

#manualcontent .withincategory .product h4.header {
  width: 479px;
  padding-top: 1px;
  background: url("../img/productguide_product_bg.gif") no-repeat;
  font-size: 11px;
  font-weight: bold;
}

#manualcontent .withincategory h4.header :link, #manualcontent .withincategory h4.header :visited, #manualcontent .withincategory h4.header span {
  display: block;
  height: 15px;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #ffffff;
}

#manualcontent .withincategory .categoryimage {
  margin-top: 6px;
  margin-bottom: 10px;
}

#manualcontent .withincategory .productinfowrapper {
  margin-left: 222px;
  padding-top: 10px;
  width: 257px;
}

#manualcontent .withincategory .productimage {
  clear: left;
}

#manualcontent .withincategory .productcode {
  margin: 15px 0 6px 0;
  padding: 0;
}