/* Стили очереди вопросов, находящейся в правой части шаблона */
div.faque_title_div {
	margin: 2px 20px 3px 3px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
div.faque_div {
	margin: 0px 20px 3px 3px;
}
div.faque_links_div {
	margin: 0px 20px 3px 3px;
}

table.que_tab {
	width: 100%;
	/*background-color: #ffcd02;*/
	margin: 0px 0px 2px 0px;
	border-bottom: 3px ridge navy;
}
td.fq_number {
	vertical-align: top;
	font-weight: bold;
}
td.fq_question {
	vertical-align: middle;
	width: 100%;
}
td.fq_sign {
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	}
