@CHARSET "ISO-8859-1";
/* tooltip styling */
.tooltip {display:none;	background:url(images/white.png); height:80px; padding:15px; width:180px; font-size:11px; color:#fff;}
.tooltip .label { color:yellow; width:35px; }
.tooltip a {font-size:11px;	text-decoration: none; }
.tooltip a:hover { text-decoration: underline; }

.tooltip-big {display:none; background:url(images/black_big.png); height:163px; padding:15px; width:310px; font-size:11px; color:#fff; }
.tooltip-big .label { color:yellow; width:35px; }
.tooltip-big a { font-size:11px; text-decoration: none; }
.tooltip-big a:hover { text-decoration: underline; }