/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

div.rgaccord1-nest {
}

/* Toggle default */

div.rgaccord1-nest ul {
	margin:0 20px 0 40px;
	padding:5px 0 0 0;
}

div.rgaccord1-nest h3.rgaccord1-toggle {
	font-weight:bold;
	background:url(images/plus.jpg) left 12px no-repeat transparent;
	padding:10px 0 0 16px;
	cursor:pointer;
	font-weight:bold;
	margin:0 20px;
}

div.rgaccord1-content h1 {
	display:none;
}

div.rgaccord1-nest h3.rgaccord1-toggle a:hover {
	color:#6689AF;
	text-decoration:underline;
}

div.maincontent div.rgaccord1-nest div.csc-default {
padding:0;
} 

div.rgaccord1-nest div.csc-default {
	border-top-width:0;
        margin-bottom:0;
        margin-top:2px;
        padding-bottom:0;
        padding-left:none;
        padding-right:70px;

}

/* Toggle act item */

div.rgaccord1-nest h3.act {
	background:url(images/minus.jpg) left 12px no-repeat transparent;

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}