
#accordion { }

#accordion h3.toggler {
  line-height: 1;
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
  font-size: 12px;
	margin: 0;
	padding: 5px 5px 5px 24px;
	color: #558000;
	background-color: #D6E6B5;
  background-image: url("/fileadmin/_templates/images/mooExpand.gif");
  background-position: 5px 50%;
  background-repeat: no-repeat;
	border-bottom: 1px solid #fefefe;
  overflow: hidden;	
  }

#accordion h3.even {
	background-color: #B9CD91;  
  }

#accordion h3.active {
  color: #ffffe1;
  background-image: url("/fileadmin/_templates/images/mooCollapse.gif");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  }

#accordion span.rating {
  float:right;
  }

#accordion div.element {
  height: 0;
  margin: 0;
  padding: 0 10px 0 24px;
  background-color: #ffffe1;
  overflow: hidden;
  }
  
#accordion .element h4.subject {
  font-weight: bold;
  margin: 0;
  padding: 5px 0 5px 0;
  }

#accordion .element p.message {
  margin: 0;
  padding: 0 0 5px 0;
  }

#accordion .element p.author {
  text-align: right;
  font-weight: italic;
  margin: 0;
  padding: 0 0 10px 0;
  border-top: 1px dotted;
  }    

/* HACKS **********************************************************************/

/* IE 5-6 */  
* HTML #accordion h3.toggler {height: 1%;}
* HTML #accordion .element {clear:both;}
* HTML #accordion span.rating {float: none;}

/* IE 7*/
*+html #accordion span.rating {float: none;}

/******************************************************************************/
