.clean .accordion {
	border-top-color: rgb(207, 207, 207); border-right-color: rgb(207, 207, 207); border-left-color: rgb(207, 207, 207); border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
}
.clean .accordion {
	margin: 0px; padding: 0px; border: currentColor; border-image: none;
}
.clean .accordion li {
	margin: 0px; padding: 0px; border: currentColor; border-image: none;
}
.clean .accordion a {
	background: repeat-x top rgb(255, 255, 255); padding: 10px 15px; color: rgb(34, 34, 34); text-transform: uppercase; font-weight: normal; text-decoration: none; border-bottom-color: rgb(207, 207, 207); border-bottom-width: 1px; border-bottom-style: solid; display: block; position: relative;
}
.clean .accordion ul a {
	background: rgb(252, 252, 252); padding: 10px 10px 10px 27px; text-transform: none; font-weight: normal;
}
.clean .accordion a.dcjq-parent {
	background: repeat-x top rgb(255, 255, 255); padding: 10px 15px 10px 20px; text-transform: none; font-weight: normal;
}
.clean .accordion a.dcjq-parent:hover {
	background: repeat-x top rgb(246, 246, 246);
}
.clean .accordion a.active.dcjq-parent {
	background: rgb(238, 238, 238);
}
.clean .accordion a .dcjq-icon {
	background: url("images/arrow_right.png") no-repeat 0px; left: 4px; top: 50%; width: 54px; height: 34px; margin-top: -17px; position: absolute;
}
.clean .accordion a.active.dcjq-parent .dcjq-icon {
	background: url("images/arrow_down.png") no-repeat 0px;
}
.clean .accordion a:hover {
	background: rgb(224, 224, 224); color: rgb(153, 0, 0);
}
