@charset "utf-8";
/* CSS Document */
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 16px;
    margin-left:0px;
    padding:0px;
    color: #CACACA;
   /* border: 1px solid #CACACA;*/
    /*background-color: #333333;
    width:10px;*/
}
/*a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
   background-color:#333333;
    margin:0;
    padding: 0;
    border: 0;
}*/


