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


/* Toggle default */
h3.rgaccord1-toggle {
  padding:0;
  margin:0;
  font-weight:bold;
  color:#e2001a;
  line-height: 22px;
  background: url(img/plus.gif) no-repeat 13px 6px #eeeeee;
  cursor:pointer;
  font-size: 13px;
  padding-left: 28px;
  padding-right: 13px;
  /*margin-top: 2px;*/
  width: 958px;
  float: left;
  display: block;
}

/* Toggle act item */
h3.act {
  color:#e2001a;
  background-color: #eeeeee;
  margin-bottom: 2px;
   background: url(img/minus.gif) no-repeat 13px 6px #eeeeee;
}

/* the content */
div.rgaccord1-content {
  width:999px;
  height: 304px;
  background-color: #b5b5b5;
}

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


