ol.faq {
	list-style: none;
	margin: 0 0 20px 0;
}
ol.faq li {
	list-style: none;
	padding-left:0; margin-left:0;
}
ol.faq li:hover {
	background-color: transparent;
	background-image: none;
}
ol.faq h3 { 
	padding-bottom: 5px; 
	cursor:  pointer; 
	padding-left:20px; 
	background: url(../images/open.gif) top left no-repeat; 
}
ol.faq h3.active { 
	background: url(../images/close.gif) top left no-repeat; 
}
ol.faq div.answer { 
	display: none; 
	padding-left: 20px; 
}
ol.faq div.answer p {
	font-size: 1em; margin-top:.5em;
}
ol.faq div.faq_approve {
	display: none;
}
