/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#0064A8;
  line-height: 20px;
  background: #ffffff url(img/plus.png) 5px 5px no-repeat;
  border-top:1px solid #eee;
  padding:2px 0px 2px 25px;
  cursor:pointer;
  font-size: 12px;
}

h3.rgaccord1-toggle-notlogin {
  font-weight:bold;
  color:#0064A8;
  line-height: 20px;
  background: #ffffff url(img/pfeil.png) 0px 5px no-repeat;
  padding:2px 0px 2px 25px;
  font-size: 12px;
}

/* Toggle act item */
h3.act {
  color:#0064A8;
  background:#ffffff url(img/minus.png) 5px 5px no-repeat;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
}

/* the content */
div.rgaccord1-content {
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  padding: 5px 10px 5px 25px;
}

/* 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;
}