#faqs {
	margin:10px 0 0 0;
}

#faqs p.faq-catname {
	margin:20px 0 5px 0; 
	font-weight: bold !important;
	border-bottom:8px solid #efefef;
}

div.faq-title {
	border:#567aa4 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
	font-weight: bold;
    line-height: 16px;
    margin-top: 10px;
    padding: 12px 14px 12px 45px;
	background:url("https://www.speedingtickethq.com/wp-content/themes/SpeedingTicket/styles/white_blue/bg-faq.png") no-repeat 10px center #567aa4;
}
div.faq-title a{
	color:#fff;
	text-decoration:none;
	
}
div.faq-title a:hover {
	text-decoration:underline;
}
div.faq-answer {
	margin: 0 0 10px 10px;
	display: none;
	padding-right:20px;
}