#accordion-container {
	font-size: 13px;
	background: none;
	padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
	
}
.first-p{ padding:15px 0px 0 0;}
.accordion-header {
	font-size: 16px !important;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666; height:50px; line-height:40px !important;
	
}

.active-header {
	
	background: url(../images/active-head.png) #cbcbcb;
	background-repeat: no-repeat;
	background-position: 99% 50%; color:#000 !important;
	
}

.active-header:hover {
	background: url(../images/active-head.png) #cbcbcb;
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

.inactive-header {
	background: url(../images/inactive-head.png) #ebebeb;
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

.inactive-header:hover {
	background: url(../images/inactive-head.png) #f5f5f5;
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

.accordion-content {
	display: none;
	 padding: 0 2% 2%;
    width: 100% !important;
	background: none;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 0px 0px;
	-webkit-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	}




