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



div.12open {

	background:red;
}
/* Toggle default */
h3.rgaccord1-toggle,
div.close h1
{
  line-height: 18px;
  height: auto;
  color:#616161;
  background: transparent  url(img/plus.png) 5px 5px no-repeat;
  border-top:10x solid #eee;
  padding:2px 0 2px 23px;
  margin:0 0 5px 0px;
	
  cursor:pointer;
font-size:100%;
}

/* Toggle act item */
h3.act,
div.open h1 {
  color:#616161;
  background: transparent url(img/minus.png) 5px 5px no-repeat;
font-size:100%;


 line-height: 18px;
  height: auto;
  color:#616161;
  
  border-top:10x solid #eee;
  padding:2px 0 2px 23px;
  margin:0 0 5px 0px;
	
  cursor:pointer;
font-size:100%;


}

/* the content */
div.rgaccord1-content,
.ka-content {
  width:585px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
border-bottom:1px solid #ccc;
 padding:2px 0 2px 25px;
}

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


