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


/* Toggle default */
h3.rgaccord1-toggle {
  color:#ffffff;
  line-height: 26px;
  height: 23px;
  background: #ffffff url(../main/images/more_down.png) left center no-repeat;
  border: none;
  padding:0 0 4px 6px;
  _padding: 2px 0 2px 6px;
  margin: 0 32px 0 0;
  cursor:pointer;
}
h3.rgaccord1-toggle:hover {
  background: #ffffff url(../main/images/more_ro_down.png) left center no-repeat;
}

/* Toggle act item */
h3.act {
  background:#ffffff url(../main/images/more_up.png) left center no-repeat;
}
h3.act:hover {
  background:#ffffff url(../main/images/more_ro_up.png) left center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:520px;
}

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