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

.rgaccord1-nest {
  margin:0px;
	padding: 0 0 5px 0;
}
/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
font-size:11px;
  line-height: auto;
  height: auto;
  background: #ffffff url(img/plus.gif) 5px center no-repeat;
    padding:0 0 0 25px;
	margin:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#ed1c24;
  background:#ffffff url(img/minus.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:auto;
padding:10px;
}

/* 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 .headline {
  display:none;
}

