#container-selector {
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
}

.accordion_toggle {
	display: block;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size:100%;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	font-family:Verdana, Arial;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 22px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-image: url(../images/menu_accor.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

.accordion_toggle_active {
	color: #ffffff;
	background-color: #a3dc46;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
}

.accordion_content {
	font-family:Arial;
	color:#666666;
	line-height:1.333em;
	overflow: hidden;
	width: 100%;
}
	
	.accordion_content h2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
	.accordion_content p {
	padding: 5px 10px 15px 10px;
	text-align: justify;
	}
