
#b_feature {
   height: 187px;
   overflow: hidden;

   color: #fff;
   background: #424141 url('img/home_f_grad.gif') repeat-x;
}

#b_feature a {
   text-transform: uppercase;
}

#b_feature img {
   float: left;
   margin-right: 15px;

   border: 1px solid #fff;
}

#b_feature div.featurette {
   display: block;
   float: left;

   width: 265px;
   height: 187px;
   padding: 27px 15px 23px 15px;
   margin: 1px 1px 0 1px;

   border: 0;
   border-bottom: 1px solid #868686;
}

#b_feature div.featurette {
   background: transparent url('img/home_f_separator.gif') no-repeat top right;
}

#b_feature div.featurette:hover {
   background: #33505f url('img/home_f2_grad.gif') repeat-x;
}

#b_feature div.clear {
   clear: none;
   background: none;
}

#b_feature div.featured {
   margin: 0;

   background: #33505f url('img/home_f2_grad.gif') repeat-x;
   border: 1px solid #7a7a7a;
   border-bottom: 1px solid #c6c6c6;
}

