h3.accordion {
	font-size:1em;
	padding-left: 20px;
	background: transparent url(../img/faq_closed.gif) no-repeat left center;
	cursor: pointer;
}

h3.toggleactive {
	color: #e42f33;
	margin: 10px 0 0 0;
	background-image: url(../img/faq_open.gif);
	cursor: text;
}
div.elementactive {
	margin-bottom: 10px;
	margin-top: 0px;
	padding:0px;
}

#content div.elementactive p {
	margin:15px 0 8px 20px;
	line-height:135%;
}

#content .accordion p{
	margin:15px 0 8px 20px;
	line-height:135%;
}
