body {
	/*font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	margin:0; 
	padding:0; 
	line-height: 126%;
	font-size: 14px;
	color: #333333;
}

/** {
	font-size: 100%;
	margin:0;
}*/

::-webkit-input-placeholder { color:#9e9d9d; }
:focus::-webkit-input-placeholder { color: transparent; }
:-moz-placeholder { color:#9e9d9d; }
.placeholder{ color: #9e9d9d; }

ul {
	list-style-image: url('/img/bullet_blue.png');
}
ul, ol {
	padding-left: 30px;
}

/*div, p {
	line-height: 18px;
}*/

a, li {
	vertical-align: top;
}
li {
	padding-bottom: 3px;
	line-height: 17px;
}

form {
	margin:0; 
	padding:0; 
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td, th {
	padding:0;
	margin: 0;
}

a,
a:visited {text-decoration: none; border-bottom:1px dotted; color:#547cd1;}
a:hover {text-decoration: none; border-bottom:0px dotted; color:#547cd1;}

.pr10 { padding-right: 10px; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.pt10 { padding-top: 10px; }


/** constant */
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.top {vertical-align:top;}
.bot {vertical-align:bottom;}
.overh{overflow:hidden;}
.none {display:none;}
.underline {text-decoration:underline;}
.spacer {width: 50%;}
.bold { font-weight: bold; }
.middle {vertical-align: middle !important;}

.font9  {font-size:9px;}
.font10 {font-size:10px;}
.font11 {font-size:11px;}
.font12 {font-size:12px;}
.font13 {font-size:13px;}
.font14 {font-size:14px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}
.font20 {font-size:20px;}
.font22 {font-size:22px;}

.font-red {color: #ed1b24;}
.font-orange {color: #ff5800;}
.font-dark {color:#333333;}
.font-gray {color:#666666;}
.font-light {color:#f6f6f6;}
.font-white {color:#ffffff;}

.bg-red { background-color:#ed1b24; }
.bg-dark { background-color:#333333; }
.bg-gray { background-color:#666666; }
.bg-light { background-color:#f6f6f6; }
.bg-white { background-color:#ffffff; }

.del {text-decoration:line-through;}

.float_left  {float:left;}
.float_right {float:right !important;}
.clear-both {clear: both;}

.mar0 {margin: 0;}
.bmar5 {margin-bottom: 5px;}
.bmar20 {margin-bottom: 20px;}

.select { padding: 3px; background-color: #FF5800; color: #ffffff;}

.quote {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin: 20px 24px 20px 20px;
	padding-bottom: 0px;
	}
.quote .rd, .quote .ld {
	font-size: 28px;
	color: #cdcdcd;
	line-height: 20px;
	}
.quote .rd {padding-left: 5px;}
.quote .ld {padding-right: 5px;}

img {
	border:0;
}

.table_w {
	width: 100%;
	}
.table_b td {
	border: 1px solid #999999;
}

.margin_bottom_40 {
	margin-bottom: 40px;
}

#node {
	background: transparent url('/img/clouds.png') no-repeat top center;
	position: relative;
	}
#node .counters {
	line-height: 1px;
}
#node #page {
	margin: 0 auto;
	max-width:1400px;
	min-height: 100%;
	position: relative;
}

#node #page #header {
	height: 114px;
	margin: 0 5px 0 20px;
}

#node #page #content {
	overflow: hidden;
	margin: 0 50px 0 20px;
}
#node #page #content p {
	margin: 10px 0;
}

#node #page #footer {
	height: 80px;
}

#node #page #content h1 {
	font-size: 26px;
	line-height: 31px;
}


#node #page #header .slogan {
	background: transparent url('/img/up_slogan_bg.png') no-repeat top left;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 23px;
	padding-left: 5px;
}

#node #page #header .logo {
	margin-top: 20px;
	position: relative;
	margin-left: -4px;
	}
#node #page #header .logo a {
	border-style: none;
}

/** menu */
#node #page #content .left_col {
	position: relative;
	top:0;
	z-index: 1;
	width: 210px;
	float: left;
	}
#menu * a,
#menu * a:visited {
	color:#547cd1;
	}
#node #page #content .left_col .author {
	background-color: #FFFFFF;
	border: 1px solid #a0a1a3;
	width: 169px;
	overflow: hidden;
	padding: 13px;

	-webkit-border-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	}
#node #page #content .left_col .author .photo {
	outline: 1px solid #cfcfcf;
	width: 168px;
	}
#node #page #content .left_col .author h3 {
	font-size: 17px;
	text-align: center;
	color: #666666;
	font-weight: normal;
	margin: 10px 0 2px 0;
	}
#node #page #content .left_col .author .profession {
	text-align: center;
	color: #999999;
	font-size: 14px;
	}
#node #page #content .left_col .str {
	position: relative;
	top:-2px;
	}
#node #page #content .left_col .menu {
	width: 198px;
	}
#node #page #content .left_col .menu .page {
	font-size: 19px;
	line-height: 29px;
	position: relative;
	}
#node #page #content .left_col .menu .page .str {
	background: transparent url('/img/str2.png') no-repeat center right;
	position: absolute;
	top: 5px;
	right: -13px;
	height: 20px;
	width: 14px;
	}
#node #page #content .left_col .menu .page a {
	border-style: dashed;
	}
#node #page #content .left_col .menu a,
#node #page #content .left_col .menu .page {
	text-shadow: 1px 1px 0 #FFFFFF;
	}
#node #page #content .left_col .menu .submenu,
#node #page #content .map .submenu {
	margin-top: 0;
	padding-left: 26px;
	margin-bottom: 10px;
	font-size: 12px;
	}
#node #page #content .left_col .menu .submenu li {
	/*line-height: 19px;*/
}
#node #page #content .left_col .menu .submenu a {
	border-bottom:1px dotted;
}

#node #page #content .center_page {
	margin-left: 210px;
	}
#node #page #content .center_page .paper {
	background-color: #FFFFFF;
	border: 1px solid #a0a1a3;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	overflow: hidden;
	min-height: 900px;
	}
#node #page #content .center_page .paper .tab {
	width: 100%;
}
#node #page #content .center_page .paper .title {
	margin: 15px 0;
	padding: 0 0 15px 17px;
	background: transparent url('/img/text_title_bg.png') no-repeat bottom left;
	position: relative;
	}
#node #page #content .center_page .paper .title .button4 {
	float: right;
	margin: 3px 13px;
	}
#node #page #content .center_page .paper .text {
	margin: 15px 17px;
	/*overflow: hidden;*/
	}
#node #page #content .center_page .paper .right_col {
	width: 233px;
	height: 40px;
	}
#node #page #content .center_page .paper .right_col .article {
	margin-bottom: 10px;
	}
#node #page #content .center_page .paper .right_col .top {
	border-top:1px solid #A0A1A3;
	}
#node #page #content .center_page .paper .right_col .yellow {
	background: transparent url('/img/right_article_bg.png') repeat-x bottom left;
	}
#node #page #content .center_page .paper .right_col .green {
	background: transparent url('/img/right_article_bg2.png') repeat-x top left;	
	}
#node #page #content .center_page .paper .right_col .article .desc {
	background: transparent url('/img/right_article_line.png') no-repeat bottom left;
	min-height: 160px;
	overflow: hidden;
	padding: 14px 14px 40px 14px;
	}
#node #page #content .center_page .paper .right_col .article .desc * {
	font-size: 13px;
	line-height: 17px;
}
#node #page #content .center_page .paper .right_col .article .desc .name {
	margin: 0 0 10px 0;
	font-size: 14px;
	}
#node #page #content .center_page .paper .right_col .article .desc .name a,
#node #page #content .center_page .paper .right_col .article .desc .name a:visited {
	color: #333333;
	}
#node #page #content .center_page .paper .right_col .article .desc .book {
	margin-right: 5px;
}
#node #page #content .center_page .paper .right_col .article .desc .description {
	margin: 14px 0;
	}


/** Стиль для списка книг */
.books_list {
	list-style-image: url('/img/book2.png') !important;
	padding-left: 26px;
	}
.books_list li,
.services_list li,
.advices_list li,
.article_list li {
	padding: 3px 0;
	line-height: 15px;
	}
.advices_list li,
.services_list li {
	padding-left: 5px;
	}
.books_list li a,
.services_list li a,
.advices_list li a,
.article_list li a {
	border-style: dotted;
}
.article_list {
	list-style-image: url('/img/articles.gif') !important;
	padding-left: 26px;
}
.services_list {
	list-style-image: url('/img/check1.gif') !important;
	padding-left: 26px;
}
.advices_list {
	list-style-image: url('/img/advice.png') !important;
	padding-left: 26px;
}


/** Вопросы и форма для вопроса */
.question_line {
	line-height: 17px;
	}
.question_line a {
	border-style: dotted;
}

#question_form {
	width: 500px;
	}
#question_form .table {
	width: 100%;
	}
#question_form .question {
	height: 120px;
	}
#question_form .field {
	margin: 5px 0;
	}
#question_form .email_row,
#question_form .capcha_row,
#question_form .capcha_data,
#question_form .field_name {
	vertical-align: middle;
	font-size: 15px;
	line-height: 40px;
	}
#question_form .field_name_sm {
	vertical-align: middle;
	font-size: 15px;
	line-height: 24px;
}
.save_form .field_name {
	padding-bottom: 7px;
}
#question_form .button_row {
	vertical-align: middle;
	font-size: 15px;
	line-height: 40px;
	padding: 10px 0;
	}
#question_form .email_row {
	width: 175px;
	}
#question_form .capcha_row img {
	vertical-align: middle;
	}
#question_form .capcha_field {
	float: right;
	width: 150px;
}

#question_form .w100 {
	width: 96px;
}

.mobile_bottom_nav_line {
	display: block;
}

.float_nav_line {
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	margin: 0;
	z-index: 5;
	font-size: 100%;
	padding: 15px 0;
	}

.save_form {
	margin-left:12px;
	width: 450px !important;
}


#node #page #content .map {
	padding-left: 5px;
	}
#node #page #content .map .page {
	line-height: 140%;
	font-size: 110%;
	}
#node #page #content .map .submenu {
	padding-left: 30px;
	margin-top: 5px;
	font-size: 12px;
}

/** buttons */
.button1,
.button1 * {
	height: 28px;
	line-height: 28px;
	display: block;
	position: relative;
	color: #FFFFFF;
	}
.button2,
.button2 * {
	height: 28px !important;
	line-height: 28px !important;
	display: block;
	position: relative;
	color: #FFFFFF;
}

.button3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);

	background-color:#007dc1;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	border:1px solid #124d77;

	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:8px 27px;
	text-decoration:none;

	text-shadow:0px 1px 0px #154682;
	cursor: pointer;
	}
.button3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);

	background-color:#0061a7;
	}
.button3:active {
	position:relative;
	top:1px;
}

.button4 {
	line-height: 14px;
}
.button4 {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);

	background-color:#79bbff !important;

	-moz-border-radius:8px !important;
	-webkit-border-radius:8px !important;
	border-radius:8px !important;

	border:1px solid #84bbf3 !important;

	display:inline-block !important;
	color:#ffffff !important;
	font-size:12px !important;
	font-weight:normal !important;
	padding:6px 20px !important;
	text-decoration:none !important;

	text-shadow:0px 1px 0px #528ecc !important;

}
.button4:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);

	background-color:#378de5;
}
.button4:active {
	position:relative;
	top:1px;
}



/** footer */
#footer {
	z-index: 2;
	position: relative;
	width: 100%;
	padding-top: 20px;
	}
#footer .counters {
	position: relative;
	top:0;
	z-index: 1;
	width: 230px;
	float: left;
	text-align: center;
	}
#footer .info {
	margin-left: 218px;
	margin-right: 52px;
	font-size: 12px;
	}
#footer .info .links {
	float: left;
	max-width: 480px;
	height: 70px;
	margin-right: 10px;
}
#footer .info .right_col {
	/*float: right;*/
}


/** fields elements */
.field {
	border: 1px solid #B4B4B4;
	border-top: 1px solid #727272;
	border-bottom: 1px solid #DADADA;
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	height: 29px;
	}
.field .input {
	height: 27px;
	line-height: 27px;
	width: 100%;
	padding: 0;
	border-width: 0;
	border-top: 1px solid #CBCBCB;
	font-size: 18px;
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	}
.field textarea {
	border-top: 1px solid #CBCBCB;
	margin: 0;
	padding: 0;
	border-width: 1px 0 0 0;
	width: 100%;
	resize: none;
	line-height: 23px;
	}


/**
 * Оформление разных ...
 */
.decor1 {
	margin: 15px 0;
	}
.decor1 .title {
	font-size: 17px;
	line-height: 22px;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.p_red_line {
	text-indent: 1.2em;
}

.add_question {
	position: fixed;
	right: 0;
	top:40%;
	z-index: 100;
	}
.add_question a {
	display: block;
	overflow: hidden;
	border-style: none;
	}
.add_question a .button {
	display: block;
	width: 20px;
	text-align: center;
	padding: 5px 0;
	overflow: hidden;
	line-height: 14px;

	color: #050505;
	padding: 10px 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#b5b5b5));
	
	border: 1px solid #949494;
	border-width: 1px 0 1px 1px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);

	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.book_img {
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.str3 {
	padding: 0 20%;
	text-align: center;
	line-height: 16px;
	}
.str3 * {
	line-height: 16px;
	display: inline-block;
}

.author, .journal {
	line-height: 18px;
}

.tab9 {
	border:4px solid #FFFFFF;
	}
.tab9 th {
	background-color: #f8f7f2;
	padding: 2px;
	}
.tab9 th,
.tab9 td {
	border:4px solid #FFFFFF;
	}


.tab10 {
	border:2px solid #FFFFFF;
	}
.tab10 th {
	background-color: #f8f7f2;
	}
.tab10 th,
.tab10 td {
	border:1px solid #e6e6e6;
	padding: 8px 10px;
	}
.tab10 .col1 {
	background-color: #F9F9F9;
}

.bord10 {
	border: 1px solid #CCCCCC;
}

.question_badge {
	position: relative;
	height: 10px;
	}
.question_badge .badge {
	position: absolute;
	right: -3px;
	top:-5px;
	height: 116px;
	width: 206px;
	background: transparent url('/img/badge.png') no-repeat top left; 
	text-align: center;
	font-size: 12px;
	}
.question_badge .badge strong {
	display: block;
	font-size: 17px;
	line-height: 30px;
	height: 30px;
	margin-top: 43px;
	text-shadow: 1px 1px 0 #FFFFFF;
}