/***************************
 *    EXT rgaccordion
 ***************************/  
/* Toggle default */

.rgaccord1-nest{
 border-top:1px solid #999999;
 border-bottom:1px solid #999999;
 border-left:1px solid #999999;
 border-right:1px solid #999999;
 padding-bottom:5px;
 margin-bottom: 8px;
 padding-left: 5px;
}

div.rgaccord1-nest p {
	padding:0px 0px 0px 0px;
	font-size:11px;
	line-height:16px;
	font-weight:100;
	color:#000000;
	margin:0px;
}

h3.rgaccord1-toggle {
  font-weight:bold;
  color:#0066CC;
  background: url('../images/accordion/pl.gif') no-repeat ;
  background-position:-5 0%;
  cursor:pointer;
  padding-left:20px;
  padding-top:3px;

}

/* Toggle act item */
h3.act {

  color:#0066CC;
  background: url('../images/accordion/mi.gif') no-repeat ;
  background-position:-5 0%;
  cursor:pointer;
  padding-left:20px;
  padding-top:3px;

}
}

/* the content */

div.rgaccord1-content {
  width:99%;
  min-height: 50px;
}


/* remove margin of a CE */
div.rgaccord1-content .ce {

}



/* remove the header inside the CE, twice is not nice */

div.rgaccord1-content h1 {
  display:none;

}

