/* Common styles
---------------------------- */
html, body {
	background: #f9fbfb;
	height: 100%;
	width: 100%;
	font-family: Arial, sans-serif
}

body {
	font-size: 62.5%;
}

table {
	table-layout: fixed;
}

tr, td, th {
	vertical-align: top;
}

a img {
	border:none;
}

a {
	color:#375d81;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #365d81;
	font: normal 3.2em Georgia, serif;
	padding-bottom: 1.5ex;
}

h2 {
	color: #365d81;
	font: normal 2em Georgia, serif;
	padding-bottom: 1ex;
}

h3 {
	color: #365d81;
	font: normal 1.6em Georgia, serif;
	padding-bottom: 1ex;
}

h4 {
	color: #375d81;
	font: bold 1.4em Arial, serif;
	padding: .5ex 0 1.5ex;
}

h4 span {
	color: #333333;
}

p {
	color: #444;
	font-size: 1.2em;
	padding-bottom: 3ex;
}


p.marked {
	color: #000;
	font-size:1.7em;
	padding-bottom:3ex;
}

.clear {
	clear:both;
}

.center {
	margin: 0 auto;
	position:relative;
	width:930px;
}

.clearfix {zoom:1}
.clearfix:after {content:' '; clear:both; display:block; font-size:0; height:0; overflow:hidden; width:0}

.fatal { 
	position: absolute !important;
	left: 50%; top: 50%; width: 20em; height: 10em; margin-left: -10em; margin-top: -5em;
	color: red; font-size: 2em; background-color: yellow; z-index: 65535;
	vertical-align: middle; text-align: center; padding: 2em;
}

#layout        {position:relative; height:100%}
#layout.border {border-right:1px solid #cacaca}

col.size3of4 {width:695px}
col.size1of4 {width:225px}
col.sep {width:10px}

.corners * {height:20px; position:absolute; width:20px; z-index:1000}
.corners .tl {background:url(../images/corners.sprite.png) -20px -20px no-repeat}
.corners .bl {background:url(../images/corners.sprite.png) -20px 0 no-repeat; bottom:0; left:0}
.corners .br {background:url(../images/corners.sprite.png) 0 0 no-repeat; bottom:0; right:0}
.corners .tr {background:url(../images/corners.sprite.png) 0 -20px no-repeat; right:0}

#head {margin:0px auto; /*padding:0px 0 20px 0;*/ position:relative; width:930px; height: 139px;}

#lang {list-style:none; position:absolute; right:0; top:-2px}
#lang li {display:block; float:left; margin-left:20px; text-align:center; opacity:.3; filter:alpha(opacity=30)}
#lang li.sel {opacity:1; filter:none}
#lang li a {color:#000; text-decoration:none}


#logo, #logo-sub {float:left}
#logo-sub { margin-top: 5px;}
.searchField {background:url(../images/search.l.bg.png) no-repeat; float:right; height:28px; margin:43px 0 0 0px; padding-left:8px; width:379px}
.searchField span {background:url(../images/search.r.bg.png) 100% 0 no-repeat; display:block; height:28px; line-height:28px; padding-right:8px}
.searchField input {background:transparent; border:none; float:left; font-size:14px; padding:5px 0; margin:2px 0; vertical-align:middle; width:349px}
.searchField img {background:url(../images/search.ico.png) 50% 50% no-repeat; cursor:pointer; cursor:hand; float:left; height:24px; margin:2px 0; width:14px}

/* Menu
----------------------- */

.main-page-wrap {
	padding: 25px 0 0;
}

#menu {

}
#menu .wrap {
	border-top: 2px solid #365d84;
	border-bottom: 2px solid #365d84;
}
#menu ul {
	list-style:none
}
#menu .top-selectors {
	height: 42px;
	background: #d7e2eb url('../images/menu-bg1.png') repeat-x 0 0;
}
#menu .top-selectors ul {
	list-style: none;
}
#menu .top-selectors li {
	float: left;
}
#menu .top-selectors li a {
	display: block;
	padding: 13px 10px 16px;
	font-size: 13px;
	color: #000;
}
#menu .top-selectors li.selected {
	background: #365d84 url('../images/menu-selected.png') no-repeat 50% 100%;
	color: #fff;
	text-decoration: none;
}
#menu .top-selectors li.selected a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
#menu .inner {
	width: 930px;
	margin: 0 auto;
}
#menu .submenu-list {
	background: #eaf0f5 url('../images/menu-bg2.png') repeat-x 0 100%;
	overflow: hidden;
	padding: 11px 0 22px;
}
#menu .submenu-list ul {
	float:left;
	font-size:1.2em;
	max-width: 128px;
	padding-right: 4px;
}
#menu .submenu-list ul li {
	clear: left;
	float: left; 
	padding: 1px 8px 3px;
	margin: 1px 0 0 2px;
	line-height: 13px;
	width: 112px;
}
#menu .submenu-list ul li a {
	color: #464646;
}
#menu .submenu-list ul li.important {
	font-weight: bold;
}
#menu .submenu-list ul li.important a {
	color: #000;
}
#menu .submenu-list ul li.selected {
	background: #365d84;
	color: #fff;
	text-decoration: none;
}
#menu .submenu-list ul li.selected a {
	color: #fff;
	text-decoration: none;
}
#menu .submenu-list ul .title {
	margin-bottom:8px;
	color: #365d84;
	font-size: 1.083em;
}

/* Important block
----------------------- */

#important-block {
	padding: 0 14px;
	width: 930px;
	margin: 12px auto;
}

#important-block .important-block-head {
	height: 26px;
	border-top: 1px solid #c55b60;
	background: #b83339;
	position: relative;
	padding: 4px 32px 4px 38px;
}

#important-block .important-block-head .corner-tl, #important-block .important-block-head .corner-tr {
	position: absolute;
	top: -2px;
	width: 21px;
	height: 21px;
	background: url('../images/important-block-corners1.png') no-repeat;
}

#important-block .important-block-body {
	border: 1px solid #a0a0a0;
	border-top: 0;
	position: relative;
	background: #f9fbfb;
}

#important-block .important-block-body .corner-bl, #important-block .important-block-body .corner-br {
	position: absolute;
	bottom: -2px;
	width: 21px;
	height: 21px;
	background: url('../images/important-block-corners2.png') no-repeat;
}

#important-block .important-block-head .corner-tl {
	left: -1px;
}

#important-block .important-block-body .corner-bl {
	left: -2px;
}

#important-block .important-block-head .corner-tr {
	right: -1px;
	background-position: 100% 0;
}

#important-block .important-block-body .corner-br {
	right: -2px;
	background-position: 100% 0;
}

.important-view-all {
	float: right;
	font-size: 1.4em;
	position: relative;
	padding: 5px 0;
}

.important-block-head, .important-block-head a {
	color: #fefefe;
}

.important-head-link {
	font-size: 2.2em;
	float: left;
	position: relative;
}

.important-list {
	position: relative;
}

.important-list table {
	width: 100%;
}

.important-list td {
	text-align: center;
	padding: 17px 0 15px;
}

.important-list td .item {
	padding: 0 12px;
}

.important-list td .img-wrap {
	margin: 0 auto;
	width: 70px;
}

.important-list td .img-wrap a {
	display: block;
	width: 70px;
	height: 70px;
}

.important-list td .date {
	color: #707070;
	font-size: 1.1em;
	padding: 6px 0 0;
}

.important-list td .text {
	font-size: 1.2em;
	line-height: 1.16667em;
}

.important-list td .text, .important-list td .text a {
	color: #0c446c;
	font-weight: bold;
}

.important-list .super-important {
	width: 310px;
	background: #e5e6e6;
	position: relative;
}

.important-list .super-important .item {
	padding: 0 34px;
}

.important-list .super-important .super-important-left {
	float: left;
	width: 70px;
}

.important-list .super-important .text {
	margin-left: 70px;
	text-align: left;
	padding-left: 6px;
}

.important-list .super-important .text .description {
	color: #363636;
	font-weight: normal;
}

.important-list .super-important-corner-lb, .important-list .super-important-corner-rb {
	position: absolute;
	bottom: 0;
	width: 18px;
	height: 18px;
	background: url('../images/super-important-corners.png') no-repeat;
}

.important-list .super-important-corners {
	width: 310px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
}

.important-list .super-important-corner-lb {
	left: 0;
}

.important-list .super-important-corner-rb {
	right: 0;
	background-position: 100% 0;
}
/* Quick menu
------------------------ */

#quick-menu {
	padding: 14px 0 27px;
}

#quick-menu .wrap1 {
	padding: 13px 0 0;
	background: #eaf0f5 url('../images/menu-bg1.png') repeat-x;
	overflow: hidden;
}

#quick-menu .wrap2 {
	padding: 0 0 14px;
	background: url('../images/menu-bg2.png') repeat-x 0 100%;
}

#quick-menu .wrap3 {
	width: 853px;
	padding-left: 77px;
	margin: 0 auto;
}

#quick-menu .item {
	height: 25px;
	margin: 1px 0 2px;
	display: inline-block;
	padding: 0 27px 0 27px;
	font-size: 1.4em;
	line-height: 25px;
	position: relative;
	white-space: nowrap;
}

#quick-menu .item.selected {
	background: #fff url('../images/quick-menu-selected.png') no-repeat;
	color: #070707;
	text-decoration: none;
}

#quick-menu .item.selected .corner-r {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 25px;
	background: url('../images/quick-menu-selected.png') no-repeat 0 100%;
}

#quick-menu .item a {
	display: inline-block;
	float: left;
	height: 25px;
	color: #064e82;
}

#quick-menu .item.selected a {
	color: #070707;
	text-decoration: none;
}

#quick-menu .item .important-check {
	background: url('../images/quick-menu-check.png') no-repeat;
	width: 10px;
	height: 24px;
	position: absolute;
	top: 1px;
	left: 13px;
}

#quick-menu .item.selected .important-check {
	background-position: 0 -25px;
}

#quick-menu table {
	float: right;
}

#quick-menu table td {
	padding-right: 72px;
	min-width: 160px;
}

#quick-menu .item span {
	position: relative;
	display: block;
}

/* News slider
------------------------------------- */

#news-slider {
	padding: 26px 0;
	width: 1060px;
	margin: 0 auto;
}

#news-slider .nav-button {
	width: 59px;
	height: 120px;
	background: url('../images/news-slider-nav.png') no-repeat;
	cursor: pointer;
}

#news-slider .nav-button.prev {
	float: left;
}

#news-slider .nav-button.next {
	float: right;
	background-position: 0 -113px;
}

#news-slider .items-wrap {
	height: 120px;
	overflow: hidden;
	position: relative;
}

#news-slider .items {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 20000em;
}

#news-slider .items li {
	float: left;
	width: 295px;
	height: 120px;
	padding: 0 9px;
}

/* Calendar list
------------------------------------- */

#main-calendar-list {
	width: 930px;
	padding: 26px 0 27px;
	margin: 0 auto;
}

#main-calendar-list .calendar-list-head {
	height: 26px;
	border: 1px solid #a0a0a0;
	border-bottom: 0;
	background: #eaf0f5;
	position: relative;
	padding: 5px 32px 5px 38px;
}

#main-calendar-list .calendar-list-head {
	color: #365d84;
}

#main-calendar-list .calendar-head-link {
	font-size: 2.2em;
	float: left;
	position: relative;
}

#main-calendar-list .calendar-list-body {
	position: relative;
	background: #f9fbfb;
}

#main-calendar-list .corner-tl, #main-calendar-list .corner-tr, #main-calendar-list .corner-bl, #main-calendar-list .corner-br {
	position: absolute;
	width: 21px;
	height: 21px;
	background: url('../images/main-calendar-corners.png') no-repeat;
}

#main-calendar-list .corner-tl {
	left: -2px;
	top: -2px;
	background-position: 0 0;
}

#main-calendar-list .corner-bl {
	left: -1px;
	bottom: -1px;
	background-position: 0 100%;
}

#main-calendar-list .corner-tr {
	right: -2px;
	top: -2px;
	background-position: 100% 0;
}

#main-calendar-list .corner-br {
	right: -1px;
	bottom: -1px;
	background-position: 100% 100%;
}

#main-calendar-list .calendar-list table {
	width: 100%;
}

#main-calendar-list .calendar-list td {
	border: 1px solid #a0a0a0;
	width: 25%;
}

#main-calendar-list .calendar-list .item {
	padding: 15px 12px;
}

#main-calendar-list .calendar-list .datetime {
	width: 62px;
	float: left;
	padding: 4px 8px 6px 0;
	text-align: center;
	color: #9a9a9a;
}

#main-calendar-list .calendar-list .day {
	font-size: 3em;
}

#main-calendar-list .calendar-list .month {
	font-size: 1.1em;
}

#main-calendar-list .calendar-list .time {
	font-size: 2.1em;
	font-weight: bold;
	padding-top: 9px;
}

#main-calendar-list .calendar-list .event-info {
	margin-left: 70px;
	font-size: 1.2em;
	line-height: 1.16667em;
}

#main-calendar-list .calendar-list .event-info .link {
	font-weight: bold;
}

#main-calendar-list .important .datetime, #main-calendar-list .important .event-info .link a {
	color: #b83339;
}

/* News
--------------------------------------------------------- */

#news {
	margin: 0 auto;
	width: 930px;
	padding: 28px 0 0;
}

#news .news-body ul {
	width: 930px;
	font-size: 1px;
	text-align: justify;
	text-align-last: justify;
	*text-justify: newspaper;
}

#news .news-body ul:after {
  content: "";
	display: -moz-inline-stack;
	display: inline-block; 
	width: 100%;
	height: 0; 
	overflow: hidden;
}

#news .news-head {
	border-top: 1px solid #edf2f6;
	border-bottom: 1px solid #edf2f6;
	background: #eaf0f5;
	height: 26px;
	position: relative;
	padding: 3px 27px 5px 39px;
}

#news .news-head .corner-r, #news .news-head .corner-l {
	background: url('../images/news-corners.png') no-repeat;
}

#news .news-body {
	padding: 10px 0 0;
}

.news-view-all {
	float: right;
	font-size: 1.4em;
	position: relative;
	padding: 5px 0 7px;
}

.news-head-link a {
	color: #365d84;
}

.news-head-link {
	font-size: 2.2em;
	float: left;
	position: relative;
}
	
#news .novel {
	width: 140px;
	min-height: 230px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	
	zoom: 1;
	*display: inline;
	_height: 230px;
}

#news .novel .img-wrap, #news .novel .novel-img {
	position: relative;
	height: 140px;
	width: 140px;
}

#news .novel .img-wrap .corners .bl {
	background-image: url(../images/corners-blue.sprite.png);
}

#news .date {
	color: #707070;
	font-size: 1.1em;
	padding: 14px 0 0;
}

#news li .text {
	font-size: 1.2em;
	line-height: 1.16667em;
}

#news li .text, #news li .text a {
	color: #0c446c;
	font-weight: bold;
}

#social-links {
	padding: 25px 0;
	width: 930px;
	margin: 0 auto;
}

#social-links .wrap {
	padding: 4px 32px;
	height: 26px;
	background: #829cc0;
	border-top: 1px solid #9aafcc;
	border-bottom: 1px solid #9aafcc;
	position: relative;
}

#social-links .corner-r, #social-links .corner-l {
	background: url('../images/socials-corners.png') no-repeat;
}

#social-links .social-links-inner {
  position: relative;
  float: left;
  left: 50%;
}

#social-links .social-links-inner ul {
  position: relative;
  float: left;
  right: 50%;
	padding: 6px 0;
}

#social-links .social-links-inner ul li {
	float: left;
	padding: 0 33px;
	font-size: 14px;
}

#social-links .social-links-inner ul a {
	color: #fff;
}

/* corners
---------------------------------------------------- */

#news .news-head .corner-r, #news .news-head .corner-l, #social-links .corner-r, #social-links .corner-l {
	width: 20px;
	height: 36px;
	top: -1px;
	position: absolute;
}

#news .news-head .corner-r, #social-links .corner-r {
	right: 0;
	background-position: 100% 0;
}

#news .news-head .corner-l, #social-links .corner-l {
	left: 0;
	background-position: 0 0;
}

/* calendar block
---------------------------------------------------- */


.main .calendar-big td {
	padding: 0;
	border: 0;
}

.main .calendar-years {
	padding-bottom: 28px;
}

.main .calendar-years li {
	float: left;
	padding: 0;
	background: none;
	margin-right: 16px;
	font-size: 1.4em;
}

.main .calendar-years li span {
	color: #365d84;
	font-weight: bold;
}

.main .calendar-years li a {
	color: #404040;
}

.calendar-sidebar {
	padding: 46px 0 0;
}

.calendar-archive {
	font-size: 16px;
	padding: 0 30px 18px 0;
	text-align: right;
}

.calendar-sidebar .calendar-block {
	margin-bottom: 26px;
}

.calendar-big .calendar-block {
	margin-bottom: 34px;
}

.calendar-block-head {
	height: 14px;
	padding: 6px 0 7px;
	text-align: center;
	background: #365d84;
	position: relative;
}

.calendar-block-head a {
	font-size: 14px;
	color: #fff;
}

.calendar-block-body {
	border: 1px solid #a0a0a0;
	border-top: 0;
	padding: 11px 10px 19px 8px;
	position: relative;
}

.calendar-block-body td, .calendar-big .calendar-block-body td {
	padding: 3px;
	text-align: center;
}

.calendar-block-body .item {
	width: 24px;
	height: 24px;
	background: url('../images/calendar-day-bg.png') no-repeat;
	background-position: -25px 0;
	font-size: 14px;
	color: #b7b7b7;
}

.calendar-block-body .innactive {
	background-position: 0 0;
}

.calendar-block-body .selected {
	background-position: -50px 0;
}

.calendar-block-body .item a, .calendar-block-body .item span {
	display: block;
	width: 24px;
	height: 14px;
	padding: 5px 0;
}

.calendar-block-body .item a {
	color: #365d84;
}

.calendar-block-body .selected a {
	color: #fff;
	text-decoration: none;
}

.calendar-block-body table {
	margin: 0 auto;
}

.calendar-block-body table thead td {
	font-size: 11px;
	color: #6c6b6b;
	vertical-align: middle;
	height: 16px;
}

.calendar-block-body table thead .weekend {
	color: #365d84;
}

.calendar-block .corner-tl, .calendar-block .corner-tr, .calendar-block .corner-bl, .calendar-block .corner-br {
	position: absolute;
	width: 21px;
	height: 21px;
	background: url('../images/calendar-corners.png') no-repeat;
}

.calendar-block .corner-tl {
	left: -1px;
	top: -1px;
	background-position: 0 0;
}

.calendar-block .corner-bl {
	left: -2px;
	bottom: -2px;
	background-position: 0 100%;
}

.calendar-block .corner-tr {
	right: -1px;
	top: -1px;
	background-position: 100% 0;
}

.calendar-block .corner-br {
	right: -2px;
	bottom: -2px;
	background-position: 100% 100%;
}

/* Calendar popup
*/

.calendar-popup {
	width: 243px;
	position: absolute;
	display: none;
}

.calendar-popup-head {
	padding: 12px 24px 3px 27px;
	overflow: hidden;
	background: url('../images/calendar-popup-head.png') no-repeat;
	position: relative;
}

.calendar-popup-date {
	float: left;
	color: #f9fbfb;
	font-size: 11px;
	line-height: 11px;
	padding-top: 1px;
}

.calendar-popup-close {
	float: right;
	font-size: 11px;
	line-height: 12px;
}

.calendar-popup-close a {
	display: block;
	color: #f9fbfb;
	padding-left: 14px;
	background: url('../images/calendar-popup-close.png') no-repeat 0 2px;
}

.calendar-popup-body {
	padding: 17px 23px 5px;
	background: url('../images/calendar-popup-body.png') repeat-y;
}

.calendar-popup-footer {
	height: 22px;
	background: url('../images/calendar-popup-footer.png') no-repeat;
}

.calendar-popup-list li {
	padding: 7px 0;
	font-size: 12px;
}

.calendar-popup-list li a {
	color: #414141;
}

.calendar-popup-list li a:hover {
	color: #365d84;
}

.calendar-popup-arrow {
	position: absolute;
	top: 0;
	left: 10px;
	width: 25px;
	height: 11px;
	background: url('../images/calendar-popup-arrow.png') no-repeat;
}

.calendar-popup-loading {
	color: #666;
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

/* novel head
--------------------------------------------------------- */

.novel-head-date {
	font-size: 0.5625em;
}

.novel-head-date a {
	font-size: 1em;
}

/* news list
--------------------------------------------------------- */

body .main .news-list li {
	padding: 0;
	background: none;
}

.news-list {
	
}

.news-list-block-head {
	border-bottom: 1px solid #365d84;
	padding: 1px;
}

.news-list-block-head h2 {
	padding-bottom: 1px;
}

.big-novel {
	padding: 15px 0;
}

.big-novel .img-wrap {
	float: left;
}

.big-novel a {
	font-weight: bold;
	font-size: 1.4em;
	color: #295178;
}
.big-novel span {
	color: #929493;
	padding-left: 15px;
}
.big-novel .more {
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
.big-novel p {
	padding-top: 10px;
	line-height: 18px;
}
.big-novel .text-wrap h3 {
	font-size: 1em;
	padding: 0;
}

/* OLD LAYOUT...
--------------------------------------------------------- */

/*#welcome {height:250px; margin:15px auto; overflow:hidden; width:930px}
#welcome .in {height:250px; overflow:hidden; position:relative; width:930px}
#welcome #wb {height:250px; overflow:hidden; position:relative; width:930px}*/
.wb {overflow:hidden; position:absolute; height:250px; width:40px}
.wb div {position:relative}

#wb-0-txt { margin-top:0; }
.wb-txt {background:url(../images/wb-txt.bg.png); height:250px; width:387px; margin-top:-250px}
.wb-txt h2 {color:#fff; font-size:1.8em; font-weight:normal; padding:2em 15px 15px}
.wb-txt h2 a {color:#fff; text-decoration:underline}
.wb-txt h2 strong {display:block; font-size:1.6em; font-weight:bold; text-decoration:underline}
.wb-txt p {color:#fff; font-size:1.2em; padding:0 15px 15px}

#content {margin:0px auto; position:relative; width:930px;}

#breadcrumbs {font-size:1.2em; padding-bottom:5px}
#breadcrumbs a {color:#7c7d7d;}

.main {padding-top:25px; float:left; width: 100%;}
.main ul {list-style:none; padding-bottom:3ex}
.main ol { list-style-position: outside; padding-bottom:3ex; padding-left: 30px; list-style-type: decimal;}
.main ol li {color:#444; font-size:1.2em; padding:0 0 1ex 6px}
.main ul li {background:url(../images/bul.bg.png) 16px 4px no-repeat; color:#444; font-size:1.2em; padding:0 0 1ex 40px}
.main div ul li {background:url(../images/bul.png) 25px 15px no-repeat; color:#444; font-size:1.2em; padding:10px 0 1ex 40px}

.main ul li p {font-size: 1em;}
.main img {margin:0 15px 10px 0}
.main img.right {margin:0 0 10px 15px;}
.main li li {font-size: 1em;}

.full {padding-top:25px;}
.full ul {list-style:none; padding-bottom:3ex}
.full ol { list-style-position: outside; padding-bottom:3ex; padding-left: 30px; list-style-type: decimal;}
.full ol li {color:#444; font-size:1.2em; padding:0 0 1ex 6px}
.full ul li {background:url(../images/bul.bg.png) 16px 4px no-repeat; color:#444; font-size:1.2em; padding:0 0 1ex 40px}
.full ul li p {font-size: 1em;}
.full img {margin:0 15px 10px 0}
.full li li {font-size: 1em;}

.additional {background:#eff3f4; margin-left:705px; padding-top:25px}
.additional h4 {margin-left:10px}
.additional ul.list {list-style:none; padding-bottom:20px}
.additional ul.list li {background:url(../images/news.bul.bg.png) 12px 4px no-repeat; padding:0 10px 17px 25px}
.additional ul.list li a {font-size:1.2em}

.additional ul.news {list-style:none; padding-bottom:20px}
.additional ul.news .corners .bl {background-image:url(../images/corners-blue2.sprite.png)}
.additional ul.news .corners .br {background-image:url(../images/corners-blue2.sprite.png)}
.additional ul.news li {background:url(../images/news.bul.bg.png) 12px 4px no-repeat; padding:0 0 17px 0; position:relative}
.additional ul.news li .img {position:absolute; top:0px; left:10px; margin-top:0; height:70px; position:relative; width:80px}
.additional ul.news li .txt {margin-top:-60px}
.additional ul.news li a {color:#000; display:block; font-size:1.1em; margin:0 10px 0 105px; position:relative; z-index:1;}
.additional ul.news li span.date {background:#f9fbfb; color:#375d81; display:block; font-size:1em; margin-bottom:3px; padding:3px 10px 3px 105px}

.additional .sep {background:url(../images/additional.sep.bg.png) 90% 0 no-repeat; border-top:4px solid #f9fbfb; height:14px; padding-bottom:10px; width:100%}


#foot {width:100%; padding-top: 50px;}
#foot .footmenu {background:#fff url(../images/menu.t.bg.png) 0 0 repeat-x}
#foot .footmenu .in {background:url(../images/menu.b.bg.png) 0 100% repeat-x}
#foot p {margin:0px auto; padding:2ex 0; position:relative; width:930px}
#foot p a {margin-right:15px}
#foot p.copy {padding-top:3ex; text-align: center;}

.clb {clear: both;}

.main td, th {font-size: 1.2em; padding: 4px 6px;}

.main th {font-weight: bold;}
.main  table {margin-bottom: 10px;}

.searchField select {
	float: right;
	width: 300px;
	border: 1px solid #d6e1e6;
	padding: 3px;
	margin-top: 10px;
}
/*--------search page (LeoPolD)----------*/
.txtMid p {padding-bottom: 1ex;}
.txtMid span {font-size: 12px;}
.txtMid ol {font-size: 11px;}
.txtMid ol li {padding-bottom: 10px;}
.txtMid ol li font, .txtMid ol li font a {color: green;}
.searchFieldPage {background:url(../images/search.l.bg.png) no-repeat; height:28px; padding-left:8px; width:920px}
.searchFieldPage span {background:url(../images/search.r.bg.png) 100% 0 no-repeat; display:block; height:28px; line-height:28px;}
.searchFieldPage input {background:transparent; border:none; float:left; font-size:14px; padding:5px 0; margin:2px 0; vertical-align:middle; width:894px}
.yandex {background:url(../images/ysearch_small.png) 8px 6px no-repeat !important;}
.searchFieldPage img {background:url(../images/search.ico.png) 50% 50% no-repeat; cursor:pointer; cursor:hand; float:left; height:24px; margin:2px 0; width:14px}
/*---------------------------------------*/

.archive {
	margin-bottom: 20px;
 	text-align:center;
	line-height:29px;
	height:31px;
	background:url(../images/news.archive.background.png) repeat-x;
	font-size:16px;
}

.archive a {
	position:absolute;
	background:#829cbf;
	color:#fff !important;

	width:150px;
	left:50%;
	margin-left:-75px;
}


.archive .l, .archive .r {
 	position:absolute;
 	height:29px;
	width:14px;
	background-image:url(../images/news.archive.png);
	background-repeat:no-repeat;
	left:-14px;
	top:0;
}

.archive .r {
	left:100%;
	background-position:-14px 0;
	margin-left:-4px;
}

.message { color: green; }
.warning { color: orange; font-weight: bold; }
.error { color: red; }
.ask { width: 100%; font-size: 1.5em; }
.ask form { padding: .5em 0; }
.ask fieldset { margin-bottom: 1em; border: none; }
.ask legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.ask .f-row {
	overflow: hidden; margin-bottom: .5em;
	clear:both; /*	В случае с табами начинает контролы с новой строки	*/
}
.ask label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.ask label.error {width: 100%; color: red; text-align: left;}
.ask .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 95%; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }

sup.r {color: red;}

.borders td {
	border: 1px solid black;
}

.no-borders td {
	border: none !important;
}

.main table td {
	border: 1px solid black;
}

.slider a {
	padding-right: 16px;
	background: url('../images/arrow.down.gif') no-repeat right center;
}

.slider a.open {
	padding-right: 16px;
	background: url('../images/arrow.up.gif') no-repeat right center;
}

.slider-data {
	display: none;
}

/* HAPPY NEW YEAR START */
/* .body__new-year class applies to body element */
.head-bg {
	display: none;
}

.body__new-year {

}

.body__new-year .head-bg {
	display: block;
	background: #fff;
	width: 100%;
	min-width: 970px;
	_width: 970px;
	position: relative;
	height: 139px;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

.body__new-year .head-bg div {
	width: 1745px;
	top: 0;
	height: 139px;
	position: absolute;
	background: url('../images/new-year-header.jpg') no-repeat;
	left: 50%;
	margin-left: -872px;
}

.body__new-year .main-page-wrap {
	background: url('../images/new-year-snow.jpg') no-repeat 50% 0;
}

.body__new-year #menu .submenu-list {
	background: #eaf0f5 url('../images/new-year-menu-bg.jpg') no-repeat 50% 100%;
}
/* HAPPY NEW YEAR END */

.vk {
	float: left;
	margin-right: .8em;
}

.vk td {
	padding: 0 !important;
}

.mailru {
	float: left;
}

.mailru > span {
	display: block;
}

.mailru iframe {
	width: 230px !important;
}

#content ul {
	padding-bottom: 0;
}

.main ul li {
	background: url("../images/bul.bg.png") no-repeat 16px 2px;
	color: #444444;
	font-size: 1.2em;
	padding: 0 0 1ex 30px;
}

.main td, .main th {
	font-size: 1em; 
}
