/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

div#content_main h3.rgaccord1-toggle {
	font-size:13px;
	color:#a21514;
	text-decoration:none;
	font-weight:normal;
  color:#a21514;
  line-height: 23px;
  font-size:13px;
  height: 23px;
  background: #ffffff url(../img/plus_lang.gif) no-repeat;
  padding:4px 0 3px 12px;
  margin-right:32px;
  cursor:pointer;
  width:482px;
	}

/* Toggle default *//*
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#a21514;
  line-height: 23px;
  font-size:13px;
  height: 23px;
  background: #ffffff url(../img/plus_lang.gif) no-repeat;
  padding:4px 0 3px 12px;
  margin-right:32px;
  cursor:pointer;
  width:482px;
}*/
h3.hover { color:#000000;}

/* Toggle act item */
h3.act {
  color:#000000;
  background:#ffffff url(../img/minus_lang.gif) no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:482px;
  border:none;
  background:#FFFFFF;
  padding:10px 0 20px 12px;
   border-bottom:1px solid #D2D2D2;
}

div.rgaccord1-content a{
  color:#000000;
  text-decoration:none;
}
div.rgaccord1-content a:hover {
  color:#000000;
  text-decoration:underline;
}

/* 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;
}

