/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  margin-left:20px;
  font-weight:bold;
  color:#0E3661;
  line-height: 26px;
  height: 23px;
  background: #EAEAEA url(../img/ext/rg_acc_plus.png) 2px 5px no-repeat;
  border-top:1px solid #eee;
  padding:0px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
  margin-top:1px;
  margin-bottom:3px;
}

/* Toggle act item */
h3.act {
  color:white;
  background:#0E3661 url(../img/ext/rg_acc_minus.png) 2px 5px no-repeat;
}

.rgaccord1-nest h3:hover
{
	background-color:#cdcdcd;
	color:#0E3661;
}

/* the content */
div.rgaccord1-content {
  width:553px;
  padding-bottom:10px;
  padding-right:20px;
}

/* 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;
}

