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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:black !important;
  background: #C5C5C5 url(img/plus.png) 5px center no-repeat;
  padding:4px 0 6px 25px;
  cursor:pointer;
  border:1px solid #C0C0C0;
  margin-top:0px;
  margin-bottom:2px;
  margin-left:0px;
  margin-right:0px;
}

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

/* the content */
div.rgaccord1-content {
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}

/* 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;
}

.rgaccord1-nest{
 
}

