#top-stories {
  border: 1px solid #b9b8b2;
  width: 443px;
  height: 200px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  position: relative;
}

#top-stories a img {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-right: 1px solid #b9b8b2;
}

#top-stories div {
  position: absolute;
  top: 0;
  left: 161px;
  width: 282px;
  height: 200px;
  overflow: hidden;
}

#top-stories div a {
  color: #2967c3;
}

#top-stories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top-stories ul li {
  display: block;
  width: 282px;
  margin: -1px 0 0 -1px;
  border: 1px solid #b9b8b2;
  overflow: hidden;
}

* > html #top-stories ul li {
  margin-bottom: -2px;
  height: 22px;
}

#top-stories ul li a {
  display: block;
  width: 100%;
  height: 18px;
  padding-top: 4px;
  padding-left: 22px;
  background: url('images/top-story-bg.gif') no-repeat left;
  text-decoration: none;
  font-weight: bold
}

* html #top-stories ul li a {
  margin-top: 0;
  overflow: hidden;
  width: 284px;
}

#top-stories ul li a:hover {
  background: url('images/top-story-bg-hover.gif') no-repeat left;
  color: white
}

#top-stories p {
  position: absolute;
  left: 0;
  top: 138px;
  margin: 0;
  padding: 2px;
  padding-left: 4px;
  width: 276px;
  height: 100%;
  background-color: #fefefe;
}

* html #top-stories p {
  width: 280px;
}

#top-stories p a {
  text-decoration: none;
  font-size: 11px;
  color: black;
  width: 100%;
  height: 100%;
}