#basic-accordian{
	width:490px;
	
}

.accordion_headings{
	padding: 5px 0px 5px 16px;
	background:#fff;
	/* color:#FFFFFF; */
	border-top:1px solid #ecece8;
	cursor:pointer;
    display:block;
  /*   top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + "px"      ); */
	
}

.accordion_headings:hover{
 	background:#eee; 
    display:block;cursor:pointer;
   
   
}

.accordion_child{
	padding:10px 10px 10px 10px;
	background:#fff;
    
    
    
}

.header_highlight{
	background:#ecece8;
	color:#000;
	margin:0;
   
 
    
}
/*.ems {background: #ecece8 url(../js/line-fr-bot.gif) left bottom;display:block;height:30px;padding-left:16px;color:#877c54;}
*/