/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
.rgaccord1-nest{
	margin-bottom:20px;
}

/* Toggle default */
h3.rgaccord1-toggle {
  cursor:pointer;
  text-decoration:none;
  color:#666666;
  background: url(../layout_images/arrow_klein.gif) no-repeat 0 2px; 
  padding:0 0 0 15px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  position:relative;
}
/* Toggle act item */
h3.rgaccord1-toggle:hover {
  text-decoration:none;
  color:#005da8;
  background: url(../layout_images/arrow_klein_blue.gif) no-repeat 0 2px; 
  padding:0 0 0 15px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Toggle act item */
h3.act {
  text-decoration:none;
  color:#005da8;
  background: url(../layout_images/arrow_klein_down_blue.gif) no-repeat 0 2px; 
  padding:0 0 0 15px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
/* Toggle act item */
h3.act:hover {
  text-decoration:none;
  color:#005da8;
  background: url(../layout_images/arrow_klein_down_blue.gif) no-repeat 0 2px; 
  padding:0 0 0 15px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

/* the content */
div.rgaccord1-content {
  width:470px;
  border:none;
  padding:0 0 0 15px;
}

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

