/* $Id: faq.css 5 2007-08-21 12:10:18Z edin.coralic $ */

.faq {
	
}

.faq h2 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	color: #70665d;
}

.faq .inactive {
	
}
	.faq .inactive a.question,
	.faq .active a.question {
		display: block;
		font-family: Georgia, "Times New Roman", sans-serif;
		font-size: 1.4em;
		font-weight: bold;
		text-decoration: none;

		margin: 0.2em 0;
		background: url('/dsg/menu-arrow.gif') no-repeat left center;
		padding-left: 22px;
	}
	.faq .inactive a.question:hover,
	.faq .active a.question:hover {
		text-decoration: underline;
	}
	.faq .inactive .answer {
		display: none;
	}

.faq .active {

}
	.faq .active a.question {
		background-image: url('/dsg/menu-arrow-active.gif');
	}
	.faq .active a.question:hover {
		
	}
	.faq .active .answer {
		padding: 0.5em;
		padding-left: 22px;
		font-size: 1.2em;
	}
