ol.faq {
	list-style: none;
}
ol.faq li {
	list-style: none;
}
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; 
	color:#0068BD;
	font-size:13px;
	
}
ol.faq h3.active { 
	background: url(../images/close.gif) top left no-repeat; 
}
ol.faq div.answer { 
	display: none; padding:5px 0;padding-bottom:15px;
}
ol.faq div.answer p {padding:0 !important;margin:0 !important;
}
ol.faq div.faq_approve {
	display: none;
}
