#accordion-container {
	float:left; width:100%;	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow:0;
	-webkit-box-shadow: 0;
	box-shadow: 0 ;
}
.accordion-header {
	cursor: pointer;
	padding:0 0 0 19px;
}
.active-header { margin: 0 0 0;
	background:#12477a url(../img/bullet-in.png);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	color: #fff;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0; 
	box-shadow:0;
}
/*.active-header:hover {
	background: url(../img/active-header.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}*/
.inactive-header {
	background:#12477a url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0; 
}
/*.inactive-header:hover {
	background: url(../img/inactive-header.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}*/
.accordion-content {
	display: none;
	float:left; width:100% !important;
}