body {
	font-family: Arial, Helvetica, sans-serif;
background: url(/img/template/bgprochder.png) #000 no-repeat;
	
padding:4px 0 0 6px;
}
 
#basic-accordian{
	width:255px;
color:#fff;
font-size:11px;
}
 
.accordion_headings{
	padding-left:11px;
	padding-top:8px;
	text-transform:uppercase;
	background:url(/img/template/in.png) no-repeat;
	color:#595959;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	height:29px;
}
 
.accordion_headings:hover{
		background:url(/img/template/out.png) no-repeat;
		color:#fff;
}
 
.accordion_child{
	padding:8px;
	
}
 
.header_highlight{
		background:url(/img/template/out.png) no-repeat;
		color:#fff;
		text-transform:uppercase;
		padding-left:11px;
}
