/*

inherits from
typo3conf/ext/rgaccordion/res/rgaccordion1.css

*/ 


/* Toggle default */
h3.rgaccord1-toggle {
  margin: 0px;
  padding: 0px;
  font-weight:bold;
  font-size:12px;
  color:#868585;
  line-height: 27px;
  height: 27px;
  background: #ffffff url(pics/acc_bg.jpg) left top no-repeat;  
  border:0px;
  padding:0px 0px 0px 28px;
  cursor:pointer;
  text-transform:uppercase;
  width: 605px;
  margin-left: auto; 
  margin-right: auto;  
}

/* Toggle act item */
h3.act {
  color:#1c375c;
  background-position: 0 -27px;
}

/* the content */
div.rgaccord1-content {
  width: 623px;
  border: o !important;
  background: #ffffff url(pics/acc_bg_act.jpg) left top no-repeat;
  border-left:0px !important;
  border-right:0px !important;
  margin-left: auto !important; 
  margin-right: auto !important;
  padding:10px 5px 10px 5px;
}

div.rgaccord1-content ul{
	padding-left: 5px;
}


/* 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; 
}


