.graphite .accordion{font-family: "BoschSans", Arial, sans-serif;
font-size: 14px;
line-height: 1.8;
font-weight: bolder; 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;}
.graphite .accordion a {padding: 10px 10px 10px 50px; 
    background: #003b6a linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 75%);
    background: -moz-linear-gradient(top, #003b6a 0%, #215f8b 25%, #628cb2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b6a), color-stop(25%, #215f8b), color-stop(100%, #628cb2));
    background: -webkit-linear-gradient(top, #003b6a 0%, #215f8b 25%, #628cb2 100%);
    background: linear-gradient(to bottom, #003b6a 0%, #215f8b 25%, #628cb2 100%);
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); 
text-decoration:none; 
display: block; 
color: #fff; 
border-bottom: 1px solid #628cb2; 
border-top: 1px solid #628cb2;
position: relative;}
.graphite .accordion ul a {background: #003b6a;}
.graphite .accordion li a.active, .graphite .accordion ul li a.active{color: #fff;}
.graphite .accordion a.dcjq-parent, .graphite .accordion a.dcjq-parent:hover {
       background: #003b6a linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 75%);
    background: -moz-linear-gradient(top, #003b6a 0%, #215f8b 25%, #628cb2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b6a), color-stop(25%, #215f8b), color-stop(100%, #628cb2));
    background: -webkit-linear-gradient(top, #003b6a 0%, #215f8b 25%, #628cb2 100%);
    background: linear-gradient(to bottom, #003b6a 0%, #215f8b 25%, #628cb2 100%);
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
    
}
.graphite .accordion a.dcjq-parent.active {}
.graphite .accordion a .dcjq-icon {position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -19px; height: 34px; background: url(arrow_black_right.png) no-repeat 0 center;}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {background: url(arrow_black_down.png) no-repeat 0 center;}
.graphite .accordion a:hover {background: #003b6a; color: #fff;}
.graphite .accordion a:active{}