#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #d3e2f0;
	padding: 5px;
    opacity: 0.9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#tooltip h3, #tooltip div { margin: 0;    
    font-size: 12px;
    color: #141312;
    font-style: normal;
    font-weight: normal;
}

.tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #d3e2f0;
	padding: 5px;
    opacity: 0.9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.tooltip h3, .tooltip div { margin: 0;
    font-size: 12px;
    color: #141312;
    font-style: normal;
    font-weight: normal;
}


/*
class="helptips" title="<?=$this->ttranslate('');?>"
*/