#acc {
	width:430px;
	list-style-type:none;
}
#acc h3 , #nested h3 {
	border:1px solid #9ac1c9;
	padding:5px;
	font-weight:bold;
	margin: 5px 0 0 0;
	cursor:pointer;
	background:url(../images/commun/header.gif) repeat-x top left #D9DEE0;
	font-size:16px;
}
#acc h3 {
	width: 420px;
}
#acc  h3:hover, #nested  h3:hover {
	background:url(../images/commun/header_over.gif) repeat-x top left;
	color: #f00;
}
#acc .acc-section {
	overflow:hidden;
}
#acc .acc-content {
	width:420px;
	padding:0px 5px;
	border:0px solid #9ac1c9;
	border-top:none;
	background: #fff;
}

#nested {
	list-style:none;
	margin: 0 0 10px 0;
}
#nested h3 {
	width:390px;
}
#nested .acc-section {
	overflow:hidden;
}
#nested .acc-content {
	width:390px;
	border:0px solid #9ac1c9;
	border-top:none;
	background: #fff;
}
#nested .acc-selected {
	background:url(../images/commun/header_over.gif) repeat-x top left
}

