/* just a little gab */
#rgaccord2-nest {
  margin: 0px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  /*
  border:3px solid #ff0000;
  -moz-border-radius:30px;
  -khtml-border-radius:30px;
  */
  left:10px;top:50px;
  font-weight:bold;
  line-height: 23px; 
  height: 20px;
  color:#edf2f7;
  background: #9ACD32 url(../imageextension/rgaccordion/plus.png) 5px center no-repeat;
  /* border-top: 1px solid #eee; */
  padding: 1px 0px 1px 30px;
  margin: 0px 0px 5px 0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background: #00599b url(../imageextension/rgaccordion/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord2-content {
  width: 95%;
  padding-left: 20px;
  margin: 0px 0px 5px 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 h2 {
  display:none;
}

/* rounded corners */
/*
.roundedcornr_box_435428 {
   background: #9acd32;
}
.roundedcornr_top_435428 div {
   background: url(roundedcornr_435428_tl.png) no-repeat top left;
}
.roundedcornr_top_435428 {
   background: url(roundedcornr_435428_tr.png) no-repeat top right;
}
.roundedcornr_bottom_435428 div {
   background: url(roundedcornr_435428_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_435428 {
   background: url(roundedcornr_435428_br.png) no-repeat bottom right;
}

.roundedcornr_top_435428 div, .roundedcornr_top_435428, 
.roundedcornr_bottom_435428 div, .roundedcornr_bottom_435428 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_435428 { margin: 0 30px; }
*/
