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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  color:#033a62;
  line-height: 23px;
  height: 23px;
  background: #dedede url(../../../../fileadmin/img/navi_arrow_blue.gif) 10px center no-repeat;
  border-top:1px solid #dedede;
  padding:2px 0 2px 30px;
  margin-right:0;
  margin-bottom:0;
  margin-top:2px;
  cursor:pointer;
  width:500px;
}

/* Toggle act item */
h3.act {
  color:#033a62;
  background:#dedede url(../../../../fileadmin/img/navi_arrow_blue_act.gif) 10px center no-repeat;
  margin-top:2px;
}

/* the content */
div.rgaccord1-content {
  width:500px;
  padding-right:11px;
  padding-top:15px;
  padding-left:15px;
  border-left:2px solid #dedede;
  border-right:2px solid #dedede;
  border-bottom:2px solid #dedede;
}

/* 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;
}

