#accordion-container {
	
}

.accordion-header {
	font-size: 16px;
	background:#cd5b13;
	margin: 2px 0 !important;
	padding: 5px 20px 10px;
	line-height:20px;
	/*border: 1px solid #cccccc;*/
	cursor: pointer;
	color: #fff !important;
	font-family: 'Roboto', sans-serif; font-weight:400;
	
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.active-header {
	color:#fff;
	background:url(../img/minus.png) #cd5b13;
	/*border-radius: 5px 5px 0 0;*/
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/*.active-header:hover {
	background: url(images/active-header.gif) #c6f089;
	background-repeat: no-repeat;
	background-position: right 50%;
}
*/
.inactive-header {
	background:url(../img/plus.png) #cd5b13;
	background-repeat: no-repeat;
	color:#fff;
	background-position: 98% 50%;
}

/*.inactive-header:hover {
	background: url(images/inactive-header.gif) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}*/
.accordion-content {
	display: none;
	background: #ffffff;
	/*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;
	padding: 20px;*/
	padding:15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; font-weight:400;
}
.accordion-content p{
	width:100%;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:14px;
	line-height:20px;
	
	}
.accordion-content li{ font-size: 14px; }