body
{
}

.closedfaq, .openedfaq
{
	margin-top:5px;
	margin-bottom:5px;
}

.faqquestion 
{
	padding-left:15px;
	background-position: left center;
	background-repeat: no-repeat;
}

.faqanswer 
{
	padding-left:15px;
}

.closedfaq .faqquestion
{
	background-image:url(/images/plus.bmp);
}

.closedfaq .faqanswer
{
	display: none;
}

.openedfaq .faqquestion
{
	background-image:url(/images/minus.bmp);
}

.openedfaq .faqanswer 
{
	display: block;
}
