.toggle_trigger {
	display: block;
	clear: both;
	float: left;
	width: 530px;
	margin: 0 0px 0 0px;
}
.toggle_trigger a {
	display: block;
	float: left;
	color: #FF8000;
	text-decoration: none;
	font-weight: bold;
	padding-right: 20px;
	background: url("../images/arrow_right_bright.gif") no-repeat bottom right;
}
.toggle_trigger a:hover { color: #FF0000; }

.toggle_close {
	display: none;
	color: #808080;
	padding-left: 20px;
}

.toggle_active {
	color: #000000;
	padding: 10px 10px 0 10px;
	background: #E6E6DA;
}
.toggle_active a {
	color: #000000;
	background: url("../images/arrow_down_grey.gif") no-repeat bottom right;
}

.toggle_active a .toggle_close {
	display: inline;
}

.toggle_container {
	clear: both;
/*	float: left; */
	width: 530px;
	margin: 0 0px 5px 0px;
	padding: 0 10px 10px 10px;
	background: #E6E6DA;
	overflow: hidden;
}

