/* CSS Document */

h2.trigger {
	font-size: small;
	font-weight: normal;
	float: left;
	margin: 0;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: left center;
}
h2.trigger a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-size: small;
}
h2.trigger a:hover { color: #000000; }
h2.active {
	background-position: left center;
	background-image: url(../images/stang.png);
	background-repeat: no-repeat;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;
	overflow: hidden;
	font-size: small;
	width: 320px;
	clear: both;
	color: #FFFFFF;
	margin: 0;
}
.toggle_container .block {
	color: #666666;
	font-size: small;
}
