ol.faq {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.faq li {
	list-style: none;
}
ol.faq li:hover {
	background-color: transparent;
	background-image: none;
}
ol.faq .question { 
	padding: 5px 0 10px 20px; 
	cursor:  pointer;
	background: url(img/open.gif) 0 5px no-repeat;
	border-bottom: 1px dotted #cccccc;
	color: #555555;
}
ol.faq .question.active { 
	background: url(img/close.gif) 0 5px no-repeat; 
	color: #F15B28;
	font-weight: bold;
}
ol.faq div.answer { 
	display: none; 
	padding: 0 20px; 
	border-bottom: 1px dotted #cccccc;
	background: #efefef;
	color: #444444;
	line-height: 15px;
}
ol.faq div.answer p {
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
}
ol.faq div.faq_approve {
	display: none;
}