/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin-top: 10px;
  
  	width: 660px;
  	

  
}

/* Toggle default */
h3.rgaccord2-toggle {

  font-size: 12px;
  font-weight:bold;
  color:#475425;

  	width: 650px;

  height: 30px;
  background: url(img/bg-accordeon-plus.jpg) no-repeat;
  border-top:0px solid #eee;

  padding: 1px 0px 0px 25px;
  margin-right:32px;

  cursor:pointer;
}



/* Toggle act item */
h3.act {
  color:#202B33;
  background: url(img/bg-accordeon-minus.jpg) no-repeat;
}

/* the content */
div.rgaccord2-content {
	width: 665px;
  
  padding-left: 0px;
  
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
}

/* 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 {
  display:none;
}

h1 {

 font-size: 12px;
  font-weight:bold;
  color:#202B33;

}