/* 
    Document   : faq.css
    Created on : 21/05/2009, 3:28:30 PM
    Author     : Ben Rowe <ben@fatpublisher.com.au>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.faqs {
	display: block;
	background: url('/css/images/dl-bg.png') repeat-y;
	clear: both;
	margin: 15px 0;
	padding: 0;
}

.faqs div {
	border-bottom: 1px solid #EBEBEB;
	display: block;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.faqs div div {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.faqs .question span.header,
.faqs .answer span.header {
	display: block;
	padding: 10px;
	left: 0;
	margin-left: 0 !important;
	margin-left: -150px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 113px;
	z-index: 5;
}

.faqs .question div,
.faqs .answer div {
	margin-left: 134px;
	padding: 10px;
}

.faqs .answer div {
	font-weight: normal;
}

.faqs .question div {
	font-weight: bold;
}
