.alink-automat {
	line-height: 14px;
	padding: 10px;
	text-align: center;
	color: #000;
	font-size: 11px;
	background: #fff;
}

.alink-automat a {
	color: #000;
}

.hdn {
	display: none;
}

.tooltip {
	width: 139px;
	z-index: 13000;
}

.tip-top, .tip, .tip-bottom {
	position: relative;
	z-index: 200;
}

.tip-top {
	width: 139px;
	height: 5px;
	font-size: 0;
	background: url(img/tooltip.png) top left;
}

.tip {
	width: 139px;
	background: url(img/tooltip.png) 0 50%;
}

.tip-title {
	font-weight: bold;
	font-size: 12px;
	padding: 0 5px;
	color: #9FD4FF;
}

.tip-text {
	padding: 0 5px;
	font-size: 11px;
	color: #fff;
}

.tip-bottom {
	width: 139px;
	height: 5px;
	font-size: 0;
	background: url(img/tooltip.png) bottom right;
}