/***************************
 *  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-weight:bold;
  color:#003882;
  line-height: 26px;
  height: 23px;
  background:transparent url(/fileadmin/tim_onlinemarketing/template/img/slide_plus.gif) -2px 4px no-repeat;
  padding:0;
  padding-left:15px;
margin:0;
margin-top:2px;
margin-bottom:2px;
  margin-right:32px;
  cursor:pointer;
font-style:italic;
}

/* Toggle act item */
h3.act {
  color:#003882;
  padding:0;
  padding-left:15px;
  background-image:url(/fileadmin/tim_onlinemarketing/template/img/slide_minus.gif);
}

/* the content */
div.rgaccord2-content {
  width:573px;
margin:0;
}

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

