h2.trigger {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	background: url(../images/toggleDLplus.gif) no-repeat;
	width: 500px;
	font-weight: normal;
	float: left;
	font-size: 16px;
}
h2.trigger a {
	color:#000000;
	text-decoration: none;
	display: block;
	valign= top;
}
h2.trigger a:hover { color: #ccc; }
h2.active {
	background-position: left bottom;
	background:  url(../images/toggleDLminus.gif) no-repeat ;
	} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 10px;
	padding: 0;
	padding-left: 35px;
	border-top: 1px solid #d6d6d6;
	background: #C6C6BC ;
	overflow: hidden;
	line-height: 1.5em;
	clear: both;
}
