/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default ### ALT bg:#e6e6e6  */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#404040;
  line-height: 18px;
  height: 18px;
  background: #EFEFEF url(img/plus_3d.png) 5px center no-repeat;
  border-top:2px solid #fff;
  padding:2px 0 2px 25px;
  margin:0 10px;
  cursor:pointer;
}

/* Toggle act item ### ALT font:#fff bg:#ea690B  */
h3.act {
  color:#404040;
  background:#e6e6e6 url(img/minus_3d.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
/*  width:343px; */
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  margin:0 1em;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

