@charset "utf-8";
.toggle {
	text-align: left;
	margin-top: 36px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	z-index: 50;
	width: 745px;
}
h2.trigger {
	background: url(h2_trigger_a.png) no-repeat;
	height: 47px;
	width: 312px;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	z-index: 1;
	top: -36px;
	left: -35px;
	cursor: Pointer;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 290px;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	z-index: 1;
	top: 10px;
}
h2.trigger a:hover {
	color: #A6CE39;
}
h2.active {background-position: left bottom;}
.toggle_container {
	overflow: hidden;
	clear: both;
	background-image: url(../images/trans-black.png);
	background-repeat: repeat;
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px;
	width: 100%;
	border: 2px solid #000000;
	margin-top: 4px;
}
.toggle_container .block {

}
.toggle_container .block p {
	text-decoration: none;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
}
.toggle_container img {
	background: #ddd;
}
