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


/* Toggle default */
.rgaccord1-toggle {
	cursor:pointer;
	height:1%;
	overflow:hidden;
	vertical-align:middle;
	background:#FFFFFF url(../images/bullet.gif) no-repeat scroll 6px 10px;
	border:7px solid #ADC2CB;
	color:#416E7F;
	display:block;
	font-size:150%;
	line-height:201%;
	padding:0 0 0 7px;
	margin-bottom:3px;
	width:655px;    
}                  

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

/* the content */
.rgaccord1-content {
  width:573px;
}

/* 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 { 	
    float:left;
    text-transform:none;
    margin:0;  
	width:900px;
    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(../gfx/plus_btn_faq.gif) no-repeat right center #e9ecd2; 	
	border:1px solid #e9ecd2; 
} 

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