
/*==============================================================================

CSS per le FAQ

Filename: faq.css
Created: 5/4/2008 19:34:37
Initial Developer: uhu

$LastChangedDate:: 2010-07-08#$
$LastChangedRevision: 2347 $
$LastChangedBy: faser $
==============================================================================*/

a.faq-title {
	outline: none;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	display: block;
	padding: 3px;
	padding-left: 14px;
	background: #f8f8f8 url(images/arrow-left.gif) no-repeat left center;
}

a.faq-title.faq-opened {
	color: black !important;
	font-weight: bold;
	border-bottom: 1px solid #b3b3b3;
	background: #F1F1F1 url(images/arrow-down.gif) no-repeat left center;
}

a.faq-title:hover {
	background-color: #F1F1F1 !important;
	border-bottom-color: #b3b3b3;
	color: #21a0fc !important;
}

p.faq-answer, div.faq-answer {
	margin: 5px 14px;
	display: none;
	margin-bottom: 2em;
}

p.faq-answer.faq-opened, div.faq-answer.faq-opened {
	display: block;
}
