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

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

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#e2318b;
  line-height: 11px;
  height: 11px;
  background:url(../layout/accordion_plus.gif);
  background-repeat:no-repeat;
  background-position:10px 6px; 
  background-color:#FFFFFF;
  padding:6px 0px 6px 25px;
  cursor:pointer;
  font-size:11px;
  margin:0px 0px 0px 0px;
}

/* Toggle act item */
h3.act {
  font-weight:bold;
  color:#e2318b;
  line-height: 11px;
  height: 11px;
  background:url(../layout/accordion_minus.gif);
  background-repeat:no-repeat;
  background-position:10px 6px; 
  background-color:#FFFFFF;
  padding:6px 0px 6px 25px;
  cursor:pointer;
  font-size:11px;
  margin:0px 0px 0px 0px;
}

/* the content */
div.rgaccord2-content {
  width:688px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 10px 0px;
}

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

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


