#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;
}

.accordion-header {
	font-size: 16px;
	padding: 5px 0;
	cursor: pointer;
	color: #666666;
	border-top:3px solid #e0963e;
	text-align:center;
	margin:0 auto;
	position: relative;
    width: 100%;
    height:4px;

}
.active-header {
	
}

.active-header:hover {

	
}

.inactive-header {
	
	
	}

.inactive-header:hover {
	
}

.accordion-content {
	display: none;
	padding: 0;
}