/* CSS Document */
h2.trigger {
	margin: 5px 0 5px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 24px;
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
h2.trigger a {
	color: #565488;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #cdcdcd; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0;;
	padding: 0;
	color: #888888;
	overflow: hidden;
	font-size: 12px;
	width: 450px;
	clear: both;
	margin-bottom: 5px;
}
.toggle_container .block {
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}
