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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  color:#fff;
  line-height: 26px;
  background: #3459AB url(../../img/plus_01.gif) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
  margin-right:0px;
  cursor:pointer;
  ont-size:120%;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background:#6899ce url(../../img/minus.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
}

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

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

  .csc-menu-1 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 1em 0;
    list-style-type: none;
  }

  .csc-menu-1 ul { list-style-type: none; margin:0; padding: 0; }
  .csc-menu-1 li { float:left; width: 100%; margin:0; padding: 0; text-align:left; }

  .csc-menu-1 a,
  .csc-menu-1 strong {
    display:block;
    width: 95%;
    padding: 1px 0px 1px 5%;
    text-decoration: none;
    background-color:#fff;
    color: #FF6600;
    border-bottom: 1px #D5D5D5 solid;
  }

/* Just in case the skiplink anchor gets into THIS menu, because the tab-navigation was turned off */
/* PLEASE LEAVE THE FOLLING SETTING IN PLACE */  
  .csc-menu-1 a#navigation {border-bottom:0; padding:0;}

  /* Menu Title */
  .csc-menu-1 li#title {
    width: 90%;
    padding: 1px 0px 1px 10%;
    font-weight: bold;
    color: #444;
    background-color: #fff;
    border-bottom: 4px #888 solid;
  }

  .csc-menu-1 li span {
    display:block;
    width: 90%;
    padding: 1px 0px 1px 10%;
    font-weight: bold;
    border-bottom: 1px #D5D5D5 solid;
  }
  
  .csc-menu-1 li span.accessKey {
    display:inline;
    width:auto;
    padding:0;
    border:0 none;
    font-weight:normal;
    text-decoration:underline;
  }
  .csc-menu-1 li span.showAccessKey {
    display:inline;
    width:auto;
    padding:0;
    border:0 none;
    font-weight:normal;
    font-style:italic;
    font-size:75%;
  }

