/* @override http://localhost:8888/SB2/css/accordion.css */

#basic-accordian{

	padding-top:5px;
	margin: 0 40px;
	width:250px;
	z-index:2;
	font-size: 12px;
}

.accordion_headings{
	padding:5px;
	background:#fea925;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#4fbcca;
}

.accordion_child{
	padding:5px 0 5px 10px;
}

.header_highlight{
	background:#4fbcca;
}
