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


/* Toggle default */
h2{border-top:1px solid #999;}

h2.rgaccord1-toggle {
  cursor:pointer;
  font-weight:bold;
  padding: 10px 0 10px 0;
}

/* Toggle act item */
h2.act {
  color:#000000;
  font-weight:bold;
}

/* the content */
div.rgaccord1-content {
  width:650px;
  padding: 0 0 10px 0;
  font-weight: normal;

}

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

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

