div.acc_head { /*header of 1st demo*/
	font-family:Arial,Verdana,sans-serif; 
	font-size:9pt; 
	text-align:left; 
	text-indent:7px;
	width:210px; 
	cursor:pointer; 
	padding:2px 0px; 
	border:1px solid #bbb;	
	border-top-width:0px; 
	background:#fff;
	background-image:url('/i/accordeon/accord-back.gif'); 
	margin:0px; /* 0px 7px; */ 
}
div.acc_head#first { 
	border-top-width:1px; 
}
div.acc_body { 
	border:0px; 
	margin:0px 0px; /* 0px 7px; */ 
}
div.acc_open{ /*class added to contents of 1st demo when they are open*/ 
	background:#1aa2dc; 
	font-weight:bold; color:#fff; 
}
