/*<![CDATA[*/

a.info {
     position:relative; /*this is the key*/
     z-index:0; 
  //   color:#666;
     font-style:oblique;
     text-decoration:none;  
     display:block;
  float:right;
 }

a.info .ttip {
     display: none;
     float:right   ;
 }
a.info:hover{
     z-index:1; 
 //    background-color:#fff;
 }
a.info:hover .ttip {  
     display:block;
     position:absolute;
   //  top:20px; 
   top:5px;
   //  left:40px;
   left:20px;
     width:120px;
 //  border:3px double #0cf;
 //  background-color:#cff;
 background-color:#ffffee;
//bgcolor="#ffffee"
 //    color:#099;
   //  font-size:10px;
   font-size:12px;
     font-style:normal;
     padding:5px;
 }

/*//]]>*/

