/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:                               bold;
  color:                                     #000000;
  line-height:                               24px;
  height:                                    24px;
  background-image:                          url(img/h3_accordion.gif);
  background-repeat:                         no-repeat;
  border:                                    1px solid #bbbbbb;
  padding:                                   2px 0 2px 25px;
  margin:                                    0px 5px 0px 0px;
  cursor:                                    pointer;
  font-family:                               Arial;
  font-size:                                 12px;       
}

/* Toggle act item */
h3.act {
     background-image:                       url(img/h3_accordion_act.gif);
     background-repeat:                      no-repeat;
     border-top:                             1px solid #cccccc;
}

div.rgaccord1-nest{
     background-image:		                   url(img/schatten_rechts_accordion.jpg);
     background-position:	                   right top;
	background-repeat:		                   no-repeat;
	margin:                                     6px 0px 0px 0px;
}
*html div.rgaccord1-nest{
     background-image:		                   url(img/schatten_rechts_accordion.jpg);
     background-position:	                   right top;
	background-repeat:		                   no-repeat;
	margin:                                     -2px 0px 0px 0px;
}
/* the content */
div.rgaccord1-content {
     width:                                      580px;
	border-left: 			                   1px solid #cccccc;
	margin-top:                                 0px;
	padding-top:                                1px;
	padding-bottom:                             5px;
}
div.rgaccord1-content p{
	margin:                                     5px 1px 6px 5px;
	font-family:			                   Arial, Helvetica, sans-serif;
	font-size:				              12px;
	text-align:				              left;
	color:                                      #666666;
}
*html div.rgaccord1-content p{
	margin:                                     5px 5px 6px 5px;
}
.accordion_schatten{
	width:					              590px;
	height:					              6px;
	background-image:		                   url(img/accordion_schatten.jpg);
	background-repeat:		                   no-repeat;
	background-position: 	                   left;
	margin-left:					         0px;
	float:					              left;
}
*html div.rgaccord1-content {
     width:                                      590px;
	/*border-left: 			                   1px solid #cccccc;*/
	margin-top:                                 0px;
	padding-top:                                0px;
	padding-bottom:                             0px;
}
*html .accordion_schatten{
	width:					              590px;
	height:					              6px;
	background-image:		                   url(img/accordion_schatten.jpg);
	background-repeat:		                   no-repeat;
	background-position: 	                   left;
	margin-left:					         0px;
	margin-top:                                 -9px;
	float:					              left;
}
/* 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;
}


