@media all {

/* Accordion */
/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#751E14;
  padding: 0px;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
}

/* Toggle act item */
h3.act {
}

h3.rgaccord1-toggle span.rgaccord1-button {
	background: url(../../img/button_arrow.gif) no-repeat 10px center;
	padding-left: 20px;
}

h3.act span.rgaccord1-button {
	background: url(../../img/button_arrow_down.gif) no-repeat 10px center;
}
	
/* the content */
div.rgaccord1-content {
  padding: 0.5em 0;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}

div.rgaccord1-content div.border-bottom {
	border: 0px;
	padding: 0.5em;
	margin: 0em;
}

div.rgaccord1-content p {
	margin: 0em;
}
	
/* 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;
}
	
}