/* Faq List CSS (c) 2006 e-point S.A. */
/* $Id: faqs.css,v 1.3 2010/06/09 10:52:54 ahacia Exp $ */

#faqList { }

/*
* #faqList
*	.faq(?active)
*		.c
*			.q
*				<a><span.d>  pytanie</a>
*			.a(?#first_item)
*/

/* visual settings */






/*--------------- DON'T TOUCH BELOW THIS LINE ---------------*/

/* general settings */
#faqList .faq .c .a { display:none; }
#faqList.show_all .faq .c .a { display:block; }
#faqList.show_none .faq .c .a { display:none; }

#faqList.show_first .faq .c #first_item { display:block;}
#faqList.show_none .faq .c .selected { display:block; }

#faqList.visMode_pure .faq .c .a { display:block; }

/* New FAQ */
#faqList table {
	margin: 0px 0px 10px 0px;
	width: 420px;
}
#faqList table .td_d {
	width: 17px;
	padding: 0px 11px 0px 0px;
	vertical-align: top;
}
#faqList table .td_q {
	font-weight: bold;
}
#faqList table .d {
	display:block;
	float: left;
	width: 17px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	background: url('/_images/more_category.gif') no-repeat 0 0;
}
#faqList .active table .d {
	background: url('/_images/more.gif') no-repeat;
}
#faqList table .contentArea {
	margin-top: 5px;
}