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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#5b5b5b;
  font-size:12px;
  line-height: 23px;
  height: 20px;
  width: 143px;
  background: #dde3e8 url(plus.png) 5px center no-repeat;
  border-top:1px solid #7e7e7e;
  padding:2px 0 2px 25px;
  margin-left:4px;
  cursor:pointer;
  }
  

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

/* the content */
div.rgaccord1-content {
  width:165px;
  margin-left:4px;
  border-left:0px solid #c4c9ce;
  border-right:0px solid #c4c9ce;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:10;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}


