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


/* Toggle default */
h3.rgaccord1-toggle {
  width:423px;
  font-weight:bold;
  color:#626262;
  line-height: 26px;
  height: 23px;
  background-color: #eef1d6;
  background-image: url(img/plus.gif);
  background-position: 423px;
  background-repeat: no-repeat;
  border:1px solid #ccc;
  padding:2px 0 2px 25px;
  margin-top: 5px;
  margin-right:32px;
  margin-bottom: 5px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  width: 423px;
  color:#626262;
  background-color :#eefd1d6;
  background-image: url(img/minus.gif);
  background-position: 423px;
  background-repeat : no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:423px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  padding: 5px;
}

/* 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 h2 {
  display:none;
}


