dl.faq-list {
	margin: 0 0 1.625em 0;
}
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;

	-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;
	overflow: hidden;
	zoom: 1;
}
dl.faq-list dd p.faq-top {
	margin-bottom: 0;
	text-align: right;
	font-size: 0.75em;
}