body {
  font: 0.8em Tahoma, Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
  color: #444;
  margin: 0;
  padding: 0;
}

#page_bg {
  position: absolute;
  height: 100%;
  background: #F2F7E8;
  background-attachment: fixed;
  background-position: center;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  width: 100%;
}

#shadow {
  position: relative;
  width: 1024px;
  clear: both;
  margin: 0 auto;
  padding: 0;
  border: none;
}

#shadow-l {
  position: absolute;
  background: transparent url(/temp/Original/images/shadow-l.jpg) repeat-y 0 0;
  left: -91px;
  padding-left: 101px;
  margin: 0;
}

#shadow-r {
  position: relative;
  background: transparent url(/temp/Original/images/shadow-r.jpg) repeat-y 100% 0;
  padding-right: 101px;
  margin: 0;
}

.wrapp {
  position: relative;
  background: #fff;
  width: 998px;
  text-align: left;
  margin: 0 auto;
}

#logo {
  position: relative;
  background: url(/temp/Original/images/logo.jpg) no-repeat;
  width: 1200px;
  height: 230px;
  top: 0;
  left: -100px;
  outline: none;
  border: none;
}

#name {
  position: absolute;
  top: 0;
  left: 0;
  width: 770px;
  height: 230px;
  border: none;
  outline: none;
}

.magazine {
  position: absolute;
  top: 10px;
  left: 790px;
  text-align: center;
  width: 170px;
  height: 210px;
  background: url(/temp/Original/images/header/box.png) no-repeat;
  outline: none;
  border: none;
  box-shadow: 0 0 5px #333333;
}

.magazin-int {
  padding: 10px;
}

a.links-magazine {
  font-size: small;
  /*color: #FE0000;*/
  font-weight: 700;
}

a.links-magazine:hover {
  text-shadow: 1px 1px 0 #A2A2A2;
}

a.pic-magazine {
  background: url(/temp/Original/images/header/magazine.jpg) no-repeat;
  display: block;
  margin: 3px;
  box-shadow: 0 0 2px #333333;
  width: 100px;
  height: 136px;
}

a.pic-magazine:hover {
  box-shadow: 0 0 5px #333333;
}

#menu-bg {
  background: url(/temp/Original/images/menu-bg.png) repeat-x;
  height: 38px
}

#menu-bgl {
  background: url(/temp/Original/images/menu-bgl.jpg) no-repeat 0 0 transparent;
  position: relative;
  left: -10px;
  width: 1019px;
}

#menu-bgr {
  background: url(/temp/Original/images/menu-bgr.jpg) no-repeat 100% 0 transparent;
  position: relative;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #004600;
  list-style-type: none;
  background: transparent;
  overflow: hidden;
  width: 810px;
  text-shadow: 1px 1px 0 #CECECE;
  text-decoration: none;
}

.mattblackmenu li {
  display: inline;
  margin: 0;
  color: #004600;
  border: 1px solid transparent;
}

.mattblackmenu li a {
  float: left;
  display: block;
  text-decoration: none;
  margin: 0;
  text-transform: uppercase;
  padding: 5px 8px 5px 11px; /*padding inside each tab*/
  /*border-right: 0 solid white;*/ /*right divider between tabs*/
  color: #004600;
  border: 1px solid transparent;
  background: transparent;
}

.mattblackmenu li a:visited {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid transparent;
  color: #004600;
}

.mattblackmenu li a:hover {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #F7FAFC; /*background of tabs for hover state */
  border: 1px solid #006E00;
  color: #C21C36;
  box-shadow: 2px 2px 5px #333333;
}

.mattblackmenu a.selected {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #F7FAFC; /*background of tab with "selected" class assigned to its LI */
  border: 1px solid #006E00;
  color: #C21C36;
  box-shadow: 2px 2px 5px #333333;
}

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul {
  /*topmost and sub ULs, respectively*/
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
  background: #006E00;
  border-bottom-width: 0;
  visibility: hidden;
  z-index: 100;
  box-shadow: 2px 2px 5px #333333;
}

.ddsubmenustyle li a {
  display: block;
  width: 190px; /*width of menu (not including side paddings)*/
  background-color: #fff;
  color: #004600;
  text-decoration: none;
  margin: 1px;
  padding: 4px 6px;
}

* html .ddsubmenustyle li {
  /*IE6 CSS hack*/
  display: inline-block;
  width: 190px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: #EFFEE0;
  text-shadow: 1px 1px 0 #CECECE;
  color: #C21C36;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer {
  /*CSS for "down" arrow image added to top menu items*/
  padding-left: 3px;
  border: 0;
}

.rightarrowpointer {
  /*CSS for "right" arrow image added to drop down menu items*/
  position: absolute;
  padding-top: 1px;
  left: 100px;
  border: 0;
}

.ddiframeshim {
  position: absolute;
  z-index: 500;
  background: transparent;
  border-width: 0;
  width: 0;
  height: 0;
  display: block;
}

.nonbullet {
  text-align: left;
  margin: 0;
  padding: 0;
}

#nav3 {
  background: transparent;
  line-height: normal;
  padding: 8px 18px;
}

.lastimages-right {
  padding-top: 2px !important;
}

.lastimages-right .lastimage-lb,
.lastimages-right .lastimage-rb {
  float: left;
  width: auto !important;
  margin-bottom: 1px !important;
}

.lastimages-right .lastimage-lb img,
.lastimages-right .lastimage-rb img {
  border: 2px solid silver;
}

.lastimages-right .lastimage-lb a:hover img,
.lastimages-right .lastimage-rb a:hover img {
  border: 2px solid gray;
}

.lastimages-right .lastimage-lb {
  margin-right: 2px !important;
}

/* ---------- Google search ---------- */

#search {
  position: relative;
  right: 5px;
  top: -25px;
  width: 160px;
  height: 24px;
  float: right;
  background-image: url(/temp/Original/images/search-bg.png);
}

#google-search {
  width: auto;
  margin: 1px 7px 0 4px;
  font-size: 12px;
  border: 0 none;
  margin: 0 none;
  padding: 0 none;
  outline: 0 none;
}

#google-search .ginput {
  width: 110px;
  border: 0 none;
  background: transparent;
}

#google-search .gbutton {
  background: url(/temp/Original/images/search-button-down.png) no-repeat 0 0 transparent;
  width: 27px;
  height: 22px;
  overflow: hidden;
  margin: 0 none;
  padding: 0 none;
  border: 0 none;
  outline: 0 none;
}

#google-search .gbutton:hover {
  background: url(/temp/Original/images/search-button-up.png) no-repeat 0 0 transparent;
}

#cse-search-box input {
  background: transparent;
  border: 0;
  padding: 0.1em 0.3em;
}

.cse-branding-bottom,
.cse-branding-right {
  margin:0;
  padding:0
}

.cse-branding-bottom,
.cse-branding-right {
  zoom: 1;
}

.cse-branding-bottom:after,
.cse-branding-right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.cse-branding-text { 
  font: 10px Arial;
}

.cse-branding-form form {
  width: 160px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
  display: block; 
  float: left
}

/*.cse-branding-bottom .cse-branding-form {
  margin-bottom: 3px;
}*/

.cse-branding-bottom .cse-branding-logo {
  padding: 0
}

.cse-branding-bottom .cse-branding-text {
  padding-top: 4px
}

.cse-branding-right .cse-branding-form {
  float: left;
}

/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
  margin-left: 4px;
}

.cse-branding-right .cse-branding-form {
  float: left;
  margin-right: 4px;
}

.cse-branding-right .cse-branding-logo {
  padding: 0
}

.cse-branding-right .cse-branding-text {
  margin-top: -4px
}

/* ------- Баннеры верхние --------- */

#banner-top {
  position: relative;
  background: url(/temp/Original/images/banner-top-bg.jpg) no-repeat;
  width: 1036px;
  left: -19px;
  height: 175px;
  outline: none;
  border: none;
}

#banner-top-left {
  position: absolute;
  left: 38px;
  padding-top: 30px;
}

#banner-top-right {
  position: absolute;
  float: right;
  right: 38px;
  padding-top: 30px;
}

#leftcol, #rightcol {
  position: relative;
  padding: 4px;
}

/* -------------- Блоки -------------- */

/* ------- Блок с заголовком (Большой) --------- */

div.blocks-title-big {
  width: 194px;
  background: #fff url(/temp/Original/images/block-title-big-bg.png) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.blocks-title-big div {
  background: transparent url(/temp/Original/images/block-title-big-top.jpg) no-repeat top left;
  width: 194px;
  display: block;
}

div.blocks-title-big div div {
  background: transparent url(/temp/Original/images/block-title-big-bot.jpg) no-repeat bottom left;
  width: 194px;
  display: block;
}

div.blocks-title-big div div div {
  width: 170px;
  padding: 10px 0 16px;
  background: transparent;
  margin: 0 12px;
}

div.blocks-title-big div div div h3 {
  text-align: center;
  width: 158px;
  color: #C21C36;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  display: block;
  clear: both;
  margin: 0;
  padding: 16px 6px 20px;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

div.blocks-title-big div div div div {
  margin: 0;
  padding: 0;
}

div.blocks-title-big div div div form {
  margin: -2px;
}

/* ------- Блок с заголовком (Маленький) --------- */

div.blocks-title-small {
  width: 194px;
  background: #fff url(/temp/Original/images/block-title-small-bg.jpg) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.blocks-title-small div {
  background: transparent url(/temp/Original/images/block-title-small-top.jpg) no-repeat top left;
  width: 194px;
  display: block;
}

div.blocks-title-small div div {
  background: transparent url(/temp/Original/images/block-title-small-bot.jpg) no-repeat bottom left;
  width: 194px;
  display: block;
}

div.blocks-title-small div div div {
  width: 170px;
  padding: 10px 0 14px;
  background: transparent;
  margin: 0 12px;
}

div.blocks-title-small div div div h3 {
  text-align: center;
  width: 158px;
  color: #C21C36;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  display: block;
  clear: both;
  margin: 0;
  padding: 4px 6px 20px;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

div.blocks-title-small div div div div {
  margin: 0;
  padding: 0;
}

/* ------- Блок без заголовка (Большой) -------- */

div.blocks-no-title-big {
  width: 194px;
  background: #fff url(/temp/Original/images/block-no-title-big-bg.png) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.blocks-no-title-big div {
  background: transparent url(/temp/Original/images/block-no-title-big-top.jpg) no-repeat top left;
  display: block;
  width: 194px;
}

div.blocks-no-title-big div div {
  background: transparent url(/temp/Original/images/block-no-title-big-bot.jpg) no-repeat bottom left;
  display: block;
  width: 194px;
}

div.blocks-no-title-big div div div {
  width: 170px;
  padding: 18px 0 12px;
  background: transparent;
  margin: 0 12px;
}

div.blocks-no-title-big div div div div {
  margin: 0;
  padding: 0;
}

/* ------- Блок без заголовка (Средний) -------- */

div.blocks-no-title-middle {
  width: 194px;
  background: #fff url(/temp/Original/images/block-no-title-middle-bg.png) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.blocks-no-title-middle div {
  background: transparent url(/temp/Original/images/block-no-title-middle-top.jpg) no-repeat top left;
  display: block;
  width: 194px;
}

div.blocks-no-title-middle div div {
  background: transparent url(/temp/Original/images/block-no-title-middle-bot.png) no-repeat bottom left;
  display: block;
  width: 194px;
}

div.blocks-no-title-middle div div div {
  width: 166px;
  padding: 18px 0 10px;
  background: transparent;
  margin: 0 14px;
}

div.blocks-no-title-middle div div div div {
  margin: 0;
  padding: 0;
}

/* ------- Блок без заголовка (Mаленький) -------- */

div.blocks-no-title-small {
  width: 194px;
  background: #fff url(/temp/Original/images/block-no-title-small-bg.jpg) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.blocks-no-title-small div {
  background: transparent url(/temp/Original/images/block-no-title-small-top.jpg) no-repeat top left;
  display: block;
  width: 194px;
}

div.blocks-no-title-small div div {
  background: transparent url(/temp/Original/images/block-no-title-small-bot.jpg) no-repeat bottom left;
  display: block;
  width: 194px;
}

div.blocks-no-title-small div div div {
  width: 170px;
  padding: 12px 0 6px;
  background: transparent;
  margin: 0 12px;
}

div.blocks-no-title-small div div div div {
  margin: 0;
  padding: 0;
}

/* ------- Блок без заголовка (Баннеры) -------- */

div.blocks-no-title-banners {
  width: 194px;
  background: #fff url(/temp/Original/images/block-no-title-small-bg.jpg) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.blocks-no-title-banners div {
  background: transparent url(/temp/Original/images/block-no-title-small-top.jpg) no-repeat top left;
  display: block;
  width: 194px;
}

div.blocks-no-title-banners div div {
  background: transparent url(/temp/Original/images/block-no-title-small-bot.jpg) no-repeat bottom left;
  display: block;
  width: 194px;
}

div.blocks-no-title-banners div div div {
  width: 180px;
  padding: 18px 0 10px;
  background: transparent;
  margin: 0 7px;
}

div.blocks-no-title-banners div div div div {
  margin: 0;
  padding: 4px 0;
}

/* ------- Оформление для боковых баннеров -------- */

.blocks-col-banners {
  margin: 12px 7px;
  box-shadow: 0 0 6px #333333;
}

/* ------- Оформление для центральных баннеров -------- */

.banner-center {
  text-align: center;
}

/* ------- Блок Специалисты --------- */

div.block-catalog {
  width: 592px;
  background: #fff url(/temp/Original/images/catalog-bg.jpg) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.block-catalog div {
  background: transparent url(/temp/Original/images/catalog-top.jpg) no-repeat top left;
  width: 592px;
  display: block;
}

div.block-catalog div div {
  background: transparent url(/temp/Original/images/catalog-bot.jpg) no-repeat bottom left;
  width: 592px;
  display: block;
}

div.block-catalog div div div {
  width: 570px;
  padding: 10px 0 16px;
  background: transparent;
  margin: 0 11px;
}

div.block-catalog div div div h3 {
  text-align: center;
  width: 560px;
  color: #C21C36;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  display: block;
  clear: both;
  margin: 0;
  padding: 16px 6px 20px;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

div.block-catalog div div div a:hover img {
  box-shadow: 0 0 3px #333333;
}

div.block-catalog div div div div {
  margin: 0;
  padding: 0;
}

/* ------- Блок Каталог фирм --------- */

a.cat-link-01 {background: url(/temp/Original/images/catalog-icons/01.png); display: block; width: 64px; height: 60px;}
a.cat-link-02 {background: url(/temp/Original/images/catalog-icons/02.png); display: block; width: 64px; height: 60px;}
a.cat-link-03 {background: url(/temp/Original/images/catalog-icons/03.png); display: block; width: 64px; height: 60px;}
a.cat-link-04 {background: url(/temp/Original/images/catalog-icons/04.png); display: block; width: 64px; height: 60px;}
a.cat-link-05 {background: url(/temp/Original/images/catalog-icons/05.png); display: block; width: 64px; height: 60px;}
a.cat-link-06 {background: url(/temp/Original/images/catalog-icons/06.png); display: block; width: 64px; height: 60px;}
a.cat-link-07 {background: url(/temp/Original/images/catalog-icons/07.png); display: block; width: 64px; height: 60px;}
a.cat-link-08 {background: url(/temp/Original/images/catalog-icons/08.png); display: block; width: 64px; height: 60px;}
a.cat-link-09 {background: url(/temp/Original/images/catalog-icons/09.png); display: block; width: 64px; height: 60px;}
a.cat-link-10 {background: url(/temp/Original/images/catalog-icons/10.png); display: block; width: 64px; height: 60px;}
a.cat-link-11 {background: url(/temp/Original/images/catalog-icons/11.png); display: block; width: 64px; height: 60px;}
a.cat-link-12 {background: url(/temp/Original/images/catalog-icons/12.png); display: block; width: 64px; height: 60px;}
a.cat-link-13 {background: url(/temp/Original/images/catalog-icons/13.png); display: block; width: 64px; height: 60px;}
a.cat-link-14 {background: url(/temp/Original/images/catalog-icons/14.png); display: block; width: 64px; height: 60px;}
a.cat-link-15 {background: url(/temp/Original/images/catalog-icons/15.png); display: block; width: 64px; height: 60px;}

a.cat-link-01:hover, a.cat-link-02:hover, a.cat-link-03:hover, a.cat-link-04:hover, a.cat-link-05:hover,
a.cat-link-06:hover, a.cat-link-07:hover, a.cat-link-08:hover, a.cat-link-09:hover, a.cat-link-10:hover,
a.cat-link-11:hover, a.cat-link-12:hover, a.cat-link-13:hover, a.cat-link-14:hover, a.cat-link-15:hover {
  background-position: 0 -60px;
}


.block-catalog .cat-text a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}

.block-catalog .cat-text a:hover {
  text-shadow: 1px 1px 0 #BCCFDD;
}

/* ------- Блок Форум --------- */

div.block-forum {
  width: 592px;
  background: #fff url(/temp/Original/images/forum-bg.jpg) repeat-y left;
  margin-bottom: 4px;
  position: relative;
}

div.block-forum div {
  background: transparent url(/temp/Original/images/forum-top.jpg) no-repeat top left;
  width: 592px;
  display: block;
}

div.block-forum div div {
  background: transparent url(/temp/Original/images/forum-bot.jpg) no-repeat bottom left;
  width: 592px;
  display: block;
}

div.block-forum div div div {
  width: 570px;
  padding: 10px 0 8px;
  background: transparent;
  margin: 0 11px;
}

div.block-forum div div div h3 {
  text-align: center;
  width: 560px;
  color: #C21C36;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  display: block;
  clear: both;
  margin: 0;
  padding: 4px 6px 12px;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

div.block-forum div div div div {
  margin: 0;
  padding: 0;
}

/* ---------- Форум ---------- */

.forum {
  border: none;
  background: transparent;
  padding: .1em;
}

.forumbody {
  border: 0;
  padding: 0;
}

.forum span {
  font-weight: 700;
}

.forumtitle {
  background: transparent;
  color: #AF0000;
  font-weight: 700;
  padding: .5em .4em;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

.forumtopic {
  border-top: .1em dotted #BCCFDD;
  padding: .4em;
}

/* ------- Блок Дневники --------- */

.bot-block-blog {
  padding: 2px;
}

div.block-blog {
  width: 493px;
  background: #fff url(/temp/Original/images/blog-bg.jpg) repeat-y left;
  margin: 0 2px;
  position: relative;
}

div.block-blog div {
  background: transparent url(/temp/Original/images/blog-top.jpg) no-repeat top left;
  width: 493px;
  display: block;
}

div.block-blog div div {
  background: transparent url(/temp/Original/images/blog-bot.jpg) no-repeat bottom left;
  width: 493px;
  display: block;
}

div.block-blog div div div {
  width: 470px;
  padding: 10px 0 8px;
  background: transparent;
  margin: 0 11px;
}

div.block-blog div div div h3 {
  text-align: center;
  width: 460px;
  color: #C21C36;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  display: block;
  clear: both;
  margin: 0;
  padding: 4px 6px 12px;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

div.block-blog div div div div {
  margin: 0;
  padding: 0;
}

/* ------- Баннеры центральные --------- */

.banner-center-bg {
  background: transparent url(/temp/Original/images/banner-center-bg.jpg) repeat-y left;
  position: relative;
  width: 592px;
}

.banner-center-top {
  background: transparent url(/temp/Original/images/banner-center-top.jpg) no-repeat top left;
}

.banner-center-bot {
  background: transparent url(/temp/Original/images/banner-center-bot.jpg) no-repeat bottom left;
}

.banner-center-content {
  padding: 10px 16px 10px;
}

/* ------- Баннеры нижние --------- */

#banner-bot {
  position: relative;
  background: url(/temp/Original/images/banner-bot-bg.jpg) no-repeat;
  width: 998px;
  top: 10px;
  /*left: -19px;*/
  height: 157px;
  outline: none;
  border: none;
}

#banner-bot-left {
  position: absolute;
  left: 19px;
  padding-top: 17px;
}

#banner-bot-right {
  position: absolute;
  float: right;
  right: 19px;
  padding-top: 17px;
}

/* ------- Подвал --------- */

#footer-links {
  position: relative;
  background: transparent url(/temp/Original/images/footer-links-app-top.jpg) no-repeat top center;
  height: 112px;
  outline: none;
  border: none;
}

#footer {
  position: relative;
  background: url(/temp/Original/images/footer-bg.jpg) no-repeat;
  width: 1068px;
  left: -35px;
  height: 98px;
  outline: none;
  border: none;
}

#copyright {
  position: relative;
  text-align: center;
  margin: 0;
  padding-top: 40px;
  display: block;
  color: #73294E;
  font-size: 12px;
  line-height: 14px;
}

#copyright a:link, #copyright a:visited {
  font-family: Georgia, "Times New Roman", sans-serif;
  color: #A20000;
  font-size: 12px;
}

#copyright a:hover {
  font-family: Georgia, "Times New Roman", sans-serif;
  color: #cc0000;
}

#map {
    display: block;
    font-family: Georgia,"Times New Roman",sans-serif;
    font-size: 12px;
    height: 110px;
    left: 12px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 840px;
}

#map h3 {
  text-align: left;
  color: #73294E;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin: 3px 0;
  font-family: Georgia, "Times New Roman", sans-serif;
  text-shadow: none;
  padding-left: 10px;
}

#map h3 a:hover {
  text-shadow: 1px 1px 0 #BCCFDD;
}

#map td {
  width: 200px;
  border-right: 1px solid #BCCFDD;
}

.counters {
  display: block;
  float: right;
  height: 72px;
  position: absolute;
  right: 16px;
  top: 26px;
  width: 110px;
}

/* Стиль меню, которое отключено */

/* .blockmenuon {
  font-size: 12px;
  font-weight: 700;
  color: #732e2e;
  background: #fcc url(/temp/Original/images/arrow_heart.png) no-repeat left center;
  display: block;
  border-bottom: 0 solid red;
  line-height: 170%;
  padding-left: 1.8em;
}

a.blockmenuon:hover {
  font-size: 12px;
  border-bottom: 0;
}

a.blockmenu:link,a.blockmenu:visited {
  font-size: 12px;
  color: #b35959;
  background: url(/temp/Original/images/arrow.gif) no-repeat left center;
  display: block;
  border-top: 0 solid #e6eeff;
  line-height: 170%;
  padding-left: 1.8em;
}

a.blockmenu:hover {
  font-size: 12px;
  font-weight: 700;
  color: #A20000;
  background: #ffe5e5 url(/temp/Original/images/arrow_over.gif) no-repeat left center;
  text-decoration: none;
  border-bottom: 0;
} */

/* .sitetitle {
  background: #fff;
  font-size: 1.4em;
  margin: 0 0 .5em;
}

.sitetitle .cont {
  color: #ae4100;
  line-height: 100%;
  padding: .3em 0;
}

.sitetitle .ins {
  color: #ae4100;
  background: #eaebec;
  line-height: 100%;
  padding: .3em 1em;
}

.sitetitle a:link, .sitetitle a:visited {
  color: #ae4100;
  text-decoration: none;
}

.sitetitle a:hover {
  color: #ae4100;
  text-decoration: underline;
} */

/* ---------- Формы ---------- */

form {
  margin: 0;
}

textarea, input, select, option {
  font: normal 1em tahoma, arial, verdana, sans-serif;
  color: #804d4d;
  vertical-align: middle;
}

textarea, input {
  border: 1px solid #DBC9C1;
  padding: .1em .3em .2em;
}

select {
  font-size: 1em;
  padding: .1em .3em;
}

textarea {
  overflow: auto;
}

.button {
  color: #900;
  border: 3px double #BE9478;
  background: #fefafa url(/temp/Original/images/but.gif) center;
  padding: 0 .7em;
}

.oneselect {
  background: #c6d8f2;
  color: #000;
}

.form {
  /*border-top: .1em solid #d3a9a9;*/
  /*border-bottom: .1em solid #d3a9a9;*/
  text-align: center;
  padding: 0;
}

.form table {
  text-align: center;
  margin: 0 auto;
}

.form table td {
  font-weight: 400;
  color: #b29696;
  vertical-align: top;
  text-align: left;
  padding: .2em .1em;
}

.form table td p {
  font-weight: 400;
  color: #b29696;
  margin: .1em .1em 0;
}

.form fieldset {
  border: 1px solid #e9e1e1;
  padding: .5em 3em .8em;
}

.form legend {
  color: #ae4100;
  padding: 0 .5em;
}

.buser {
  line-height: 125%;
}

.binput {
  border: 1px solid #DBC9C1;
  color: #804d4d;
}

.bbutton {
  color: #600;
  border: 3px double #BE9478;
  background: #fefafa url(/temp/Original/images/but.gif) center;
  padding: 0 .7em;
}

/* ------- Календарь (Отключен) ------- */

/* .calendar {
  width: 100%;
  font-size: 1em;
  border-collapse: separate;
  background: #e58a8a;
}

.calendar td {
  color: #323439;
  background: #fffafa;
  font-size: .8em;
  padding: .2em;
}

.calendartitle, .calendarmonth, .calendarempty, .calendartoday, .calendarallday {
  color: #c8c9d0;
  font-size: 1em;
  padding: .5em .5em .3em .5em;
} */

div.pages {
  color: #fff;
  font-size: 1em;
  padding: 0 15px 0;
}

.pagesempty {
  color: #c8c9d0;
  padding: .1em;
}

a.pages:link, a.pages:visited {
  background-color: #E8D6CB;
  padding: .1em .4em;
  line-height: 22px;
  margin: 0 -3px;
}

a.pages:hover {
  background-color: #DEC6B7;
  text-decoration: none;
  color: #32455c;
  border-bottom: 0;
  line-height: 22px;
  margin: 0 -3px;
}

.cont {
  background: transparent;
  margin: 0;
  padding-bottom: 5px;
}

div.cont-pull {
  background: transparent;
  margin: 0;
  padding-bottom: 5px;
  border-top: 1px solid #99B0D0;
}

div.cont div.context {
  padding: 0 5px 5px;
}

.conttitle {
  font-size: 1.1em;
  color: #ae4100;
  padding: 5px 6px;
}

.conttitle h2 {
  font-size: 1.2em;
  font-weight: 400;
  color: #ae0000;
  border-bottom: 1px solid #ddd;
  padding: 0 5px 6px;
}

.conttitle h3 {
  font-weight: 400;
  font-size: 90%;
  margin: .5em 0 0;
  padding: 0;
}

.conttitle span {
  background: #fff;
  color: #000;
  font-size: 85%;
  font-weight: 400;
  padding: .1em .3em;
}

.conttext {
  padding: 8px;
}

.conttext-comment-pull {
  padding: 0 6px;
}

.conttext .thumb-news img {
  padding: 7px;
}

.conttext .thumb img {
  border: .1em dotted #EECECE;
  padding: 3px;
}

#conttext-video {
  width: 512px;
  margin: 10px auto;
  clear: both;
}

#conttext-video div {
  box-shadow: 0 0 6px #333333;
}

.continfo {
  text-align: right;
  font-size: 1em;
  color: #9da0a2;
  clear: both;
  padding: 4px 15px;
}

.continfo b {
  font-weight: 400;
  color: #ccc;
  margin: 0 .5em;
}

.contread {
  width: 100%;
}

.onlytitle {
  margin: 0 0 1.5em;
}

.only {
  font-size: 1em;
  padding: 4px 5px;
}

.conttitle table td.only {
  width: 100%;
  font-size: 1em;
  padding: 3px 10px;
}

.conttitle table td.date {
  font-size: .9em;
  padding: .2em 0;
}

.cat {
  width: 100%;
}

.cat .head td {
  border-bottom: 1px solid #565040;
  border-right: 1px solid #565040;
  color: #565040;
  text-align: center;
  padding: .3em 1em;
}

.cat td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #68717a;
  padding: .3em 1em;
}

.cat td span {
  color: #aaa;
  font-weight: 400;
}

#catinfo {
  color: #b7baba;
  text-align: right;
  border: .1em;
}

.details .head td {
  border-bottom: 1px solid #8d4d50;
  color: #8d4d50;
  text-align: center;
  padding: .3em 1em;
}

.details td {
  border-bottom: 1px solid #ddd;
  color: #444a50;
  padding: .3em 1em;
}

.infone {
  background: #fbfbfb;
  color: #444a50!important;
}

.inftwo {
  background: #fff;
  color: #4d698d!important;
}

.newsone, .articleone, .linkone, .downone, .faqone, .photosone, .firmsone, .zagsone, .konkursone, .interesnoeone {
  background: #F2FFEA;
  line-height: 150%;
}

.newstwo, .articletwo, .linktwo, .downtwo, .faqtwo, .photostwo, .firmstwo, .zagstwo, .konkurstwo, .interesnoetwo {
  background: transparent;
  line-height: 150%;
}

.author {
  font-weight: 700;
}

.com {
  border-top: 1px solid #99B0D0;
  width: 100%;
}

.com tbody {
  margin: 0;
  padding: 0;
  width: 100;
  border: 0;
}

.com .head {
  border-top: 1px solid #99B0D0;
  background-color: #F2FFEA;
}

.com .head td big {
  color: #8d4d50;
  font-size: 1em;
}

.com td {
  vertical-align: middle;
  color: #444a50;
  padding: .3em;
}

.com td p {
  color: #68717a;
  margin: 0;
  padding: .3em 0;
}

#cominfo {
  text-align: right;
  border: 0;
}

.errtitle .cont {
  color: #600;
  background: #f0b9b9;
  line-height: 100%;
  padding: .4em 1em;
}

.errortxt {
  border-top: .1em solid #e89ca0;
  border-bottom: .1em solid #e89ca0;
  color: #800;
  font-style: italic;
  padding: 1em;
}

.support {
  border-top: .2em solid #e89ca0;
  border-bottom: .2em solid #e89ca0;
  width: 50%;
  color: #800;
  font-size: .85em;
  padding: 3em;
}

.messtitle .cont {
  color: #060;
  background: #99db84;
  line-height: 100%;
  padding: .4em 1em;
}

.messtxt {
  border-top: .1em solid #99db84;
  border-bottom: .1em solid #99db84;
  color: #000;
  padding: 1em;
}

.notice {
  color: #ca0000;
  background: #ffe;
  border: .1em dashed #fcc;
  text-align: center;
  font-style: italic;
  padding: .4em 1em;
  margin: 5px 0 0;
}

.post {
  margin: 0 6px;
}

.posttitle {
  background: #F2FFEA;
  padding: 5px;
  border-top: 1px solid #99B0D0;
  border-bottom: 1px solid #99B0D0;
}

.redfont {
  color: #923f43;
}

.red {
  color: #9e0909;
}

.blue {
  color: #0a469e;
}

.green {
  color: #239e0a;
}

.crimson {
  color: #600;
}

.mapcont {
  background: none;
  margin: 0 15px 10px;
}

.maptext {
  color: #68717a;
  font-style: italic;
  padding: 0 1.5em;
}

.maplink {
  margin: 0;
  padding: 0 5em;
}

.infotitle {
  color: #68717a;
  padding: .2em 1.5em 0;
}

.infotitle big {
  color: #68717a;
  font-size: 1.7em;
  vertical-align: middle;
  padding-right: .6em;
}

.poll {
  text-align: left;
  width: 100%;
}

.poll td {
  font-weight: 400;
  color: #68717a;
  padding: .1em;
}

.pollbar {
  background: #333;
  height: 1em;
}

.pollbarout {
  background: #f6f6f6;
  text-align: left;
  padding: 0;
}

.pollbarout_block {
  background: #fff;
  text-align: left;
  margin: 0 .2em;
  padding: 0;
}

.faqli {
  color: #633;
  font-weight: 400;
  padding: 5px 0;
}

.faqli a:hover {
  border-bottom: 1px dotted;
}

.faqli a:hover {
  text-decoration: none;
}

.faqul {
  border-bottom: .1em solid #EECECE;
  border-top: .1em solid #EECECE;
  font-size: 12px;
  padding: .5em 3em;
}

.faqtitle {
  color: #00c;
  background-color: #F2FFEA;
  margin: 0 6px;
  font-weight: 400;
  padding: 6px 10px 8px;
  border-bottom: 1px solid #99B0D0;
  border-top: 1px solid #99B0D0;
}

.faqtitle, .faqtitle p {
  color: #00c;
  background-color: #F2FFEA;
}

.faqtitle big {
  color: #633;
  font-size: 1.7em;
  vertical-align: top;
  padding-right: .6em;
}

.faqtext {
  color: #3a6624;
  padding: 6px 30px;
}

.faqtext p {
  color: #3a6624;
}

.thumb {
  text-align: center;
  /*margin: 1em .5em;*/
}

.thumbtitle {
  color: #8d4d50;
  font-weight: 700;
}

.thumbcet {
  padding: .3em;
}

.thumbtext {
  color: #68717a;
}

.search {
  color: #7a6868;
  text-align: right;
  padding: 1em;
}

.tableod {
  text-align: center;
  padding: 5px 25px;
}

.tableod #img {
  border: 10px solid #ccc;
}

.tableod img {
  border: 1em solid #eee;
  padding: .3em;
}

.tablein {
  text-align: center;
  color: #68717a;
  padding: 5px;
}

.mediain {
  display: inline;
  padding: 3px;
}

.mediaod {
  border: 5px solid #ccc;
}

.mediait {
  border: 5px solid #e89ca0;
}

.ratingrows {
  background: #fdfdfd;
  line-height: 2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #8d4d50;
  padding: .5em;
}

#rating {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}

#rating dd {
  margin: 0;
  padding: 0;
}

#rating ol {
  list-style: none;
  width: 70px;
  height: 14px;
  position: relative;
  background: url(/temp/Original/images/rates.gif);
  margin: 0;
  padding: 0;
}

#rating li {
  float: left;
  margin: 0;
  padding: 0;
}

#rating li a {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  text-decoration: none;
  z-index: 3;
}

#rating li a:hover {
  left: 0;
  background: url(/temp/Original/images/rates.gif) left center;
  z-index: 2;
  text-decoration: underline;
}

#rating a.rate1 {
  left: 0;
}

#rating a.rate1:hover {
  width: 14px;
}

#rating a.rate2 {
  left: 14px;
}

#rating a.rate2:hover {
  width: 28px;
}

#rating a.rate3 {
  left: 28px;
}

#rating a.rate3:hover {
  width: 42px;
}

#rating a.rate4 {
  left: 42px;
}

#rating a.rate4:hover {
  width: 56px;
}

#rating a.rate5 {
  left: 56px;
}

#rating a.rate5:hover {
  width: 70px;
}

#rating li.current {
  height: 14px;
  background: url(/temp/images/rates.gif) left bottom;
  z-index: 1;
}

.user {
  width: 170px;
}

.alname {
  text-align: center;
}

.alpoll {
  font-size: 12px;
  text-align: left;
  padding: 0;
}

table.acpoll {
  width: 168px;
}

.al {
  font-size: 12px;
  text-align: left;
  padding: 0 0 0 .5em;
}

.ar {
  text-align: right;
}

.bannertdl {
  padding: 0 4px 0 15px;
}

.bannertdr {
  padding: 0 15px 0 4px;
}

.ac {
  text-align: center;
  padding: 3px 0;
  width: 540px;
}

.rbann {
  text-align: center;
  margin-bottom: 5px;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

.imgleft {
  float: left;
  background: transparent url(/temp/Original/images/thumb-bg.png) no-repeat center center ;
  border: none;
  width: 94px;
  height: 94px;
  display: block;
  margin: -3px 4px 4px -3px;
}

.imgright {
  float: right;
  margin: .3em 0 .1em .7em;
}

.imgleftbig {
  float: left;
  margin: .6em .7em .3em 0;
}

.imgrightbig {
  float: right;
  margin: .6em 0 .3em .7em;
}

.sline {
  clear: both;
  font-size: .5em;
  height: .5em;
}

.clear {
  clear: both;
  height: 0;
}

hr {
  color: #ADADAD;
}

img {
  border: .1em;
  vertical-align: middle;
}

.hint {
  background: #ffe5e5;
  border: .1em solid #efc0c6;
  line-height: 1em;
  color: #8f3232;
  width: auto;
  z-index: 1000;
  font-size: 1em;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: .3em .6em;
}

.bgcolor1 table td form textarea {
  width: 200px!important;
}

.bgcolor2 {
  background: #fff7f7;
}

.bgcolor3 {
  background: #f5f5f5;
}

.bodyline2 {
  padding: 0 8px;
}

.blockline {
  background: #fff7f7;
  border: 1px solid #DBC9C1;
}

.storytitle {
  background: inherit;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", sans-serif;
}

.titleline {
  border: 1px solid #fff7f7;
}

.content {
  background: inherit;
  color: #000;
  font-size: 11px;
  font-family: Georgia, "Times New Roman", sans-serif;
}

.storycat {
  background: inherit;
  color: #f50;
  font-size: 11px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", sans-serif;
}

.tiny {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", sans-serif;
}

.small {
  color: #787878;
  font-size: 10px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", sans-serif;
}

.code {
  color: #00b;
  font-size: 11px;
  font-family: Georgia, "Times New Roman", sans-serif;
}

.middle {
  padding: 0 6px;
}

div.middle {
  padding: 0;
}

h1 {
  color: #73294E;
  font-size: 16px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", sans-serif;
  display: block;
  margin: 0;
  text-shadow: 1px 1px 0 #BCCFDD;
}

h2 {
  background: inherit;
  color: #732e2e;
  font-size: 14px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", sans-serif;
  padding: 3px 0;
  margin: 0;
}

h3 {
  text-align: center;
  color: #73294E;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", sans-serif;
  display: block;
  clear: both;
  line-height: 125%;
  margin: 8px 0;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

h4 {
  background: inherit;
  font-size: 12px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", sans-serif;
  margin: 8px 0;
}

h5 {
  background: inherit;
  font-size: 10px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", sans-serif;
  margin: 0;
}

fieldset {
  border: 1px solid #f5f5f5;
}

font,td {
  color: #73294E;
  font-size: 12px;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
}

strong {
  color: #AF0000;
}

em {
  color: #AF0000;
}

a:link,a:active,a:visited {
  color: #cc0000;
  text-decoration: none;
}

a:hover {
  color: #cc0000;
  text-decoration: underline;
}

p {
  color: #73294E;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  line-height: 125%;
  margin: 0;
  padding: 4px 0 6px;
}

p a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.nondotted a {
  border-bottom: none;
}

li a:hover {
  border-bottom: 0px;
  text-decoration: underline;
}

.siterec {
  color: maroon;
  font-family: Georgia, "Times New Roman", sans-serif;
  font-size: 14px;
  line-height: 125%;
  margin: 0;
  padding: 2px 8px;
}

code {
  background: inherit;
  color: #00f;
  font-size: 11px;
  font-family: Georgia, "Times New Roman", sans-serif;
}

.option {
  font-size: 12px;
  color: #015ebe;
  font-weight: 700;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.block-title {
  height: 16px;
  font-size: 9px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", sans-serif;
  color: #999;
  background: #eee;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0 0 0 37px;
}

ol li {
  font-size: 12px;
  margin: 0;
}

#result {
  font-size: 12px;
  color: #73294E;
}

#adds {
  position: relative;
  width: 974px;
  padding: 3px 5px;
}

.adds {
  position: relative;
  width: 974px;
  padding: 3px 5px;
}

#footblock {
  position: absolute;
  right: 90px;
  top: 38px;
  text-align: right;
  height: 31px;
  width: 400px;
  line-height: 31px;
}

.mainbody {
  padding: 4px 1px;
}

.home-news-bg {
  background: transparent url(/temp/Original/images/news-bg.jpg) repeat-y left;
  position: relative;
  width: 592px;
}

.home-news-bot {
  background: transparent url(/temp/Original/images/news-bot.jpg) no-repeat bottom left;
  display: block;
  width: 592px;
  margin-bottom: 4px;
}

.home-news-main {
  padding-bottom: 5px;
}

.home-news-cont {
  padding: 0 6px 14px;
}

.center-banner {
  padding: 4px 0;
  text-align: center;
}

.titlebasichome {
  font-size: 14px;
  color: #73294E;
  font-family: Georgia, "Times New Roman", sans-serif;
  display: block;
  text-decoration: none;
  line-height: 125%;
  background: transparent url(/temp/Original/images/news-top.jpg) no-repeat top left;
  height: 55px;
}

.titlebasic {
  font-size: 14px;
  color: #73294E;
  font-family: Georgia, "Times New Roman", sans-serif;
  display: block;
  border-top: 1px solid #BCCFDD;
  border-bottom: 1px solid #BCCFDD;
  text-decoration: none;
  line-height: 125%;
  padding: 3px 8px 4px;
  background: #F2FFEA;
}

.titlebasic a:link,.titlebasic a:visited {
  line-height: 120%;
  color: #a20000;
  font-family: Georgia, "Times New Roman", sans-serif;
  text-decoration: none;
}

.titlebasic a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.morelink {
  text-align: right;
  padding: 0px 10px;
  font-weight: 700;
}

.morelink a:link, .morelink a:visited, .morelink td {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  color: #a20000;
  font-size: 11px;
  font-weight: 700;
}

.morelink a:hover {
  color: #cc0000;
  font-size: 11px;
}

.title {
  text-align: center;
  color: #73294E;
  font-size: 14px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", sans-serif;
  line-height: 125%;
  display: block;
  clear: both;
  padding: 24px 8px 6px 8px;
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: none;
}

.title a:hover {
  text-shadow: 1px 1px 0 #BCCFDD;
  text-decoration: underline;
  border-bottom: 0;
}

.title a {
  text-decoration: none;
}

.title b {
  font-weight: 400!important;
}

.sitein {
  color: #73294E;
  font-size: 11px;
  font-family: Georgia, "Times New Roman", sans-serif;
  display: block;
  clear: both;
  padding: 8px 8px 10px;
  text-decoration: none;
}

#albumhack .title {
  color: #a943c1;
  font-size: 11px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", sans-serif;
  display: inline;
  text-decoration: none;
  background: inherit;
  padding: 2px;
}

#albumhack .title b {
  display: block;
  text-align: left;
  color: #1567bc;
  font-size: 24px;
  font-weight: 400!important;
  font-family: Georgia, "Times New Roman", sans-serif;
  background: transparent url(/temp/Original/images/title.png) no-repeat top left;
  margin: 0;
  padding: 8px 8px 8px 12px;
}

#watext {
  color: #878787;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
}

#info {
  height: 65px;
  width: 80px;
  background: url(/temp/Original/images/info.png) no-repeat center center;
}

#warning {
  height: 65px;
  width: 80px;
  background: url(/temp/Original/images/warning.png) no-repeat center center;
}

.navi {
  text-align: center;
  font-size: 10px;
  padding: 3px 3px 3px 13px;
}

.form table td b, a.calendarlink {
  color: #c00;
}

.tabletd {
  padding: 0;
}

.continfo img, .vm {
  vertical-align: middle;
}

.details {
  border: none;
  width: 100%;
}

.errtitle, .messtitle {
  background: #fff;
  font-size: 1.07em;
}

.support img, .fr,* html #shadow-r {
  float: right;
}

.maptitle h2 {
  font-size: 1.1em;
  font-weight: 400;
  color: #800;
  border-bottom: 1px solid #eee;
  margin: 0 1em .5em;
  padding: .3em 0;
}

.maptitle h2 a:hover {
  border-bottom: 0;
}

.thumbcet img, .tablein img {
  border: .5em solid #eee;
  padding: .3em;
}

.rating, .bgcolor1 {
  background: #fff;
}

.fl,* html #shadow-l {
  float: left;
}

.bgcolor4, .sort {
  background: #992e2e;
}

.boxtitle, legend {
  font-family: Georgia, "Times New Roman", sans-serif;
  font-size: 11px;
  color: #f50;
  font-weight: 700;
}

.pix {
  clear: both;
  height: 13px;
  display: block;
}

/*
     FILE ARCHIVED ON 03:07:00 May 15, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:51:36 Oct 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.738
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 20.37
  LoadShardBlock: 90.181 (3)
  PetaboxLoader3.datanode: 148.267 (4)
  load_resource: 119.694
  PetaboxLoader3.resolve: 46.566
*/