#wrapper-acc {
	width: 285px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin:0px;
	position:relative;
	top:-10px;
}
.accordionButton {	
	width: 285px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	font-weight:bold;
	line-height:20px;
	padding-bottom:7px;
	}
.accordionButton em{	
	font-weight:normal;
	position:relative;
	top:-3px;
}
.accordionContent {	
	width: 285px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	padding-bottom:0px;
	position:relative;
	top:-10px;
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

