#baloon {
	width: 187px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;

	display: none;
	position: absolute;
        z-index: 64999;

        filter: Alpha(Opacity='75');
	-moz-opacity: 0.75;
	opacity: 0.8;
}

#baloonHeader {
	width: 187px;
	height: 19px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;

	display: block;
}

.baloonHeaderDirect {
	background-image: url(../i/baloon-header.gif);
}

.baloonHeaderFlip {
	background-image: url(../i/baloon-header-flip.gif);
}

#baloonFooter {
	width: 187px;
	height: 3px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	background-image: url(../i/baloon-footer.gif);
	background-repeat: no-repeat;

	display: block;
}

#baloonBody {
	padding: 10px;

	background-color: #D0D0D0;

	width: 187px;
	width: expression('187px');
	margin: 0;
	font: normal normal 10px/14px Verdana, Arial, serif;
	line-height: 140%;
	background-image: url(../i/baloon-body.gif);
	background-repeat: repeat-y;

	display: fixed;
}

#block-wrap {overflow:hidden; //zoom:1;}
a.link_not_active, a.link_not_active:hover {
	color:#ff6600;
	font-weight:normal;
	cursor:pointer;
	display:block;
}


a.link_active, a.link_active:hover {
	background: url('../i/abgact.jpg') no-repeat;
	color:#000000;
	font-weight:bold;
	cursor:default;
	border:1px solid #ff6600;
	display:block;
	padding:10px 10px 20px 10px;
}
a.link_not_active {
	background: url('../i/abgnot.jpg') no-repeat;
	display:block;
	padding:10px 10px 20px 10px;
}
a.link_active span {background-color:#f0f0f0; padding:1px 3px 2px;}

.block {
	float:left;
	width:152px;
	margin-bottom:1em;
}
