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


/* Toggle default */






h3.rgaccord1-toggle {
background:#181818 url(img/plus.jpg) no-repeat scroll 5px center;
font-size:12px;
color:#47B845;
  line-height: 23px;
  height: 23px;
  padding-top:2px;
  padding-right:0px;
  padding-bottom:2px;
  padding-left:17px;
  cursor:pointer;
  font-weight:normal;
  width:505px; 
  #width:505px; 

}

/* Toggle act item */
h3.act {
background:#181818 url(img/minus.jpg) no-repeat scroll 5px center;
color:#57B7DD;

}

/* the content */
div.rgaccord1-content {
  #width:517px; 
  /*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;
}

