#accordion-container {
	font-size: 13px;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;*/
}

.accordion-header {
	font-size: 16px;
	/*background: #ebebeb;*/
	/*margin: 5px 0 0 0;
	padding: 5px 20px;*/
	/*border: 1px solid #cccccc;*/
	cursor: pointer;
	color: #666666;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.active-header {
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
	background: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: left 50%; border-bottom:none !important;
	font-family:"Dosis Medium" !important; color:#070707  !important; font-size:20px  !important; line-height:50px  !important; padding-bottom:0px !important; padding-left:30px !important; border-bottom:none !important;
}

.active-header:hover {
	background: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.inactive-header {
	background:url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-family:"Dosis Medium" !important; color:#070707  !important; font-size:20px  !important; line-height:50px  !important; padding-bottom:0px !important; padding-left:30px !important; border-bottom:none !important;
}

.inactive-header:hover {
	background: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.accordion-content {
	display: none;
	padding: 25px 30px;
	background: #ffffff;
	/*border: 1px solid #cccccc;*/
	border-top: 0;
	/*-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
	font-family:"Dosis Medium"; color:#070707; font-size:16px; line-height:30px;
}

