#accordion-container {
	font-size: 13px;
	background: #ffffff;
	min-width:290px;;
}

.accordion-header {
	font-size: 16px;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	cursor: pointer;
	color: #666666;
}

.active-header {
	background: url(images/active-header.gif) #58A99C;
	color:#ffffff;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(images/inactive-header.gif) #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}

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

.accordion-content {
	display: none;
	background: #ffffff;
	width:100% !important;
}