#basic-accordian{
	margin-left:0px;
	z-index:2;
	margin:10px 0 15px 0;



}

.accordion_headings{
	
	background: url(images/btnMas.gif) no-repeat 15px  ;
	padding: 1px 10px 1px 31px;
	line-height: 1.5em;
	text-decoration: none;
	outline: none;
	border-bottom: 1px dotted #9d9d9d;
	cursor: pointer;
	color: #890C0C;
	text-transform:uppercase;
	margin:12px 0 0;

	

}

.accordion_headings:hover{
		background: url(images/btnMas.gif) no-repeat 15px  ;
			border-bottom: 1px dotted #9d9d9d;
			color: #666666;
	text-transform:uppercase;
	margin:12px 0 0;
}

.accordion_child{
	padding:8px 0 0 10px;
	background-color:#F8F8F8;
}
*html .accordion_child{
	padding:15px 25px 0 20px;

}
.header_highlight{
	background: url(images/btnMenos.gif) no-repeat 15px  ;
	color: #666666;
	text-transform:uppercase;
	margin:12px 0 0;
}
.header_highlight:hover{
	background: url(images/btnMenos.gif) no-repeat 15px  ;

}

