@charset "utf-8";

/* Общие стили для всей страницы  */
html, body {
	margin: 0;
	padding: 0;
	height:100%;
	font:12px "Trebuchet MS", sans-serif;
	}
* {
	margin:0;
	padding:0;
	}
div, img, a {
	border:0;
	}
img {
	vertical-align:top;
	}
a {
	color:#ffac0c;
	text-decoration:underline;
	cursor:pointer;
	outline:none;
	}
a:hover {
	text-decoration:none;
	}
.img_l {
	float:left;
	margin:0 19px 8px 0;
	}
.img_r {
	float:right;
	margin:0 0 8px 19px;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.fleft {
	float:left;
	}
.fright {
	float:right;
	}
.center {
	text-align:center;
	}
.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	}
#wrap {
	width:100%;
	min-width:1000px;
	min-height:100%;
	font-family:"tahoma", arial, helvetica, sans-serif;
	font-size:12px;
	color:#344557;
	background:#3e5369 url('../images/wrap_bg.gif') center 0 repeat-y;;
	position:relative;
	}
h1, h2, h3, .h1, .h2, .h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	}
.iepng a {
	position:relative;
	}
/*#############################*/

/* Описание элементов формы */
/* Input text */
.input-dark-text {
	width:165px;
	height:25px;
	position:relative;
	}
.input-dark-text input {
	width:149px;
	height:13px;
	padding:6px 8px;
	font-size:11px;
	line-height:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#6b7c87;
	border:0;
	background:#fff;
	outline:none;
	}
/* Название поля над input */
.field-name {
	display:block;
	height:21px;
	padding:0px 10px;
	background:#2e3d4e;
	font-size:10px;
	line-height:20px;
	color:#fff;
	position:absolute;
	left:0;
	top:-21px;
	}
/* Кнопка submit */
.input-submit {
	width:60px;
	height:25px;
	background:url('../images/forms-elements/button-center.gif') 0 0 repeat-x;
	}
.input-submit div {
	height:25px;
	background:url('../images/forms-elements/button-left.gif') 0 0 no-repeat;
	}
.input-submit div div {
	background:url('../images/forms-elements/button-right.gif') right 0 no-repeat;
	}
.input-submit div div input {
	width:100%;
	height:25px;
	padding:5px 0 6px;
	text-align:center;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#fff;
	border:0;
	background:none;
	outline:none;
	cursor:pointer;
	}
/* radio button */
.radioReplace {
	position:relative;
	}
.radioReplace label {
	margin-left:22px;
	}
.radioReplace input {
	display:none;
	}
.radionButton {
	width:14px;
	height:14px;
	position:absolute;
	left:0;
	top:2px;
	background:#7fa5d3 url('../images/radio-replace-button.gif') 0 0 no-repeat;
	cursor:pointer;
	}
.radioChecked .radionButton {
	background:#384a5e url('../images/radio-replace-button.gif') 0 -14px no-repeat;
	}
/* Textarea */
.textarea {
	width:638px;
	height:109px;
	border:1px solid #eba773;
	background:#ffe6ce;
	}
.textarea textarea {
	width:610px;
	height:80px;
	padding:14px;
	background:#ffe6ce;
	border:0;
	font-size:11px;
	line-height:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	outline:none;
	}
/* Select */
.select-dark .selectDarkReplace {
	position:absolute;
	top:0px;
	left:-9999999px;
	width:1px;
	height:1px;
}
.select-dark .selectElement, .select-dark .selectElement * {
	padding:0px;
	margin:0px;
	border:0px;
}
.select-dark .selectElement {
	width:160px;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#6b7c87;
	position:relative;
	z-index:1000;
	clear:both;
	padding:0px;
	margin:0px;
	border:0px;
}
.select-dark .sEResult {
	margin-right:21px;
	height:25px;
	padding:0px 5px;
	line-height:24px;
	overflow:hidden;
}
.select-dark .sEBlur .sEResult, .select-dark .sEBlur .sEArrow {
	background-color:#fff;
	cursor:pointer;
}
.select-dark .sEHover .sEResult, .select-dark .sEFocus .sEResult, .select-dark .sEExpanded  .sEResult,
.select-dark .sEHover .sEArrow, .select-dark .sEFocus .sEArrow, .select-dark .sEExpanded  .sEArrow {
	background-color:#ccc;
	color:#222;
	cursor:pointer;
}
.select-dark .sEDropDown {
	width:100%;
	position:absolute;
	left:0px;
	top:25px;
	line-height:14px;
	display:none;
	z-index:1100;
	background:#fff;
}
.select-dark .sEExpanded .sEDropDown {
	display:block;
}
.select-dark .sECollapsed .sEDropDown {
	display:none;
}
.select-dark .sEIframe {
	width:100%;
	height:100%;
	max-height:100px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1100;
}
.select-dark .sEDropDownCont {
	overflow:auto;
	max-height:100px;
	zoom:1;
	background:#fff;
	position:relative;
	z-index:1200;
}
.select-dark .sEDropDownCont div {
	clear:both;
	padding:0px 5px 0px;
	line-height:25px;
}
.select-dark .sEResult span, .select-dark .sEDropDownCont div span {
	display:block;
	width:21px;
	height:25px;
	margin-right:0px;
	float:left;
	background-position:left center;
	background-repeat:no-repeat;
	}
.select-dark .sEDropDownCont .sEHoverItem, .select-dark .sEDropDownCont .sESelectedItem.sEHoverItem {
	background-color:#ccc;
	color:#222;
	cursor:pointer;
}
.select-dark .sEDropDownCont .sESelectedItem {
	background-color:#aaa;
	color:#222;
	cursor:pointer;
}
.select-dark .sEArrow {
	width:21px;
	height:25px;
	background:url('../images/forms-elements/select-button.gif') left center no-repeat;
	position:absolute;
	right:1px;
	top:0px;
	margin-right:-1px;
	cursor:pointer;
}
/* ######################## */

/* Шапка сайта */
#head {
	width:100%;
	height:185px;
	background:url('../images/head_bg.gif') center 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	}
#head-cont {
	width:1000px;
	margin:0 auto;
	}
	
/* Верх шапки */
#head-top {
	height:41px;
	padding:0px 16px;
	font-size:10px;
	background:#5f7d9d url('../images/head-top_bg.gif') 0 0 no-repeat;
	}
/* Быстрые ссылки по сайту */
#fast-links {
	float:left;
	padding-top:13px;
	}
#fast-links a {
	color:#f1a300;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	}
#fast-links a span {
	text-decoration:underline;
	}
#fast-links a img {
	vertical-align:middle;
	margin-right:7px;
	}
#fast-links a:hover span {
	text-decoration:none;
	}
/* Короткое сообщение */
#small-message {
	float:right;
	padding-top:14px;
	color:#fff;
	}
/* ---------- */

/* Низ шапки */
#head-bottom {
	height:52px;
	padding-top:92px;
	background:#7bc1ed url('../images/head-bottom_bg.jpg') 0 0 no-repeat;
	position:relative;
	}
/* Логотип */
#logo {
	width:140px;
	height:69px;
	position:absolute;
	left:40px;
	top:35px;
	}
#logo img {
	width:140px;
	height:69px;
	background:url('../images/logo.png') 0 0 no-repeat;
	}
/* Поисковая форма */
#search-form {
	width:351px;
	height:25px;
	position:absolute;
	right:5px;
	top:6px;
	z-index:100;
	}
#search-form form {
	width:351px;
	height:25px;
	position:relative;
	}
#search-form .select-dark, #search-form .select-dark .selectElement {
	width:160px;
	float:left;
	}
#search-form .input-dark-text {
	width:160px;
	float:left;
	margin-right:3px;
	}
#search-form .input-dark-text input {
	width:144px;
	}
#search-form #search-button {
	position:absolute;
	right:0px;
	top:0;
	}
#search-form #search-button, #search-from #search-button input{
	width:25px;
	height:25px;
	}
	
/* Меню сайта */
#menu {
	width:100%;
	height:52px;
	}
#menu ul {
	height:48px;
	float:right;
	list-style:none;
	border-bottom:4px solid #f1a300;
	padding-left:1px;
	overflow:hidden;
	}
#menu ul li {
	height:43px;
	padding-top:5px;
	float:left;
	position:relative;
	}
#menu ul li a {
	display:block;
	height:43px;
	float:left;
	text-decoration:none;
	color:#fff;
	}
#menu ul li.menu-end a {
	background:none;
	}
#menu ul li a span {
	display:block;
	height:43px;
	padding:0 11px;
	float:left;
	font-size:14px;
	line-height:43px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	position:relative;
	}
#menu ul li a span.menu-item-top {
	display:block;
	width:94px;
	height:10px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-47px;
	}
#menu ul li a span.menu-orange {
	color:#fd9400;
	}
#menu ul li a:hover {
	background:url('../images/menu-item-hover.png') 0 0 repeat-x;
	}
#menu ul li a.menu-act, #menu ul li a.menu-act:hover {
	background:url('../images/menu-item-act.png') 0 0 repeat-x;
	}
#menu ul li a:hover span.menu-item-top, #menu ul li a.menu-act span.menu-item-top {
	background:url('../images/menu-item-top-act.png') 0 0 no-repeat;
	}
/* - - - - -  */

/* --------- */

/* ########### */

/* Основная часть страницы */
#basis {
	width:100%;
	min-height:291px;
	padding-top:291px;
	padding-bottom:46px;
	background:url('../images/basis_bg.jpg') center 185px no-repeat;
	position:relative;
	}
#basis-top {
	width:100%;
	height:106px;
	background:url('../images/basis-top_bg.gif') center 0 repeat-y;
	position:absolute; 
	top:185px;
	left:0;
	}
#basis-top-body {
	min-height:21px;
	position:relative;
	background:url('../images/basis_bg.jpg') center 0 no-repeat;
	}
#basis-body {
	width:1000px;
	margin:0 auto;
	}
.spacer {
	height:23px;
	overflow:hidden;
	}
	
/* Вход в аккаунт */
#login-form {
	width:1000px;
	margin:0 auto;
	}
#login-form-cont {
	width:986px;
	height:60px;
	margin:0 0 0 7px;
	background:url('../images/login-form_bg.jpg') 0 0 no-repeat;
	}
#login-form .login-form-name {
	height:60px;
	float:left;
	padding:0 12px 0 17px;
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	}
#login-form .login-form {
	padding-top:28px;
	float:left;
	margin-right:7px;
	}
#login-form .login-form .input-dark-text {
	width:145px;
	float:left;
	margin-right:7px;
	}
#login-form .login-form .input-dark-text input {
	width:129px;
	}
#login-form .login-info {
	height:60px;
	float:left;
	color:#fff;
	}
#login-form .login-info .avatar {
	width:35px;
	height:35px;
	margin-right:10px;
	display:block;
	float:left;
	position:relative;
	top:50%;
	margin-top:-16px;
	}
#login-form .login-info div {
	float:left;
	padding-top:10px;
	line-height:20px;
	}
#login-form .login-info a, #login-form .login-info span {
	padding:0px 3px 0px 4px;
	}
#login-form .login-form-banner {
	float:right;
	width:468px;
	height:60px;
	}
/* -------------- */

/* Информационные блоки */
div.blocks-info {
	width:986px;
	margin-left:7px;
	position:relative;
	}
table.blocks-info {
	width:100%;
	}
table.blocks-info td.block {
	width:324px;
	vertical-align:top;
	background:url('../images/blocks-info/td-block-bottom_bg.png') center bottom no-repeat;
	}
table.blocks-info td.block-blogs {
	width:338px;
	}
/* Универсальный блок */
div.block {
	width:324px;
	padding-top:141px;
	}
div.block-no-img {
	padding-top:0;
	}
div.block-width-auto {
	width:auto;
	}
div.block-news {
	background:url('../images/blocks-info/blocks-info-top-img-01.jpg') 0 0 no-repeat;
	}
div.block-blogs {
	margin-left:7px;
	background:url('../images/blocks-info/blocks-info-top-img-02.jpg') 0 0 no-repeat;
	}
div.block-expert {
	background:url('../images/blocks-info/blocks-info-top-img-03.jpg') 0 0 no-repeat;
	}
/* Тело универсального блока */
div.block .block-body {
	background:url('../images/blocks-info/block-top_bg.png') 0 0 repeat-x;
	position:relative;
	}
div.block .block-body .block-top-border {
	width:5px;
	height:60px;
	position:absolute;
	left:0;
	top:0;
	background:url('../images/blocks-info/block-top-border.png') 0 0 no-repeat;
	}
/* Контент универсального блока */
div.block .block-cont a, #center-frame div.block .block-cont a {
	color:#ffac0c;
	}
div.block .block-cont {
	min-height:121px;
	padding:0 8px 12px;
	background:url('../images/blocks-info/block-bottom_bg.png') 0 bottom repeat-x;
	position:relative;
	}
div.block .block-cont .page-links {
	padding-left:10px;
	padding-right:15px;
	color:#fff;
	}
div.block .block-cont .page-links .page-links-arrow {
	background-image:url('../images/page-links-arrow-dark.gif');
	}
.blocks-info div.block .block-cont {
	background:none;
	}
div.block .block-item {
	padding:9px 10px 3px;
	}
table.blocks-info div.block .block-item {
	min-height:72.5px;
	padding:3.5px 10px 3px;
	}
div.block .block-item-act {
	background:#4a627b;
	}
div.block .block-item-act a {
	text-decoration:none;
	color:#fff;
	}
/* Название раздела */
.block h3, #basis-cont .block h3 {
	font-size:20px;
	line-height:22px;
	color:#fff;
	padding:14px 10px 15px;
	margin:0;
	}
/* Читать все */
.block .block-cont-read-all {
	font-size:10px;
	position:absolute;
	right:18px;
	top:20px;
	}
/* Картинка сообщения */
.block .block-cont-img {
	width:64px;
	height:60px;
	margin:3px 15px 5px 0;
	float:left;
	position:relative;
	overflow:hidden;
	}
.block .block-cont-img a, .block .block-cont-img img {
	display:block;
	}
.block .block-cont-img span {
	width:4px;
	height:1000px;
	position:absolute;
	left:0;
	top:0;
	background:url('../images/blocks-info/block-cont-img-border.png') 0 0 repeat-y;
	display:none;
	}
/* Сообщение */
.block .block-cont-desc {
	margin-left:79px;
	}
.block .block-item-no-img .block-cont-desc {
	margin-left:0px;
	}
.block h4, #basis-cont .block h4 {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-bottom:5px;
	}
.block p, #basis-cont .block p {
	font-size:11px;
	line-height:13px;
	color:#fff;
	margin:0;
	padding:0;
	padding-bottom:7px;
	}
.block .block-cont-date {
	font-size:10px;
	line-height:12px;
	color:#abbcce;
	padding-bottom:6px;
	}
.block .block-cont-line {
	margin:0 10px;
	height:5px;
	overflow:hidden;
	border-bottom:1px solid #3e5368;
	margin-bottom:3px;
	}
	
/* Кнопки управления */
div.block .block-buttons {
	width:42px;
	position:absolute;
	bottom:7px;
	}
.block-buttons a {
	display:block;
	width:17px;
	height:17px;
	float:left;
	margin-right:2px;
	}
div.block .block-buttons {
	right:667px;
	}
div.block-blogs .block-buttons {
	right:337px;
	}
div.block-expert .block-buttons {
	right:5px;
	}
/* -------------------- */

/* Контент основной части */
#basis-cont {
	width:986px;
	background:#fff;
	margin-left:7px;
	}
#basis-cont.basis-cont-2-colums {
	background:none;
	}
	
/* Левый столбец */
#left-frame {
	width:275px;
	float:left;
	}
#left-frame div.block {
	width:275px;
	}
/* Меню слева */
.left-menu {
	width:240px;
	min-height:376px;
	margin:0 auto;
	}
.left-menu ul {
	list-style:none;
	padding-bottom:20px;
	}
.left-menu ul li {
	height:29px;
	}
.left-menu ul li a {
	display:block;
	height:12px;
	padding:8px 10px 9px;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	border-bottom:1px solid #4a627b;
	}
.left-menu ul li.left-menu-end a {
	border:0;
	}
.left-menu ul li a:hover, .left-menu ul li a.left-menu-act {
	background:#4a627b;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
/* - - - - - - - */
	
/* Цетраный столбец */
#center-frame {
	width:681px;
	float:left;
	background:#fff;
    overflow:auto;
	}
#basis-cont.basis-cont-2-colums #center-frame {
	width:687px;
	float:right;
	}
#center-frame.center-frame-no-bg {
	background:none;
	padding:0;
	}
#basis-cont.basis-cont-2-colums #center-frame-cont {
	padding:25px 20px 13px 27px;
	}
#center-frame.center-frame-no-bg #center-frame-cont {
	padding:0;
	}
#basis-cont.basis-cont-2-colums #center-frame-cont td {
    padding: 0px 20px 0px 0px;
}
#center-frame-cont {
	padding:19px 40px 13px 15px;
	}
#basis-cont h1, #basis-cont .h1 {
	padding-bottom:20px;
	font-size:20px;
	line-height:24px;
	color:#e67100;
	}
#basis-cont h2, #basis-cont .h2 {
	padding-bottom:20px;
	font-size:20px;
	line-height:24px;
	color:#344557;
	}
#basis-cont h3, #basis-cont .h3 {
	padding-bottom:14px;
	font-size:15px;
	line-height:17px;
	color:#344557;
	}
#basis-cont h4, #basis-cont .h4 {
	padding-bottom:16px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#344557;
	}
/* Заголовок с датой */
.date-pub {
	position:relative;
	padding-bottom:7px;
	zoom:1;
	}
.date-pub .date, .date-pub .author {
	font-size:10px;
	line-height:13px;
	color:#344557;
	position:relative;
	top:-20px;
	}
.date-pub .author {
	bottom:22px;
	}
#center-frame-cont a {
	color:#e67100;
	}
#basis-cont p {
	padding-bottom:14px;
	}
#basis-cont p.small {
	font-size:10px;
	color:#6e7b83;
	padding-bottom:10px;
	}
#basis-cont ul, #basis-cont ol {
	margin-left:15px;
	padding-bottom:14px;
	}
#basis-cont ul.orange {
	list-style:none;
	font-size:11px;
	color:#e67100;
	margin:0;
	padding:0;
	}
#basis-cont ul.orange li {
	padding:0 0 10px 20px;
	background:url('../images/orange-list-dot.gif') 7px 2px no-repeat;
	}
	
/* Ссылки на страницы выше */
.page-links {
	font-size:10px;
	line-height:13px;
	padding-bottom:20px;
	}
.page-links a {
	font-weight:bold;
	color:#e67100;
	}
.page-links .page-links-arrow {
	padding-left:13px;
	background:url('../images/page-links-arrow.gif') 7px 5px no-repeat;
	}
/* Блок комментариев */
.comments {
	padding-top:20px;
    clear:both;
	}
.comments .comments-item {
	min-height:84px;
	border-bottom:1px solid #e0e3e7;
	margin-bottom:16px;
	position:relative;
	}
.comments .comments-end {
	border:0;
	margin-bottom:0;
	}
/* Аватарка */
.comments .comments-item-img {
    display:block;
	width:70px;
	height:70px;
	float:left;
    overflow:hidden;
	}
/* Описание пользователя */
.comments .comments-item-people-info {
	width:120px;
	padding-bottom:6px;
	margin:0 11px 0 17px;
	float:left;
	}
.comments .comments-item-people-info a {
	display:block;
	font-weight:bold;
	padding-bottom:8px;
	}
.comments .comments-item-people-info span {
	display:block;
	font-size:10px;
	line-height:12px;
	padding-bottom:8px;
	}
/* Текст комментария */
.comments .comments-item-text {
	float:left;
	width:400px;
	}
#basis-cont .comments .comments-item-text p, .comments .comments-item-text p {
	font-size:11px;
	line-height:13px;
	}
/* Форма отправки */
.comments form {
	width:100%;
	padding-bottom:12px;
	}
.comments form .textarea {
	margin-bottom:9px;
	}
.comments form .input-submit {
	width:84px;
	float:right;
	}
	
/* Фотографии */
div.fotos {
	margin:0 9px 60px;
	padding-top:9px;
	}
.fotos .fotos-item {
	width:216px;
	border-right:1px solid #465b74;
	border-bottom:1px solid #465b74;
	padding:17px 0px;
	float:left;
	}
.fotos .fotos-top {
	padding-top:0;
	}
.fotos .fotos-bottom {
	padding-bottom:0;
	border-bottom:0;
	}
.fotos .fotos-end {
	border-right:0;
	}
.fotos .fotos-item-cont {
	min-height:84px;
	margin:0px 14px;
	position:relative;
	}
.fotos .fotos-first .fotos-item-cont {
	margin-left:0;
	}
.fotos .fotos-item-left {
	width:125px;
    height:80px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	}
.fotos .fotos-item-left img, .fotos .fotos-item-left a {
	dipslay:block;
	}
.fotos .fotos-item-left span {
	display:block;
	width:4px;
	height:1000px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background:url('../images/blocks-info/block-cont-img-border.png');
	display:none;
	}
.fotos .fotos-item-right {
	padding-left:94px;
	font-size:11px;
	line-height:12px;
	color:#fff;
	}
.fotos .fotos-item-right a {
	display:block;
	padding-bottom:8px;
	}
.fotos .fotos-item-right span {
	display:block;
	font-size:10px;
	line-height:12px;
	}
	
/* Блок статей */
.state-block {
	width:317px;
	float:left;
	}
.state-block-cont {
	padding:0 20px;
	}
/* - - - - - - - -  */

/* Правый столбец */
#right-frame {
	width:305px;
	float:left;
	}
#right-frame .right-block {
	width:285px;
	min-height:181px;
	padding-top:78px;
	position:relative;
	}
#right-frame .right-block-head {
	width:285px;
	height:67px;
	position:absolute;
	left:0;
	top:-14px;
	}
#right-frame .right-block-head div {
	width:285px;
	height:50px;
	padding-top:17px;
	background:url('../images/right-frame-block-top.png') 0 0 no-repeat;
	}
#right-frame .right-block-head a, #right-frame .right-block-head b {
	margin-left:46px;
	font-size:32px;
	line-height:36px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#right-frame .right-block-head-left {
	display:block;
	width:97px;
	height:230px;
	background:url('../images/right-frame-block-left.png') 0 0 no-repeat;
	position:absolute;
	left:0;
	top:67px;
	}
#right-frame .right-block-cont {
	margin-left:88px;
	position:relative;
	z-index:100;
	}
/* - - - - - - -  */
/* ---------------------- */

/* Низ основной части */
#basis-bottom {
	width:1000px;
	margin:0 auto;
	}
#basis-bottom-body {
	width:986px;
	margin-left:7px;
	background:#3a4d61;
	color:#fff;
	}
/* Левая часть низа основной части */
#basis-bottom-left {
	width:662px;
	float:left;
	}
/* Опрос */
.question {
	padding:10px 23px 15px 16px;
	}
.question-left {
	width:275px;
	float:left;
	}
.question-right {
	width:295px;
	float:right;
	}
.question h3 {
	font-size:20px;
	padding-bottom:13px;
	}
.question p {
	font-size:11px;
	}
.question .question-right ul {
	list-style:none;
	}
.question .question-right ul li {
	width:205px;
	font-size:11px;
	float:left;
	display:inline;
	line-height:16px;
	padding-bottom:6px;
	position:relative;
	}
.question .question-right ul li input {
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
	}
.question .question-right ul li label {
	font-weight:bold;
	vertical-align:middle;
	margin-left:22px;
	}
.question .question-right ul li .question-result {
	display:block;
	width:87px;
	height:7px;
	position:absolute;
	right:-90px;
	top:6px;
	overflow:hidden;
	}
.question .question-right ul li .question-result span {
	display:block;
	float:right;
	width:100%;
	height:7px;
	background:url('../images/question-result_bg.gif') 0 0 repeat-x;
	}
.question .question-right .input-submit {
	width:87px;
	float:right;
	}
/* - - - - - - - - - - - - - - - - */
/* Правая часть низа основной части */
#basis-bottom-right {
	width:324px;
	float:left;
	padding:20px 0;
	}
/* - - - - - - - - - - - - - - - -  */
/* ------------------ */

/* Управление страницами */
.paginator {
	padding:0px 0px 20px;
	margin:0 25px;
	height:50px;
	font-size:11px;
	color:#fff;
	}
.paginator * {
	zoom:1;
	}
.paginator .links {
	text-align:left;
	padding-bottom:7px;
	}
.paginator .links a {
	margin:0 5px;
	}
.paginator .pages {
	text-align:left;
	}
.paginator .pages span {
	display:block;
	padding-left:5px;
	}
.paginator .pages-holder {
	padding-top:6px;
	}
.paginator .pages-holder em, .paginator .pages-holder i {
	font-style:normal;
	}
.paginator .pages-holder a {
	display:block;
	float:left;
	margin:0 1px;
	padding:2px 3px 3px 4px;
	text-decoration:none;
	text-align:center;
	}
.paginator .pages-holder a:hover {
	color:#fff;
	}
.paginator .pages-holder a.active {
	color:#fff;
	background:#5a728c;
	}
/* --------------------- */

/* ####################### */

/* Низ сайта */
#footer {
	width:100%;
	height:46px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	}
#footer-body {
	width:1040px;
	height:46px;
	position:relative;
	left:50%;
	margin-left:-520px;
	background:#3e5369;
	}
#footer-cont {
	padding:0 25px;
	line-height:46px;
	font-size:10px;
	color:#b8cadd;
	zoom:1;
	}
#footer-cont a {
	color:#fff;
	font-weight:bold;
	}
#footer-cont-menu {
	float:left;
	}
#footer-cont-menu a {
	margin-right:25px;
	}
/* ######### */
