#accordion-wrapper {
	width: 100%;
}

.accordionButton {	
	width: 99%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background-image:url('../../images/tr-bg.jpg');
	background-position: center bottom;
	border-bottom: 3px solid #FFFFFF;
	cursor: pointer;
	padding-top:15px;
	padding-left:10px;
	padding-bottom:10px;
	font-family: 'Duru Sans', sans-serif;
	font-size:16px;
	font-weight:300;
}
	
.accordionContent {	
	width: 97%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	text-align:justify;
	padding:10px;
	color:#820000;
	}
	
.on {
	background-position: center top;
	color:#cc0000;
}

.over {
	background-position: center top;
}