.graphite .accordion{font: bold 14px Arial, sans-serif; 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: #0C0C0C url(images/bg_black.png) repeat-x 0 -1px; text-decoration:none; display: block; color: #ddd; border-bottom: 1px solid #222; border-top: 1px solid #777; position: relative;
	background:background: #fcfcfc; /* Old browsers */ background: -moz-linear-gradient(top,  #fcfcfc 0%, #efefef 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#efefef)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* IE10+ */ background: linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	background: #9ccc24; /* Old browsers */ background: -moz-linear-gradient(top,  #9ccc24 0%, #6c8d19 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ccc24), color-stop(100%,#6c8d19)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #9ccc24 0%,#6c8d19 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #9ccc24 0%,#6c8d19 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #9ccc24 0%,#6c8d19 100%); /* IE10+ */ background: linear-gradient(top,  #9ccc24 0%,#6c8d19 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccc24', endColorstr='#6c8d19',GradientType=0 ); /* IE6-9 */
}
.graphite .accordion ul a {background: #424549;}
.graphite .accordion a.dcjq-parent, .graphite .accordion a.dcjq-parent:hover {
	background: #0C0C0C url(images/bg_black.png) repeat-x 0 -1px;
}
.graphite .accordion a.dcjq-parent.active {}
.graphite .accordion a .dcjq-icon {position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px; background: url(images/arrow_black_right.png) no-repeat 0 center;}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {background: url(images/arrow_black_down.png) no-repeat 0 center;}
.graphite .accordion a:hover {background: #232323; color: #fff;}
.graphite .accordion a:active{}