

#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: auto;
	background-repeat: no-repeat;
	background-color:#FFF;
/*		background-position:right;*/
	margin-bottom: 4px;
	color:#F7EFDE;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border:#BB0000 solid 1px;
	}
.accordion_headings_prin{
	padding: 10px;
	height: auto;
	background-repeat: no-repeat;
	background-color:#8DD562;
/*		background-position:right;*/
	margin-bottom: 4px;
	color:#F7EFDE;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border:#BB0000 solid 1px;
	}
.accordion_headings:hover{
	border:#008c30 solid 1px;
}

.accordion_child{
	width:530px;
	height: auto;
	padding:10px;
	margin-bottom: 10px;
	border:#1b3f73 solid 1px;
	background:#fff;
}

.accordion_child02{
	width:530px;
	height: auto;
	padding:10px;
	margin-bottom: 10px;
	background:#fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.header_highlight{
	border:#008c30 solid 1px;
}
.lineGris {
	color: #CCCCCC;
}

