.grey .accordion{font: bold 14px Arial, sans-serif; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc;}
.grey .accordion, .grey .accordion li {margin: 0; padding: 0; border: none;}
.grey .accordion a {padding: 10px 10px 10px 20px; background: linear-gradient(180deg, rgba(239,239,239,1) 10%, rgba(212,212,212,1) 50%); text-decoration:none; display: block; color: #333; font-weight: normal; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; position: relative;}
.grey .accordion a.active{text-decoration:underline;}
.grey .accordion a.dcjq-parent {background: #dedede; background: linear-gradient(180deg, rgba(239,239,239,1) 10%, rgba(212,212,212,1) 50%);font-weight: bold;}
.grey .accordion a.dcjq-parent:hover {background: #fff;}
.grey .accordion a.dcjq-parent.active {text-decoration:none;}
.grey .accordion a.dcjq-parent.active .dcjq-icon {background: url(images/arrow_grey_down.png) no-repeat 0 center;}
.grey .accordion a:hover {background: #fff; color: #990000;}
.grey .accordion a .dcjq-icon {position: absolute; top: 50%; left: 5px; width: 34px; margin-top: -17px; height: 34px; background: url(images/arrow_grey_right.png) no-repeat 0 center;}
.grey .accordion ul a {background: #ececec;}
