.hotlist {
  background:url(/images/hotlist/curvebot_colthree_pony.gif) no-repeat left bottom;
  padding:0 0 5px 0;
  font-size:100%;
  margin-bottom:0px;
  height:200px;
}
html>body .hotlist {
  height:auto;
  min-height:200px;
}
.hotlist h2 {
  /*width:175px;*/
  width:182px;
  height:31px;
  position:relative;
  margin:0;
  padding:0;
  overflow:hidden;
  display:block;
  height:31px;
}
.hotlist h2 span {
  background:url(/images/hotlist/hdr_topsellers_pony2.gif) no-repeat left top;
  position: absolute;
  z-index:1;
  width: 100%;
  height: 100%;
  height:31px;
}
.hotlist ul {
  clear:both;
  font-size:8pt;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:20px 0pt 0pt 16px;
  padding:5px 0pt 0pt;
  width:175px;
}
.hotlist ul li {
  margin:-10px 0pt 13px;
  overflow:hidden;
  width:150px;
}
.hotlist ul li a {
  margin:0 0 0 -5px;
  text-decoration:none;
  letter-spacing: -.2px;
}
html>body .hotlist ul li a {
  margin:0pt;
}
/*IE 7 only hack *:first-child+html (valid css - not future proof)*/
*:first-child+html .hotlist ul li a {
  margin:0;
}
* html .hotlist ul li a {
  padding-left:5px;
}
.hotlist ul li a:hover {
  text-decoration:none;
}
.hotlist .itemcount {
  float:left;
  width:17px;
}
.hotlist .invtname {
  float:left;
  width:131px;
}

.hotlist ul li span.price  {
  /*visibility:hidden;*/
}
