
/*-------------------------------------------------- Отсюда начинаются настройки подсказки --------------------------------------------------*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border:0;
	padding: 5px;
	opacity: 0.85;
}

#tooltip div { margin: 0; }

#tooltip.tt h3 {
  #color:#336699;
  color: black;
	font-size: 16px;
	font-weight:bold;
	margin:12px 0 6px 0;
	font-family: Arial, Tahoma, sans-serif;
	width: 220px;
	text-align: center;
	display:block;
}

#tooltip.tt {
  color:#cccc99;
  font-size: 12px;
  line-height:20px;
	width: 220px;
	background: url('/pics/tooltip-balloon.png');
	padding: 56px 15px 15px 15px;
	height: 100px;
}
#tooltip.tt.viewport-right {
	background: url('/pics/tooltip-balloon-reverse.png');
}

