/* tip.css */

.feature_info {
   border-left: 1px solid #ff9900 ;
   border-right: 1px solid #ff9900 ;
   width: 226px ;
   height: 125px;
   padding: 7px;
   overflow: auto;
   float:left ;
}



.feature_title {
   color: #ff9900;
   font-size: 14px;
   font-weight: bold ;
   border: 1px solid #ff9900 ;
   border-bottom:none ;
   width: 226px ;
   padding: 0px 7px 4px 7px ;
   float:left ;
   margin: 0px;
}

.feature_footer {
   color: #ff9900;
   font-weight: bold ;
   border: 1px solid #ff9900 ;
   border-top: none;
   width: 226px ;
   padding: 5px 7px 3px 7px ;
   float:left ;
}

* html .feature_title,
* html .feature_info,
* html .feature_footer {
   width: 242px; 
} 

* html .feature_info {
   height: 140px;
} 
 
.feature_footer a {
   color:#ff9900;
   font-weight:bold;
   text-decoration:none ;
}


.feature_footer a:hover {
   color: #666666 ;
}


.feature_info2 {
   clear:both ;
   height: 200px;
   padding: 7px;
   border: 1px solid #ff9900;
   overflow:auto ;
}
