/* -------------------------- TOGGLE ------------------------ */

h2.trigger {
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
h2.trigger a {
	color: #333333;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #0099FF; }

.toggle_container {
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}