dl.faq-list dt {
	/*background: #f6f6f6;*/
	display: block;
	font-size: 0.92em;
	/*border: 1px solid #eee;*/
	padding: 0.5em 1em;
	margin: 1em 0 0 0 !important;
	
	-webkit-transition:all 0.2s ease-in-out;  
   -moz-transition:all 0.2s ease-in-out;    
   -o-transition:all 0.2s ease-in-out;  
   transition:all 0.2s ease-in-out;
   color: #3777AF; 
   font-weight: bold;
}
dl.faq-list dt:hover {
	/*background: #fff;
	border: 1px solid #eee;*/
	color:#5999cf;
}
dl.faq-list dd {
	padding: 0.5em 1em;
	border: 1px solid #eee;
	border-top: 0;
	margin: 0 !important;
}
dl.faq-list dd p.faq-top {
	margin-bottom: 0 !important;
	text-align: right; 
	font-size: 0.75em; 
}