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


/* Toggle default */
.col2_acc .rgaccord1-nest{
  /*width: 178px;
  border:1px solid #C8DD2F;
  margin-bottom:5px;
  overflow:hidden;
  font-size:12px;*/
  border:1px solid #C8DD2F;
  font-size:0.904em;
  margin-bottom:5px;
  clear:both;
}

.col2_acc .rgaccord1-toggle {
  font-weight:bold;
  color:#fff;
  background: #B4C823 url(images/Services_BoxElementBg.gif) left top repeat-x;
  cursor:pointer;
  overflow:hidden;
  clear:both;
}
.col2_acc .inner-toggle{
background: transparent url(images/Services_BoxOpen.gif) 10px 10px no-repeat;
padding:7px 10px 8px 30px;
}

/* Toggle act item */
.col2_acc .act .inner-toggle{
  color:#fff;
  background:transparent url(images/Services_BoxClose.gif) 10px 10px no-repeat;
}

/* the content */
.col2_acc div.rgaccord1-content {
padding:0px;
  overflow:hidden;
  clear:both;
}

/* remove margin of a CE */
.col2_acc div.rgaccord1-content .ce {
  margin-bottom:0;
}

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

.fce_accordion_one .rgaccord1-nest{
  /*width: 178px;
  border:1px solid #C8DD2F;
  margin-bottom:5px;
  overflow:hidden;
  font-size:12px;*/
  font-size:0.904em;
  margin-bottom:5px;
  clear:both;


}

.rgaccord1-nest body {margin:0;padding-left:15px;}

.fce_accordion_one .rgaccord1-toggle {
  font-weight:normal;
  color:#000;
  background:url("images/NavigationSub_StandardBg.gif") repeat-x scroll left top #AAAAAA;
  cursor:pointer;
  overflow:hidden;
  clear:both;
}
.fce_accordion_one .inner-toggle{
background: transparent url(../img/icons/16b_zoomIn.gif) 10px 10px no-repeat;
padding:7px 10px 8px 30px;
line-height:17px;
}

/* Toggle act item */
.fce_accordion_one .act .inner-toggle{
  color:#000;
  background:transparent url(../img/icons/16b_zoomOut.gif) 10px 10px no-repeat;
}

/* the content */
.fce_accordion_one div.rgaccord1-content {
  border:1px solid #aaa;
padding:0px;
  overflow:hidden;
  clear:both;


}

/* remove margin of a CE */
.fce_accordion_one div.rgaccord1-content .ce {
  margin-bottom:0;
}

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

.fce_accordion_two .rgaccord1-nest{
  /*width: 178px;
  border:1px solid #C8DD2F;
  margin-bottom:5px;
  overflow:hidden;
  font-size:12px;*/

  
  margin-bottom:3px;
  clear:both;
}

.fce_accordion_two .rgaccord1-toggle {
  font-weight:normal;
  color:#006482;
  cursor:pointer;
  overflow:hidden;
  clear:both;
  text-decoration:underline; 
  font-size:0.904em;
}
.fce_accordion_two .inner-toggle{
background:url("images/n_plus.gif") no-repeat scroll left center transparent;
padding:0 0 0 10px;
}

/* Toggle act item */
.fce_accordion_two .act .inner-toggle{
  color:#006482;
background:url("images/n_minus.gif") no-repeat scroll left center transparent;
padding:0 0 0 10px;
}

/* the content */
.fce_accordion_two div.rgaccord1-content {
  padding:0px;
  overflow:hidden;
  clear:both;
}
