/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:10px;
}

/* Toggle default */
h3.rgaccord2-toggle {
float:left;
background:url(../../img/roll_out.png) no-repeat scroll left top;
color:#2476a3;
cursor:pointer;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
height:18px;
margin-left:10px;
margin-right:0;
padding:4px 0 2px 22px;
width:750px;
}

/* Toggle act item */
h3.act {
  color:#2476a3;
  background:url(../../img/roll_out.png) no-repeat scroll left top;
}
/* the content */
div.rgaccord2-content {
  float:left;width:735px;
  padding:0 10px;
  margin-left:0px;
}

/* 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;
}

