/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
 
#rgaccord  h3.rgaccord1-toggle {
	color:#ffffff;
	background: #8FBADA url(../imgs/plus-white.gif) 100px center no-repeat;
	}

#rgaccord h3.act {
  background:#8FBADA url(../imgs/minus-white.gif) 100px center no-repeat;
}	
	
/* Toggle default */
h3.rgaccord1-toggle {

  font-size:10px;
  text-transform:uppercase;
  line-height: 25px;
  height: 23px;
  background: #dbeaf5 url(../imgs/plus.gif) 100px center no-repeat;
  padding:2px 0 2px 10px;
  cursor:pointer;
  color:#3d8fcc;
  margin:0;
  font-weight:normal;
}

/* Toggle act item */
h3.act {
   color:#3d8fcc;
  background:#dbeaf5 url(../imgs/minus.gif) 100px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  background-color:#dbeaf5;
}

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

div.rgaccord1-nest {
margin-bottom:1px;
}
