/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  cursor:pointer;
  font-size: 12px;
  border-bottom: 1px solid #FFF;
  border-collapse:collapse;
  background: url(../img/frame3-li-a.gif) 0px 0px no-repeat #EAEAEA;
  color: #151C60;
  height: 25px;
  line-height: 25px;
  padding: 0px 10px 0px 35px;
  margin:0px!important;
}

h3.rgaccord1-toggle:hover {
	background: url(../img/frame3-li-a-hover.gif) 0px 0px no-repeat #C1C3C2;
}

/* Toggle act item */
h3.act {
  background: url(../img/frame3-li-a-hover.gif) 0px 0px no-repeat #C1C3C2;
  margin:0px!important;
}
/* the content */
div.rgaccord1-content {
  background: #EAEAEA;
  border-bottom: 1px solid #FFF;
}

.rgaccord1-content ul {
	padding: 15px 15px 15px 30px;
	margin:0px!important;
}

/* 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;
}


