
.container {
	overflow: hidden;
}

h5.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(../images/toggle_btn.png); 
	height: 38px;
	line-height: 40px;
	width: 220px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
}
h5.trigger a {
	color: #686868;
	text-decoration: none;
	display: block;
}
h5.trigger a:hover {
	color: grey;
}
h5.active {background-position: left bottom;}
.toggle_container {
	padding: 20px 25px 15px 20px;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	width: 185px;
	clear: both;
}
.toggle_container p {
	margin: 0px;
}