#accordion-container {

}

.accordion-header {	
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;	
	font-size: 12px;
	font-weight: 800
}

.active-header {
background-image: url(../images/header-active.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	border-bottom: 1px solid #fff;
	color: #58595B;
}

.active-header:hover {
	
}

.inactive-header {
	background-image: url(../images/header-inactive-grey.png);
	background-repeat: no-repeat;
	background-position: 98% center;	
}

.inactive-header:hover {
background-image: url(../images/header-inactive.png);
	background-repeat: no-repeat;
	background-position: 98% center;	
}

.accordion-content {
	display: none;
	padding: 10px 0;
	font-size: 12px;	
}