.accordion {
	width: 100% !important;
}

.accordion-header {
	font-size: 14px !important;
	cursor: pointer;
	color: #666666;
	font-weight: bold;
	padding: 6px 10px 5px 0px;
}

.active-header {
	cursor: pointer;
	border-top: dotted 1px #CCC;
	background-position: 98% 12px;
	margin: 0px;
	text-transform:none;

}

.active-header:hover {
	background-position: 98% 12px;
}

.inactive-header {
	border-top: dotted 1px #CCC;
	background-position: 98% 12px;
	text-transform:none;
	margin: 0px;
}

.inactive-header:hover {
	text-decoration: underline;
	border-top: dotted 1px #CCC;
	background-position: 98% 12px;
	text-transform:none;
	margin: 0px;
}

.accordion-content {
	display: none;
	padding: 0px;
	width: 100% !important;
	background: #ffffff;
}