/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord3-nest {
  margin:10px;
}

/* Toggle default */
h3.rgaccord2-toggle {
color:#000000;
cursor:pointer;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
height:15px;
margin-left:10px;
margin-right:0;
padding:3px 0 2px 0px;
width:730px;
}

/* Toggle act item */
h3.act {
  color:#000000;
}
/* the content */
div.rgaccord2-content {
  width:720px;
  padding:0px;
  margin-left:20px;

}

/* 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;
}

