/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#000;
  line-height: 14px;
  height: 12px;
  background: url(img/plus.png) 5px center no-repeat;
  /*border-top:1px solid #eee;*/
  padding:1px 0 1px 25px;
  /*margin-right:32px;*/
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  color:#000;
  background:url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  /*width:573px;*/
  /*border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
  position:relative;
  float:left;
  margin:0em;
  padding:0em;
}



/* 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, div.rgaccord1-content h3, div.rgaccord1-content h4, div.rgaccord1-content h2, div.rgaccord1-content h5 {
  display:none;
}


