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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  background: white url(../images/plus.png) 0px 3px no-repeat;
  color: #9C9E9F;
  font-size: 1.5em;
  padding:2px 0 2px 20px;
  margin-right:0px;
  cursor:pointer;
}

h3.rgaccord1-toggle img {

}

/* Toggle act item */
h3.act {
  color: #96bf0d;
  background:white url(../images/minus.png) 0px 3px no-repeat;
}

/* the content */
div.rgaccord1-content {
  padding: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;
}

.rgaccord1-toggle-all {
  line-height:1.6em;
  font-size:1.2em;
  font-weight:bold;
  color:#475425;
  margin-bottom:5px;
}

.rgaccord1-toggle-all span {
  background: url(../images/plus.png) 0px center no-repeat;
  cursor:pointer;
  padding:2px 3px 2px 20px;
  width:70px;
  display:block;
  white-space:nowrap;
}

.rgaccord1-toggle-all span.act {
  background:url(../images/minus.png) 0px center no-repeat;
}
