*{
	margin:0;
	padding:0;
	list-style:none;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

#basic-accordian{
	width:214px;
	margin:8px 0 0 21px;
	z-index:2;
}

	#basic-accordian a {
		font-weight:bold;
		color:#53909e;
		text-align:right
	}
	
	#basic-accordian a:hover {
		font-weight:bold;
		color:#28525a;
		text-align:right
	}

.accordion_headings{
	padding:5px 5px 5px 18px;
	color:#28525a;
	border-bottom:1px solid #f1f5f7;
	cursor:pointer;
	font-weight:bold;
	background-color: #d9e9ef;
	background-image: url(../img/marcador-acor.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.accordion_headings:hover{
	background:#d9e9ef url(../img/marcador-acor.gif) no-repeat center left;;
}

.accordion_child{
	padding:10px;
	background:#d9e9ef;
	border-bottom:1px solid #f1f5f7;
}

.header_highlight{
	background:#d9e9ef url(../img/marcador-acor.gif) no-repeat center left;;
}
