#accordion-container {
/*	font-size: 13px;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;*/ width:100%;
}

.accordion-header {
	font-size: 18px;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	font-weight:600;

	cursor: pointer;
	color: #666666;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.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.png) #3a4e62;
	background-repeat: no-repeat; color:#fff;
	background-position: right 50%;
}

.active-header:hover {
	background: url(../images/active-header.png) #3a4e62;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(../images/inactive-header.png) #3a4e62;
	background-repeat: no-repeat; color:#fff;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(../images/inactive-header.png) #3a4e62;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 10px 15px;
	background: #ffffff; width:100% !important;
	/*border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
}

.accordion-content p{
font-size:14px; margin:0; padding:0 0 10px 0;
	
}

.accordion-content h4{
font-size:15px; margin:0; padding:0; font-weight:600; color:#179a29;
	
}