dl#hotlinks {
  margin-top: 20px;
  width: 245px;
  float: right;
  background-color: white;

}
dl#hotlinks dt {
}
dl#hotlinks dt a {
  display: block;
  background-color: #ccc;
  background-image: url(/furniture/hotlink_bg_off.png);
  text-decoration: none;
  color: black;
  padding: 7px 10px;
  outline: none;
}
dl#hotlinks dt a:hover,
dl#hotlinks dt.on a {
  background-color: #7c6a55;
  background-image: url(/furniture/hotlink_bg_on.png);
  color: white;
}
dl#hotlinks dd {
  border: 1px solid #ccc;
  background-color: white;
}
dl#hotlinks dd div {
  padding: 0 5px;
}
dl#hotlinks dd p {
  margin: 0px 5px;
  padding: 8px 0;
}
dl#hotlinks dd a {
  color: #7c6a55;
}

body.full dl#hotlinks {
  display: none;
}

dl#hotlinks dt a#head_1 {
  background-image: url(/furniture/hotlink_bg_top_off.png);
}

dl#hotlinks dt a#head_1:hover,
dl#hotlinks dt.on a#head_1 {
  background-image: url(/furniture/hotlink_bg_top_on.png);
}

dl#hotlinks dt a#head_4 {
  background-image: url(/furniture/hotlink_bg_bottom_off.png);
}

dl#hotlinks dt a#head_4:hover {
  background-image: url(/furniture/hotlink_bg_bottom_on.png);
}
dl#hotlinks dt.on a#head_4 {
  background-image: url(/furniture/hotlink_bg_on.png);
}

#body_1 table {
  margin-top: 5px;
}