a.tooltip {
    color:#7D7D7D;
	text-decoration:none;
}
a.tooltip em {
    display:none;
    color:#7D7D7D;
	text-text-decoration:none;
}
a.tooltip:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
    color:#7D7D7D;
}
a.tooltip:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: 20px; 
    left: 100px; 
    padding: 5px; 
    border: 0px solid; 
    background: transparent; 
    width:170px;
    color:#7D7D7D;
}
a.tooltip:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: transparent; 
    margin:0; 
    padding: 0; 
    border: 0;
    color:#7D7D7D;
}

/**/
a.tooltip_bot {
    color:#7D7D7D;
	text-decoration:none;
}
a.tooltip_bot em {
    display:none;
    color:#7D7D7D;
	text-decoration:none;
}
a.tooltip_bot:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
    color:#7D7D7D;
}
a.tooltip_bot:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: 20px; 
    left: 200px; 
    padding: 5px; 
    border: 0px; 
    background: transparent; 
    width:170px;
    color:#7D7D7D;
	border-radius:50px;
	text-decoration:none;
}
a.tooltip_bot:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: -200px; 
    left: 200px; 
    padding: 5px; 
    border: 0px;
    background: transparent; 
    width:170px;
    color:#7D7D7D;
	text-decoration:none;
}
a.tooltip_bot:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: transparent; 
    margin:0; 
    padding: 0; 
    border: 0;
    color:#7D7D7D;
	text-decoration:none;
}

