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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size: 14px;
  text-transform: uppercase;
  color:#000;
  line-height: 24px;
  height: 23px;
  background: #FEF994 url(../i/plus.png) 5px center no-repeat; 
  /* border:1px solid #c00; */
  padding:2px 0 2px 25px;
  /* margin-right:32px; */
  cursor:pointer;
  width: 455px;
}

h3.rgaccord1-toggle:hover {
	color:#fff;
  	background:#137642 url(../i/minus.png) 5px center no-repeat;	
}

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

/* the content */
div.rgaccord1-content {
	width: 480px;
	padding-left: 2px;
  /* border-left:1px solid #ccc;
  border-bottom: 1px solid #ccc; */
}

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

div.rgaccord1-content .bodytext {
	font-size: 12px;
	padding: 5px;
}
