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


/* Toggle default */
h3.rgaccord1-toggle {
  line-height: 18px;
  background: #FFF url(../img/plus.png) 0px 6px no-repeat;
  padding:5px 0 10px 23px;
  cursor:pointer;
    border-bottom:1px dotted #CCC;
}

/* Toggle act item */
h3.act {
  background:#FFF url(../img/minus.png) 0px 6px no-repeat;
    border-bottom:0;
}

h3.rgaccord1-toggle:hover {color: red;}

/* the content */
div.rgaccord1-content {
  padding: 0px 0 0 23px;
  border-bottom:1px solid #CCC;
}
div.rgaccord1-content p {margin-top: 0; padding-top: 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 .csc-header {
  display:none;
}


