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


/* Toggle default */
h3.rgaccord1-toggle {
  background: url(../images/blog/nav_arrow_down.png) 5px center no-repeat;
  padding:2px 0 1px 20px;
  cursor:pointer;
  margin:0px;
  font-size:14px;
  color:#000;
}

div.rgaccord1-toggle {
  background: url(../images/about.png) no-repeat;
  height:30px;
  padding:0px;
  cursor:pointer;
  margin:0px;
}

div.rgaccord1-toggle:hover {
  background: url(../images/aboutHOVER.png) no-repeat;
}

/* Toggle act item */
h3.act {
  background: url(../images/blog/nav_arrow_up.png) 5px center no-repeat;
}

div.act, div.act:hover {
  background: url(../images/aboutACT.png) no-repeat;
}

/* the content */
div.rgaccord1-content {
    padding-bottom:10px;
    margin-bottom:10px;
}

#top div.rgaccord1-content {
  padding-bottom:0px;
  margin-bottom:0px;
  background:#000;
  /* background-image: url(../images/contentBG.png);
  background-repeat: repeat; */
}

#top div#topcontent {
  padding:20px 40px 20px 515px;
  width:470px;
  height:200px;
  margin:0px;
}

/* 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;
}

