#accordion-container {

}

.accordion-header {
	cursor: pointer;
	color: #666666;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
}

.active-header {
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #FFF;
	background-color: #0076C6;
	background-image: url(images/active-header.gif);
}

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

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

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

.accordion-content {
	display: none;
	padding: 20px;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#accordion-container .accordion-header img {
	float: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
