/*
	Faq.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/


/* Faq domande e risposte in gruppi distinti
------------------------------------------------------------------------------------- */
div.faq-questions {
   margin-bottom: 16px;
}

div.faq-questions li {
   list-style-type: disc;
   list-style-position: inside;
}

div.faq-answers span {
   display: block;
   margin-top: 10px;
   font-weight: bold;
}

div.faq-answers p {
   padding-left: 20px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Faq domande alternate a risposte
------------------------------------------------------------------------------------------------- */
.section.faq li.hide-answer {
   list-style-image: url("Images/FaqAnswerHidden.png");
   list-style-position: outside;
   margin-left: 15px;
}

.section.faq li.show-answer {
   list-style-image: url("Images/FaqAnswerShowen.png");
   list-style-position: outside;
   margin-left: 15px;
}

.section.faq li a.question {
   cursor: pointer;
}

.section.faq li div.answer {
   margin: 5px 0 15px;
}
/* ---------------------------------------------------------------------------------------------- */
