.faq_category {
	position: relative;
}

.faq_category .category {
	position: relative;
	width: 100%;
	border: 1px solid #808080;
	margin: 0px 0px 10px 0px;
	background-image: url(../media/images/arrow_right.gif);
	background-position: 454px 5px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.faq_category .category_open {
	position: relative;
	width: 100%;
	border: 1px solid #808080;
	margin: 5px 0px 5px 0px;
	background-image: url(../media/images/arrow_down.gif);
	background-position: 451px 7px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.faq_category .category p,
.faq_category .category_open p {
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
}

.faq_category .faq_folded {
	position: relative;
	padding: 0px 0px 0px 12px;
	background-image: url(../media/images/arrow_right_blue.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	cursor: pointer;
}

.faq_category .faq_unfolded .faq_answer {
	margin: 0px 0px 5px 12px;
}

