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

.rgaccord1-nest {
	margin-top:-10px;
	width:445px;
}

*html .rgaccord1-nest {
	margin-top:-10px; 
}

/* Toggle default */
h3.rgaccord1-toggle {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#d8e6f4 url(plus.png) no-repeat scroll 5px center;
color:#545454;
cursor:pointer;
font-size:11px;
font-weight:normal;
/*margin-right:32px;*/
padding:2px 5px 2px 25px;
width:410px;
}
*html h3.rgaccord1-toggle {
	width:440px;
	_width:410px;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background:#6899ce url(minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:440px;
  background-color:#fff1eb;

}

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


