.question {
	margin-bottom: 1em;
	clear: left;
	position: relative;
}

.question .pseudo {
	margin-left: 20px;
}

.question .pseudo:before,
.question .pseudo .question_marker {
	content:'';
	position: absolute;
	top: .4em;
	left: 0;
	width: 15px;
	height: 11px;
	background: url("/f/r/global/icons.png") no-repeat;
	background-position: -500px 0;
}

.question .foldable.type2 .pseudo:before,
.question .foldable.type2 .pseudo .question_marker {
	display: none;
}



.question.open > .pseudo:before,
.question.open > .pseudo:hover:before,
.question.open > .pseudo .question_marker,
.question.open > .pseudo:hover .question_marker {
	background-position: -500px -11px;
}
.question .pseudo:hover:before,
.question .pseudo:hover .question_marker {
	background-position: -500px -22px;
}

.question > a {
	font-size: 120%;
}

.question.open > a {
	color: #b66d28;
	border-color: rgba(182, 109, 40, 0.3);
}

/*.question .question:first-child {
	margin-top: 1em;
}*/

.answer {
	padding: 1em 0 .5em 20px;
}

.answer li p {
	margin-top: 1.5em;
}

.answer li:first-child p {
	margin-top: 0;
}

.answer p:last-child {
	margin-bottom: 0; 
}

.question .answer {
	display: none;
	overflow: hidden;
}

.question.open > .answer {
	display: block;
}

.question .question .question {
	padding-left: 20px;
}

.question .question .pseudo {
	margin-left: 0;
}

.question .question .pseudo:before {
	display: none;
}

.question .question > a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
}

.question .question .answer {
	padding-left: 0;
}

.faq_expand {
	border: 1px dotted #b9b6a3;
	padding: 4px 6px 4px 28px;
	margin-bottom: 1em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	position: relative;
}

.faq_expand .icon {
	width: 16px;
	height: 16px;
	left: 5px;
	top: 0.4em;
	background-position: -516px 0;
}

.faq_expand a {
	color: #000000;
	border-color: rgba(0, 0, 0, 0.3);
}

.faq_expand .expand,
.faq_expand.open .fold {
	display: inline;
}

.faq_expand.open .expand,
.faq_expand .fold {
	display: none;
}

.faq_expand.open .icon {
	background-position: -516px -16px;
}

.questions_list h4 {
	font-size: 120%;
}

#content ul.questions_list {
	margin-bottom: 0;
	margin-left: 20px;
}

#content .question + ul.questions_list {
	margin-top: 18px;
}

#content ul.questions_list li {
	margin-bottom: 18px;
}

#content ul.questions_list > li:before {
	margin-left: -1.4em;
}