#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid dimgrey;
	background-color: #E5E5E5;
	padding: 5px;
	opacity: 0.90;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.rixtel {
        background-color: white;
	opacity: 0.8;
}
#tooltip.noliktava {
        background-color: white;
	opacity: 1;
        border-radius:5px;
        width:250px;
}
#tooltip.cenattip {
        background-color: white;
	opacity: 1;
        color:red;
        border-radius:5px;
        width:150px;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/template/img/shadow.png');
}
#tooltip.ballon {
	font-family: Arial;
	border: 1px solid dimgrey;
                border-radius: 5px;
	padding: 5px;
	opacity: 1;
}
