/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

.rgaccord1-nest{
margin:0px;
padding:0px;
}
/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  	color:#801418;
/* 	line-height: 15px;
   	height: 23px;*/
  	background: #eeeeee url(img/plus.png) 5px center no-repeat;
  	padding:0px 0px 0px 15px;
  	margin-right:32px;
  	cursor:pointer;
	font-size:11px;
	margin-top:0px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:5px;
	font-weight:normal;
	width:100%;
	margin-right:0px;
	padding-right:0px;
border-bottom:1px solid #801418;
}

/* Toggle act item */
h3.act {
color:#801418;
background: #dddddd url(img/minus.png) 5px center no-repeat;
border-bottom:1px solid #e78901;
}

/* the content */
div.rgaccord1-content {
  width:100%;
margin-top:0px;
padding:0px 0px 0px 15px;
margin-bottom:5px;
}

/* 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;
}
