/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-size:12px;
  font-weight:bold;
  color: #8BBFDF;
  line-height: 17px;
  letter-spacing: 0px;
  text-decoration:underline;
  height: 17px;
  background: url("../media/button_normal_05.gif") center no-repeat;
  padding: 2px 0 2px 23px;
  margin-right:0px;
  cursor:pointer;
}

.rgaccord1-nest {
	padding-bottom: 3px;
	margin-top: 0px;
}

/* Toggle act item */
h3.act {
  color: white;
/*  background: url("../media/button_down_03a.gif") 0px center no-repeat;*/
  background: url("../media/button_down_03a.gif") center no-repeat;
  text-decoration:none;  
}

div.rgaccord1-content {
  padding-left: 22px;
  padding-top: 10px;  
  padding-bottom: 5px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content .csc-header  {
  display:none;
}
