/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0px 50px;
  border: 0px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-size: 0.8em; 
  font-weight:bold;
  color:#002c5d;
  background: transparent url(../images/plus.png) no-repeat 0px 0.5ex ;
  padding: 0px 0px 7px 20px;
  cursor:pointer;
  line-height: 1.4em;
}

h3:hover.rgaccord2-toggle {
color:#e7651a;
}

/* Toggle act item */
h3.act {
  color:#e7651a;
  background: transparent url(../images/minus.png) no-repeat 0ex 0.5ex;
}

/* the content */
div.rgaccord2-content {
 /* width:573px;
  border-left: 0px solid #ccc;
  border-right:0px solid #ccc;
  */
}
div.rgaccord2-content p {
font-size:0.750em; padding-bottom:18px;
  
}

/* remove margin of a CE */
/*
div.rgaccord2-content .ce {
  margin-bottom:0;
}
*/

/* remove the header inside the CE, twice is not nice */
/*
div.rgaccord2-content h1 {
  display:none;
}
*/
