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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#333;

  padding: 5px 0px 2px 5px;  

  height:21px;
  /*border-top:1px solid #ddd; */
  border-bottom:1px solid #CDC2A2;
  
  margin: 0px;
  
  font-size: 12px;

  background-repeat: no-repeat;
  background-position: 476px center;	
}

h3.rgaccord1-toogle-with-js {
  background-image: url(images/unten.png);
  cursor:pointer;
}

h3.rgaccord1-toogle-with-js:hover {
  background-image: url(images/redunten.png);
  color:#FF6600;
}

h3.act {
  background-image: url(images/oben.png) !important;
}

h3.act:hover {
  background-image: url(images/redoben.png) !important;
}



















.rgaccord1-bg {
  background-color: #EAE7DE;
  z-index: 300;
}



/* Toggle act item */
h3.act {

}

/* the content */
div.rgaccord1-content {
  border-left:1px solid #CDC2A2;
  border-right:1px solid #CDC2A2;
  border-bottom:1px solid #CDC2A2;
}

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


