
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_serv/fdo2.gif);
	background-repeat: no-repeat;
/*	background-position:right;
	margin-bottom: 4px;*/
	color:#312a94;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	
}

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

.accordion_child{
	width:482px;
	height: 140px;
	padding:10px;
	margin-bottom: 10px;
	border:#ffcd37 solid thin;
	background:#fff;
}
.accordion_child02{
	width:482px;
	height: auto;
	padding:10px;
	margin-bottom: 10px;
	border:#ffcd37 solid thin;
	background:#fff;
}

.header_highlight{
	background-image: url(../acordeon_serv/fdo3.gif);
	background-repeat: no-repeat;
}
.lineGris {
	color: #CCCCCC;
}
