/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
	background:transparent url(/fileadmin/template/css/bullet.gif) no-repeat scroll 10px center;
	border-bottom:1px solid #000000;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	margin:15px 0px 0px;
	padding-left:35px;
	cursor:pointer;
}



/* Toggle act item */
h3.act {
  color:#000;
  background: #BEBEBE url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
 
}

/* 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, div.rgaccord1-content h2 {
  display:none;
}


