/* CSS Document */

#basic-accordian{
	width:791px;
	margin: 5px 0 35px 0;
}

.accordion_headings{
	height: 30px;
	padding: 10px 0 0 20px;
	background:#281D1B;
	color:#FFFFFF;
	cursor:pointer;
	border-bottom:5px solid #fff;
}

.accordion_headings:hover{
	background:#5A403B;
}

.accordion_child{
	padding:15px;
	margin-bottom: 15px;
	background:#fff;
}

.header_highlight{
	background:#281D1B;
}