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

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {

  height: 23px;
  background: url(plus.gif) 5px center no-repeat;
  padding:2px 0 2px 0px;
  margin-right:32px;
  cursor:pointer;  
  color: #412A27;
  font-size: 16px;
  font-weight: normal;
}

/* Toggle act item */
h3.act {
  color: #412A27;
  background:url(minus.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord2-content {
	padding:5px 0px 20px 0px;
}

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

.rgaccord2-toggle h1 {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	font-style:normal;

}

