h2#asb {background:#CEA259; color:#fff; text-align:center; padding:0px; margin:0px; margin-top:30px; margin-left:-10px; width:244px; padding:8px 5px; text-shadow:1px 1px 1px #000; font-size:18px;}

#accordion-container {
	background: #FAFAFA;
	padding:8px;
	margin-left:-10px;
	width:238px;
	padding-top:10px;
}

.accordion-header {
	background: #fff url(../images/plus.png) no-repeat right center;
	cursor:pointer;
	border:1px solid #DDDDDD;
	border-radius:3px;
	font-weight:normal;
	padding:5px 5px;
	margin:8px 0px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.13);
}

.active-header {
background: #123E2D url(../images/minus.png) no-repeat right center;
color:#fff;
}

.accordion-header:hover {
background-color:#F2F2F2;
}

.active-header:hover { color:#000;}

.inactive-header {
}

.inactive-header:hover {
}

.accordion-content {
	display: none;

}