/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
 
/* just a little gab */
#rgaccord2-nest {
  margin:0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  margin: 0;
  line-height: 25px;
  height: 26px;
  background: #C9C9C9 url(../img/rg2-1new.gif) no-repeat;  
  padding: 0px 10px 0px 35px;
  margin-right: 0px;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
}

/* Toggle act item */
h3.act {
  color:#000000;
  background: #C9C9C9 url(../img/rg2-2new.gif) no-repeat;  
  font-weight: bold;
}

/* the content */
div.rgaccord2-content {
  background-color: #E8E8E8;
  padding-left: 35px;
  padding-right: 25px;
  padding-bottom: 20px;    
  /*width: 446px;*/
  margin: 0;  
  color: #656565;  
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {

}



