h2.trigger {
	padding: 0 0 0 23px;
	margin: 0 0 2px 0;
	background: url(img/toggle.gif) no-repeat;
	height: 23px;
	line-height: 23px;
	width: 377px;
	background-color:#fc810e;
	font-size:10px;
}
h2.trigger a, h2.trigger a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #7c7c7c; }
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 0 5px;
	padding: 0;
	border: 1px solid #d6d6d6;
	background-color: #f0f0f0;
	overflow: hidden;
	width:398px;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}
