.accordion-header {
	background: #7594c3;
	margin: 0px 0 10px 0 ;
	padding: 5px 20px;
	cursor: pointer;
	color: #fff;
}

h3.accordion-header {
	font-size: 1.2rem !important;
}

.active-header {
	background: url(../images/active-header.gif) #7594c3;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #fff;
}

.active-header:hover {
	background: url(../images/active-header.gif) #9f9f9d;
	color: #000;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(../images/inactive-header.gif) #a0bfed;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #fff;
}

.inactive-header:hover {
	background: url(../images/inactive-header.gif) #7594c3;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #000;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #fff;
	width: 100% !important;
}