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

div.rgaccord1-nest {
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}

/* Toggle default */
.rgaccord1-toggle {
  background: url(../Images/icn_arrow_right.gif) no-repeat left 7px;
  bottom: 0;
  color: #333333;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  position: absolute;
}

.rgaccord1-toggle:hover {
  color: #C4262E;
}

/* Toggle act item */
.act {
  line-height: 0;
  font-size: 0;
  background: url(../Images/icn_accordion_close.gif) no-repeat left 0 !important;
  height: 12px;
  width: 2px;
}

.act:hover {
  background: url(../Images/icn_accordion_close_hover.gif) no-repeat left 0 !important;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom: 0;
}

.rgaccord1-content p {
  margin: 0;
  padding: 0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display: none;
}

