/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */

h3.rgaccord1-toggle {
  font-weight:normal;
  text-decoration:none;
  color:#000000;
  line-height: 15px;
  width:415px;
  height: 15px;
  background: #D0CFD0 url(img/ajax_bg.jpg) no-repeat;
  border:none;
  padding:2px 0 5px 25px;
  margin:0px;
  cursor:pointer;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}



/* Toggle act item */

h3.act {
  color:#000000;
  border:none;
  background: #D0CFD0 url(img/ajax_bg_act.jpg) no-repeat;
}



/* the content */
div.rgaccord1-content {
  width:415px;
  padding-left:12px;
  padding-right:13px;
  border-right:none;
  border-left:none;
  background-color:#efecea;
  padding-bottom:10px;
  margin-bottom:25px;
}

div.rgaccord1-content ul li {
	background-color:#FFFFFF;
	margin-bottom:5px;
	padding:2px;
	padding-left:20px;
	width:250px;
	background-image: url(img/ajaxlist.gif);
	background-repeat:no-repeat;
	background-position:left;
}

div.rgaccord1-content a:link, div.rgaccord1-content a:visited {
	color:#007bae;
	text-decoration:none;
}

div.rgaccord1-content ul{
	list-style-type: none;
}


/* 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;
}
