/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size: 12px;
  color: #001F4F;
  line-height: 20px;
  height: 20px;
  background:  transparent url(/fileadmin/lhsgroup.com/images/accordion/folder-on.gif) 5px center no-repeat;
  /*border:1px solid #ffffff;*/
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:1px;
}

/* Toggle act item */
h3.act {
 text-transform:uppercase;
  color: #001F4F;
  letter-spacing:1px;
  background:transparent url(/fileadmin/lhsgroup.com/images/accordion/folder-off.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:100%;
  /*border-left:1px solid #ccc;*/
  /*border-right:1px solid #ccc;*/
  padding-bottom: 0px;
}

div.rgaccord1-content .bodytext, div.rgaccord1-content .bullet_blue_bold, div.rgaccord1-content .red_bullet {
  height: auto;
  padding-bottom: 10px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:10px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}