#basic-accordian{
	z-index:2;
}

.accordion_headings{
	color:#CD5231;
	cursor:pointer;
	font-size: 14px;
	padding: 10px;
	border-bottom: #ccc 1px dotted;
	background: #eee;
}

.accordion_headings:hover{
	color: #fff;
	background: #CD5231;
	display: block;
	text-decoration: none;
}

.accordion_child{
	padding-top: 10px;
	background-color: #FFFAED;
	padding: 10px;
}
.accordion_child strong, .accordion_child h3, .accordion_child ul {
	position: relative;
}
.header_highlight{
	color: #fff;
	background: #CD5231;
	border-bottom: #ccc 1px dotted;
	display: block;
	padding: 10px;
}
