@charset "utf-8";
/* CSS Document for Plunger */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Handle-Creativ Werbeagentur
	Client: Kainz Waerme Wasser Energie
	Description: accordion css file for typo3 extension
	Copyright: (C) 3B-Solutions Klaus Hoermann 2009
*/

/********************************************************************/
/* ACCORDION in the CONTENT MAIN */

/* accordian css style in the main content */
#maincol h3.rgaccord1-toggle  {
	height:23px;
	border:1px solid #999; 
	padding:2px 0 2px 25px;
	color:#666666;
	line-height: 22px;
	font-size:12px;
	font-weight:bold;	
	cursor:pointer;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	background:#d7e8d3 url(../../img/expand.png) 4px center no-repeat;		

}

/**/
#maincol h3.rgaccord1-toggle {
	width:513px;
}

/* toggle act item */
#maincol h3.act {
  background:#d7e8d3 url(../../img/collapse.png) 5px center no-repeat;
}

/* the content of the accordion*/
#maincol div.rgaccord1-content {	
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin-bottom:5px;	
	margin-left:0px;
	margin-right:0px;
	padding:5px;
	background-color:#f0f2f0;
}

/**/
#maincol div.rgaccord1-content {
	min-height:65px;
	width:528px;
}

/**/
#maincol div.rgaccord1-content ul  {
	list-style-type:circle;
}

/**/
#maincol div.rgaccord1-content ol {
	list-style:decimal;
}

/**/
#maincol div.rgaccord1-content li {
	margin-left:15px;
	padding-left:5px;
}

/* remove margin of a CE */
#maincol div.rgaccord1-content .ce {
	margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
#maincol div.rgaccord1-content h1 {
	display:none;
}
