#basic-accordian{
	width:730px;
}

.accordion_headings{
	padding:5px;
	background: url(../img/sanfona_desmarcado.gif) no-repeat;
	color:#000;
	border:0px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:url(../img/sanfona_selecionado.gif) no-repeat;
}

.accordion_child{
	padding:5px;
}

.header_highlight{
	background: url(../img/sanfona_marcado.gif) no-repeat;
}