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

