/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
#contentcontainer_right h3.rgaccord1-toggle {
  font-weight:normal;
  font-size:13px;
  color:#707070;
  line-height: 26px;
  height: 26px;
  background:url(../img/rgaccordion/plus.gif) no-repeat;
  padding:2px 0 2px 12px;
 /* margin-right:32px;*/
  cursor:pointer;
   width:208px;
}
#contentcontainer_right h3.hover {
  color:#da4018;
}
/* Toggle act item */
#contentcontainer_right h3.act {
  color:#da4018;
  background:url(../img/rgaccordion/minus.gif) no-repeat;
}

/* the content */
#contentcontainer_right div.rgaccord1-content {
  width:196px;
  border:none;
  background:#FFFFFF;
  padding:13px 12px 13px 12px;
  font-size:12px;
  line-height:18px;
  color:#7d7d7d;
  border-bottom:1px solid #D2D2D2;
  height:auto;
}
#contentcontainer_right div.rgaccord1-content a{
  font-size:12px;
  line-height:18px;
  color:#da4018;
  text-decoration:none;
}
#contentcontainer_right div.rgaccord1-content a:hover {
  font-size:12px;
  line-height:18px;
  color:#da4018;
  text-decoration:underline;
}

/* remove margin of a CE */
#contentcontainer_right div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
#contentcontainer_right div.rgaccord1-content h1 {
  display:none;
}






/* Toggle default */
#content h3.rgaccord1-toggle {
  font-weight:normal;
  font-size:13px;
  color:#707070;
  line-height: 26px;
  height: 26px;
  background:url(../img/rgaccordion/plus_lang.gif) no-repeat;
  padding:2px 0 2px 12px;
 /* margin-right:32px;*/
  cursor:pointer;
   width:530px;
}
#content h3.hover {
  color:#da4018;
}
/* Toggle act item */
#content h3.act {
  color:#da4018;
  background:url(../img/rgaccordion/minus_lang.gif) no-repeat;
}

/* the content */
#content div.rgaccord1-content {
  width:530px;
  border:none;
  background:#FFFFFF;
  padding:10px 0px 20px 0px;
  font-size:12px;
  line-height:18px;
  color:#7d7d7d;
  border-bottom:1px solid #D2D2D2;
}
#content div.rgaccord1-content a{
  font-size:12px;
  line-height:18px;
  color:#da4018;
  text-decoration:none;
}
#content div.rgaccord1-content a:hover {
  font-size:12px;
  line-height:18px;
  color:#da4018;
  text-decoration:underline;
}

/* remove margin of a CE */
#content div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
#content div.rgaccord1-content h1 {
  display:none;
}


