/* ===[ accordion css reset ]=== */
.faqAccordion * {border: 0;line-height: 0;list-style: none;margin: 0;padding: 0;}

/* ===[ faqAccordion ]=== */
.faqAccordion {
	max-width: 960px;	/* Do not replace max-width with width or you'll lose responsiveness */
	outline: none !important;
	position: relative;
}

/* Do not change anything in this rule */
.faqAccordion .jAccordion-slidesWrapper {height: 100%;overflow: hidden;position: relative;width: 100%;}
/* Do not change display, overflow or position */
.faqAccordion .jAccordion-slide {
	background-color: #202020;
	border: 1px solid #151515;
	display: block;
	overflow: hidden;
	position: relative;
}
/* Opera 10.xx bug fix
 * More info: http://css-lab.com/bug-test/opera-ap-bugfix.html
 */
.faqAccordion .jAccordion-slide:after {content: "";float: left;height: 1%;width: 0;}

.faqAccordion .content {padding: 10px 15px}
.faqAccordion h4 {
	background: url(images/plus.png) no-repeat center right;
	color: #DDD;
	cursor: default;
    font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.faqAccordion .jAccordion-slide.activeQuestion h4 {background: url(images/minus.png) no-repeat center right}
.faqAccordion p {
    color: #DDD;
    font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
}
.faqAccordion p a {color: #0099FF}
.faqAccordion ul {
	margin: 10px 0;
}
.faqAccordion ul li {
	font: bold 12px/1.7 Arial, Helvetica, sans-serif;
	color: #DDD;
	list-style: inside;
	list-style-type: square;
}
/* ===[ Rules used when JS is disabled ]=== */
/* Rule for inactive slide */
.faqAccordion.noJS .jAccordion-slide {
	height: 35px;
	margin-top: 5px;
}
.faqAccordion.noJS .jAccordion-slide:first-child {margin-top:0}
/* Active slide size */
.faqAccordion.noJS .jAccordion-slide:hover {height: auto}
.faqAccordion.noJS .jAccordion-slide:hover h4 {background: url(images/minus.png) no-repeat center right}
/* ===[ End of rules used when JS is disabled ]=== */