h2.acc_trigger {
	padding: 0;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 500px;
	font-size: 16px;
	font-weight: normal;
	float: left;
	background-image: url(../images/h2_trigger_a.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
h2.acc_trigger a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 500px;
	clear: both;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	background-color: #FFFFFF;
}
.acc_container .block {
	padding: 20px;
}
