

.highlight{
	color:#EE1D25;
	background-color: #ffffff;
	display:block;
	width:100%;
}
.highlight a{
	color:#fff;
}

.graphite{
	margin-bottom:25px;
	float: left;
	width: 100%;
	/* border: 1px solid rgb(234, 234, 234); */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.accordion ul,li{
	border:0;
	outline:none;
	margin:0;
	padding:0;
	list-style: none;
	}
.accordion ul, ul li{
	list-style: none;
	}








.graphite .accordion{
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	}
	
	
.graphite .accordion, .graphite .accordion li {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	width: 100%;
}
.graphite .accordion li{
    border-bottom: 1px solid rgb(234, 234, 234);
}
.graphite .accordion li ul li{ border-bottom:none}
.graphite .accordion li ul li a{
    padding: 2px 0px;
    font-size: 14px;
}
.graphite .accordion{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;

}
	
.graphite .accordion a {
	padding: 6px 0;
	text-decoration:none;
	display: block;
	color: #555555;
	/* border-bottom: 1px solid rgb(234, 234, 234); */
	border-top: none;
	position: relative;
	font-size: 15px;
	/* text-transform: uppercase; */
	/* background-color: rgb(247, 247, 247); */
	/* font-weight: 700; */
	}
	
.graphite .accordion a:hover {/* color: #fff; *//* text-indent:5px; *//* background: #ef6a32; */}

	
.graphite .accordion a:active{
	
}

	
.graphite .accordion ul a {
	/* background-color: #e2e2e2; */
	/* color: #525252; */
	/* background-image: none; */
	/* border-bottom: 1px solid #d0d0d0; */
	}
.graphite .accordion ul a:hover {
	/* background-color: #c7c7c7; */
	color: #525252;
	/* text-indent:5px; */
	}
.graphite .accordion a.dcjq-parent:hover {
	/* background-color: #ef6a32; */
	/* color:#fff; */
	}
	

.graphite .accordion ul li ul li a {
    background-color: #c7c7c7;
    border-bottom: 1px solid #b9b9b9;
    border-top: none;
}

.graphite .accordion ul li ul li ul li a {
    background-color: #b1b1b1;
    border-bottom: 1px solid #a2a2a2;
    border-top: none;
}
	
.graphite .accordion a.dcjq-parent.active {/* background-color: #ef6a32; */color: var(--accent);}
.graphite .accordion a .dcjq-icon {
	position: absolute;
	top: 50%;
	right: 4px;
	/*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
	width: 25px;
	height: 38px;
	margin-top: -19px;
	background-image: url(../images/icons/plus-w.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {
	background-image: url(../images/icons/minus.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.graphite .accordion ul li li a .dcjq-icon{

    background-image: url(../images/icons/plus-w.png);
	background-repeat: no-repeat;
	background-position: center center;

}
.pro-head{ background: #072689;
    margin: 0px;
    float: left;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;}

.graphite .accordion ul li a .dcjq-icon{

    background-image: url(../images/icons/plus-w.png);
	background-repeat: no-repeat;
	background-position: center center;

}
.graphite .accordion li ul li:last-child{ padding-bottom: 10px;}



