#basic-accordian{
background:#FFFFFF;

}

.accordion_headings{
	padding:0px;
	cursor:pointer;
	font-weight:bold;
	background:url(../images/newsSectionBox-title.gif) no-repeat #FFFFFF;
height:48px;
width:621px;
z-index:999999;
}


/*.accordion_headings:hover{
	background:#00CCFF;
}*/

.accordion_child{
	/*padding:15px;*/
	background:#FFFFFF;
}

.header_highlight{
	/*background:#00CCFF;*/
	background:inherit;
}

