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



/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
    width:160px;
  color:#000;
  font-size:11px;
  line-height: 14px;
  height: 14px;
  background: #fff url(img/plus.png) 5px center no-repeat; 

  padding:0px 0 2px 25px;
  margin:20px -5px -8px 1px;
  cursor:pointer;
}

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

/* the content */
div.rgaccord1-content {
  width:140px;

margin: 2px 0 2px 4px;
}

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

