/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/

/* Toggle default */
h3.rgaccord1-toggle {
  font-size:1em;
  font-weight:bold;
  color:#0193cc;
  line-height: 20px;
  height: 20px;
  width:inherit;
  background: #ffffff url(img/plus_r.png) 3px center no-repeat;
  border-bottom:1px solid #0193cc;
  padding:2px 0px 4px 25px;
  margin-right:0px;
  margin-left:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#0193cc;
  background:#ffffff url(img/minus_wa.png) 3px center no-repeat;
  border-bottom:1px solid #0193cc;
  font-style: italic;
}

/* the content */
div.rgaccord1-content {
  margin:0px;
  padding: 5px 10px 5px 10px;
  width:inherit;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:10px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}
