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

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0;
}

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


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

/* the content */
div.rgaccord2-content {
  width:165px;
  margin-left:0px;
  margin-top:0px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
}

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

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


