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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  color:#0099cc;
  background: #ffffff url(bilder/liste_up.gif) 0px 2px no-repeat;  
  padding-left:12px;
  padding-top:0px;
  margin-right:0px;
  cursor:pointer;
  margin-top:12px;
  display:inline-block;
  padding-bottom:0px;
}

/* Toggle act item */
h3.act {
  color:#0099cc;
  font-weight:bold;
  background:#ffffff url(bilder/liste_down.gif) 0px 7px no-repeat;
  border-top:1px dotted #8a8b8b;
  padding-top:5px;
  margin-top:15px;
  display:block;
  margin-bottom:0px;
}

/* the content */
div.rgaccord1-content {
  width:500px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:20px;
  padding-top:10px;
  margin-top:-10px;
  margin-bottom:2px;
}

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


