ol.faq {
	list-style: none;
}
ol.faq li {
	list-style: none;
	padding-bottom: 5px;
}
ol.faq li:hover {
	background-color: transparent;
	background-image: none;
}
ol.faq span { 
	padding-bottom: 5px;
  font-weight: bold; 
	cursor:  pointer; 
	padding-left:20px; 
	background: url(../images/plus.png) top left no-repeat; 
}
ol.faq span.active { 
	background: url(../images/minus.png) top left no-repeat; 
}
ol.faq div.answer {
  font-size: 90%; 
	display: none; 
	padding: 3px 20px;
  border: 1px solid #999; 
}
ol.faq div.answer p {
}
ol.faq div.faq_approve {
	display: none;
}
