@charset "utf-8";
/* Show/Hide FAQ style sheet.
 * Author: Ioan L. Rus
 * Date  : 2008.07.02
*/

.faqEntry{
  margin-top:0;
	margin-bottom:10px;
}
/* Select how the FAQ questions will look */
.faqQuestion{
  margin-top:0;
	margin-bottom:0;
	font-size:8pt;
	display:block;
}
/* Turn link borders off for the arrow image */
.faqQuestion img{
	border-style:none;
}
/* Select how the FAQ answer will look */
.faqAnswer{
  margin-top:6px;
	margin-bottom:15px;
	font-size:8pt;
	padding-left:12px;
	background-color: #ECECEC;
	display:none;
}