
.tcontainer {
	overflow: hidden;
}

h5.trigger {
	padding: 0 0 0 40px;
	margin: 0 0 5px 0;
	background: url(../images/toggle_btn.png); 
	height: 38px;
	line-height: 40px;
	width: 495px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
}
h5.trigger a {
	color: #686868;
	text-decoration: none;
	display: block;
}
h5.trigger a:hover {
	color: #9C9C9C;
}
h5.active {background-position: left bottom;}
.toggle_container {
	padding: 20px 25px 15px 20px;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	width: 488px;
	clear: both;
}
.toggle_container p {
	margin: 0px;
}
