
/* FAQ theme similar to what apple uses on it's ipod faq at http://docs.info.apple.com/article.html?artnum=60920 */
#faq ul {
margin-left: 0px;
padding-left: 0px;
}

#faq-header .faq-item-header {
	display: none;
	font-weight: bold;
	padding-bottom: .5em;
	padding-top: .5em;
	counter-reset: item 6;
	list-style-type: none;
}
#faq-header .faq-question {
	list-style-type: none;
	font-weight: bold;
}
#faq-body .faq-question:before {
	content: "Q. ";
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: .5em;
}
#faq-body .faq-question {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: .5em;
}

#faq-body .faq-answer:before {
	list-style-type: none;
	content: "";
	font-weight: bold;
}

#faq-body .faq-answer {
	padding-bottom: .75em;
}

#faq-header .faq-question a {

}
.faq-item-header + .faq-back-to-top {
	display:none;
}

.faq-item {
	list-style-type: none;
	margin-top: 12px;
	margin-bottom:12px;
}

.faq-item .faq-answer ul{
	list-style-type: none;
}

.js-kit {
	margin-top: 2em;
}

#faq-body {
	color: black;
	line-height: 18px;
	font-size: 12px;
	text-align:left;	
}

#faq-body .faq-question {
}

#faq-body a {
color:#6d86ae;

}

#faq-header a {
color:#6d86ae;
}
#faq-body .faq-item-header {

	font-weight: bold;

	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	background-color: #eeeeee;
	margin: 8px 0pt;
	padding: 3px 0px 3px 5px;

	font-family:'Lucida Grande',Geneva,Verdana,Arial,Helvetica,sans-serif;
}

.faq-answer {

}
#faq-header ul {
	list-style-type: none;
}
#faq-body ul {
	list-style-type: none;
}

*:xxxxxxxxtarget {
	margin: 2px;
	padding: 5px;
	border: 2px solid #900000;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

