.faq-description
{
	margin: 0 0 20px 0;
}
.faq-short
{
	margin: 0 0 10px 0;
}

.faq-short .title
{
	display: block;
	text-decoration: none;
	font-size: 12px;
}

.faq-short .title:hover
{
	text-decoration: underline;
}

.faq-all
{
	display: block;
	margin: 15px 0 0 0;
	text-align: right;
	text-decoration: none;
	font-size: 15px;
}

.faq-all:hover
{
	text-decoration: underline;
}

.faq-full
{
	margin: 0;
}

.faq-full .title
{
	display: block;
	font-size: 15px;
}

.faq-full .descr
{
	margin: 0 0 15px 0;
}

.faq-full .backlink
{
	font-size: 10px;
	font-style: italic;
	color: #aaaaaa;
}

.faq-full .backlink a
{
	text-decoration: none;
}

.faq-full .backlink a:hover
{
	text-decoration: underline;
}

