/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
  h3.rgaccord2-toggle {
  font-family:Verdana;
  font-size:12px;
  font-weight:normal;
  text-align:left;
  color:#FFFFFF;
  width:700px;
  line-height: 17px;
  height: 17px;
  /*background: #938e88 url(img/plus.png) 5px center no-repeat;*/
  background: #b1b3b4;
  border:1px solid #ccc;
  padding:2px 0 2px 5px;
  cursor:pointer;
}

/* Toggle rollover item */
h3:hover {
   font-family:Verdana;
  font-size:12px;
  font-weight:normal;
  text-align:left;
  color:#FFFFFF;
  /*background:#9fc78b url(img/minus.png) 5px center no-repeat;*/
  background:#58585a;
}

/* Toggle act item */
h3.act {
   font-family:Verdana;
  font-size:12px;
  font-weight:normal;
  text-align:left;
  color:#FFFFFF;
  /*background:#9fc78b url(img/minus.png) 5px center no-repeat;*/
  background:#58585a;
}

/* the content */
div.rgaccord2-content {
  font-family:Verdana;
  font-size:11px;
  font-weight:normal;
  text-align:left;
  color:#333333;
  padding:2px 0 2px 0;
  width:695px;
  margin-top:-10px;
  margin-bottom:-5px;
 /* border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
}

div.rgaccord2-content a{

color:#1163ae;
text-decoration:none;
}

/* 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;
}


