/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
.rgaccord1-nest .csc-header {
}

.rgaccord1-nest h3 {
    margin: 0;
}

.rgaccord1-nest p {
    margin: 0 5px;
    padding-bottom: 10px;
}

/* Toggle default */
h3.rgaccord1-toggle {
  background: #e0dfd9 url(/fileadmin/template/images/ico_plus.gif) no-repeat 4px 6px;
  padding: 4px 0 4px 18px;
  cursor: pointer;
}

/* Toggle act item */
h3.act {
  color: #ffffff;
  background: #d00000 url(/fileadmin/template/images/ico_minus.gif) no-repeat 4px 6px;
}

/* the content */
div.rgaccord1-content {
  margin-bottom: 4px;
}

div.rgaccord1-content div div {
    margin: 0;
}

/* 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;
}


