#accordion-container {
	font-size: 13px;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	
	
	
	text-transform:none;
	
}

.accordion-header {
	font-size: 16px;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	color:#ffffff;
	
	text-transform:none;
	
}


.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url(images/active-header.gif) white;
	background-repeat: no-repeat;
	background-position: right 50%;
	text-transform:none;

}

.active-header:hover {
	background: url(images/active-header.gif) ;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#952a2f;
	text-transform:none;
}

.inactive-header {
	background: url(images/inactive-header.gif) white;
	background-repeat: no-repeat;
	background-position: right 50%;
	text-transform:none;
}

.inactive-header:hover {
	background: url(images/inactive-header.gif) #e2d2c2;
	background-repeat: no-repeat;
	background-position: right 50%;
	text-transform:none;
}

.accordion-content {
	display: none;
padding-right:20px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-top: 0;
	
	text-transform:none;
	
}