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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#475425;
  line-height: 26px;
  height: 23px;
  background: #acc95f url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
}

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

/* the content */
div.rgaccord1-content {
    color:#585535;
    float:left;
    font-size:13px;
    font-style:normal;
    line-height:17px;
    margin:0 9px 5px 10px;
    padding:5px 10px 15px 8px;
    width:877px;
}

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

.rgaccord1-toggle h2 { 
    text-transform:none;
    margin:0;  
	width:899px;
    font-size:16px;
	cursor:pointer;
	color:#8f9e1c;
	margin:1px 0 0 10px;
	padding:6px 0 4px 10px;
	font-weight:normal;
	font-style:normal;
	background: url(plus_btn_faq.gif) no-repeat right center #e9ecd2; 	
	border:1px solid #e9ecd2; 
} 

.rgaccord1-toggle h2:hover { 	
	color:#4e4b29;
	background: url(minus_btn_faq.gif) no-repeat right center #e9ecd2;	
} 
 
.rgaccord1-toggle h2 .active { 	
	background: url(gfx/minus_btn_faq.gif) no-repeat right center #e4e7cb;	 
}
.rgaccord1-nest {
    margin:0 0 -3px 0;
}
