@import url(community.css);

#flash {
  margin: 0 7px 7px 7px;
  display: block;
}

#sub-features {
  position: relative;
  background: transparent url(../images/subfeature_panel.jpg) no-repeat left top;
  width: 372px;
  height: 102px;
  margin: 0;
  padding: 55px 25px 25px 270px;
}
#sub-features ol {
  display: block;
  *margin: -20px 0 0 0;
}
#sub-features li {
  display: none;
  list-style-type: none;
}
#sub-features li.selected {
  display: block;
}

#sub-features img {
  position: absolute;
  left: 70px;
  top: 45px;
  behavior: url("css/iepngfix.htc");
}
#sub-features h1 {
  font-size: 16px;
  color: #757575;
  font-weight: normal;
}
#sub-features h1 b {
  font-style: normal;
  color: #3B4F68;
}
#sub-features p {
  margin: 10px 0;
}
#sub-features .learn-more {
  height: 25px;
  width: 84px;
  display: block;
  overflow: hidden;
  background: transparent url(../images/learn_more.png) no-repeat left top;
  _background-image: url(../images/learn_more.gif);
  text-indent: -999em;
}
#sub-features .learn-more:hover {
  background-position: left bottom;
}

#sub-features-control {
  position: absolute;
  top: 10px;
  right: 7px;
  margin: 0 !important;
  padding: 0;
  height: 25px;
  line-height: 24px;
}

#sub-features-control .previous,
#sub-features-control .next {
  width: 33px;
  height: 25px;
  display: inline-block;
  background: transparent url(../images/arrows.jpg) no-repeat left top;
  text-indent: -999em;
  margin: 0 5px;
  *text-indent: 0;
  *font-size: 1px;
  *color: #ECECEC;
  *padding: 0 4px;
  *width: 25px;
}

#sub-features-control .previous {
  background-position: left top;
}
#sub-features-control .next {
  background-position: right top;
}
#sub-features-control .previous:hover {
  background-position: left bottom;
  *color: #F09A2B;
}
#sub-features-control .next:hover {
  background-position: right bottom;
  *color: #F09A2B;
}

#side-feature {
  display: block;
  text-indent: -999em;
  width: 270px;
  height: 301px;
  background: transparent url() no-repeat left top;
}
#side-feature:hover {
  background-position: right top;
}

