/* CSS Document */

* {
	list-style:none;
}


#basic-accordian{
	width:960px;
	z-index:2;
}

.accordion_headings{
	padding:10px;
	background:#e4e4e4;
	color:#999999;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#fafafa;
}

.accordion_child{
	padding:15px;
	background:#FFFFFF;
	height: 333px;
	overflow: auto;
	width: 752px;
}

.header_highlight{
	background:#FFFFFF;
	color: #DC782D;
}
