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

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0px 0px 0px;
width: 710px;
padding-bottom: 10px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#ffffff;
  background: url(../media/plus.png) no-repeat;
background-color: #004D9A;
  line-height: 20px;
  height: 20px;
  padding-left:20px;
margin-bottom:5px;
  cursor:pointer;
width: 690px;

float: left;


}


.line {
border-top: 1px dashed #cccccc;
height: 10px;
margin-top: 10px;

}

.title_small {
  font-weight:normal;
  color:#000000;
font-size: 11px;

}

/* Toggle act item */

h3.act {
background: url(../media/minus.png) no-repeat;
background-color: #004D9A;
  color:#ffffff;
  float: left;
}


/* the content */
div.rgaccord2-content {
  width:700px;
margin-bottom: 10px;
float: left;
padding: 5px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
  float: left;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}

