@import url(//fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin,cyrillic,cyrillic-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600&subset=latin,cyrillic);
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #444444;
  text-transform: none;
}
/*
 * Don't worry about the universal selector.
 * There is no mentionable performance impact.
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}
h1,
.uk-h1 {
  font-size: 36px;
  line-height: 42px;
}
h2,
.uk-h2 {
  font-size: 24px;
  line-height: 30px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 24px;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 18px;
}
/* Lists
 ========================================================================== */
/*
 * Ordered and unordered lists
 */
ul,
ol {
  padding-left: 30px;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/*
 * Description lists
 */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rule
 ========================================================================== */
hr {
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid #dddddd;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Quotes
 ========================================================================== */
q,
blockquote {
  font-style: italic;
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 16px;
  line-height: 22px;
}
/* Small print for identifying the source */
blockquote small {
  display: block;
  color: #999999;
  font-style: normal;
}
/* Smaller margin if `small` follows */
blockquote p:last-of-type {
  margin-bottom: 5px;
}
/* Code and preformatted text
 ========================================================================== */
code {
  color: #dd0055;
  font-size: 12px;
  white-space: nowrap;
}
/* Reset code elements if parent of pre elements */
pre code {
  color: inherit;
  white-space: pre-wrap;
}
pre {
  padding: 10px;
  background: #f5f5f5;
  color: #444444;
  font-size: 12px;
  line-height: 18px;
  -moz-tab-size: 4;
  tab-size: 4;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
  margin: 10;
  padding: 10;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
  content: " ";
  display: table;
}
.uk-tab:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #009933;
  text-decoration: none;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #009933;
  /* 2 */
  outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.uk-tab > li.uk-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
/* Disabled */
.uk-tab > li.uk-disabled > a {
  color: #999999;
  cursor: auto;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}
/* Modifier: 'tab-flip'
 ========================================================================== */
.uk-tab-flip > li {
  float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}
/* Modifier: 'tab-responsive'
 ========================================================================== */
/*
 * Hidden by default
 */
.uk-tab-responsive {
  display: none;
}
.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
/* Only phones */
@media (max-width: 767px) {
  [data-uk-tab] > li {
    display: none;
  }
  [data-uk-tab] > li.uk-tab-responsive {
    display: block;
  }
  [data-uk-tab] > li.uk-tab-responsive > a {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
  border-bottom: 1px solid #dddddd;
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.uk-tab-center:before,
.uk-tab-center:after {
  content: " ";
  display: table;
}
.uk-tab-center:after {
  clear: both;
}
.uk-tab-center .uk-tab {
  position: relative;
  left: 50%;
  border: none;
  float: left;
}
.uk-tab-center .uk-tab > li {
  position: relative;
  left: -50%;
}
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}
/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #dddddd;
  /* 1 */
  z-index: -1;
}
.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}
.uk-tab-grid > li > a {
  text-align: center;
}
/*
 * If `uk-tab-bottom`
 */
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Only tablets and desktops */
@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #dddddd;
  }
  /*
     * Modifier: 'tab-left'
     */
  .uk-tab-left {
    border-right: 1px solid #dddddd;
  }
  .uk-tab-left > li {
    margin-right: -1px;
  }
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left > li:not(.uk-active) > a:hover,
  .uk-tab-left > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  .uk-tab-right {
    border-left: 1px solid #dddddd;
  }
  .uk-tab-right > li {
    margin-left: -1px;
  }
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right > li:not(.uk-active) > a:hover,
  .uk-tab-right > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}
/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Only tablets and desktops */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}
/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
.uk-description-list-line > dd {
  color: #999999;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * Block element behavior
 */
.uk-table {
  width: 100%;
  margin-bottom: 15px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 15px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #999999;
}
/* Sub-modifier: `uk-table-middel`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #eeeeee;
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-switcher > *:not(.uk-active) {
  display: none;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 400px;
  padding: 8px 8px;
  /* 4 */
  background: #333333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.nblock {display: none;}
/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #333333;
}
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333333;
}
/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333333;
}
/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}
/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px;
}
/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px;
}
/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333333;
}
/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333333;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-info {
  color: #2d7091 !important;
}
.uk-text-success {
  color: #659f13 !important;
}
.uk-text-warning {
  color: #e28327 !important;
}
.uk-text-danger {
  color: #d85030 !important;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 10px; 
}


.table td {
 padding: 5px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}


.table th {
 padding: 8px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  background-color: #F7F7F7;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alertshop {
  padding: 8px 35px 8px 14px;
  margin-bottom: 2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
summary {
	display: block;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

b,
strong {
	font-weight: bold;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

img {
		border: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
		line-height: normal;
		margin-bottom: 10px;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.cabinet-tab:before,
.cabinet-tab:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after,
.container:after,
.cabinet-tab:after {
	clear: both;
}

.clearfix,
.container,
.cabinet-tab {
	zoom: 1;
}

/* ===============================================================
	 General
	 =============================================================== */

::selection {
	color: #fff;
	background: #009933;
}

::-moz-selection {
	color: #fff;
	background: #009933;
}

a {
  color: #57a957;
  text-decoration: none;
}


input {
	-webkit-font-smoothing: antialiased;
}

textarea,
input[type=text],
input[type=number],
input[type=file],
input[type=password] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 28px;
	padding-left: 10px;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	outline: none;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;

}

textarea {
	height: 100%;
	resize: none;
	padding: 10px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
	border-color: #23c459;
}

input[type=text].input-block,
input[type=number].input-block,
textarea.input-block,
input[type=file].input-block,
input[type=password].input-block {
	width: 100%;
}

input[type=submit] {
	outline: none;
}

hr {
	border: 0;
	height: 1px;
	background: #e0e0e0;
	margin: 20px 0;
}

.cab {overflow: visible;}

.right {
	float: right;
}

.left {
	float: left;
}


/* Header
	 --------------------------------------------------------- */

header.header-wrapper {
	position: relative;
	height: 300px;
}

/*------- body and content -----*/
body {
    margin: 0;
    height: 100%;
    color: #544642;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
	min-width: 960px;
    background: #78b376 url(../images/bg.jpg) center top repeat-y;
}

#wrap {
    width: 953px;
    margin: 0px auto;
}

#top {
    background: url(../images/body_top_bg.jpg) center top no-repeat;
}

#bottom {
    background: url(../images/body_bottom_bg.jpg) center bottom no-repeat;
}

#head {
    height: 310px;
    background: url(../images/header.jpg) no-repeat;
}

#footer {
    height: 200px;
    background: url(../images/footer.jpg) no-repeat;
}

#something {
    height: 65px;
    padding-left: 34px;
    padding-top: 36px;
}

#qooblogo {
    padding-left: 293px;
    padding-top: 12px;
}

.mainblock {
	background: url(../images/cont.png) repeat-y center;
	margin-left: auto;
	display: block;
	margin-right: auto;
	width: 960px;
} 

.boom {
	position: relative;
	height: 20px;
	margin-bottom: 16px;
}

/*------- body and content -----*/

/*------- menu -----*/
.menu {
	position: relative;
	height: 60px;
	width: 980px;
	margin-left: -10px;
	border-radius: 6px;
	background: #009933 url(../images/menu.png);
	box-shadow: inset 0 -1px 0 #2D6B1A, 0 10px 20px rgba(0,0,0,.4); 
	z-index: 9999;
}

.menu nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu nav li {
	position: relative;
	float: left;
}

.menu nav a {
	position: relative;
	display: block;
	line-height: 60px;
	padding-left: 21px;
	padding-right: 21px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #f9f9f9;
	border-right: 1px solid rgba(255,255,255,.2);
	text-shadow: 0 1px 1px rgba(0,0,0,1.0);
}

.menu nav a:hover {
	background-color: rgba(201,221,63,.5); 
}

.menu .go-button {
	position: relative;
	float: right;
	width: 230px;
	height: 49px;
	margin-top: 6px;
	margin-right: 9px;
	background-image: url(../images/gogo.png);
	cursor: pointer;
}

.menu .go-button:after {
	position: absolute;
	content: '';
	width: 230px;
	height: 49px;
	margin-right: 9px;
	background-image: url(../images/gogohov.png);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility .3s;
	-moz-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.menu .go-button:hover:after {
	visibility: visible;
	opacity: 1;
}
/*------- menu -----*/

.leftblock {
	width: 640px;
/*	min-height: 1500px;*/
	min-height: 1300px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
}

/* rightblock
	 --------------------------------------------------------- */

.qoobright {
	width: 280px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.qoobright-block {
	background: #f6f6f6 url(../images/blockheader.png) no-repeat; 
	width: 280px; 
	margin-bottom: 13px;
			border-bottom: 3px solid #cecece;
		box-shadow: inset 0 0 0 0 rgba(255,255,255,.6),
							0 1px 3px rgba(0,0,0,.2),
							0 6px 8px rgba(0,0,0,.2);
}
/*.qoobright-footer { background: url(../images/blockfooter.png) no-repeat 0 bottom; }*/


.qoobright-block-header {
	line-height: 48px;
	height: 48px;
	/*text-transform: uppercase;*/
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	color: #fff;
}

.qoobright-block-content {
padding: 15px 15px 15px 15px;
}



/* Новости */
.news-box {
  margin-bottom: 10px;
  list-style: none;
  border-right: 1px solid rgb(206,206,206);
  border-top: 1px solid rgb(206,206,206);
  border-left: 1px solid rgb(206,206,206);


}

.news-box .divider {
  padding: 0 5px;

}

a.news-link {
padding: 2px 6px 3px 6px;
text-decoration: none;
color: #5b5b5b;
height: 63px;
}


a.news-link:hover{
	color: #333;
	background: #aed0d9; 
}

a.news-link:active{

}
.news-header {
  display: block;
  font-size: 15px;
  line-height: 35px; 
  background: url(../images/newsheader.jpg) repeat-x;
  padding: 16px 10px;
  font-family: 'Open Sans', sans-serif;
  }

.news-text {
  font-size: 13px;
  padding: 18px;
/*  display: table;*/
  word-wrap: break-word; 	
}
.news-textshop {
  font-size: 13px;
  padding: 10px;
  display: table;
  word-wrap: break-word; 	
}
.news-text img{
    border: 1px solid #1b1b1b;
	border-radius: 3px;
         -wekbit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
}


.news-footer {
  border-top: 1px solid rgb(206,206,206);
  border-bottom: 1px solid rgb(206,206,206);
}

.newsimg{
    border: 1px solid #1b1b1b;
	border-radius: 3px;
         -wekbit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
}

.nfooter { background: #F1F1EC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAlCAYAAACQ/8NdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOEE3NkYwQkI3QjhERjExOUU2OERGREZFNzgzNEE4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMjVCQjNEOUJFQUIxMURGODk1Qzk4NzA2NjkwMEQwNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMjVCQjNEOEJFQUIxMURGODk1Qzk4NzA2NjkwMEQwNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUFEMTlFRDRCQkJERjExOEQ2N0JDMDZDRkY5N0FBQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOEE3NkYwQkI3QjhERjExOUU2OERGREZFNzgzNEE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpYtHEAAAAAwSURBVHjaYvz37182AwHA8v///1MEFQHx/6Gq6N+oSf+GtZv+jYb48DZpsCkCCDAATJgqimW+acYAAAAASUVORK5CYII=) no-repeat right 0; height: 33px; line-height: 32px; border-bottom: 3px solid #cecece;
			box-shadow: inset 0 0 0 1px rgba(255,255,255,.6),
							0 1px 3px rgba(0,0,0,.2),
							0 3px 6px rgba(0,0,0,.2);}
.ncomment {float: left;}
.nread {float: right; background: #F1F1EC url(data:image/png;base64,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) no-repeat; width: 123px; height: 33px; margin-top: 0px;}
.nread a { background: #F1F1EC url(data:image/png;base64,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) no-repeat 0 -33px; width: 123px; height: 33px; display: block; overflow: hidden; line-height: 200px; opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity=0); -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; }
.nread a:hover { opacity: 1.0; -moz-opacity: 1.0; filter:alpha(opacity=100); }
.ncomment span { line-height: 33px; border-right: 1px solid rgb(206,206,206); padding: 0 14px; color: #959595;}
.nreadm {float: right; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAABCCAIAAAD40D5NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABkZJREFUeNrsm91TE1cYxs8iX2GTQAxKdqUCAZSARYWYoNJiodEONdYLp+0Ub5n+Ob3qhdObXjRtdToO1ZaLZkinFZqiMUpK/ABMEDF8hiVfJCKy3d1s0k0IyXZIQPF9LsiyefPuOb+85zl7djfYyMgISZKFhRgCbYvyAAEQB+IgIA7EQUAciIOAOBAH4iAgDsQ5zQ9c/cmVkETqsnwz8BTIQo1nX/MDv9vZV+r+gH1G9Kfyc9qml7dvXhsPR7eLTn5+Sb0ueJMa7TOPhPh/VlT63q4qhFxDJtskv2+/pudMS+okwjC0htedvdhCsAmHnncYzyloNpKyXe8PEj1HC/vM98lzl3Wl8SH4taPs7MUaryCYGanmWUx4UDFS19Bm068L3ec7ZYPf9yGuDTtNvEBn7NHx/bxitdjVSZ0pKe/m+ywQ2+eTHK+0SfDy7vNxXn+6tJfUKZugaGsuv+t4MoOiOKi/HYt484cE8noFZfEzauvtqeK/jz47IY5dUN35JbJc6f/F0n3hC3RDJPQsEH9h/dFkTdylqt3QuOpq61TGVEXU0gIu12/aw5RJqPkAlpZLdZ3VNsR+JetF1JOnof3qxKH22IMd7KhGiI4FP3RQGJFcB1mDngXiSXbBlMlX7hSuwhZvxjFB+X2oLI01CZKEFvuvmpIbsBLfGQ3mOq/W1Tu/dbuRuio4PkPVv/9xzMliwXi5YEyU4qEZCkPiiDNyuRdWVG3nFEujnvAespbYQVdhTWBcpukxcibAOG/mGqcWQ3vIVkJUEqGr/PDd4keXdQk2VSTwJWk9Qfa77ehVeDxvX3dZtJxjwUus+wua4AvhMtG4GUNjHalLPpo4W+zYucoaLif4OnVOZg5nBni4uFyxtSSpfE+hPaGam+p7MIETzck0FYdJeso+GRtPzlQxWcOd2xoPqo+3OswW0wSzTdfrj+Hu1bS4mXZbZfreBJNNkyQkMJCKxi6mt1Ta84p9ZusiflJLoPWN0/snA1dNpuGoEb3bI2raZEO7PuvlNo5c/PSIaCzYW3JnmZsMZOLP/GAFtEW5bo+H6frjLa9BU/J3O2t+ncWusMT5bK6FwfMq4CpAHATEgTgIiANxUAriGAb0t5c4Ta8Dju1bcy69eBYtc5qmYxczQblf5UOZw8wJxEFAHIiDgDgQB+IgIA7EQUD8TdJ6dokv2yx/eBLuSks89pu2OQANNZ59LdvujbGvgQnbmFf0p3L7vMqrh0OWaf6xtcKmzg5SeFUy4B60TcSemY0oGo3aCoQ8o+bHsd8bKKoMxw6lTiIMQ2uSA7r2Q0o24T8Lzad1cvYoBf5Ht4Yjew21BcxRlCcMGml8CF53SXXthF8QzIzUOxQmPKgYESR9x2xd1p9qxR2/DSKuDTtNfI/mtEHD9/OG894YmdSZolI932eB2D43cbzSJiku1Z+K8xrxHO4gUzZB1qgufeTyeFEUR+CBy1eiblUiv19QFrdQk9FQwX8fg2NKcezCZMsFZL8x/NddfftZNLgZ9LysE191WszOJGgHNjRORTjnM6Yq8Pt9kpKGTXuYMkmAimBpuajecT4eZb8SusD/fC6sIBKH2pQXq2hWRe8KcMFPn/gxpVzUTYI00BmfUeaoxpPsgimTa54UrsIWb8YRF1zxI2kaaxIkifiGLebkBryI74wG72X/kppKd79nFpEVkefeQOXRNv7deHCx4PE4GS6JeIMIycV2f8azHFE0GeR+t2M1X0nGKSu331VYE5jGqwynORNgnDdzjQd94XxlwsDcPInQVQbMPh3nPP/ZVIHAl4oPKPcNz4yhV6vTeaV6WewmVzTYz7q/oORD4WKJ9H+cqrGOpC1xJ84WO3ausiYpUfJ16hbx+ztmgK8Wlsq2liSFXsobGhRLC4OTzyTK2mS7kB1U0nNjs7Hx5E4VkzXcua3xMFnf4LLZzdxPPio1dZLZl2lxM+0eLW40JphsmiQRgYHsrdIyvQ2kPa8ou+P0lTQdVm64i8vMzO/ZLGbzg6gR1RpETZuMyrSdRm6jpv2DGtFY+Gdrg/T07j535iYDXPyZH6yAtijPQ2buraw79Bo0Zdc/sc+vs9gVlkb6OjTobXGVHb2SRechDK6rgI/vZsQYEIcaB+IgIA7EQUD8TdG/AgwA3s8lU47o7aQAAAAASUVORK5CYII=) no-repeat; width: 123px; height: 33px; margin-top: 0px;}
.nreadm a { background: url(data:image/png;base64,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) no-repeat 0 -33px; width: 123px; height: 33px; display: block; overflow: hidden; line-height: 200px; opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity=0); -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; }
.nreadm a:hover { opacity: 1.0; -moz-opacity: 1.0; filter:alpha(opacity=100); }


.wrapper { height: auto !important; height: 100%; min-height: 100%; background: url(../images/cont.png) repeat-y center -2px; }

/* Auth and Profile
	 --------------------------------------------------------- */

.auth {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 5px 15px rgba(0,0,0,.25);
	z-index: 10000;
}

.caption {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.auth-content,
.profile-content {
	padding: 5px;
}


.auth-content {
	padding-top: 10px;
	padding-bottom: 5px;
}

.register {
	text-align: center;
}

.register a {
	color: #777;
}

.register a:hover {
	color: #94c321;
}

.auth-content form p,
.auth-content form input[type=text],
.auth-content form input[type=password] {
	margin: 0 0 10px 0;
}

#prof {
    text-align: center;
}

#prof h1{
    font-size: 14px;
    margin-bottom: 4px;
}

#prof_menu a {
    display: block;
    text-align: left;
    padding: 3px 0px;
    text-decoration: none;
}

#prof_menu a:hover {
    background: url(../images/block_bg.png); 
}

#prof_menu a img {
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 5px;
}

#prof_avatar img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #1b1b1b;
	border-radius: 3px;
         -wekbit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
}

.qoob_mon {
    padding-top: 5px;
    padding-bottom: 5px;
}

.qoob_bg {
    width: 249px;
    height: 30px;
    background: url(/monitoring/images/bar_bg.png) no-repeat;
	padding: 2px;
}
.qoob {
    width: 245px;
    height: 26px;
    background: url(/monitoring/images/bar.png);
}

.qooboff {
    width: 245px;
    height: 26px;
    background: url(/monitoring/images/baroff.png);
}

.qoob_stat {
    margin-top: -25px;
	color: #000000;
	float: left;
	margin-left: 5px;
	top: 2px;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	z-index: 2;
}

.qoob_online {
	color: #000000;
	margin-right: 8px;
	top: 3px;
	position: relative;
	float: right;
	font-size: 13px;
	font-weight: 600;
	z-index: 2;
}

/* Error
	 --------------------------------------------------------- */

.error-block {
	margin: 6px 6px 10px 6px;
	padding: 20px;
	background-color: #F1F1F1;
	border: 5px solid #d7d7d7;
	border-radius: 5px;
	background: url(../images/error.jpg);
}

.error-header {
	margin-bottom: 15px;
}

.error-caption {
	text-transform: uppercase;
	float: left;
	margin: 8px 0 0 0;
}

.error-description {
	font-size: 14px;
	margin-bottom: 10px;
}

button {
    background: url(../images/btn.png) repeat-x;
    border: 0px;
    height: 36px;
    padding: 6px 24px 0px 24px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

button:hover {
    opacity: 0.8;
}

.button {
    background: url(../images/login_button.png) repeat-x;
    border: 0px;
    height: 36px;
    padding: 6px 24px 0px 24px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.button:hover {
    opacity: 0.8;
}

#button {
    background: url(../images/salebtn.png) repeat-x;
    border: 0px;
    height: 36px;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

#buttonbuy{
    background: url(../images/salebtn.png) repeat-x;
    border: 0px;
    height: 36px;
    padding: 0px 24px 0px 24px;
	font-size: 13px;
	color: #ffffff;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

/* Вид комментария */
.comment-block {
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
	padding: 5px 5px 5px 100px;
    background: url(../images/news_bg.jpg) repeat-x;	
	border: 1px #d3d3d3 solid;
}

	.comment-block-left {
		width: 75px;
		height: 75px;
		overflow: hidden;
		position: absolute;
		left: 11px;
		top: 5px;
		background: #fff;
		border-radius:7px; 
		-webkit-border-radius:7px; 
		-moz-border-radius:7px;
		padding: 4px;
		border: 0;
		border: 1px #e5e5e5 solid;
	}
	
		.comment-block-left img {
			max-width: 75px;
			border-radius: 3px;
         -wekbit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
		}
		
	
	.comment-block-right {
		margin: 0 0 0 10px;
		position: relative;
		padding: 0px 0 0 0;
	}
	
		.comment-block-right2 {
			
		}
		
			.comment-text {
				background: #fff;
				border: 1px #e5e5e5 solid;
				padding: 7px;
				border-radius:7px; 
				-webkit-border-radius:7px; 
				-moz-border-radius:7px;
				color: #7b7b7b;
				line-height: 17px;
				font-size: 11px;
			}
			
				.comment-text a {
					color: #000;
				}
				
					.comment-text a:hover {
						text-decoration: none;
					}
			
				.comment-text-title {
					border-bottom: 1px #ebebeb dotted;
					padding: 0 0 5px 0;
					margin: 0 0 5px 0;
					color: #333;
				}
				
					.comment-text-title a {
						color: #3fadc8;
					}
					
						.comment-text-title a:hover {
							text-decoration: underline;
						}
						
				.comment-text-more {
					padding: 3px 0 0 0;
					font-size: 11px;
					color: #d3d3d3;
					border-top: 1px #ebebeb dotted;
				}
				
					.comment-text-more a {
						color: #d3d3d3;
					}
					
						.comment-text-more a:hover {
							color: #000;
						}

.comment-block .bbcodes, .mass_comments_action .bbcodes, .news-item-content .editor input, .news-item-content input {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
}

.userinfo .lcol {

    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol ul {
    font-size: 0.9em;
}

.userinfo .rcol {
    width: 400px;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

.lcol, .rcol, form {
    display: inline;
}

.lcol {
    float: left;
}

 .rcol {
    float: right;
}

#pages {
    text-align: center;
    padding: 11px 0px 17px 0px;
}

#pages a {
		border: 1px solid #DDD;
		background-color: #F1F1EC;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
        border-radius: 2px;
		margin: 3px;
		text-align: center;
		padding: 6px;
		border-bottom: 2px solid #cecece;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,.6),
							0 1px 3px rgba(0,0,0,.2),
							0 3px 6px rgba(0,0,0,.2);
}

#pages a:hover {
		border: 1px solid #DDD;
		background-color: #F1F1EC;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
        border-radius: 2px;
		margin: 3px;
		text-align: center;
		padding: 6px;
		border-bottom: 2px solid #cecece;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,.6),
							0 1px 10px rgba(0,0,0,.2),
							0 3px 10px rgba(0,0,0,.2);
}

#pages span  {
		border: 1px solid #DDD;
		background-color: #F1F1EC;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
        border-radius: 2px;
		margin: 3px;
		text-align: center;
		padding: 6px;
		border-bottom: 2px solid #cecece;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,.6),
							0 1px 3px rgba(0,0,0,.2),
							0 3px 6px rgba(0,0,0,.2);
}

.settings-hidden {
    display: none;
	}
	
.skinhead {
    border: 1px solid #1b1b1b;
	border-radius: 2px;
         -wekbit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
}

.copyright { 
	text-align: center; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000; 
	padding: 10px 0 0 0px; 
}
.counters { 
	text-align: center; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000; 
	padding: 80px 0 0 0px; 
}

.counters img {
		background-color: #F1F1EC;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
        border-radius: 2px;
		border-bottom: 2px solid #cecece;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,.6),
							0 1px 3px rgba(0,0,0,.2),
							0 3px 6px rgba(0,0,0,.2);
}



.lk-block {
background: #f6f6f6 url(../images/lkhead.png) repeat-x;
	margin-bottom: 13px;
	margin-left: 15px;
	width: 95%;
	-webkit-border-radius: 2px;
     -moz-border-radius: 2px; 
          border-radius: 2px;
	border-bottom: 3px solid #cecece;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,.6),
				0 1px 3px rgba(0,0,0,.2),
				0 3px 2px rgba(0,0,0,.2);
}
.lk-content {
padding: 15px 15px 15px 15px;
}

.lk-header {
	line-height: 30px;
	height: 30px;
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	color: #fff;
}

.btn {
    background: url(../images/salebtn.png) repeat-x;
	border: 0;
	border-radius: 3px;
	height: 35px;
	line-height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.skinbtn {
	display: block;
	border: 1px solid #dddddd;
	border-radius: 3px;
	height: 35px;
	line-height: 35px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.svlist {
	width: 140px;
	padding: 5px 5px;
    border: 1px solid #57a957;
	border-radius: 3px;
         -wekbit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
            box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);	 
}

.well {
  min-height: 20px;
  padding: 10px;
  font-size: 11px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.text {
	display: inline-block;
	background: #EBEBEB;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 2px;
	text-shadow: 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1),
							inset 0 -1px 0 #fff;
}
 
 
 .monitor_all{
	width: 248px;
	padding: 2px;
	height: 25px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px #cecece solid;
	background: #F1F1EC url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAlCAYAAACQ/8NdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOEE3NkYwQkI3QjhERjExOUU2OERGREZFNzgzNEE4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMjVCQjNEOUJFQUIxMURGODk1Qzk4NzA2NjkwMEQwNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMjVCQjNEOEJFQUIxMURGODk1Qzk4NzA2NjkwMEQwNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUFEMTlFRDRCQkJERjExOEQ2N0JDMDZDRkY5N0FBQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOEE3NkYwQkI3QjhERjExOUU2OERGREZFNzgzNEE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpYtHEAAAAAwSURBVHjaYvz37182AwHA8v///1MEFQHx/6Gq6N+oSf+GtZv+jYb48DZpsCkCCDAATJgqimW+acYAAAAASUVORK5CYII=) no-repeat right 0; border-bottom: 2px solid #cecece;
			box-shadow: inset 0 0 0 1px rgba(255,255,255,.6),
							0 1px 3px rgba(0,0,0,.2),
							0 3px 6px rgba(0,0,0,.2);
}

.qoob_mon{
	width: 30px;
	text-align: center;
	float: right;
	font-size: 8pt;
	padding: 4px;
	background-color: #F6F6F6;
	border-radius: 5px;
	border: 1px #90cc76 solid;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.07),inset 0 1px 1px rgba(0,0,0,.07);
}

.qoob_mon_off{
	width: 30px;
	text-align: center;
	float: right;
	font-size: 8pt;
	padding: 4px;
	background-color: #F6F6F6;
	border-radius: 5px;
	border: 1px #ff6161 solid;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.07),inset 0 1px 1px rgba(0,0,0,.07);
}

.qoob_mon_prof{
	width: 30px;
	text-align: center;
	float: right;
	font-size: 8pt;
	padding: 4px;
	background-color: #F6F6F6;
	border-radius: 5px;
	border: 1px #ffdf61 solid;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.07),inset 0 1px 1px rgba(0,0,0,.07);
}
.qoob_progressbar{
	width: 205px;
	float: left;
	background-color: #e3e3e3;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.07),inset 0 1px 1px rgba(0,0,0,.07);

} 

.monitoring_name{
	margin-left: 8px;
	margin-top: 4px;
	position: absolute;
	color: black;
	font-family: 'Open Sans', sans-serif;
	/*text-shadow: 0 1px 1px rgba(255,255,255,.9);*/
}
.monitoring_progress_line{
	height: 25px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    background: url(/templates/qoobworld/images/my/bar.png);
}
.monitoring_progress_line_off{
	height: 25px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    background: url(/monitoring/images/baroff.png);
}

.monitoring_progress_line_prof{
	height: 25px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    background: url(/monitoring/images/barprof.png);
}

.launcher { display: block; text-align: center; width: 190px; position: absolute; margin: 10px 0 0 0; font-size: 12px; line-height: 15px; }
.launcher a { color: #000; text-shadow: 1px 1px 0 #ffffff; }
.launcher a:hover { text-decoration: none; }

.skin-block {
  vertical-align: top;
  height: 290px;
  width: 140px;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.scrollUp {
    position:fixed;
    top:auto;
    bottom:10px;
    left:10px;
    right:auto;
    border-radius:5px;
	background: #f6f6f6; 
    z-index:9999;
    opacity:0.5;
    cursor:pointer;
    padding:8px 20px 12px;
    font-size:16px;
    text-transform:uppercase;
    color:#333;
    text-align:center;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,.6),
					  0 1px 3px rgba(0,0,0,.2),
					  0 6px 8px rgba(0,0,0,.2);
}