/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

.rgaccord1-nest, rgaccord1-toggle, div.rgaccord1-content {
	margin:0;
	padding:0;
}
div.rgaccord1-content h4 {
	display:none;
}
/* Toggle default */
h3.rgaccord1-toggle {
  	font-weight:bold;
  	color:black;
  	line-height: 1.2em;
  	height: 1.3em;
  	/*background: #acc95f url(rgaccordion1_FILES/plus.png) 5px center no-repeat;*/
  	 background: transparent url(rgaccordion1_FILES/plus_rvdw.gif) 0 bottom no-repeat;
  	/*border-top:1px solid #eee;*/
 	padding:0 0 0 0.8em;
  	margin-right:32px;
  	margin-bottom:0;
  	margin-top:10px;
  	cursor:pointer;
  	border-bottom: 0.1em solid #D0BD94;
}
/* Toggle act item */
h3.act {
  	color:black;
  	/*background:#6899ce url(rgaccordion1_FILES/minus.png) 5px center no-repeat;*/
  	background:transparent url(rgaccordion1_FILES/minus_rvdw.gif) 0 bottom no-repeat;
  	padding-bottom:0;
  	margin-bottom:0;
}
/* the content */
div.rgaccord1-content {
  	/*width:573px;*/
  	/*border-left:1px solid #ccc;
  	border-right:1px solid #ccc;*/
  	padding:0.2em 0.2em 1em 0.2em;
  	margin:0 2em 1em 0;
  	/*background:#CCD8E6;*/
  	background:#EBF9FF;
}
div.rgaccord1-content img {
	padding-bottom:0.4em;
}
div.rgaccord1-content a {
	height:1px;
	padding:0;
  	margin:0 0 0 0;
}
/* remove margin of a CE */
	div.rgaccord1-content .ce {
  
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  	display:none;
}

