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

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

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

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

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

.accordion-content {
	display: none;
	padding: 10px 0;
}

.accordion-content p {
	font-size: 13px;
}

h2.accordion-header {
	font-size: 14px;
}