@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none 0px;
  outline: none;
}

/* webkit placeholder */
:-webkit-input-placeholder {
  color: #bbb;
}

/* moz placeholder */
:-moz-placeholder {
  color: #bbb;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background-color: #ebebeb;
  /*  background-repeat: no-repeat;  */
  color: #333;
  /* добавил цвет, вроде бы и не черный, а приятнее */
  font-size: 12px;
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  quotes: "«" "»";
  position: relative;
}

#body {
  padding-bottom: 10px;
  overflow: hidden;
  min-width: 1250px;
  position: relative;
}

/*Тело документа. отрезаем 30 пикселей на скролл и выравниваем посередке*/
#main {
  width: 1250px;
  margin: 0 auto;
}

#main > * {
  position: relative;
}

#main > a#branding {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("/imgs/k1-2000.jpg");
  background-repeat: no-repeat;
  /*  position: fixed;     */
  bottom: 0;
  background-position: 50% 0;
}

#headline {
  height: 90px;
}

/*Верхняя полоса с логином и прочей ерундой */
#pos_topline {
  height: 36px;
}

#topline_social {
  float: right;
  padding: 9px 25px;
}
#topline_social a {
  padding: 0 5px;
  color: #87898C;
  text-decoration: underline;
}

li.photoreport {
  display: block;
  float: left;
  margin: 3px 0 8px 10px;
  overflow: hidden;
  width: 230px;
  height: 130px;
}
li.photoreport > h3 {
  max-height: 32px;
  overflow: hidden;
  display: block;
}
li.photoreport > p {
  margin-top: 2px;
}
li.photoreport > p > a {
  display: block;
  max-height: 90px;
}
li.photoreport > p > a > img {
  float: left;
  margin: 4px 6px 4px 0;
}

/* Тень на шапку*/
#header {
  background-color: #4571b8;
  -webkit-box-shadow: 0 10px 30px silver;
  -moz-box-shadow: 0 10px 30px silver;
  -o-box-shadow: 0 10px 30px silver;
  box-shadow: 0 10px 30px silver;
  /* For IE 8 */
  /*-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=30, Direction=180, Color='#c0c0c0')";
    */
  /* For IE 5.5 - 7 */
  /*filter: progid: DXImageTransform.Microsoft.Shadow(Strength=30, Direction=180, Color='#c0c0c0');
    */
  margin-bottom: 15px;
  padding-bottom: 30px;
}

#header_body {
  height: 90px;
  position: relative;
}
#header_body img {
  margin: 25px;
}

#stats {
  height: 32px;
  background: #ffffff;
}

.pathway {
  height: 32px;
}

#middle {
  width: 100%;
  padding: 0px;
  height: 1%;
  position: relative;
}

#middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#container {
  width: 100%;
  float: left;
}

#wrapper {
  margin: 0 261px 20px 261px;
  min-height: 1px;
}

#content {
  position: relative;
  bottom: 0px;
  width: 728px;
}
#content.sidebox-bottom {
  position: absolute;
}
#content.sidebox-fixed {
  position: fixed;
}
#content > div .nopad_content {
  margin-left: -10px;
  margin-right: -10px;
}

/* Sidebar Left-----------------------------------------------------------------------------*/
#sideLeft {
  float: left;
  width: 240px;
  margin-left: -100%;
  position: relative;
}

/* Sidebar Right-----------------------------------------------------------------------------*/
#sideRight {
  float: left;
  margin-right: -3px;
  width: 240px;
  margin-left: -240px;
  position: relative;
}

#sideLeft, #sideRight {
  bottom: 0;
}
#sideLeft.sidebox-bottom, #sideRight.sidebox-bottom {
  position: absolute;
  margin-left: 0;
}
#sideLeft.sidebox-fixed, #sideRight.sidebox-fixed {
  position: fixed;
  margin-left: 0;
}

#footer {
  background-color: #ffffff;
  clear: both;
  border-top: 10px black solid;
  overflow: hidden;
  padding-bottom: 20px;
  min-width: 1250px;
  width: 1280px;
  margin: 0 auto;
}

#footer > * {
  min-width: 1250px;
  margin: 0 auto;
}

/*[tabs] [tabcontent] {
  display: none;
}
[tabs] [tabcontent].active {
  display: block;
}
*/
[accordion] [tabtitle] {
  cursor: pointer;
}

[accordion] [tabcontent] {
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  height: 0px;
  padding: 0;
  margin: 0;
}

[accordion] [tabcontent].active {
  overflow: visible;
  height: auto;
}

/* boxes */
/* style for feed boxes */
.clear {
  clear: both;
}

#innerbox {
  background: white;
  -moz-box-shadow: 0 0px 30px silver;
  -webkit-box-shadow: 0 0px 30px silver;
  box-shadow: 0 0px 30px silver;
  margin: 20px 0px 0px 0px;
  padding: 1px 10px;
  float: left;
  width: 347px;
}

#innerbox .subgray {
  margin: -1px -10px;
  background: #EAEAEA;
  padding: 10px;
}

#innerbox .item {
  margin: 0px -10px;
  padding: 5px 10px;
  font-size: 9pt;
  font-family: arial;
}

#innerbox .items {
  margin-top: 8px;
}

#innerbox .bold {
  font-weight: bold !important;
}

/*.title {
  position: absolute;
  margin: -40px 0px 0px -10px;
}
.title h2 {
  font-size: 22pt !important;
} */
.hilight {
  position: absolute;
  margin: -12px 0px 0px 204px;
  background: #b6b7bb;
  color: #FFF;
  padding: 2px 8px;
  font-weight: bold;
  font-family: arial;
  font-size: 11pt;
}

.subgray ul {
  margin: 18px 0px 0px 20px;
}

.subgray ul li {
  list-style: square;
  font-size: 11pt;
  font-weight: bold;
  font-family: arial;
  line-height: 15pt;
  margin-bottom: 6px;
  height: 40px;
}

#box {
  background: white;
  -moz-box-shadow: 0 0px 30px silver;
  -webkit-box-shadow: 0 0px 30px silver;
  box-shadow: 0 0px 30px silver;
  margin: 20px 0px 0px 0px;
  padding: 1px 10px;
}

.noshadow {
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

#box a {
  color: #333;
  text-decoration: none;
}

#box h2 {
  margin: 14px 0px 0px 0px;
  font-size: 26pt;
}

#box .line {
  height: 10px;
  background: #333;
  width: 100%;
  margin: 10px 0px;
}

#box .sub {
  float: left;
  margin: 0px 0px 15px 0px;
}

#box .sub div.img {
  float: left;
  margin: 4px 10px 0px 0px;
}

#box .sub div.nofloat {
  float: none;
}

#box .sub h2 {
  margin: 0px 0px 10px 0px;
  font-size: 13pt;
}

#box .sub span.date {
  float: left;
}

#box .half {
  width: 48%;
  padding-right: 10px;
}

#box .full {
  width: 100%;
}

.numexlist {
  counter-reset: numexlist 0;
  list-style: none;
  padding: 0 !important;
}
.numexlist > li {
  margin: 0;
  position: relative;
  line-height: 32px;
  height: 60px;
  padding-left: 9px;
}
.numexlist > li:nth-child(2n) {
  background-color: #F7F7F7;
}
.numexlist > li:before {
  counter-increment: numexlist 1;
  content: counter(numexlist,decimal);
  font-family: Georgia, Droid Serif, serif;
  font-size: 38px;
  color: black;
}
.numexlist > li > a {
  font-size: 14px;
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 37px;
  line-height: 16px;
  color: black;
  text-decoration: none;
  margin-top: 3px;
}
.numexlist[lines="2"] > li {
  height: 45px;
  padding-top: 5px;
}
.numexlist[lines="2"] > li > a {
  margin-top: 8px;
}
.numexlist[start="2"] {
  counter-reset: numexlist 1;
}
.numexlist[start="3"] {
  counter-reset: numexlist 2;
}
.numexlist[start="4"] {
  counter-reset: numexlist 3;
}
.numexlist[start="5"] {
  counter-reset: numexlist 4;
}

[module] {
  margin-bottom: 10px;
  position: relative;
}
[module] h6 {
  background-color: #EAEAEA;
  padding: 1px 5px;
  color: #6f6f6f;
  font-size: 18px;
  font-family: Georgia, serif;
  line-height: 24px;
  font-weight: normal;
}
[module] h6 + div {
  background-color: white;
}
[module] h8 {
  background-color: #EAEAEA;
  padding: 1px 5px;
  color: #6f6f6f;
  font-size: 12px;
  font-family: arial, serif;
  line-height: 24px;
  font-weight: bold;
}
[module] h8 + div {
  background-color: white;
}
[module] h8:before {
  width: 20px;
  height: 20px;
  background: url(../imgs/tpl/drop_down.png) no-repeat 3px 8px;
  cursor: pointer;
  display: block;
  float: left;
  content: "";
  margin-left: 4px;
}

dfn {
  font-style: normal;
  visibility: hidden;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #CCC;
  background-color: #DDD;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: #E1CA82;
  background-color: #FFEAA6;
  text-decoration: none;
  color: #222;
  opacity: 0;
}

dfn[show=true] {
  visibility: visible;
  opacity: .9;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

dfn:before, dfn:after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #DDD;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

dfn:after {
  border-top-color: #FFEAA6;
}

dfn:before {
  border-top-color: #E1CA82;
  bottom: -8px;
}

.toppattern {
  background: url(../imgs/tpl/toppattern.png) repeat-x 0 top;
}

.botpattern {
  background: url(../imgs/tpl/botpattern.png) repeat-x 0 bottom;
}

.shadow {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}

body.ie .shadow {
  outline: 1px solid silver;
}

[scan] {
  display: block;
  position: relative;
}

[scan][hint]:after {
  content: attr(hint);
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  /*opacity: 0;*/
  visibility: hidden;
  z-index: 5;
  padding: 5px;
  margin: 0;
  background-color: #fff3cc;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: #FFEAA6;
  border-radius: 6px;
  color: #222;
}

[scan][hint]:hover:after {
  visibility: visible;
}

.itemlist {
  background-color: white;
  border-radius: 10px 10px 0 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2) inset;
  list-style: none outside none;
  padding: 0 12px;
  position: absolute;
  right: 20px;
  left: 440px;
  top: 33px;
}

.itemlist:before {
  content: "";
  background-color: white;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.itemlist li {
  margin-top: 16px;
  clear: both;
  height: 65px;
  cursor: pointer;
  font-size: 13px;
  color: #8D8D8D;
  position: relative;
}

.itemlist li img {
  float: left;
  background-color: #d7d7d7;
  margin-right: 5px;
  padding: 4px;
  width: 76px;
  height: 57px;
  -webkit-transition: background-color 500ms ease-in-out;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.itemlist li img.icn {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-color: #fff;
}

.itemlist li.active img, .itemlist li img.active {
  background-color: #4571B8;
}

/* headings */
h3.head {
  font-size: 45px;
  font-family: Georgia, Droid Serif, serif;
  font-weight: bold;
  border-bottom: 10px solid #333;
  padding: 10px 0px 5px 0px;
  margin-bottom: 10px;
}
h3.head a {
  font-size: 15px;
  color: silver;
  font-weight: bold;
  border-bottom: 2px solid silver;
  float: right;
  margin: 15px 0 0 0;
}

.navigation a {
  color: #999;
  text-align: center;
  font-weight: bold;
  font-size: 10px !important;
  font-family: arial;
  line-height: 18px;
  text-decoration: underline;
  margin: 0 auto;
  display: block;
}

a[control="prev"] {
  border: 10px solid transparent;
  float: left;
  border-right-color: #C0C0C0;
  border-left-style: none;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
}
a[control="next"] {
  border: 10px solid transparent;
  float: right;
  border-left-color: #C0C0C0;
  border-right-style: none;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
}
a[control="toogle"] {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  display: block;
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
a[control="toogle"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #C0C0C0;
  border-bottom-style: none;
}

/*
a[control] {
  width: 20px;
  height: 20px;
  background: url(../imgs/tpl/arrows.png) no-repeat 50% 0;
  cursor: pointer;
  display: block;
}

a[control="prev"] {
  float: left;
}

a[control="next"] {
  float: right;
  background-position: 50% -20px;
}
*/
.spinner {
  opacity: 0.9;
  background: white url(../imgs/tpl/spinner.gif) no-repeat 50% 50%;
}

ul.timed {
  list-style-type: none;
  position: relative;
}
ul.timed > ul > span {
  float: right;
  text-decoration: underline;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  padding: 0 6px 4px 0;
}
ul.timed > li {
  max-height: 120px;
  position: relative;
}
ul.timed > li:after {
  content: attr(marker);
  display: block;
  font-size: 10px;
  color: #a0a0a0;
  position: absolute;
  left: 5px;
  bottom: 2px;
}
ul.timed > li > a {
  display: block;
  padding: 6px 5px 18px 5px;
}
ul.timed > li > a[class="1"] {
  font-weight: 700;
}
ul.timed > li > a[class="s"] {
  font-weight: 700;
  color: #A52A2A;
}
ul.timed > li > a:hover {
  background-color: #EBEBEB;
}
ul.timed > li > a > img {
  margin: 0 0 -3px 8px;
}

#footer > #footmenu {
  text-align: center;
}
#footer > #footmenu > ul {
  list-style-type: none;
  margin: 5px auto;
  display: inline-block;
  overflow: hidden;
}
#footer > #footmenu > ul > li {
  float: left;
  font-size: 12px;
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  color: #8D8D8D;
  padding: 0 10px;
  text-decoration: underline;
}
#footer > #botmenu {
  margin-top: 10px;
}
#footer > #botmenu > ul {
  list-style: none;
  overflow: hidden;
}
#footer > #botmenu > ul > li {
  float: left;
  padding: 0 10px 0 10px;
}
#footer > #botmenu > ul > li > a {
  color: #0093d6;
  font-family: Georgia, Droid Serif, serif;
  font-size: 15px;
  text-transform: lowercase;
  font-weight: bold;
}
#footer > #botmenu > ul > li > a:before {
  content: "[";
}
#footer > #botmenu > ul > li > a:after {
  content: "]";
}
#footer > #botmenu > ul > li[item="1000"] {
  display: none;
}
#footer > #botmenu > ul > li[item="1047"] {
  display: none;
}
#footer > #botmenu > ul > li > ul {
  list-style-type: none;
}
#footer > #botmenu > ul > li > ul > li {
  margin-top: 5px;
}
#footer > #botmenu > ul > li > ul > li > a {
  font-size: 12px;
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  color: #8D8D8D;
}

[oxzone] {
  display: none;
  overflow: hidden;
}

/*
	#botmenu > ul {
    clear: both;
    list-style: none;
    width: 1250px;
    margin: 40px auto 20px;
}

#botmenu a {
    text-decoration: none;
}

#botmenu > ul > li {
    float: left;
    padding: 0 10px 0 10px;
}

#botmenu .item450, #botmenu .item444, #botmenu .item274 {
    display: none;
}

#botmenu > ul > li > a {
    color: #0093d6;
    font-family: Georgia;
    font-size: 15px;
    text-transform: lowercase;
    font-weight: bold
}

#botmenu > ul > li.item356 > a {
    text-transform: uppercase;
}

#botmenu > ul > li > a:before {
    content: "[";
}

#botmenu > ul > li > a:after {
    content: "]";
}

#botmenu > ul > li > ul {
    margin-top: 10px;
    list-style: none;
}

#botmenu > ul > li > ul > li > a {
    font-size: 12px;
    color: #848e90;
}
	
}
*/
.tip-wrap > .tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
}
.tip-wrap > .tip > .tip-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.tip-wrap > .tip > .tip-text {
  font-size: 100%;
  margin: 0;
}

#content div.tools {
  float: right;
  width: 130px;
  height: 42px;
}
#content div.tools > span {
  float: right;
  margin-top: 2px;
}
#content div.tools > a {
  width: 16px;
  height: 18px;
  display: inline-block;
  background-image: url(../imgs/tools1.png);
  background-repeat: no-repeat;
  float: right;
  margin: 1px 2px;
}
#content div.tools > a.tools-mail {
  background-position: 0 0;
}
#content div.tools > a.tools-print {
  background-position: -16px 0px;
}
#content div.tools > a.tools-twitter {
  background-position: -32px 0px;
}
#content div.tools > a.tools-fb {
  background-position: -48px 0px;
}
#content div.tools > a.tools-lj {
  background-position: -64px 0px;
}
#content div.tools > a.tools-fblike {
  display: block;
}
