h2.trigger {
	padding: 0;
	margin-top:15px;
	height: 22px;
	font-size: 15px;
	font-weight:bold;
	border-bottom:1px dotted #bbb;
	background-image: url(../images/kurorti_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}
h2.trigger a {
	color: #121440;
	text-decoration: none;
	display: block;
}
h2.trigger a:visited {
	color: #121440;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
}
h2.active {
	background-image: url(../images/kurorti_arrow.png);
	background-repeat: no-repeat;
	background-position: right -12px;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	width: 691px;
	margin: 0 0 5px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
}