/* @override http://www.balon.cz/css/global.tooltip.css */

.tooltip {
	color: #fff;
	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;
}

.alink .link span {
	display: none;
}

/*.tip-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}*/