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

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

/* Toggle default */
h3.rgaccord2-toggle {
 
 color:#333333;
  height: 13px;
 background: #acc95f url(img/plus.png) 2px center no-repeat;
 background-color:#E9ECF3;
  padding-left:25px;
  padding-bottom:5px;
  margin-right:32px;
  cursor:pointer;
	 width:100%;
	 border-bottom:2px solid #dddddd;
	 border-top:2px solid #E9ECF3;
	 text-align:left;
	 letter-spacing:0.07em;
	#letter-spacing:0.05em;
	padding-top:5px;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	 font-variant:small-caps;
	 margin-bottom:-3px;
	 
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  font-variant:small-caps;
  background:url(img/minus.png) 5px center no-repeat;
  background-color:#4B5C87;
  font-size:14px;
  padding-top:5px;
}

/* the content */
div.rgaccord2-content {
  width:101%;
  background-color:#eeeeee;
  padding-left:10px;
  padding-right:10px;
}

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

