/*

* {
	margin:0;
	padding:0;
	list-style:none;
}

*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}

#basic-accordian{
	/*border:5px solid #EEE;*/
	/*padding:5px;*/
	/*width:555px;*/
/*	position:absolute;*/
	/*left:536px;
	top:424px;
	margin-left:-175px;
	margin-top:-100px;
	z-index:2;*/
}

.accordion_headings{
	padding: 10px;
	height: 20px;
	background-image: url(../acordeon/fdo2.gif);
	background-repeat: no-repeat;
	color:#383283;
	cursor:pointer;
	font-weight:bold;
}


.accordion_headings:hover{
	background-image: url(../acordeon/fdo4.gif);
	background-repeat: no-repeat;
}

.accordion_child{
	width:220px;
	padding:15px;
	color:#383283;
}

.header_highlight{
	background-image: url(../acordeon/fdo3.gif);
	background-repeat: no-repeat;
	/*background:#00CCFF;*/
}
.lineGris {
	color: #ffcc36;
}
