/* @override http://www.assetfirst.co.uk/css/additionals.css */

/* ----------------------- FAQ PAGE -----------------------*/
.toggle_wrapper {
  margin-bottom: 30px; 
}
.toggle {
  margin-bottom: 5px;
}

.toggle h5 {
  margin-bottom: 5px;
}
.toggle_title {
	margin:0;
	line-height:18px;
	background: url(../images/faq_img/help.png) right no-repeat;
	cursor:pointer;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;	
  color: #333333;
}
.toggle_active {
	background: url(../images/faq_img/yes.png) right no-repeat;
}
.toggle_content {
	display:none;
  border: 1px dotted #eaeaea;
	background-color:#eeeeee;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;	
}

