@charset "utf-8";
.gridContainer.clearfix #question_list .acc-head  {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: transparent;
	background-image: url(../images/plus.png);
	background-position: left center;
	padding-left: 25px;
	color: #22313F;
	background-repeat: no-repeat;
	font-weight: bold;
}
.gridContainer.clearfix #question_list .acc-head.hide-class {
	background-color: transparent;
	background-image: url(../images/minus.png);
	background-position: left center;
	color: #4183D7;
}
#faq_heading {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}
