.tooltip.tooltipstered
{
	opacity: 1;
	cursor: pointer;
}
.tooltip_templates { display: none; }
.tooltip
{
	position: relative;
}
#tooltip {
    background: red none repeat scroll 0 0;    
    border-radius: 5px;
    color: #b6b6b6;
    display: none;
    padding: 5px 10px;
    position: relative;
    z-index: 9;        
}
#tooltip h3 {
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
