.tip_div {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  background-color:#C95937;
}

.tip_div a:link {
    color: #fff;
    text-decoration: none;
}

.tip_div a:hover {
    text-decoration: none;
    cursor:help;
}

/***
    
 *  jquery tooltip 
 * 
 */ 

 #tooltip{
    position:absolute;
    border:1px solid #333;
    background:#f7f5d1;
    padding:2px 5px;
    color:#333;
    display:none;
     
    }
    
#tooltip p, ul, ol {
color: black;
margin:0;
padding:0 0 15px 0;
}

#tooltip ul, ol {
    padding-left: 15px;
}

#tooltip li {
    padding:5px 0;
}
    
    

    
/***
    
 *  image preview css
 * 
 */

#preview{
    position:absolute;
    border:0px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
    }

#preview img{border:none;}



