/*
  Notes:
  - this stylesheet contains both 'px' and 'em' positioning approaches
    (http://habrahabr.ru/blog/css/37042.html)
  - default font size is set to 10px, therefore 1em = 10px
  - each calculated 'em' value should be provided with calculation in comment,
    except for the default font size, for which the calculation is obvious
 */

/* PREAMBLE */

  * { margin: 0; border-width: 0; padding: 0; }
  table { border-collapse: collapse; width: 100%; }
  ul { list-style-type: none; }
  .clear { clear: both; font-size: 0; height: 0; line-height: 0 }

/* LINKS */

  a { color: #000; text-decoration: none; }
  a:hover { text-decoration: underline; }

/* PAGE */

  html { font-size: 100%; }
  body {
    font-size: 0.625em; /* 10px/16 */
    font-family: Arial, sans-serif;
    text-align: center; /* for IE */
  }
  #page {
    margin: 0 auto; /* for the rest */
    padding: 0 20px;
    width: 935px;
    text-align: left;
  }

/* TOP BAR */

  #top-bar {
    position: relative;
    height: 5.3em;
    margin-bottom: 1.0em;
  }
  #region {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.5em;
  }
  #other-regions.hover a { text-decoration: underline; /* SEO */ }
  #region h1 {
    font-size: 1em;
    font-weight: normal;
    display: inline
  }

/* FOOTER */

  #footer {
    padding-top: 4.0em;
    margin-bottom: 2.0em;
  }
  #alt-keywords {
    color: #fdfdfd;
    font-size: 1.1em;
    margin-bottom: 0.6em;
  }
  #counters { margin: 1.5em 0 0 0; }
  #counters-code {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.01;
    -moz-opacity: 0.01;
    filter: alpha(opacity=1);
  }

/* CONTENT */

  #content { }
  #primary-column, .primary-column {
    float: left;
    width: 672px;
  }
  #secondary-column, .secondary-column {
    float: left;
    margin-left: 23px;
    width: 240px;
  }

  .left { float: left; }
  .right { float: right; }

/* BLOCKS */

  .simple-block { margin-bottom: 1.8em; }
  .container-top {
    background: url(/images/blocks/container-top.png) #c7c7c7 no-repeat;
    padding: 0.8em 25px 0.6em 25px;
    color: #5c5c5c;
  }
  .container-body {
    display: block;
    background: url(/images/blocks/container-body.png) #fff repeat-x bottom;
    padding: 9px 9px 0 9px; /* makes equal distance to border */
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  .container-bottom {
    background: url(/images/blocks/container-bottom.png) #fff no-repeat;
    height: 10px;
    font-size: 1px;
  }
  .container-top h2 {
    font-size: 1.4em;
    font-weight: normal;
  }
  .container-body p { font-size: 1.2em; }
  .container-body h1, .container-body h2 {
    font-size: 2.3em;
    font-weight: normal;
    margin-bottom: 0.5em; /* FIXME */
  }
  .features-list-wrap .list li {
    font-size: 1.2em;
    margin-top: 0.5em;
    letter-spacing: 0;
  }
  .features-list-wrap .container-body h2 {
    font-size: 1.2em;
    margin-bottom: 0.583em;
  }
  .features-list-wrap .container-body h2 a {
    color: #575757;
    font-weight: bold !important;
    background: url(/images/blocks/arrow-gray.png) 100% 50% no-repeat;
    padding-right: 17px;
  }
  .container-body b { /* reserved for SEO */
    font-weight: normal;
  }
  .container.mini { width: 326px; overflow: hidden;}
  .container.mini .basic-container {
    padding: 16px !important;
  }
  .container hr {
    margin: 2.0em 0;
    background: #ddd;
    height: 1px;
  }

  .faq-questions {
    font-size: 1.2em;
    letter-spacing: 0;
  }
    .faq-question {
      margin-bottom: 15px;
    }
    .faq-questions h4 {
      font-weight: normal;
    }
    .faq-questions p {
      font-size: 0.85em;
      padding-top:2px;
    }
      .faq-questions p.time {
        color: gray;
      }
      .faq-questions p.ans a {
        color: #690;
      }

  .mini .container-top {
    background: url(/images/blocks/container-top-mini.png) #c7c7c7 no-repeat;
  }
  .mini .container-bottom {
    background: url(/images/blocks/container-bottom-mini.png) #fff no-repeat;
  }
  .micro .container-top {
    background: url(/images/blocks/container-top-micro.png) #c7c7c7 no-repeat;
  }
  .micro .container-bottom {
    background: url(/images/blocks/container-bottom-micro.png) #fff no-repeat;
  }

  .basic-container { padding: 20px; /* FIXME */ }
  .small-padding-container { padding: 15px; /* FIXME */ }
  .simple-text-container { font-size: 1.4em; }

  .service {
    position: relative;
    _height: 1px; /* IE img positioning bug workaround */
  }
  .service-top {
    background: url(/images/blocks/service-top.png) no-repeat;
    height: 9px;
    font-size: 1px;
  }
  .service-body {
    background: url(/images/blocks/service-body.png) #fcfcfc repeat-x;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 10px 25px;
    height: 185px;
  }
  .service-bottom {
    background: url(/images/blocks/service-bottom.png) no-repeat;
    height: 9px;
    font-size: 1px;
  }
  .service-body h2 {
    font-size: 1.8em;
    font-weight: normal;
    text-shadow: 0px 0px 3px #888;
    color: #262626;
    margin-bottom: 0.789em; /* 15px/19 */
  }
  .service-body p {
    color: #3a3a3a;
    font-size: 1.1em;
    width: 110px;
  }
  .service-body img {
    position: absolute;
    bottom: 0px;
    right: 0;
  }
  #ta-block {
    padding-top:15px;
  }
    #ta-block img {
      display:block;
    }

/* BANNER */

  #right-banner .simple-block {
    background: white;
    height: 400px;
  }
  #top-banner .simple-block {
    height: 90px;
    margin: 0px;
  }
  #pocket-banner .simple-block {
    min-height: 120px;
  }
  .banner.hidden {
    display: none;
  }

/* PRIMITIVES */

  img.arrow { /* for use with 12px font */
    position: relative;
    bottom: -0.167em; /* 2px/12 */
    width: 1.08333333em; /* IE: doesn't work (transparency hack) */
    height: 1.08333333em;
  }
  img.arrow.gray {
    margin-left: 0.5em; /* 6px/12 */
  }
  img.arrow.green {
    margin-right: 0.5em; /* 6px/12 */
  }
  .heavy-link {
    color: #575757;
    font-weight: bold !important;
  }

/* ALPHABET */

  .alphabet {
    position: relative;
    width: 618px;
    height: 37px;
    margin-bottom: 1em;
  }
  .alphabet .letters { position: absolute; }
  .alphabet .backgrounds { position: absolute; }
  .alphabet .background { margin: 2px; display: inline; float: left; }
  .alphabet .buttons { position: absolute; }
  .alphabet .buttons a { border: 0; background: none; }
  .alphabet .button { margin: 2px; display: inline; height: 16px; }

  .alphabet .alpha { width: 17px; height: 33px; position: relative; }
  .alphabet .alpha-default  {  background:url('/images/blocks/button-default.png'); }
  .alphabet .alpha-disabled {  background:url('/images/blocks/button-disabled.png'); }
  .alphabet .alpha-selected {  background:url('/images/blocks/button-selected.png'); }

  .alphabet .numeric { width: 26px; height: 33px; position: relative; }
  .alphabet .numeric-default  {  background:url('/images/blocks/button-numeric.png'); }
  .alphabet .numeric-disabled {  background:url('/images/blocks/button-numeric-disabled.png'); }
  .alphabet .numeric-selected {  background:url('/images/blocks/button-numeric-selected.png'); }


/* CONTENT COLUMNS */

  table.content-columns { width: 100%; }
  table.content-columns td { vertical-align: top; }
  table.content-columns td.separator {
    width: 31px;
    background: url(/images/blocks/table-separator.gif);
  }
  table.content-columns td.separator img { width: 31px; height: 1px; }

  table.with-separator td {
    padding: 0 10px 0 10px;
    border-right: 1px solid #d6d6d6;
  }
  table.bigger-padding td { padding-left: 20px; }
  table.middle-padding td { padding-left: 13px; }
  table.with-separator td.first-column { padding-left: 0px; }
  table.with-separator td.last-column { padding-right: 0px; border: none; }

/* FEATURES */

  .features-list { font-size: 1.2em; }
  .features-list h2 {
    font-size: 1.0em;
    margin-bottom: 0.583em; /* 7px/12 */
  }
  .features-list li { margin-top: 0.25em; /* 3px/12 */ }

  .sub-features { margin-top: 2em; /* FIXME */ }
  .sub-features.first { margin-top: 0; }
  .sub-features li {
    margin-top: 0.5em; /* 6px/12, FIXME */
    letter-spacing: 0; /* FIXME */
  }

  .places-count { color: #ccc; }

  .all-features .features-list h2 {
    font-size: 1.2em;
  }
  .features-container .show-all {
    margin-top: 3em;
    font-size: 1.2em;
  }
  .no-map-container .show-all {
    font-size: 1.2em;
  }

  .feature-description {
    margin-top: 1em;
    font-size: 1.1em;
  }
    .feature-description h1 {
      font-size: 1.1em;
      font-weight: bold;
    }
    .feature-description a {
      text-decoration: underline;
      color: #333;
    }
    .feature-description a:first-child {
      display: block;
      float: right;
      font-size: 1.1em;
      color: black;
    }
    .feature-description strong {
    }


/* DOCUMENTS */

  .rss {
    margin-left: 0.5em;
    position: relative;
    top: 2px;
  }
  .document-annotation {
  }
  .document-annotation .picture {
    margin-bottom: 2.0em; /* FIXME */
    /* width: 270px; */
    /* height: 140px; */
  }
  .document-annotation .body {
    width: 273px; /* FIXME */
    font-size: 1.3em;
    line-height: 150%; /* FIXME */
  }
  .document-annotation .links {
    font-size: 1.2em;
    margin-top: 1.0em; /* FIXME */
  }

  .document-annotation.horizontal .picture {
    float: left;
  }
  .document-annotation.horizontal .body-and-links {
    float: left;
    margin-left: 30px; /* FIXME */
  }

  .document-headers {
  }
  .document-headers li {
    position: relative;
    font-size: 1.3em;
    margin-top: 1.5em; /* FIXME */
  }
  .document-headers li.first { margin-top: 0; }
  .document-headers li .arrow {
    position: absolute;
    top: 0.2em; /* FIXME */
  }
  .document-headers .annotation {
    margin-top: 0.4em; /* FIXME */
    line-height: 130%;
  }
  .document-headers.green-arrows { margin-left: 30px; /* FIXME */ }
  .document-headers.green-arrows li .arrow { left: -27px; /* FIXME */ }
  .document-headers.gray-arrows { margin-right: 20px; /* FIXME */ }
  .document-headers.gray-arrows li .arrow {
    right: -20px; /* FIXME */
    _right: 0px; /* IE bug workaround */
  }
  .right .document-headers.gray-arrows li .arrow {
    _right: 25px; /* Another IE bug workaround */
  }
  .document-headers .links {
    font-size: 1.2em;
    margin-top: 1.3em;
  }

  .document .photo {
    float: left;
    margin: 0 17px 9px 0;
  }
  .document .photo.right {
    float: right;
    margin: 0 0 9px 17px;
  }
  .document p {
    font-size: 1.3em; /* FIXME */
    margin-bottom: 1.5em; /* FIXME */
    line-height: 145%;
  }
  .document h3 {
    font-size: 1.4em;
    margin-bottom: 1.0em; /* FIXME */
  }
  .document .carousel-wrapper {
    margin: 55px 0 30px 0;
  }

  .document .date {
    margin: -10px 0 15px 0;
    font: bold 13px Arial, sans-serif;
  }

  .document .list { margin-top: 1.5em; }
  .document .list a { font-size: 1.4em; }
  .document .list .subtitle { margin-top: 0.4em; color: #444; }
  .document .list.glossary a { font-size: 1.2em; }

/* LISTS */

  table.lists td { vertical-align: top; padding-bottom: 3.0em; padding-right: 1em; }
  table.lists td.first-column { width: 300px; }
  table.lists td.last-column { padding-right: 0; }
  table.lists td.last-row { padding-bottom: 0; }

  .multiple-lists .list { margin-bottom: 3.0em; }
  .list li {
    color: #101010;
    font-size: 1.3em;
    margin-bottom: 0.8em; /* FIXME */
  }
  .list .show-all { font-size: 1.2em; }

  li.invisible { display: none; }
  .show-all { margin-top: 0.4em; }

  .list .subtitle {
    color: #939393;
    margin-top: 0.2em;
  }

/* EVENTS */

  .events li {
    position: relative;
    margin-left: 55px; /* FIXME */
    border-left: 1px solid #d6d6d6;
    padding-left: 12px; /* FIXME */
    padding-top: 2.0em; /* FIXME */
    font-size: 1.3em;
  }
  .events li.first {
    padding-top: 0;
  }
  .events .date-block {
    position: absolute;
    left: -55px;
    _left: -67px; /* IE bug workaround */
    width: 43px;
    background: url(/images/blocks/button-date.png) no-repeat;
    width: 43px;
    height: 31px;
    text-align: center;
    padding-top: 0px;
  }
  .events .date {
    font-size: 13px; /* due to fixed button size */
    font-weight: bold;
    color: #ffffff;
  }
  .events .time {
    color: #84c200;
    font-weight: bold;
  }
  .events .title {
  }
  .events .place {
    color: #909090;
  }
  .events .separator {
    color: #c4c4c4;
  }

  .events-container .left {
    width: 295px;
    float: left;
    padding-right: 30px;
  }
  .events-container .left div {
    padding-right: 20px;
  }
  .events-container .right {
    margin-left: 295px;
    float:none;
    padding-left: 38px;
  }

/* MAP */

  #map {
    border: 1px solid #ccc;
    background: #e5e3df;
    overflow: hidden;
  }
  .mini-map #map {
    width: 280px;
    height: 200px;
  }
  .large-map #map {
    width: 933px;
    height: 500px;
  }
  #map-info-html-window {
    height: 300px;
    width: 280px;
    overflow-y: scroll;
  }

/* VIDEO */

  .video-headers {}
    .video-headers .row {
      clear:both;
    }
  .video-headers .image-and-title {
    float: left;
    width: 125px;
    margin-left: 15px;
    /* margin-bottom: 25px; */
  }
  .video-headers .column-0 {
    margin-left: 0px;
  }
  .video-headers .image-and-title img {
    width: 119px;
    margin-bottom: 6px;
  }
  .video-headers .title {
    height: 5em;
  }
  .video-headers a {
    font-size: 1.2em;
  }
  .video-headers .archive {
    clear: both;
  }
  .video-player {
    text-align: center;
  }
  .video-player .description {
    font-size: 1.2em;
    margin-top: 20px;
  }
  .last-videos-container {
    padding-left: 10px;
  }

  .viewings-hidden {
     color: white;
   }

/* MENU */

  .menu .dish-header {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    padding: 8px 20px 8px 0px;
    vertical-align: top;
    text-align: left;
  }

  .menu .dish-header div       { cursor: pointer; _cursor: hand;}
  .menu .dish-header div.sel   { color: #000000;}
  .menu .dish-header div.unsel { color: #9d9d9d;}

  .menu .dish-header-arrow {
    width: 25px;
    padding-top: 9px;
    vertical-align: top;
  }
  .menu .dish-header-arrow div {
    width: 13px;
    height: 13px;
    margin-right: 12px;
  }
  .menu .dish-header-arrow div.sel {
    background: url('/images/blocks/arrow-red.png') no-repeat;
    /* IE transparency hack */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/blocks/arrow-red.png', sizingMethod='scale'
    );
  }
  .menu .dish-header-arrow div.unsel {
    background: url('/images/blocks/arrow-gray.png') no-repeat;
    /* IE transparency hack */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/blocks/arrow-gray.png', sizingMethod='scale'
    );
  }

  #menu-dishes .loading {
    margin: 0.5em 0 15em 0; /* huge space at bottom for cute reloading */
    font-size: 1.2em;
    color: #888;
  }

  .menu h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0.5em;
  }
  .menu .dish {
    margin-bottom: 25px;
    width: 615px;
  }
  .menu .dish .title {
    font-size: 12px;
    color: black;
    vertical-align: bottom;
  }
  .menu .dish .weight {
    padding-right: 2px;
  }
  .menu .dish .price {
    padding-left: 2px;
    font-size: 12px;
    color: #56a41a;
    font-weight: bold;
    vertical-align: bottom;
  }
  .menu .dish .content {
    padding-right: 1px;
    vertical-align: bottom;
    width: 99%;
  }
  .menu .dish .has-price {
    background: url('/images/blocks/menu-dots.gif') repeat-x bottom;
  }
  .menu .dish .content .wrapper {
    background: white;
/*    background: url('/images/blocks/menu-dots-f8.gif') repeat-x bottom;*/
  }
  .menu .dish .price .currency {
    color: black;
    font-size: 12px;
    margin-left: 2px;
    font-weight: normal;
  }
  .menu .dish .weight {
    font-size: 12px;
  }
  .menu .dish .comment {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding-right: 120px;
  }

/* TABLE ORDER */
  .form-container .container-content {
    padding: 2em 0 0 9em;
    margin:-9px -9px 0 -9px;
    background:transparent url(/images/blocks/order-form-bg.png) 0 0 no-repeat;
  }
  #order-form {
    position: relative;
    width: 540px;
    height: 570px;
  }
  #order-form .content {
    position: absolute;
    height: 544px;
  }

  #order-form .content table {
    position: absolute;
    width: 489px; /* 569-40-40 */
    height: 489px;
  }
  #order-form .content td {
    text-align: left;
    vertical-align: top;
  }

  #order-form .text {
    font-size: 1.4em;
    line-height: 150%;
  }
  #order-form .order-type {
    font-size: 2.0em;
  }
  #order-form .order-type .selected {
  }
  #order-form .order-type .non-selected {
    color: #ccc;
  }
  #order-form td.caption {
    width: 131px;
  }
  #order-form td.value {
    width: 358px;
  }
  #order-form .caption {
    font-size: 1.2em;
  }
  #order-form input, #order-form textarea, #order-form select {
    border: 1px solid #b3b9c3;
    font-size: 1.2em;
    padding: 2px;
  }
  #order-form .wide {
    width: 352px;
    max-width: 352px;
    max-height: 180px;
  }
  #order-form textarea.notes {
    height: 64px;
  }
  #order-form select.mini {
    width: 50px;
  }
  #order-form select.month {
    margin-left: 5px;
    width: 100px;
  }
  #order-form input.mini {
    width: 70px;
  }
  #order-form .second-field {
    float: right;
  }
  #order-form .second-field .caption {
    margin-right: 1.0em;
  }
  #order-form .controls {
    height: 32px;
  }
  #order-form .controls input {
    margin-top: 4px;
  }
  #order-form .controls img {
    float: right;
  }
  #order-form .controls .progress {
    margin-right: 1em;
    margin-top: 8px;
    visibility: hidden;
  }
  #order-form .controls .complete {
    font-size: 1.2em;
    text-align: center;
    color: green;
  }

/* GUIDES */

  #guides-bookshelf {
    background: url(/images/guides/bookshelf-bg.jpg) bottom no-repeat;
    height: 376px;
    padding-left: 1.2em;
    padding-top: 3.2em;
    _padding-left: 0.8em;
    position: relative;
    text-align: left;
  }
  .guide {
    width: 140px;
    float: left;
    position: relative;
    margin: 77px 13px 0;
    _margin: 75px 29px 0 29px;
  }
  .guide .title {
    font-size: 1.2em;
    padding-left: 0.8em;
    min-height: 45px;
  }
  .guide .price {
    font-size: 1.6em;
    color: #fff;
    padding-left: 0.6em;
  }
  .guide .cover {
    padding-left: 0.8em;
    padding-top: 0.88em;
    height: 176px;
  }
  .guide .shadow {
    padding-top: 0.8em;
  }
  .guide .button {
    text-align: center;
  }
  .guide .marker {
    display: block;
    position: absolute;
    top: -85px;
    left: 75px;
    width: 86px;
    height: 127px;
    padding: 35px 0 0 0;
    background: url(/images/guides/marker.png) 0 0 no-repeat;
    color: #fff;
    font-size: 15px;
    text-align: center;
  }

  .guide-main {
    float:left;
    position: relative;
    width: 206px;
    margin: 0 18px;
    _margin: 0 29px 0 29px;
  }
  .guide-main .title {
    position: absolute;
    left: 205px;
    top: 2px;
    width: 230px;
    padding-left: 24px;
    font-size: 1.6em;
    background: url(/images/guides/red-dot.gif) no-repeat;
    background-position: 8px 3px;
  }

  .guide-main .price {
    position: absolute;
    left: 224px;
    top: 22px;
    width: 200px;
    font-size: 2.6em;
    color: #cccccc;
    margin: 0;
    padding: 0;
  }
  .guide-main .cover {
    padding-left: 0.2em;
    height: 292px;
  }
  .guide-main .shadow {
    padding-top: 0.8em;
  }
  .guide-main .button {
    text-align: center;
  }
  #guides-notes {
    clear: both;
    text-align: center;
    padding-top: 1.5em;
    color: #888;
  }
  #guides-basket {
    padding-left: 302px;
    padding-top: 2.2em;
  }
  #guides-basket .order {
    font-size: 1.2em;
    margin-right: 1.6em;
    float: left;
    line-height: 3.4em;
  }
  #guides-basket .price {
    font-size: 3.3em;
    float: left;
    margin-right: 0.2em;
  }
  #guides-basket .roubles {
    font-size: 3.3em;
    color: #cccccc;
    margin-right: 16px;
    float: left;
  }
  #guides-basket .links {
    float: left;
    line-height: 3.8em;
  }
  #guides-basket a {
    color: #990000;
    font-size: 1.2em;
    text-decoration: underline;
  }
  #guides-basket .separator {
    margin: 0 6px;
    color: #cccccc;
  }
  .guide-main #guides-counter {
    padding-left: 73px;
  }
  .guide #guides-counter {
    padding-left: 36px;
  }
  #guides-counter .plus {
    float: left;
  }
  #guides-counter .amount {
    float: left;
    width: 32px;
    height: 27px;
    background: url(/images/guides/amount-bg.png);
    font-size: 2em;
    color: #666666;
    line-height: 1.6em;
    _line-height: 1.3em;
    *line-height: 1.3em;
  }
  #guides-counter .minus {
    float: left;
  }
  .guides-message {
    color: black;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3em;
    text-align: center;
  }

  /* GUIDES ORDER FORM */
  .guide-order-form-table {
    width: 375px;
  }
  #guides-order-form {
    font-size: 1.2em;
    padding: 10px;
  }
  #guides-order-form td {
    padding:6px;
  }
  #guides-order-form p {
    padding:25px 5px;
  }
  #guides-order-form input.text, textarea {
    width:100%;
    display:block;
    border:#ccc 1px solid;
    padding:2px;
  }
  #guides-order-form .submit {
    width: 98px;
    height: 43px;
    cursor: pointer;
  }
  #guides-order-form #total-price {
    font-size:2.2em;
    margin:0;
    padding:0;
    color:#990000;
  }
  #guides-order-form #total-price #total-price-title {
    font-size:.5em;
    color:#ccc;
  }
  #guides-order-form #total-price #total-price-currency {
    font-size:.7em;
  }

  #other-stores .store{
    padding-left: 24px;
    font-size: 1.6em;
    background: url(/images/guides/red-dot.gif) no-repeat;
    background-position: 8px 3px;
    margin-top: 24px;
  }

/* COMMENTS */

  .comments-container h3 {
    font-size: 2.0em;
    font-weight: normal;
    margin-bottom: 0.5em;
  }
  .container-comment-form {
    font-size: 1.2em;
  }
  .container-comment-form .input {
    padding: 5px 0;
    clear:both;
  }
  .container-comment-form label {
    display:block;
    float:left;
    padding-top: 3px;
    width:130px;
    font-weight:bold;
  }
  .container-comment-form input {
    width: 200px;
  }
  .container-comment-form input, textarea {
    border:#ccc 1px solid;
    padding:2px;
  }
  .container-comment-form .message-label {
    width:100%;
    float:none;
    margin-bottom: 5px;
  }
  .container-comment-form textarea {
    width: 99%;
    max-width: 99%;
  }
  .container-comment-form .buttonrow {
    padding-left:183px;
  }
  .container-comment-form .buttonrow input {
    border:none;
  }
  .container-comment-form .comment {
    font-size:11px;
  }

  #container-comment-new {
    overflow: auto;
    width: 100%;
  }

  #container-comment-new .man {
    float: left;
    margin-top: 6px;
    margin-left: 0;
    width: 40px;
  }
  #container-comment-new .container-comment-form {
    margin-right: 5px;
    float: right;
    width: 555px;
  }

  #place-comment-form .man {
    position: absolute;
    float: none;
  }

  #place-comment-form .container-comment-form {
    margin-left: 100px;
  }

  .container-comment-form .submit-container {
    text-align: right;
  }

  .container-comment-form .submit {
    width: 94px;
    height: 31px;
    padding: 4px 0;
    border: none;
    background: url(/images/blocks/com_button.png) no-repeat;
  }
  .comments .container-comment-form {
    margin: 0 0 2em 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  .comments {
    margin-bottom: 3em;
  }
  .comment {
    margin: 0.5em 0 1.0em 0;
    font-size: 1.1em;
  }
  .comment .comment-header, .comment .comment-header a {
    color: #888;
  }
  .comment div {
    margin-bottom: 0.5em;
  }
  .comment .name {
    font-weight: bold;
    margin-right: 0.8em;
  }
  .comment .date {
    margin-right: 0.8em;
  }
  .new-comment .reply-btn {
    font-size: 1.2em;
  }
  .comment .p {
  }
  .comment .deleted {
    color: #888888;
  }
  input#captcha {
  }
  img.captcha {
    margin-left: 1.0em;
    vertical-align: top;
  }
  .no-comments {
    font-size: 1.3em;
  }

/* SIMPLE MODAL */

  a.modal-close-img {
    background: url(/images/blocks/order-form-close.png) no-repeat;
    display: inline;
    position: absolute;
    width: 28px;
    height: 27px;
    z-index: 3200;
    cursor: pointer;

    /* IE transparency hack */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/blocks/order-form-close.png', sizingMethod='scale'
    );
  }
  #modal-overlay {
    background-color: #000;
    cursor: default;
  }
  #order-modal-container {
    width: 778px;
    height: 570px;
    left: 50%;
    top: 5%;
    margin-left: -389px; /* half the width, to center */
    border: 0;
  }
  #order-modal-container a.modal-close-img {
    top: 22px;
    right: 24px;
  }
  #photo-modal-container {
    width: 228px; /* progress bar size + photo-layer padding */
    left: 50%;
    top: 5%;
    margin-left: -114px; /* half the width, to center */
    text-align: center;
  }
  #photo-modal-container a.modal-close-img {
    top: -10px;
    right: -10px;
  }

/* BIG MAP */

  div#big-map {
    border: 1px solid #ccc;
    background: #e5e3df;
    overflow: hidden;
    width: 933px;
    height: 500px;
  }
  div#chain-big-map {
    width: 630px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    left: -10px;
    top: -9px;
    border: 1px solid #ccc;
  }

  .map-place-info p {
    font-size: 1.0em;
  }
  .map-place-info .title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 4px;
  }

  #map-info-html-window .map-place-info p {
    font-size: 1.2em;
  }
  #map-info-html-window .map-place-info .title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .map-place-info .details img {
    bottom: -0.167em; /* 2px/12 */
    width: 1.08333333em; /* IE: doesn't work (transparency hack) */
    height: 1.08333333em;
    margin-left: 5px;
    position: relative;
    *position: inline;
  }
  .chain-big-map-wrapper {
    position: relative;
    height: 400px;
  }


/* STATIC MAP */

  img#static-map {
    cursor: pointer;
    position: absolute;
    border: 1px solid #ccc;
  }
  .feature-static-map, .chain-static-map {
    position: relative;
    height: 400px;
  }
  .chain-static-map #static-map {
    left: -10px;
    top: -9px;
  }
  .feature-static-map #static-map {
    left: -5px;
    top: -5px;
  }
  .map-legend {
    margin-top: 30px;
    padding-bottom: 50px;
    display: block;
  }
  .map-legend ul {
    float: left;
    width: 33%;
    text-align: left;
  }
  .map-legend ul li {
    margin-top: 10px;
    list-style-position: inside;
    background-repeat: no-repeat;
    background-position: 0em 0em;
    padding-left: 32px;
    padding-right: 10px;
    line-height: 2.2em;
    _margin-top: 18px;
    _line-height: 1.8em;
    _display: inline-block;
  }
  *+html .map-legend ul li {
    padding-left: 14px;
  }
  .map-legend ul li a {
    font-size: 1.4em;
    _font-size: 1.2em;
  }

  #map-legend-letter-a {background-image: url(/images/map-markers/circleA.png)}
  #map-legend-letter-b {background-image: url(/images/map-markers/circleB.png)}
  #map-legend-letter-c {background-image: url(/images/map-markers/circleC.png)}
  #map-legend-letter-d {background-image: url(/images/map-markers/circleD.png)}
  #map-legend-letter-e {background-image: url(/images/map-markers/circleE.png)}
  #map-legend-letter-f {background-image: url(/images/map-markers/circleF.png)}
  #map-legend-letter-g {background-image: url(/images/map-markers/circleG.png)}
  #map-legend-letter-h {background-image: url(/images/map-markers/circleH.png)}
  #map-legend-letter-i {background-image: url(/images/map-markers/circleI.png)}
  #map-legend-letter-j {background-image: url(/images/map-markers/circleJ.png)}
  #map-legend-letter-k {background-image: url(/images/map-markers/circleK.png)}
  #map-legend-letter-l {background-image: url(/images/map-markers/circleL.png)}
  #map-legend-letter-m {background-image: url(/images/map-markers/circleM.png)}
  #map-legend-letter-n {background-image: url(/images/map-markers/circleN.png)}
  #map-legend-letter-o {background-image: url(/images/map-markers/circleO.png)}
  #map-legend-letter-p {background-image: url(/images/map-markers/circleP.png)}
  #map-legend-letter-q {background-image: url(/images/map-markers/circleQ.png)}
  #map-legend-letter-r {background-image: url(/images/map-markers/circleR.png)}
  #map-legend-letter-s {background-image: url(/images/map-markers/circleS.png)}
  #map-legend-letter-t {background-image: url(/images/map-markers/circleT.png)}
  #map-legend-letter-u {background-image: url(/images/map-markers/circleU.png)}
  #map-legend-letter-v {background-image: url(/images/map-markers/circleV.png)}
  #map-legend-letter-w {background-image: url(/images/map-markers/circleW.png)}
  #map-legend-letter-x {background-image: url(/images/map-markers/circleX.png)}
  #map-legend-letter-y {background-image: url(/images/map-markers/circleY.png)}
  #map-legend-letter-z {background-image: url(/images/map-markers/circleZ.png)}
  #map-legend-letter-dot {background-image: url(/images/map-markers/circle.png)}

  .map-legend-subway {
    color: #aaa;
    font-size: 1.4em;
    _font-size: 1.2em;
    _padding-left: -15px;
    _position: relative;
    _line-height: 1em;
  }

  *+html .map-legend-subway {
    padding-left: 15px;
  }

/* ARCHIVE */

  .archive-container .left {
    float: left;
    width: 50%;
  }
  .archive-container .right {
    float: right;
    width: 50%;
  }
  .archive-pages {
    padding-top: 20px;
    font-size: 1.2em;
  }
  .archive-pages .numbers {
    font-weight: bold;
    color: #800000;
  }
  .archive-pages .numbers a {
    font-weight: normal;
  }

/* RATING */

  #rating-preview-container {
    position: relative;
    height: 413px;
  }
  #rating-preview {
    position: absolute;
    left: -8px;
    top: -5px;
    width: 247px;
    height: 418px;
    _position: static;
  }
  .image-rating-preview{
    background: url(/images/blocks/rating-background.png) no-repeat;
  }
  #rating-preview .title {
    padding: 0px 12px 0 124px;
    color: #474747;
    font-size: 1.1em;
    margin-top: -22px;
  }
  #rating-preview .resto {
    height: 110px;
    width: 240px;
    display: block;
  }
  #rating-preview .text {
    padding: 34px 26px 0 26px;
    color: #fff;
    font-size: 1.2em;
  }
  #rating-preview ul {
    margin-top: 20px;
    padding-left: 26px;
    margin-bottom: 20px;
  }
  #rating-preview li {
    line-height: 26px;
    background: url(/images/blocks/rating-list-bullet.png) no-repeat;
    background-position: 0px 5px;
    _display: inline-block;
    _line-height: 16px;
    _margin-top: 8px;
  }
  #rating-preview span {
    color: #fff;
    padding-left: 7px;
  }
  #rating-preview li a {
    color: #fff;
    font-size: 1.2em;
    margin-left: 16px;
  }
  #rating-preview .all-rating {
    color: #eee;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 54px;
  }

  .rating-block {}
  .rating-block .container-body {
    padding: 0px;
    margin: 0px;
    border-left: solid 1px #808080;
    border-right: solid 1px #808080;
    color: #fff;
  }
  .rating-block .container-bottom {
    background: url(/images/rating/rating-container-bottom.png) no-repeat top;
  }
  .rating-container {
    height: 761px;
    background: url(/images/rating/rating-container-bg.png) repeat-x;
  }
  .photo-carousel-wrapper {
    position: relative;
    overflow: hidden;
    height: 640px;
  }
  #photo-carousel-rating {
    position: absolute;
    top: 0px;
    padding-left: 25px;
  }
  #photo-carousel-rating ul li {
    position: relative;
    width: 620px;
    height: 64px;
  }
  #photo-carousel-rating ul li .title {
    color: #000;
    font-size: 2.5em;
    position: absolute;
    left: 61px;
    top:16px;
  }
  #photo-carousel-rating ul li .circle {
    position: absolute;
    background: url(/images/rating/red-circle.png) no-repeat;
    top: 10px;
    left: 15px;
    width: 42px;
    height: 42px;
    font-size: 2.2em;
    text-align: center;
  }
  #photo-carousel-rating ul li .circle div {
    padding-top: 8px;
  }
  #photo-carousel-rating ul li .circle div a {
    color: #fff;
    text-decoration: none;
  }
  .rating-container .place-downplate {
    margin-bottom: 4px;
  }
  .rating-container .badge-new {
    background: url(/images/rating/rating-badge-new.png) no-repeat;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 40px;
    height: 49px;
  }
  .rating-container .badge-up {
    background: url(/images/rating/rating-badge-up.png) no-repeat;
    position: absolute;
    left: -16px;
    top: 5px;
    width: 30px;
    height: 50px;
  }
  .rating-container .badge-up div {
    padding: 34px 0 0 12px;
    *padding: 32px 0 0 12px;
  }
  .rating-container .badge-down {
    background: url(/images/rating/rating-badge-down.png) no-repeat;
    position: absolute;
    left: -16px;
    top: 5px;
    width: 30px;
    height: 50px;
  }
  .rating-container .badge-down div {
    padding: 7px 0 0 12px;
  }
  .scroll-up {
    height: 60px;
    text-align: center;
  }
  .scroll-up div {
    padding-top: 17px;
  }
  .scroll-down {
    text-align: center;
  }
  .scroll-down div {
    padding-top: 10px;
    _padding-top: 16px;
  }

  .month-block {
    position: relative;
  }
  .month-block .container-top {
    background: url(/images/blocks/container-top-long.png) no-repeat bottom;
  }
  .month-block .container-bottom {
    background: url(/images/blocks/container-bottom-long.png) no-repeat center;
  }
  .month-block .container-body {
    padding: 30px;
    /* min-height: 135px; */
    /* _height: 135px; */
  }
  .month-container {}
  .month-container .place-title {
    position: absolute;
    width: 168px;
    height: 167px;
    font-size: 1.8em;
    color: #fff;
    font-weight: bold;
    background: url(/images/rating/red-star.png) no-repeat;
    text-align: center;
    left: 12px;
    top: 33px;
    _left: 0px;
  }
  .month-container .place-title div {
    padding: 60px 20px 0 14px;
  }
  .month-container .place-title div a {
    color: #fff;
  }
  .month-container .photo {
    float: left;
    padding-right: 20px;
  }
  .month-container .title {
    font-size: 1.8em;
  }
  .month-container .description {
    margin-top: 1.4em;
  }
  .month-container .description p {
    font-size: 1.3em;
    padding-bottom: 10px;
  }
  .micro .container-body {
    padding: 0px;
  }
  .feature-container {
    padding: 9px 14px 36px 14px;
  }
  #features-list-mini a {
    display: block;
    width: 209px;
    height: 44px;
    font-size: 1.8em;
    cursor: pointer;
    margin-top: 5px;
  }
  .rating-list li {
    margin-bottom: 12px;
    font-size: 1.2em;
    color: #cc0000;
    list-style-position: inside
  }
  #features-list-mini ol li a {
    font-size: 1em;
    display: inline;
  }
  #features-list-mini .feature-title {
    background: url(/images/rating/feature-bg-bullet.gif) no-repeat;
    text-decoration: none;
  }
  #features-list-mini .feature-title-sel {
    background: url(/images/rating/feature-bg-bullet-sel.gif) no-repeat;
    text-decoration: none;
  }
  #features-list-mini .feature-title span, #features-list-mini .feature-title-sel span {
    padding: 12px 0 0 32px;
    display: block;
  }
  #features-list-mini .feature-content {
    width: 209px;
    height: 159px;
    background: url(/images/rating/feature-content-bg.png) no-repeat;
  }
  #features-list-mini .feature-content div {
    padding: 11px 0 0 32px;
  }
  .cuisines-container .container-content {
    padding: 38px 0 24px 30px;
    _padding: 38px 0 24px 0;
    _width: 630px;
  }
  .cuisines-list, .cuisines-list-margin {
    float: left;
    width: 180px;
    margin-right: 26px;
    _margin-right: 16px;
  }
  .cuisines-list-margin {
    _margin-left: 16px;
  }
  .cuisines-list div, .cuisines-list-margin div {
    font-size: 1.8em;
    position: relative;
    margin-bottom: 20px;
  }
  .rating-cuisines-separator {
    margin-top: 30px;
    _margin-top: 0;
    *margin-top: 0;
  }

  /* BLOG */
  .blog-title {
    height: 226px;
    width: 642px;
    padding: 20px 0px 0px 30px;
    color: white;
    font-size: 11px;
  }
  .blog-title a { color: white; }
  .blog-title .title { padding-bottom: 132px; font-size: 11px; }
  .blog-title .title-post { font-size: 29px; }
  .blog-title .title-date { padding-top: 6px; }
  .post-comments-link {
    margin-top: 16px;
    font-size: 1.2em;
  }
  .blog-calendar .container-content {
    padding-top: 10px;
  }
  .blog-calendar #calendar {
    margin-left: auto;
    margin-right: auto;
    width: 18.6em;
  }
  #tags .tag-1 {
    font-size: 1em;
    color: #ADADAD;
  }
  #tags .tag-2 {
    font-size: 1.6em;
    color: #ADADAD;
  }
  #tags .tag-3 {
    font-size: 2em;
    color: #ADADAD;
  }
  #tags .tag-4 {
    font-size: 3em;
    color: #ADADAD;
  }
  #tags .selected {
    color: #EC9E4A;
  }
  .star {
    color: #c40000;
    font-weight: bold;
  }

/* FORM */

.form {}
.form div { margin-bottom:6px; }
.form label {
  display:block;
  padding:2px 0;
  font-size:1.2em;
}
.form input, .form textarea, .form select {
  border: 1px solid #b3b9c3;
  font-size: 1.2em;
  padding: 2px;
}

.form label#remeberme{
  display:inline !important;
}

.form label.radio-label {
  display:inline !important;
  margin-left: 5px;
}

.form input[type="radio"]{
  margin-top: 2px;
}

.form input.img, .form image{
  border: none;
  background: none;
  padding: none;
}

.form input[type="file"]{
    border: none !important;
}


.errorExplanation { padding:2px 0; }
.errorExplanation p { font-size:1.2em;  }
.errorExplanation ul {
  font-size:1.2em;
  list-style:disc outside;
}
.errorExplanation ul li { margin-left:20px; }
.fieldWithErrors { display:inline; margin:0;padding:0; }
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  border: 1px solid #B00;
}

/* STUFFS */

#stuffs-holder {
  position:relative;
  padding-bottom:112px;
  background:transparent url(/images/blocks/stuffs-holder-bg.png) left bottom no-repeat;
}
#stuffs-holder-header {
  min-height:30px;
  margin:0;
  padding:0;
  background:transparent url(/images/blocks/stuffs-holder-header-bg.png) 0 0 no-repeat;
}
#stuffs-holder-header h2 {
  font-size:1.4em;
  font-weight:normal;
  color:#5C5C5C;
  padding-left:25px;
  padding-top:6px;
}
#stuffs-holder-header ul { margin:0; padding:0; }
#stuffs-holder-header ul li { display:inline; list-style:outside none none; }
#stuffs-holder-header ul li a {
  display:block;
  float:left;
  padding-top:6px;
  font-size:1.4em;
  font-weight:normal;
  color:#FFF;
  text-align:center;
}
#stuffs-holder-header ul li.left a,
#stuffs-holder-header ul li.left-current a {
  width:313px;
  height:24px;
}
#stuffs-holder-header ul li.left a {
  background:transparent url(/images/blocks/stuff-menu-left.png) 0 0 no-repeat;
}
#stuffs-holder-header ul li.left-current a {
  background:transparent url(/images/blocks/stuff-menu-left-current.png) 0 0 no-repeat;
}

#stuffs-holder-header ul li.middle a,
#stuffs-holder-header ul li.middle-current a {
  width:310px;
  height:24px;
}
#stuffs-holder-header ul li.middle a {
  background:transparent url(/images/blocks/stuff-menu-middle.png) 0 0 no-repeat;
}
#stuffs-holder-header ul li.middle-current a {
  background:transparent url(/images/blocks/stuff-menu-middle-current.png) 0 0 no-repeat;
}
#stuffs-holder-header ul li.right a,
#stuffs-holder-header ul li.right-current a {
  width:312px;
  height:24px;
}
#stuffs-holder-header ul li.right a {
  background:transparent url(/images/blocks/stuff-menu-right.png) 0 0 no-repeat;
}
#stuffs-holder-header ul li.right-current a {
  background:transparent url(/images/blocks/stuff-menu-right-current.png) 0 0 no-repeat;
}

#stuffs-holder-body {
  padding-top:50px;
  background:transparent url(/images/blocks/stuffs-holder-body-bg.png) 0 0 repeat-y;
}
#stuffs-holder-body.stuffs-list { padding-left:135px; padding-right:135px; }
#stuffs-holder-body.single-stuff { padding-left:70px; padding-right:70px; }
#stuffs-holder-body.stuff-reviews { padding-left:25px; padding-right:25px; }
#stuffs-holder-body.stuff-places { padding-left:30px; padding-right:30px; }

.stuff-short-info { padding-right:50px; }
.stuff-info { width:100%; }
.stuff-short-info .stuff-info-picture { float:left; width:90px; }
.stuff-short-info .stuff-info-description { margin-left:110px }

.stuff-full-info .stuff-info-picture { float:left; width:145px; }
.stuff-full-info .stuff-info-description { margin-left:245px }

.stuff-short-info h2,
.stuff-full-info h2,
.stuff-places h2,
.stuff-reviews h2 {
  margin-bottom:35px;
  font-size:2.3em;
  font-weight:normal;
}
.stuff-short-info p,
.stuff-full-info p,
.stuff-places p,
.stuff-reviews p {
  margin-bottom:1em;
  font-size:1.3em;
  line-height:150%;
}
.more-link {
  margin-top:20px;
  font-size:1.3em;
  text-align:right;
}

.stuff-places h3,
.stuff-reviews h3 {
  font-size:1.8em;
  font-weight:normal;
}
.stuff-places td, .stuff-reviews td { padding-right:10px; padding-bottom:20px; }

.stuffs-list table { margin-bottom:60px; }

#stuffs-holder-leaf {
  position:absolute;
  bottom:-11px;
  right:6px;
  width:232px;
  height:134px;
  background:transparent url(/images/blocks/stuffs-holder-leaf.png) 0 0 no-repeat;
}

.g-recaptcha {
  width: 198px;
  height: 61px;
  border-radius: 4px;
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
}

.subscribe-input {
  margin-bottom: 6px;
  border: 1px solid #B3B9C3;
  padding: 2px;
  font-size: 13px;
  width: 187px;
}
* html .subscribe-input {
  width: 193px;
}
.subscribe-submit {
  margin-top: 5px;
  padding: 5px;
  width: 88px;
  height: 26px;
  display: inline-block;
  background: url(/images/blocks/subscribe-button.png) 0 0 no-repeat;
}
* html .subscribe-submit {
  position: relative;
  zoom: 1;
  margin-right: 0px;
}
.subscribe-form {
  height: 100px;
  width: 189px;
}

.iframe-place {
  width: 670px;
  height: 480px;
  margin-left: -90px;
  margin-top: -2em;
}
.word-editor p {
  font-size: 1.3em;
  line-height: 150%;
}

.recaptchatable .recaptcha_image_cell {
  padding-top: -9px !important;
}

#recaptcha_table {
  border: none !important;
  margin: -7px 0 0 -7px !important;
}

#recaptcha_image {
  width: 334px !important;
}

#recaptcha_response_field {
  width: 330px !important;
  margin-top: -2px;
}

/*{{{ =FAQ in main page*/

.b-subcol {
  float: left;
  width: 295px;
  margin: 0 25px 0 0;
}

.b-subcol2 {
  margin: 0;
}

.b-subcol h2 {
  margin: 0 0 7px;
  font-weight: normal;
  font-size: 24px;
  color: #000;
}


.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-list li {
  font-size: 13px;
  padding: 10px 0 0;
}

.faq-list a {
  color: #000;
}

.faq-list .time
, .faq-list .ans {
  margin: 0;
  font-size: 10px;
  color: #666;
}

.faq-list .ans
, .faq-list .ans a {
  color: #669900;
}

/*}}}*/

/*{{{ =Cols*/

.h-leftcol {
  float: left;
  width: 326px;
}

.h-rightcol {
  float: right;
  width: 326px;
}

.h-leftcol2 {
  width: 452px;
}

.h-rightcol2 {
  width: 240px;
}

.provider{
  width:100px;
  height: 40px;
  padding-left: 20px;
  font-weight: bolder;
  cursor: pointer;
}

div.error{
  color:red;
}

input.error{
  border-color:red !important;
}

.near-form .suggest-wrap{
  margin-left:1px !important;
}

.registration-submit{
  background: #A30000 url(/images/main/reg-btn.png) no-repeat 0px 0px;
  border: ;
  color: white;
  float: left;
  font: normal normal normal 16px normal Arial, sans-serif;
  height: 31px;
  margin: 20px 5px 0px 0px;
  padding: 0px;
  width: 166px;
}

.formError{
  position: relative;
  top: -10px;
  color: red;
  height: 10px;
  padding: 0px;
  margin: 0px;
}

.document.zon_places li.visible {
  background: url(/images/main/list-bg.png) 0 100% no-repeat;
  padding: 0 0 1em;
}

.document.zon_places li.visible.last {
  background: none;
}

.document.zon_places .list a.order-zon-btn, .document.zon_places .list a.order-btn {
  display: block;
  width: 123px;
  height: 21px;
  margin: 0.55em 0 0;
  padding: 0 0 0 30px;
  background: url(/images/main/order-zon-btn.png) 0 0 no-repeat;
  font-size: 0.9em;
  line-height: 21px;
}

.document.zon_places .list a.order-btn {
  padding: 0 0 0 38px;
  background: url(/images/main/order-btn.png) 0 0 no-repeat;
}

.document.zon_places .list a.order-btn:hover {
  background: url(/images/main/order-btn-hover.png) 0 0 no-repeat;
  color: white;
}


/* Profile hacks */

.b-us-com p {
  font-size: 1em;
}

.balls b {
  font-weight: bold;
}

.mapClusterZoom {
  width: 60px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  opacity: 0.7;
  right: 28px;
  top: 12px;
  z-index: 10000;
  background-color: #ffffff;
}

.mapPlacesSplitter {
  margin-top: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.b-answer_var2 .man {
  width: 100px;
}

.garant_zon {
  font-size: 11px;
  color: #666;
  background: url(/images/main/zon-icon.png) 0 0 no-repeat;
  margin: 5px 0 0;
  padding-left: 20px;
  padding-bottom: 7px;
}

.zon-comments-positive {
  background: url(/images/main/zon-positive.png) 0 0 no-repeat;
  padding: 0 0 0 20px;
}

.zon-comments-negative {
  background: url(/images/main/zon-negative.png) 0 0 no-repeat;
  padding: 0 0 0 20px;
}
