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

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#000000;
  line-height: 20px;
  height: 20px;
  background: #eaeaea url(http://www.test4.ebusiness-concept.de/fileadmin/templates/images/plus.gif) 5px center no-repeat;
  
  padding:2px 0 2px 25px;
  cursor:pointer;
margin:0px;
font-size:12px;
border:0px solid #838383;
border-bottom:1px solid #fff;
}

/* Toggle act item */
h3.act {
 color:#000000;
  background:#eaeaea url(http://www.test4.ebusiness-concept.de/fileadmin/templates/images/minus.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  padding: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;
}


