

.accordion-header {
	font-size: 13px;
	background: #f2f2f2;
	margin: 9px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	color: #000;
	-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/../images/inactive-header.png) no-repeat right 23px #f2f2f2;
	color:#e53a0e;
	background-repeat: no-repeat;
	background-position: right 50%;
}

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

.inactive-header {
	background: url(../images/droparrow.png) #f2f2f2;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(../images/inactive-header.png) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 8px 18px;
	width:420px !important;
	background: #ffffff;
	
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}