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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#464645;
  line-height: 20px;
  height: 30px;
  background: #EAEAE9 url(rgaccordion1_FILES/adressback.gif) 5px center no-repeat;
  border-top:1px solid #eee;
  padding: 10px 0 2px 25px;
  margin-bottom:5px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#464645;
  background:#EAEAE9 url(rgaccordion1_FILES/adressbackclose.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width: 460px;
  /*border-left:1px solid #ccc;*/
  /*border-right:1px solid #ccc;*/
}

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

