.toggle_title {
	background:url(img/plus.png) no-repeat;
	height:60px;
	font-size:20px;
	margin-bottom: 2%;
	cursor:pointer;
	padding:20px 0 0 48px;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	background-color: #dfd3bb !important;
	font-weight: 300;
	background-position: 5px;
}
.toggle_active {
	background:url(img/minus.png) no-repeat;
	height:65px;
	background-color: #e4dbc9;
	background-position: 5px;
	margin-bottom: 0 !important;
}
.toggle_content {
	background:#dfd3bb;
	color:#515151;
	border-left:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	
	margin:-3px 0 15px;
	padding:25px 15px;
}

