#features_block #tabs_box{
  width: 430px; 
  background:url("template_images/bg.gif")  repeat-x bottom; 
  line-height:normal;
  float:left; 
}

#features_block ul.tabs {
  margin: 0;
  padding:10px 10px 0;
  list-style:none;
}

#features_block ul.tabs li {
  float:left;
  margin:0;
  background:url("template_images/left_both.gif") no-repeat left top;
  padding:0 0 0 9px;
  list-style: none;
  border-bottom:1px solid #c9c9c9; 
}

#features_block ul.tabs li a {
      float:left;
      display:block;
      background:url("template_images/right_both.gif") no-repeat right top; 
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#6f6f6f;
      border: 0; 
      outline: none;
}
      
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #features_block ul.tabs li a {float:none;}
    /* End IE5-Mac hack */
    
#features_block ul.tabs li.active {
  background-position:0 -28px;
  border-width:0;
  }
#features_block ul.tabs li.active a {
  background-position:100% -28px;
  padding-bottom:5px;
  color:#5b4490;
  text-decoration:none;
  }
  
   
#features_block ul.tabs li:hover, #features_block ul.tabs li:hover a {
  background-position:0% -28px;
  color:#5b4490;
  }
#features_block ul.tabs li:hover a {
  background-position:100% -28px;
  text-decoration:none;
  }

#features_block #success_feature,
#features_block #insight_feature {
  clear:both; 
  padding: 4px;
}
