/* $Id: faq.css,v 1.1.1.1 2011-10-16 14:32:55 cmanley Exp $ */

.faq { /* container for whole FAQ entity. */
	margin-bottom: 1em;
}

.faqArrowsAndQuestion {
	cursor: pointer;
}

.faqArrowsAndQuestion:hover {
	text-decoration: underline;
}

.faqArrows {
	float: left;
	margin-right: 6px;
}

.faqArrowOpen {
	background: url(img/arrow_open.gif) no-repeat bottom;
}

.faqArrowClosed {
	background: url(img/arrow_closed.gif) no-repeat bottom;
}

.faqArrowOpen, .faqArrowClosed {
	height: 1em;
	width: 7px;
}

.faqQuestion {
	color: #4c3015;
	font-weight: bold;
}

.faqAnswer {
	background-color: #f7f3ed;
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
}

.faqAnswer *:first-child { /* doesn't work in IE6 */
	margin-top: 0;
}

.faqAnswer *:last-child { /* doesn't work in IE6 */
	margin-bottom: 0;
}
