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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  font-size:90%;
  color:#333333;
  line-height: 13px;
  height: 12px;
  background:transparent url(img/plus.png) 12px center no-repeat;
  border-top:0px solid #fff;
  padding:2px 0 2px 35px;
  margin:0px 0px 0px 0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#333333;
  background:transparent url(img/minus.png) 12px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:510px;
  padding:2px 0 2px 21px;
  border-left:0px solid #ccc;
  border-right:0px solid #fff;
  background: transparent;
}

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

