@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic);

/*
 * Reset
 * -------------------------------------------------------------------
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
}

header,
content,
footer,
nav,
article,
section,
figure,
aside {
  display: block;
}

abbr.dtreviewed,
abbr.type {
  display: none;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  display: block;
}

.clear:before,
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clear {
  display: block;
}

* html .clear {
  height: 1%;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

/*
 * Body
 * -------------------------------------------------------------------
 */

html,
body {
  height: 100%;
}

body {
  font: 13px/19px Arial, Helvetica, sans-serif;
  color: #333;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header .title,
.block .title,
.profile-blog .title {
  line-height: 1.3;
  font-family: 'PT Sans Caption';
}

h1 {
  font-size: 22px;
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: normal;
}

h3,
h4,
h5,
h6 {
  font-size: 18px;
  margin-bottom: 5px;
}

h3 {
  font-weight: normal;
}

h4,
h5,
h6 {
  color: #414171;
}

a {
  color: #284ea2;
}

a:hover {
  text-decoration: none;
}

.voting a,
.topic-footer a {
  outline: none;
}

button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

/*
 * Generic Blocks
 * -------------------------------------------------------------------
 */

.container {
  margin: 0 80px;
  min-width: 905px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#nav {
  clear: both;
}

#header {
  height: 80px;
  clear: both;
  overflow: hidden;
  zoom: 1;
  padding: 0;
  min-width: 890px;
}

#wrapper {
  zoom: 1;
  max-width: 1239px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.wrap {
  zoom: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 80px;
  min-width: 890px;
}

#content-container {
  float: left;
  margin-right: -320px;
  width: 100%;
}

#content {
  background: #fff;
  padding-top: 11px;
  padding-bottom: 58px;
  zoom: 1;
  padding-right: 15px;
  margin-right: 300px;
}

#content.admin-p {
  margin-right: 0;
  padding: 0 0 50px;
  border-right: 0;
}

#sidebar {
  width: 316px;
  float: right;
  margin-top: -92px;
  margin-left: -316px;
}

.footer_centering {
  margin: 0 auto;
  max-width: 1440px;
  min-width: 890px;
}

#footer {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  margin: 0 30px;
  color: #494949;
  overflow: hidden;
}

#footer-mobile {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin: 0 5px;
  color: #494949;
  overflow: hidden;
}

.sidebar_container {
  padding-left: 15px;
  margin-left: 15px;
  padding-top: 22px;
  padding-bottom: 58px;
}

.update-hide {
  padding: 20px 0 30px !important;
}

#wrapper.update-hide {
  padding: 20px 0 0 !important;
}

.white-back {
  background: #fff;
  margin: 0 20px 30px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.white-back #content {
  clear: none;
  padding-top: 0;
}

.page-talk {
  padding-left: 3px !important;
  margin-right: 50px !important;
}

.note {
  color: #979797;
}

/*
 * Forms
 * -------------------------------------------------------------------
 */

label {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

label i {
  font-size: inherit;
  color: #d22b14 !important;
  font-style: normal !important;
}

form p {
  margin-bottom: 10px;
}

form div.mod_option {
  margin-bottom: 10px;
}

form .note {
  float: right;
  color: #979797;
}

form .buttons,
.bottom-buttons {
  overflow: hidden;
  background: #f6f2d2;
  padding: 15px 10px;
  border-radius: 5px;
}

form .buttons input[type="submit"],
.bottom-buttons input[type="submit"] {
  float: right;
  margin: 0 5px;
  border: 0;
}

form .buttons input[type="submit"].green,
.bottom-buttons input[type="submit"].green {
  border-left: solid 1px #2d920a;
  border-right: solid 1px #369c0f;
  border-bottom: solid 1px #036700;
  border-top: 0;
}

.bottom-buttons {
  display: table;
  width: 98%;
}

.bottom-buttons .col {
  display: table-cell;
  vertical-align: top;
}

.bottom-buttons .keyw-inp {
  margin-bottom: 0;
}

.bottom-buttons .row {
  display: table-row;
}

.bottom-buttons .col.btn-group {
  width: 345px;
}

form .right {
  float: right;
  font-size: 18px;
  color: #333;
  padding: 5px;
}

.panel_form {
  background-color: #fff;
  border: solid 1px #a6a6a6;
  border-bottom: 0;
  border-top: 0;
  padding-top: 3px;
  height: 26px;
  overflow: hidden;
}

textarea,
.spellerarea {
  height: 200px;
  max-width: 100%;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-color: #a6a6a6;
  border-radius: 3px;
  font-size: 14px;
  font-family: arial;
}

textarea#form_comment_text {
  border-radius: 0 0 3px 3px;
  margin-top: 0;
}

textarea.small {
  width: 300px;
  margin-bottom: 5px;
  font-family: arial;
  height: 90px;
  max-height: 200px;
  padding: 8px 5px;
  margin: 0 0 10px;
  border: solid 1px #a6a6a6;
  border-radius: 3px;
  font-size: inherit;
}

select {
  width: 100%;
  border: solid 1px #a6a6a6;
  border-radius: 3px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-left: 5px;
}

@-moz-document url-prefix() {
  select {
    height: 32px;
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 3px;
  }
}

@-moz-document url-prefix() {
  .panel_form select {
    padding: 0;
  }
}

:root select {
  height: 32px\9;
  line-height: 32px\9;
  padding-top: 5px\9;
  padding-bottom: 3px\9;
  padding-right: 3px\9;
}

:root .panel_form select {
  padding: 0\9;
}

form .panel_form select {
  width: 73px;
  height: 18px;
  margin: 2px 3px;
  float: left;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

.w50 {
  width: 50px;
}

.w70 {
  width: 70px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w100p {
  width: 99%;
}

.radio {
  position: relative;
  top: 2px;
}

.checkbox {
  position: relative;
  top: 0;
  margin-left: 0;
}

.form-tags {
  padding: 10px;
  background: #fafafa;
  color: #999;
}

.form-tags input {
  width: 99%;
}

.form_note {
  color: #aaa;
  position: relative;
  top: -8px;
}

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

input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.text-editor {
  margin-bottom: 15px;
}

.text-editor textarea,
.text-editor .spellerarea {
  height: 400px;
  margin: 0;
  border-radius: 0;
}

.text-editor .editor-tabs {
  background-color: #f5f5f5;
  border-collapse: collapse;
  border-spacing: 0;
  align-items: center;
  border-color: #a6a6a6;
  border-width: 1px 1px medium;
  border-style: solid solid none;
  border-bottom: 1px solid #d5dddf;
  box-sizing: border-box;
  display: flex;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.text-editor .editor-tabs li {
  color: #aaa;
  margin-bottom: -1px;
  z-index: 2;
  border-right: 1px solid #d9d9d9;
  cursor: pointer;
  padding: 0 15px;
}

.text-editor .editor-tabs li.active {
  color: #414171;
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
}

.text-editor .editor-tabs .editor-tab-right {
  margin-left: auto;
  padding: 0 1px;
  border-right: 0 solid #fff;
}

.text-editor .editor-tabs span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

.text-editor .editor-tabs .badge_count {
  left: 0;
  border-radius: 16px;
  font-size: 10px;
  height: 16px;
  position: relative;
  right: 7px;
  font-style: normal;
  background: #ff8d85 none repeat scroll 0 0;
  border: 1px solid #ff8d85;
  box-sizing: border-box;
  color: #fff;
  line-height: 12px;
  min-width: 16px;
  padding: 0 1px;
  text-align: center;
  vertical-align: middle;
  margin-left: 4px;
  display: none;
}

.text-editor .editor-tabs .badge_chars_count {
  left: 0;
  border-radius: 16px;
  font-size: 10px;
  height: 16px;
  position: relative;
  right: 7px;
  font-style: normal;
  background: #999 none repeat scroll 0 0;
  border: 1px solid #999;
  box-sizing: border-box;
  color: #fff;
  line-height: 12px;
  min-width: 16px;
  padding: 0 1px;
  text-align: center;
  vertical-align: middle;
  margin-left: 4px;
}

.text-editor a.fullscreen-toggle {
  background-image: url(https://mysku.me/images/panel/screen_toggle2.png);
  display: inline-block;
  height: 18px;
  margin-left: -20px;
  overflow: hidden;
  width: 18px;
  margin-top: 2px;
}

#body.fullscreen {
  overflow: hidden;
}

.text-editor.fullscreen {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.text-editor.fullsize a.fullscreen-toggle {
  background-image: url(https://mysku.me/images/panel/screen_toggle1.png);
}

.text-editor.fullscreen textarea,
.text-editor.fullscreen .spellerarea {
  height: 100% !important;
  width: 100% !important;
}

.el-tab-speller {
  display: none;
}

.text-editor .spellerarea {
  background-color: #fff;
  overflow: scroll;
}

.text-editor .spellerarea.loader {
  background: #f7f7f7 url(https://mysku.me/images/elements/loader.gif) no-repeat center;
}

.text-editor .spellerarea.nodata {
  background: #f7f7f7 url(https://mysku.me/images/screens/speller_nodata.png) no-repeat center;
}

.text-editor .spellerarea.noerror {
  background: #f7f7f7 url(https://mysku.me/images/screens/speller_noerror.png) no-repeat center;
}

.text-editor .speller-issue {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dbdbdb;
  margin-top: 10px;
}

.text-editor .speller-issue:last-child {
  border-bottom: 0 dashed #dbdbdb;
}

.text-editor .hidden-spell-error {
  background-color: rgba(255, 0, 0, 0.2);
  cursor: pointer;
}

.text-editor .hidden-grammar-error {
  background-color: #fee481;
  cursor: pointer;
}

.text-editor .hidden-suggestion {
  background-color: rgb(201, 205, 255);
  cursor: pointer;
}

.speller-issue-menu {
  display: none;
  border: 1px solid #d4d0c8;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1500;
}

.speller-issue-menu-tbl {
  display: block;
  background: #fff none repeat scroll 0 0;
}

.speller-issue-menu-title {
  display: block;
  background: #eee none repeat scroll 0 0;
  color: #000;
  font-weight: bold;
}

.speller-issue-menu-item,
.speller-issue-menu-title {
  display: block;
  min-height: 20px;
  vertical-align: middle;
  padding: 3px 10px 4px;
  cursor: pointer;
}

.speller-issue-menu-item:hover {
  background: #dbecf3 none repeat scroll 0 0;
}

.speller-issue-menu-sep {
  border-bottom: 1px solid #ddd;
}

.text-editor .panel_speller {
  background-color: #fff;
  border: solid 1px #a6a6a6;
  border-bottom: 0;
  border-top: 0;
  padding-top: 3px;
  height: 26px;
  display: none;
}

div.recomendation {
  color: #333;
  line-height: 14px;
}

div.recomendation span {
  font-weight: bold;
  margin-bottom: 14px;
  display: block;
}

div.recomendation ol {
  line-height: 14px;
  color: #333;
}

div.recomendation ol li {
  list-style-position: inside;
  margin-bottom: 12px;
}

.discount-form {
  width: 100%;
}

.discount-form tr td {
  width: 38%;
  padding-left: 2%;
}

.discount-form tr td:first-child {
  width: 60%;
  padding: 0;
}

.action_table {
  width: 100%;
  border-collapse: collapse;
}

.action_table tr td {
  width: 60%;
  padding-left: 2%;
}

.action_table tr td:first-child {
  width: 38%;
  padding: 0;
}

.action_table tr td.padding_bottom {
  padding-bottom: 10px;
}

.trade_table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.trade_table tr td {
  width: 250px;
  padding-left: 2%;
}

.trade_table tr td:first-child {
  width: auto;
  padding: 0;
}

.trade_table tr td.photo {
  width: 250px;
}

.trade_table tr td.photo span {
  width: 250px;
  overflow: hidden;
  height: 250px;
  border: dashed 1px #a6a6a6;
  margin: 0;
  padding: 0;
  display: block;
  background: url(https://mysku.me/images/screens/review_placeholder_image.png) 50% 50% no-repeat;
}

.trade_table tr td.photo span img {
  min-width: 250px;
  min-height: 250px;
  max-width: 150%;
  max-height: 160%;
}

.trade_table tr td.border_top {
  padding-top: 20px;
  border-top: solid 1px #ededed;
}

.trade_table tr td.border_bottom {
  padding-bottom: 20px;
  border-bottom: solid 1px #ededed;
}

.trade_table tr td.border_bottom.small_margin_bottom {
  padding-bottom: 10px;
}

.trade_table tr td.padding_bottom {
  padding-bottom: 20px;
}

.trade_table tr td.padding_top {
  padding-top: 10px;
}

#sku_sub_category_holder {
  display: none;
}

select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: arial;
  border: solid 1px #a6a6a6;
}

input[type="button"],
input[type="submit"] {
  font-family: arial;
}

button {
  font-family: arial;
}

.lite-note .purple_btn,
input[type="submit"].purple {
  background: url(https://mysku.me/images/elements/button_bg_purple.png) 0 0 repeat-x !important;
}

input[type="submit"].green {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background: url(https://mysku.me/images/elements/button_small_bg_green.png) repeat-x;
}

@-moz-document url-prefix() {
  input[type="submit"] {
    padding: 6px 12px;
  }
}

:root input[type="submit"] {
  padding: 5px 12px 5px\9;
}

:root input[type="submit"].green {
  padding: 4px 12px 5px\9;
}

input[type="text"],
input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 6px;
  margin: 0 0 10px;
  width: 100%;
  border: solid 1px #a6a6a6;
  font-size: 15px;
}

input[type="password"] {
  border-radius: 3px;
}

textarea,
.spellerarea {
  border: solid 1px #a6a6a6;
}

textarea#topic_text {
  border-radius: 0 0 3px 3px;
}

.text_logo {
  color: #284ea2;
  font-size: 15px;
}

.text_logo em {
  color: #ee9d00;
  font-style: normal;
  font-weight: bold;
}

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

#header .title {
  float: left;
  padding-top: 18px !important;
  margin-left: -1px;
  color: #414171;
  font-size: 18px;
  margin-bottom: 5px;
}

#header .title img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 217px;
  height: 44px;
}

/* Main Navigation */
#header .nav-main {
  white-space: nowrap;
  height: 18px;
  padding: 31px 0 0 254px;
}

#header .nav-main:after {
  content: "1";
  margin-left: 100%;
  height: 1px;
  overflow: hidden;
  display: inline-block;
}

#header .nav-main li {
  float: none;
  display: inline;
  font-size: 16px;
  margin: 0 0 0 15px;
}

#header .nav-main li:first-child {
  margin-left: 0;
}

#header .nav-main li a {
  color: #fff;
  text-decoration: none;
  font-family: 'PT Sans Caption';
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-shadow: #333 0 1px 1px;
  -moz-text-shadow: #333 0 1px 1px;
  text-shadow: #333 0 1px 1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 0;
}

#header .nav-main li a:hover {
  color: #ebdf5a;
}

#header .nav-main .active a {
  position: relative;
  padding: 2px 7px;
  border: 1px solid #e7d944;
  border-radius: 2px;
}

#header .nav-main .active:hover a {
  color: #fff;
  cursor: pointer;
}

#header .nav-main .active a:after,
#header .nav-main .active a:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

#header .nav-main .active a:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #4b4b90;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}

#header .nav-main .active a:before {
  border-color: rgba(231, 217, 68, 0);
  border-top-color: #e7d944;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

#header .nav-main .badge_count {
  border-radius: 16px;
  font-size: 11px;
  position: relative;
  right: 7px;
  top: -15px;
  font-style: normal;
  background: #444482 none repeat scroll 0 0;
  border: 1px solid #e7d944;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 16px;
  min-width: 18px;
  padding: 0 4px;
  text-align: center;
  vertical-align: middle;
  margin-left: 7px;
}

#header .nav-main .active .badge_count {
  margin-left: 0;
}

#header .nav-main li.has_badge_before {
  margin: 0;
}

.last_changes {
  text-align: right;
  font-size: 12px;
  color: #333;
  font-style: italic;
}

.monument {
  float: left;
  width: 100%;
}

.monument li {
  list-style-position: inside;
  font-weight: bold;
  margin-bottom: 14px;
}

.monument li span {
  font-weight: normal;
}

/* Profile */
#header .profile {
  float: left;
  padding-top: 24px;
  padding-right: 14px;
  padding-left: 0;
}

#header .profile a.avatar {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

#header .profile a.avatar img {
  width: 32px;
  height: 32px;
  border-radius: 1px;
}

#header .profile ul {
  float: right;
  font-size: 11px;
  padding-right: 7px;
  margin-top: -2px;
  color: #afafaf;
}

#header .profile ul li {
  text-align: left;
  line-height: 17px !important;
}

#header .profile ul li a {
  color: #c3c3ef;
  text-decoration: none;
}

#header .profile ul li:first-child a:first-child {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

#header .profile ul li strong {
  color: #ebdf5a;
}

#header .profile ul li a.author {
  color: #c3c3ef;
  text-decoration: underline;
  margin-right: 5px;
}

#header .profile ul li a.exit {
  color: #c3c3ef;
  text-decoration: underline;
}

#header .profile ul li a.message {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 8px;
  padding-left: 15px;
  height: 8px;
  background: url(https://mysku.me/images/icons/message.png) 0 0 no-repeat;
  color: #ebdf5a;
  margin-right: 5px;
}

#header .profile ul li a.message-empty {
  float: left;
  margin-top: 4px;
  padding-left: 13px;
  height: 8px;
  line-height: 8px;
  vertical-align: middle;
  background: url(https://mysku.me/images/icons/message.png) 0 -8px no-repeat;
  color: #ebdf5a;
  margin-right: 5px;
}

#header .profile ul li a:hover {
  color: #ddd;
}

#header .profile.guest {
  text-align: left;
  padding-top: 19px;
  padding-right: 0;
  color: #c3c3ef;
  position: relative;
  padding-left: 0;
}

#header .profile.guest a {
  color: #fff;
  outline: none;
  line-height: 20px;
}

#header .profile.guest .login_button {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 7px 6px;
  position: relative;
  background: url(https://mysku.me/images/elements/button_bg_login.png) 0 0 repeat-x;
  margin-right: 8px;
}

@-moz-document url-prefix() {
  #header .profile.guest .login_button {
    padding: 6px 7px;
  }
}

:root #header .profile.guest .login_button {
  padding: 6px 7px 6px 7px\9;
}

#header .profile.guest .login_button em {
  float: left;
  width: 3px;
  height: 26px;
  background: url(https://mysku.me/images/elements/button_bg_login.png) 0 -26px no-repeat;
  position: absolute;
  left: -3px;
  top: 0;
}

#header .profile.guest .login_button s {
  float: left;
  width: 3px;
  height: 26px;
  background: url(https://mysku.me/images/elements/button_bg_login.png) 0 -52px no-repeat;
  position: absolute;
  right: -3px;
  top: 0;
}

#header .profile.guest .login_with_social {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -26px;
  left: -3px;
  white-space: nowrap;
}

#header .profile.guest .login_with_social li {
  float: left;
  margin-right: 1px;
}

#header .profile.guest .login_with_social li a {
  float: left;
  width: 18px;
  height: 18px;
}

#header .profile.guest .login_with_social li.vk a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) 0 0 no-repeat;
}

#header .profile.guest .login_with_social li.fa a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -19px 0 no-repeat;
}

#header .profile.guest .login_with_social li.tw a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -38px 0 no-repeat;
}

#header .profile.guest .login_with_social li.goo a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -57px 0 no-repeat;
}

#header .profile.guest .login_with_social li.ya a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -76px 0 no-repeat;
}

#footer .profile {
  float: left;
}

#footer .profile.guest {
  position: relative;
  color: #494949;
}

#footer .profile.guest a {
  outline: none;
}

#footer .profile.guest .login_button {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 7px 6px;
  position: relative;
  background: url(https://mysku.me/images/elements/button_bg_login.png) 0 0 repeat-x;
  margin-right: 8px;
}

#footer .profile.guest .login_button em {
  float: left;
  width: 3px;
  height: 26px;
  background: url(https://mysku.me/images/elements/button_bg_login.png) 0 -26px no-repeat;
  position: absolute;
  left: -3px;
  top: 0;
}

#footer .profile.guest .login_button s {
  float: left;
  width: 3px;
  height: 26px;
  background: url(https://mysku.me/images/elements/button_bg_login.png) 0 -52px no-repeat;
  position: absolute;
  right: -3px;
  top: 0;
}

#footer .profile.guest .login_with_social {
  display: block;
  width: 100%;
  margin-top: 8px;
  left: 0;
}

#footer .profile.guest .login_with_social li {
  float: left;
  margin-right: 1px;
}

#footer .profile.guest .login_with_social li a {
  float: left;
  width: 18px;
  height: 18px;
}

#footer .profile.guest .login_with_social li.vk a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) 0 0 no-repeat;
}

#footer .profile.guest .login_with_social li.fa a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -19px 0 no-repeat;
}

#footer .profile.guest .login_with_social li.tw a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -38px 0 no-repeat;
}

#footer .profile.guest .login_with_social li.goo a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -57px 0 no-repeat;
}

#footer .profile.guest .login_with_social li.ya a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -76px 0 no-repeat;
}

.login-popup .login_with_social {
  margin-bottom: 22px;
}

.login-popup .login_with_social a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33px;
  height: 33px;
}

.login-popup .login_with_social a.vk {
  background: url(https://mysku.me/images/icons/social_buttons.png) 0 0 no-repeat;
}

.login-popup .login_with_social a.fa {
  background: url(https://mysku.me/images/icons/social_buttons.png) -39px 0 no-repeat;
}

.login-popup .login_with_social a.tw {
  background: url(https://mysku.me/images/icons/social_buttons.png) -78px 0 no-repeat;
}

.login-popup .login_with_social a.goo {
  background: url(https://mysku.me/images/icons/social_buttons.png) -117px 0 no-repeat;
}

.login-popup .login_with_social a.ya {
  background: url(https://mysku.me/images/icons/social_buttons.png) -155px 0 no-repeat;
}

.lite-center.register h3 {
  font-size: 25px;
  color: #494949;
  font-family: 'PT Sans Caption';
}

.lite-center.register .social_description {
  font-size: 14px;
  color: #333;
  margin-bottom: 50px !important;
}

.lite-center .login_with_social {
  margin-bottom: 18px;
}

.lite-center .login_with_social a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33px;
  height: 33px;
}

.lite-center .login_with_social a.vk {
  background: url(https://mysku.me/images/icons/social_buttons.png) 0 0 no-repeat;
}

.lite-center .login_with_social a.fa {
  background: url(https://mysku.me/images/icons/social_buttons.png) -39px 0 no-repeat;
}

.lite-center .login_with_social a.tw {
  background: url(https://mysku.me/images/icons/social_buttons.png) -78px 0 no-repeat;
}

.lite-center .login_with_social a.goo {
  background: url(https://mysku.me/images/icons/social_buttons.png) -117px 0 no-repeat;
}

.lite-center .login_with_social a.ya {
  background: url(https://mysku.me/images/icons/social_buttons.png) -155px 0 no-repeat;
}

.login_use_social {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.header_bg {
  float: left;
  width: 100%;
  padding: 0;
  background: url(https://mysku.me/images/elements/header_bg.png) 0 0 #444482 repeat-x;
  border-bottom: solid 1px #b9b9c1;
  border-top: solid 1px #42427e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Navigation
 * -------------------------------------------------------------------
 */

#nav {
  zoom: 1;
  height: 72px;
}

.write {
  float: left;
  padding-top: 12px;
  margin-right: 30px;
  margin-left: 5px;
}

.write a.button.small {
  float: left;
  height: 36px;
  margin: 0;
  padding: 0;
  background: url(https://mysku.me/images/elements/button_bg_green.png) 0 0 repeat-x;
}

.write a.button.small:hover {
  background-position: 0 -36px;
}

.write a.button.small:hover span {
  background-position: 0 -252px;
}

.write a.button.small:active span {
  background-position: 0 -288px;
}

.write a.button.small:hover em {
  background-position: 100% -144px;
}

.write a.button.small:active em {
  background-position: 100% -180px;
}

.write a.button.small:active {
  background-position: 0 -72px;
}

.write a.button.small .plus_for_button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 15px;
  margin: -1px 6px -1px -10px;
  background: url(https://mysku.me/images/elements/button_plus_icon.png) no-repeat;
}

.write a.button.small span {
  margin-left: -4px;
  height: 36px;
  background: url(https://mysku.me/images/elements/button_bg_green.png) 0 -216px no-repeat;
}

.write a.button.small em {
  font-size: 16px;
  padding: 7px 15px 7px 0;
  font-weight: bold;
  color: #fff;
  margin-right: -4px;
  background: url(https://mysku.me/images/elements/button_bg_green.png) 100% -108px no-repeat;
  -webkit-text-shadow: #42a800 0 -1px 0;
  -moz-text-shadow: #42a800 0 -1px 0;
  text-shadow: #42a800 0 -1px 0;
}

.write.alone {
  float: left;
  padding-top: 12px;
  margin-right: 30px;
}

.write.alone a.button.small {
  float: left;
  height: 36px;
  margin: 0;
  padding: 0;
  background: url(https://mysku.me/images/elements/button_bg_green.png) 0 0 repeat-x;
}

.write.alone a.button.small .plus_for_button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 15px;
  margin: -1px 6px -1px -10px;
  background: url(https://mysku.me/images/elements/button_plus_icon.png) no-repeat;
}

.write.alone a.button.small span {
  margin-left: -5px;
  height: 36px;
  background: url(https://mysku.me/images/elements/button_bg_green.png) 0 -72px no-repeat;
}

.write.alone a.button.small em {
  padding: 7px 15px 7px 0;
  font-weight: bold;
  color: #fff;
  margin-right: -5px;
  background: url(https://mysku.me/images/elements/button_bg_green.png) 100% -36px no-repeat;
  -webkit-text-shadow: #42a800 0 -1px 0;
  -moz-text-shadow: #42a800 0 -1px 0;
  text-shadow: #42a800 0 -1px 0;
}

/* Navigation of Blog */
.menu {
  float: left;
  font-size: 16px;
  padding: 12px 0 0;
}

.menu li {
  float: left;
  color: #333;
  padding: 9px 15px 8px 19px;
  position: relative;
  white-space: nowrap;
}

.menu li:first-child {
  background: none;
  padding-left: 0;
}

.menu li a {
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #c8c8c8;
}

.menu li a:hover {
  border-bottom: 0;
}

.menu li.active > a {
  color: #284ea2;
  border: none;
  font-weight: bold;
}

.menu li .counter,
.sub-menu li .counter {
  font-size: 15px;
  color: #494949;
  font-weight: bold;
  text-shadow: #fff 0 1px 0;
  background: url(https://mysku.me/images/elements/menu_counter_bg.png) 0 0 repeat-x;
  border-radius: 3px;
  padding: 5px 8px 6px;
  position: relative;
  margin-left: 7px;
  white-space: nowrap;
}

.menu li .counter em {
  font-weight: normal;
  font-style: normal;
}

.menu li .counter s {
  float: left;
  width: 5px;
  height: 9px;
  background: url(https://mysku.me/images/elements/menu_counter_arrow.png) no-repeat;
  position: absolute;
  left: -5px;
  top: 10px;
}

/* Sub-navigation of Blog */
.sub-menu {
  position: absolute;
  top: 37px;
  left: 10px;
  width: auto;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px #dbdbdb;
  border-radius: 3px;
}

.sub-menu {
  border: solid 1px #dbdbdb\0/;
  box-shadow: inset 0 0 0 0 transparent\0/;
  border-radius: 5px\0/;
}

* + html .sub-menu {
  border: solid 1px #dbdbdb;
  box-shadow: inset 0 0 0 0 transparent;
}

.menu li:last-child .sub-menu li:last-child:after,
.menu li:last-child .sub-menu li:last-child:before {
  bottom: 97%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.menu li:last-child .sub-menu li:last-child:after,
.menu li:last-child .sub-menu li:last-child:before {
  bottom: 100%\0/;
}

.menu li:last-child .sub-menu li:last-child:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  right: 12px;
  left: auto;
  margin-left: -5px;
}

.menu li:last-child .sub-menu li:last-child:before {
  border-color: rgba(219, 219, 219, 0);
  border-bottom-color: #dbdbdb;
  border-width: 6px;
  right: 11px;
  left: auto;
  margin-left: -6px;
}

.menu li:first-child .sub-menu li:last-child:after,
.menu li:first-child .sub-menu li:last-child:before {
  display: none;
}

.menu li:first-child .sub-menu li:first-child:after,
.menu li:first-child .sub-menu li:first-child:before {
  display: inline-block !important;
}

.sub-menu li:first-child:after,
.sub-menu li:first-child:before {
  bottom: 97%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.sub-menu li:first-child:after,
.sub-menu li:first-child:before {
  bottom: 100%\0/;
}

.sub-menu li:first-child:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  left: 15px;
  margin-left: -5px;
}

.sub-menu li:first-child:before {
  border-color: rgba(219, 219, 219, 0);
  border-bottom-color: #dbdbdb;
  border-width: 6px;
  left: 15px;
  margin-left: -6px;
}

.sub-menu.hack li:first-child:after,
.sub-menu.hack li:first-child:before {
  left: 160px;
}

.menu li:last-child .sub-menu li:first-child:after,
.menu li:last-child .sub-menu li:first-child:before {
  display: none;
}

.sub-menu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  color: #494949;
  padding: 1px 8px 4px;
  background: none !important;
}

:root .sub-menu li {
  padding: 2px 8px 2px 8px\9;
}

.sub-menu li:first-child {
  background: none;
  padding-left: 10px;
}

.menu li:first-child .sub-menu {
  left: -1px;
}

.menu li:first-child .sub-menu li:first-child {
  background: none;
  padding-left: 0;
}

.menu li:first-child .sub-menu li:last-child {
  padding-right: 0;
}

.sub-menu li a {
  color: #494949;
  font-size: 12px;
  border: none;
  text-decoration: underline;
}

.sub-menu li a:hover {
  text-decoration: none;
}

.sub-menu li.active a {
  color: #284ea2;
  font-weight: bold;
  text-decoration: none !important;
  border: 0 !important;
}

.sub-menu li .counter {
  font-size: 11px;
  padding: 1px 3px 2px;
  display: inline-block;
  height: 14px;
  line-height: 15px;
}

.sub-menu li .counter em {
  font-weight: normal;
  font-style: normal;
}

.sub-menu li .counter s {
  float: left;
  width: 5px;
  height: 9px;
  background: url(https://mysku.me/images/elements/menu_counter_arrow.png) no-repeat;
  position: absolute;
  left: -5px;
  top: 4px;
}

.menu li:last-child .sub-menu {
  left: auto;
  right: 5px;
}

.menu li:first-child .sub-menu {
  left: -10px;
  right: auto;
  padding: 0 10px;
}

/* Search */
.search {
  width: 100%;
  height: 30px;
  margin-bottom: 1em;
}

.search form {
  display: block;
  width: 205px;
  position: relative;
}

.search input {
  float: left;
  border: 0;
  margin: 0;
  position: absolute;
}

.search .text {
  width: 179px;
  height: 26px;
  padding: 5px 0 6px 8px;
  font-size: 12px;
  color: #777;
  background: url(https://mysku.me/images/elements/search_field_box.png) no-repeat;
}

:root .search .text {
  padding: 6px 0 6px 8px\9;
}

.search .button {
  width: 28px;
  height: 26px;
  top: 0;
  right: 0;
  background: url(https://mysku.me/images/elements/search_field_button.png) no-repeat !important;
  border-radius: 0;
}

.header_left_banner {
  float: left;
}

.header_left_banner img {
  float: left;
}

.header_right_banner {
  float: right;
  margin-top: 5px;
}

.header_right_banner img {
  float: right;
}

/*
 * Topic
 * -------------------------------------------------------------------
 */

.topic {
  padding-left: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  line-height: 22px;
}

.topic.padding_top_20 {
  padding-top: 20px;
  width: 100%;
}

.topic .topic-title {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.3;
  color: #284ea2;
  font-family: Verdana;
  font-weight: normal !important;
}

.topic .topic-title a,
.topic .topic-title span {
  text-decoration: none;
  border-bottom: solid 1px #becae3;
  color: #284ea2;
}

.topic .topic-title a:hover {
  border: 0;
}

.topic.top {
  margin-top: 0 !important;
  margin-bottom: 0;
  padding-top: 0;
}

.topic s.corner {
  display: none;
}

.topic .show-all-topics {
  float: right;
  margin-top: 19px;
  color: #44557c;
}

.blightred {
  background-color: #f0c8c8 !important;
  width: 21px;
}

.blightgreen {
  background-color: #dafad8 !important;
  width: 21px;
}

.sku-info span {
  display: block;
  color: #333;
}

.sku-info .sku-info-line {
  display: block;
  width: 100%;
  margin: 0 0 15px !important;
  list-style-position: none;
}

.sku-info .sku-info-line li {
  background: none !important;
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
  list-style: none !important;
  border-right: solid 1px #dbdbdb;
  padding: 0 10px 0 0 !important;
  line-height: auto !important;
  margin-left: 0 !important;
}

.sku-info .sku-info-line li:last-child {
  border-right: 0;
  padding-right: 0 !important;
}

.sku-info .sku-info-line li a {
  color: #284ea2;
  text-decoration: none;
  border-bottom: solid 1px #284ea2;
}

.sku-info .sku-info-line li a em {
  font-style: normal;
  color: #ee9d00;
  border-bottom: solid 1px #284ea2;
  font-weight: bold;
}

.sku-info .sku-info-line li a:hover {
  border-color: transparent;
}

.sku-info .sku-info-line li a:hover em {
  border-bottom: 0;
}

.sku-info ul.thin-line {
  margin-bottom: 0 !important;
}

.sku-info ul.thin-line li {
  margin-bottom: 0 !important;
}

.sku-info .sku-info-line li.price {
  font-size: 15px;
}

/* Coupon code */
.topic-coupon {
  border: solid 1px #d5d2c6;
  padding: 14px 19px 8px;
  overflow: visible;
  position: relative;
  margin-bottom: 1em;
}

.topic-coupon s.corner {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
}

.topic-coupon s.corner.top-left {
  background: url(https://mysku.me/images/elements/discount_coupon_corners.png) 0 0 no-repeat;
  top: -1px;
  left: -1px;
}

.topic-coupon s.corner.top-right {
  background: url(https://mysku.me/images/elements/discount_coupon_corners.png) -17px 0 no-repeat;
  top: -1px;
  right: -1px;
}

.topic-coupon s.corner.bottom-right {
  background: url(https://mysku.me/images/elements/discount_coupon_corners.png) 0 -17px no-repeat;
  bottom: -1px;
  left: -1px;
}

.topic-coupon s.corner.bottom-left {
  background: url(https://mysku.me/images/elements/discount_coupon_corners.png) -17px -17px no-repeat;
  bottom: -1px;
  right: -1px;
}

.topic-coupon .coupon-toplink {
  text-align: center;
  font-family: 'PT Sans Caption';
  position: absolute;
  top: -9px;
  left: 0;
  line-height: 1;
  width: 100%;
}

.topic-coupon .coupon-toplink span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  color: #423219;
  padding: 0 10px;
  background: #fff;
}

.topic-coupon .coupon-toplink span:hover {
  text-decoration: underline;
}

.topic-coupon .coupon-title {
  font-family: 'PT Sans Caption';
  color: #664f2a;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}

.topic-coupon .coupon-title a {
  text-decoration: none;
  border-bottom: 0;
  color: #664f2a;
}

.topic-coupon .coupon-title a:hover {
  border: 0;
  text-decoration: underline;
}

.topic-coupon .coupon-info-text {
  text-align: center;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
}

.topic-coupon .coupon-info-text span {
  color: #423219;
  font-weight: bold;
}

.topic-coupon .coupon-body {
  text-align: center;
  width: 100%;
  height: 24px;
  border-bottom: solid 1px #d5d3c6;
  margin-bottom: 26px;
}

.topic-coupon .coupon-body-margins {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-left: solid 11px #fff;
  border-right: solid 11px #fff;
  position: relative;
}

.topic-coupon .code-body-text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 20px;
  color: #4d4339;
  font-family: 'Consolas';
  padding: 10px 13px;
  background: #f6f2d2;
  position: relative;
  margin: 5px 0 -19px 0;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.topic-coupon a.code-body-text:hover {
  text-decoration: underline;
}

.topic-coupon .coupon-main-text {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.coupon-go-button {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

.coupon-go-button a {
  background: #f6f2d2;
  color: #4d4339;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #f6f2d2;
  padding: 0 7px 2px;
  text-decoration: none;
  font-weight: normal !important;
}

.coupon-go-button a:hover {
  background: #faf8e5;
  text-decoration: underline;
}

.coupon-go-button a:first-letter {
  text-transform: uppercase;
}

.coupon-go-button a:after {
  content: "→";
  display: inline;
  font-size: 13px;
}

.topic-coupon.inner {
  margin-left: 278px;
}

.topic-coupon.outer {
  max-width: 350px;
}

.coupon-vote-degree {
  width: 100%;
}

.coupon-vote-degree .vote-button {
  cursor: pointer;
  float: left;
  width: 32px;
  height: 32px;
  background: linear-gradient(to bottom, #fff 1px, #f5f5f5 1px, #f2f2f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #dcddde;
  border-radius: 4px;
  margin-right: 5px;
}

.coupon-vote-degree .vote-button .vote-up {
  margin-top: 2px;
  margin-left: 4px;
  display: block;
  height: 24px;
  width: 25px;
  background: url(https://mysku.me/images/icons/vote_hands.png) no-repeat scroll 7px -18px;
}

.coupon-vote-degree .vote-button .vote-down {
  margin-top: 4px;
  margin-left: 1px;
  display: block;
  height: 24px;
  width: 25px;
  background: url(https://mysku.me/images/icons/vote_hands.png) no-repeat scroll -11px -18px;
}

.coupon-vote-degree .vote-button:hover {
  background: #fff;
}

.coupon-vote-degree .vote-button:hover .vote-up {
  background: url(https://mysku.me/images/icons/vote_hands.png) no-repeat scroll 7px 5px;
}

.coupon-vote-degree .vote-button:hover .vote-down {
  background: url(https://mysku.me/images/icons/vote_hands.png) no-repeat scroll -11px 5px;
}

.coupon-vote-degree .degree-meter-container {
  vertical-align: middle;
  margin-left: 80px;
  max-width: 300px;
}

.coupon-vote-degree .degree-meter {
  background: linear-gradient(to bottom, #f6f6f6 1px, #f2f2f2 1px, #ececec) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 10px;
  position: relative;
}

.coupon-vote-degree .degree-meter-progress {
  background: linear-gradient(to bottom, #4ccc46 1px, #41a31d 1px, #349600) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #b00707;
  z-index: 999;
  border-radius: 3px;
  height: 10px;
  position: relative;
}

.coupon-vote-degree .degree-value {
  vertical-align: middle;
  overflow: hidden;
}

.topic.talk {
  overflow: visible;
}

.topic.talk .favorite {
  position: absolute;
  top: 7px;
  left: 10px;
}

.topic.talk .favorite a {
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat 0 -40px;
  display: block;
  height: 16px;
  width: 20px;
  outline: none;
}

.topic.talk .favorite a:hover {
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat -20px -40px;
}

.topic.talk .favorite.active a {
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat -20px -40px;
}

.top {
  box-shadow: 0 1px #ddd;
}

/* Actions */
.topic .action {
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 0;
}

.topic .action li {
  background: none;
  padding-left: 0;
  float: left;
  margin-right: 3px;
  line-height: 13px;
  list-style: none;
  padding-top: 0;
}

.topic .action li a {
  color: #aaa;
  outline: none;
  font-size: 11px;
}

.topic .action li.right-panel {
  font-size: 11px;
  float: right;
}

.topic.talk .action li:first-child {
  top: -16px;
}

.topic.talk .action {
  margin-bottom: 20px;
}

.topic .action li.edit a {
  background: url(https://mysku.me/images/icons/edit.gif) no-repeat 0 1px;
  padding-left: 15px;
  color: #284ea2;
}

.topic .action li.delete a {
  background: url(https://mysku.me/images/icons/delete.gif) no-repeat 0 1px;
  padding-left: 15px;
  margin-left: 10px;
  color: #d22b14;
}

.topic .action li a:hover {
  text-decoration: none;
}

.topic span.subscription {
  float: left;
  color: #333;
  margin-bottom: 20px;
  border-left: solid 1px #dbdbdb;
  padding-left: 12px;
  margin-right: 12px;
}

.topic span.subscription a.subscription_button {
  margin: -1px 8px -6px 8px;
}

.topic span.rss {
  float: left;
  padding-left: 35px;
  margin-right: 12px;
  margin-bottom: 20px;
}

.topic span.rss a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #284ea2;
  background: url(https://mysku.me/images/icons/rss.png) 0 50% no-repeat;
  padding-left: 16px;
}

.topic .join a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 39px;
  height: 19px;
  background: url(https://mysku.me/images/icons/checkbox.png) -39px 0 no-repeat;
  margin: -1px 0 -5px 4px;
}

.topic .join.active a {
  background: url(https://mysku.me/images/icons/checkbox.png) 0 0 no-repeat;
}

ul.category-list {
  margin-bottom: 4px;
}

ul.category-list li.list-item {
  display: inline-block;
  margin-right: 4px;
}

ul.category-list a.list-item-link {
  display: inline-block;
  background: url(https://mysku.me/images/elements/arrow_right_gray.png) 100% 0 #e6e6e6 no-repeat;
  padding: 0 8px 1px 4px;
  margin: 0;
  height: 14px;
  line-height: 14px;
  color: #494949;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'PT Sans Caption';
  text-decoration: none;
  font-weight: bold;
}

ul.category-list a.list-item-link:hover {
  color: #284ea2;
}

ul.category-list .topic-promo a.list-item-link {
  background-color: #f47e7d !important;
  color: white !important;
}

/* Tags of Topic */
.topic .tags {
  font-family: Verdana, Sans-Serif;
  background: url(https://mysku.me/images/icons/tags.gif) no-repeat 0 7px;
  padding-left: 13px;
  margin-bottom: 3px;
  clear: both;
}

.topic .tags li {
  background: none;
  padding-left: 0;
  display: inline;
}

.topic .tags li a {
  text-decoration: none;
  color: #9b9b9b;
}

.topic .tags li a:hover {
  background: #9b9b9b;
  color: #fff;
}

/* Vote Block */
.topic .topic-footer {
  font-family: Verdana, Sans-Serif;
  border-top: solid 1px #ededed;
  padding: 11px 0;
  overflow: hidden;
}

.topic .topic-footer li {
  background: none;
  padding-left: 0;
  float: left;
  color: #777;
  border-left: solid 1px #dbdbdb;
  padding: 0 15px;
  line-height: 17px;
}

.topic .topic-footer li a {
  text-decoration: none;
  outline: none;
}

.topic .topic-footer li a:hover {
  color: #fff;
}

.topic .topic-footer li.author {
  color: #999;
  text-decoration: none;
}

.topic .topic-footer li.author a {
  font-weight: bold;
  color: #284ea2;
}

.topic .topic-footer li.author a:hover {
  text-decoration: underline;
}

.topic .topic-footer li.date {
  border: 0;
  padding-left: 0;
  color: #494949;
}

.topic .topic-footer li.date-info:before {
  content: attr(data-date-info);
}

.topic .topic-footer li.read {
  padding-top: 1px;
  background: url(https://mysku.me/images/icons/views_count.png) no-repeat scroll 14px 5px;
  padding-left: 35px;
}

.topic .author-rate {
  margin-left: 2px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.topic .topic-footer li.store a {
  color: #777;
}

.topic .topic-footer li.store a:hover {
  color: #777;
  text-decoration: underline;
}

.topic .topic-footer li.comments-total a {
  color: #284ea2;
  padding-left: 20px;
  padding-bottom: 1px;
  background: url(https://mysku.me/images/icons/comments_count.png) 0 5px no-repeat;
}

.topic .topic-footer li.comments-total a span {
  padding: 0 2px;
}

.topic .topic-footer li.comments-total a span.green,
.table-view .comments-total .green {
  color: #266f00;
}

.topic .topic-footer li.comments-total a span.red {
  color: #d22b14;
}

.topic .topic-footer li.comments-total a:hover {
  text-decoration: underline;
}

.topic .topic-footer li.comments-total a:hover span {
  text-decoration: underline;
}

/*
 * Generic Style of Topic
 * -------------------------------------------
 */

.topic.preview {
  border-top: 2px solid #f6f2d2;
  border-bottom: 2px solid #f6f2d2;
  padding-top: 10px;
  padding-left: 20px;
  margin-top: 20px;
}

.topic .description,
.topic .sku-info {
  font-size: 15px;
}

.topic .content,
.topic-content {
  line-height: 20px;
  margin-bottom: 15px;
  font-family: Verdana, Sans-Serif;
}

.topic .content img,
.topic-content img {
  max-width: 100%;
  display: block;
  margin: 11px 19px 9px 1px;
  border: solid 4px #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.106);
}

.topic .content .lbox,
.topic-content .lbox {
  cursor: zoom-in;
}

.topic .content img.product_image,
.topic-content img.product_image {
  float: left;
  margin-top: 0 !important;
}

.topic .content img.emotag,
.topic-content img.emotag {
  display: inline-block;
  margin: 0;
  border: 0;
  margin-right: 0.6ch;
  height: 24px;
  width: 24px;
  box-shadow: none;
  top: 7px;
  position: relative;
}

.topic .content p,
.topic-content p {
  margin-bottom: 15px;
}

.topic .content h2,
.topic-content h2 {
  color: #414171;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.2;
}

.topic .content h3,
.topic-content h3 {
  color: #414171;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.2;
}

.topic .content h4,
.topic-content h4,
.topic .content h5,
.topic-content h5,
.topic .content h6,
.topic-content h6 {
  color: #414171;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.2;
}

.topic .content ul,
.topic .content ol,
.topic-content ul,
.topic-content ol {
  margin-bottom: 15px;
  list-style-position: inside;
}

.topic .content ul li,
.topic-content ul li {
  list-style-image: url(https://mysku.me/images/icons/hyphen_topic.png);
  margin-bottom: 4px;
}

.topic .content ol li,
.topic-content ol li {
  list-style: decimal;
}

.topic .content dl,
.topic-content dl {
  margin-bottom: 15px;
}

.topic .content dl dt,
.topic-content dl dt {
  font-weight: bold;
}

.topic .content dl dd,
.topic-content dl dd {
  font-style: italic;
  margin: 0 0 5px 20px;
  color: #494949;
}

.topic .content blockquote,
.topic-content blockquote {
  font-style: italic;
  padding: 5px 10px;
  background: #f8f8f8;
}

.topic-content pre,
.topic .content pre,
.comment .content pre {
  overflow: auto;
  width: 94%;
  padding: 10px 3%;
  margin-bottom: 10px;
  background: #f5f5f5 url(https://mysku.me/images/elements/text_bg_code.png) 0 0 repeat-y;
  border: 0;
  clear: both;
  border-radius: 5px;
}

img.lock {
  margin: 0 !important;
}

.center {
  text-align: center;
  width: 100%;
}

.center img {
  float: none !important;
  margin: 0 auto;
  border: solid 4px #fff;
  border-radius: 2px;
}

.read_all {
  display: block;
  margin: 15px 0;
  font-size: 14px;
}

.read_all a {
  background: #e6e6e6;
  color: black;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 0 7px 2px;
  text-decoration: none;
  font-weight: normal !important;
}

.read_all a:hover {
  background: #eee;
  text-decoration: underline;
}

.read_all a:first-letter {
  text-transform: uppercase;
}

.read_all a:after {
  content: "→";
  display: inline;
  font-size: 13px;
}

.purchase_button {
  float: left;
  border: solid 1px #e6e6e6;
  margin: 15px 20px 15px 0;
  position: relative;
  border-radius: 3px;
}

.purchase_button span.dropdwn_list {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 27px;
  left: -1px;
  background: #fff;
  border: solid 1px #e6e6e6;
  display: none;
  padding: 0;
  border-radius: 0 3px 3px;
  overflow: hidden;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.purchase_button span.dropdwn_list span {
  color: #266f00;
  padding: 2px 8px;
  display: block;
}

.purchase_button span.dropdwn_list span:first-child {
  border-radius: 0 3px 0 0;
}

.purchase_button span.dropdwn_list span:last-child {
  border-radius: 0 0 3px 3px;
}

.purchase_button span.dropdwn_list span:last-child:first-child {
  border-radius: 0 3px 3px;
}

.purchase_button span.dropdwn_list span:hover {
  background: #266f00;
  color: #fff;
}

.purchase_button span.arrow {
  cursor: pointer;
  float: left;
  width: 23px;
  height: 24px;
  border-right: solid 1px #e6e6e6;
  background: url(https://mysku.me/images/elements/button_purchase_arrow.png) 50% 50% #fff no-repeat;
}

.purchase_button span.arrow:hover,
.purchase_button span.text:hover {
  background-color: #f2f2f2;
}

.purchase_button span.text {
  cursor: pointer;
  float: left;
  color: #266f00;
  padding: 2px 8px;
}

.purchase_button span.number {
  position: relative;
  float: left;
  color: #266f00;
  padding: 2px 7px;
  border-left: solid 1px #e6e6e6;
}

.purchase_button span.number:after,
.purchase_button span.number:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.purchase_button span.number:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px;
}

.purchase_button span.number:before {
  border-color: rgba(230, 230, 230, 0);
  border-right-color: #e6e6e6;
  border-width: 5px;
  margin-top: -5px;
}

.purchase_button span.arrow.clicked {
  height: 28px;
  margin-bottom: -4px;
  margin-left: -1px;
  border-left: solid 1px #e6e6e6;
  z-index: 5;
  position: relative;
  background: url(https://mysku.me/images/elements/button_purchase_arrow_up.png) 50% 40% #fff no-repeat;
}

.ilike_button {
  float: left;
  border: solid 1px #e6e6e6;
  margin: 15px 40px 15px 0;
  border-radius: 3px;
}

.ilike_button .like_btn:hover {
  background: #f2f2f2;
}

.ilike_button .like_btn:hover .hand {
  background-position: 7px -18px;
}

.ilike_button span {
  float: left;
}

.ilike_button span.hand {
  cursor: pointer;
  float: left;
  width: 25px;
  height: 24px;
  background: url(https://mysku.me/images/icons/vote_hands.png) 7px 5px no-repeat;
}

.ilike_button.voted.plus span.hand {
  background-position: 7px -18px !important;
}

.ilike_button.voted.minus span.finger_down {
  background: url(https://mysku.me/images/icons/vote_hand_down_active.png) #fff 50% 50% no-repeat !important;
}

.ilike_button span.finger_down {
  cursor: pointer;
  float: left;
  width: 27px;
  height: 24px;
  background: url(https://mysku.me/images/icons/vote_hand_down.png) #fff 50% 50% no-repeat;
  padding-right: 3px;
  border-left: solid 1px #e6e6e6;
}

.ilike_button span.finger_down:hover {
  background: url(https://mysku.me/images/icons/vote_hands.png) -11px -18px #f2f2f2 no-repeat;
}

.ilike_button span.text {
  cursor: pointer;
  float: left;
  padding: 2px 17px 2px 0;
}

.ilike_button span.number {
  float: left;
  padding: 2px 7px 2px 4px;
  border-left: solid 1px #e6e6e6;
  position: relative;
  background: #fff;
}

.ilike_button span.number.negative_number {
  color: #d22b14;
}

.ilike_button span.number s.arrow {
  float: left;
  width: 5px;
  height: 9px;
  background: url(https://mysku.me/images/elements/button_like_arrow.png) 0 0 no-repeat;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -4px;
}

.ilike_button span.number span.counter {
  float: right;
  font-size: 10px;
  color: #ababab;
  position: absolute;
  padding-left: 4px;
  left: 100%;
  top: 0;
  line-height: 10px;
}

.comment .content blockquote {
  padding: 5px 10px;
  border-left: solid 3px #c7c7c7;
  color: #575757;
  margin: 12px 0;
  clear: both;
  background-color: #ebf0fc;
}

.comment .content blockquote > blockquote {
  margin-top: -5px;
  margin-bottom: 8px;
  padding-top: 0;
}

.spoiler {
  display: block;
  border: solid 1px #c6d6f7;
  padding: 0;
  background-color: #ebf0fc;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.spoiler:before {
  display: none;
}

.spoiler .spoiler-title {
  color: #284ea2;
  cursor: pointer;
  margin: 10px 11px;
}

.spoiler .spoiler-title span {
  border-bottom: 1px dashed #b0bfe1;
  display: inline-block;
}

.spoiler .spoiler-body {
  margin: 0;
  padding: 13px 11px 10px;
  background: #fff;
  overflow: hidden;
  display: none;
}

.spoiler p {
  margin-bottom: 0 !important;
  margin-top: 22px;
  line-height: 26px;
}

.spoiler .slide_part {
  display: none;
}

.review_complaint_links_block {
  font-size: 12px;
}

.review_complaint_links_block .add_complaint_link {
  float: right;
  color: #d22b14;
  border-radius: 3px;
  -webkit-text-shadow: #fff 0 1px 1px;
  -moz-text-shadow: #fff 0 1px 1px;
  text-shadow: #fff 0 1px 1px;
}

.review_complaint_links_block .add_review_link {
  margin-left: 17px;
  float: left;
  color: #266f00;
  position: relative;
  border-radius: 3px;
  -webkit-text-shadow: #fff 0 1px 1px;
  -moz-text-shadow: #fff 0 1px 1px;
  text-shadow: #fff 0 1px 1px;
}

.review_complaint_links_block .add_review_link s {
  float: left;
  width: 9px;
  height: 9px;
  background: url(https://mysku.me/images/icons/green_plus.png) 0 50% no-repeat;
  position: absolute;
  left: -17px;
  top: 50%;
  margin-top: -4px;
}

.add_review_popup {
  width: 410px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.add_complaint_popup .form-title,
.add_review_popup .form-title {
  color: #414171;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: 'PT Sans Caption';
  line-height: 1.3;
  font-weight: bold;
}

.add_review_popup p {
  font-size: 12px;
  line-height: 18px;
}

.add_review_popup input[type="text"] {
  width: 398px;
  padding: 8px 5px;
  margin: 0 0 10px;
  border-radius: 3px;
  font-size: 18px;
}

.add_complaint_popup {
  width: 410px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.add_complaint_popup h6 {
  color: #414171;
}

.add_complaint_popup textarea {
  width: 398px;
  max-width: 398px;
  font-family: arial;
  height: 90px;
  max-height: 200px;
  padding: 8px 5px;
  margin: 0 0 10px;
  border: solid 1px #a6a6a6;
  border-radius: 3px;
  font-size: 14px;
}

.close_popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(https://mysku.me/images/icons/window_close.gif) 0 0 no-repeat;
  cursor: pointer;
  z-index: 1105;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 100% 0;
  transform: scale(1);
  transform-origin: 100% 0;
}

.catalog_main {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}

ul.vendor_list {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

.vendor_list li a {
  font-size: 14px;
  color: #284ea2;
  line-height: 16px;
}

.catalog_list {
  float: left;
  overflow: hidden;
}

.catalog_list > ul {
  float: left;
  width: 50%;
}

.catalog_list li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 16px;
}

.catalog_list li em,
.brand_item_descr {
  font-size: 11px;
  color: #fff;
  background: #ababab;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 11px;
  padding: 2px 4px 3px;
  margin: 0 4px;
  border-radius: 9px;
  font-style: normal;
  position: relative;
  top: -2px;
}

.catalog_list li a {
  font-size: 18px;
  color: #284ea2;
}

.catalog_list li ul {
  display: block;
}

.catalog_list li li {
  width: auto;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 20px;
  margin-bottom: 0;
}

.catalog_list li li a {
  font-size: 12px;
  color: #494949;
}

.catalog_list li li small {
  margin-right: 4px;
  top: 2px;
  position: relative;
}

.catalog_list li ul li:last-child small {
  display: none;
}

.catalog_list li li em {
  background: none;
  padding: 0;
  margin: 0;
  top: 0;
  color: #494949;
  margin-left: 4px;
}

.block-catalog {
  margin-bottom: 20px;
  margin-top: 20px;
}

.block-catalog .category-title {
  display: block;
  margin-top: 11px;
  font-size: 14px;
}

.block-catalog .sub-category-title {
  font-size: 12px;
  color: #494949;
}

.block-catalog-list {
  list-style: list-style-type;
  padding-left: 15px;
}

.block-catalog-list li {
  line-height: 16px;
  margin-bottom: 11px;
}

.block-catalog-list li em {
  font-size: 11px;
  color: #fff;
  background: #ababab;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 11px;
  padding: 2px 4px 3px;
  margin: 0 4px;
  border-radius: 9px;
  font-style: normal;
  position: relative;
  top: -2px;
}

.block-catalog-list li a {
  font-size: 14px;
  color: #284ea2;
  line-height: 16px;
}

.block-catalog-list li.list-disabled a {
  color: #aaa;
}

.block-catalog-list li ul {
  display: block;
}

.block-catalog-list li li {
  width: auto;
  float: none;
  line-height: 26px;
  margin-bottom: 0;
  list-style-image: url(https://mysku.me/images/icons/hyphen_sidebar.png);
  list-style-position: inside;
}

.block-catalog-list li li a {
  font-size: 12px;
  color: #284ea2;
}

.block-catalog-list li.list-disabled li a {
  color: #aaa;
}

.block-catalog-list li li small {
  float: left;
  margin-right: 4px;
  top: 2px;
  position: relative;
}

.block-catalog-list li ul li:first-child small {
  display: none;
}

.block-catalog-list li li em {
  background: none;
  padding: 0;
  margin: 0;
  top: 0;
  color: #000;
  margin-left: 4px;
}

.events_block {
  margin-bottom: 35px;
}

.events_block h1 {
  font-size: 25px;
  color: #494949;
  font-family: 'PT Sans Caption';
  font-weight: normal;
}

.events_table {
  width: 100%;
  border-collapse: collapse;
  font-family: arial;
}

.events_table th.every_day {
  font-size: 12px;
  padding: 23px 0 17px;
}

.events_table td a {
  color: #284ea2;
}

.events_table tr:first-child td,
.events_table tr:first-child th {
  border: 0;
}

.coupons_list {
  display: block;
  list-style: none;
  text-align: left;
  clear: both;
}

.coupons_list li {
  float: left;
  width: 200px;
  text-align: left;
  margin-bottom: 62px;
}

.coupons_list li a {
  font-size: 18px;
  color: #284ea2;
}

.coupons_list li a em {
  font-size: 11px;
  color: #939393;
  background: #eaeaea;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 11px;
  padding: 3px 4px 2px;
  margin: 0 4px;
  border-radius: 9px;
  font-style: normal;
  position: relative;
  top: -2px;
}

.coupons_list li span {
  width: 200px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
}

.coupons_list li span img {
  max-width: 200px;
  max-height: 60px;
}

.alphab_order {
  margin-top: -10px;
  border-top: solid 1px #dbdbdb;
  padding-top: 20px;
}

.alphab_order .coupons_list .letter_list {
  float: none;
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 28px;
  width: 172px;
}

.alphab_order .coupons_list .title {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 24px;
  text-transform: uppercase;
  color: #ababab;
  font-family: 'PT Sans Caption';
}

.alphab_order .letter_list {
  margin: 0;
  padding-bottom: 31px;
}

.alphab_order .letter_list > li {
  margin-bottom: 0;
}

.alphab_order .letter_list li li {
  margin-bottom: 9px;
}

.alphab_order .coupons_list a {
  font-size: 14px;
}

.alphab_order .col-wrap {
  float: left;
}

/*
 * Block Nav
 * -------------------------------------------------------------------
 */

.block-nav {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.block-nav li {
  line-height: 11px;
  float: left;
  padding: 0 !important;
}

.block-nav li:first-child {
  border-left: 0;
}

.block-nav li a {
  display: block;
  padding: 6px 0;
  float: left;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  color: #777;
  font-size: 14px;
  line-height: 1;
}

.block .block-nav li a {
  font-size: 12px;
}

.block-nav li a:first-of-type {
  padding-left: 0;
  margin-right: 30px;
}

.block-nav li a:hover {
  color: #284ea2;
}

.block-nav li.active a {
  color: #284ea2;
  font-weight: 700;
  border-bottom: 3px solid #284ea2;
}

.block-nav-wrapper .block-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.block-nav-wrapper .block-nav li:nth-child(n+2) {
  margin-left: 50px;
}

.block-nav-wrapper .block-nav li a {
  padding-bottom: 10px;
  margin-right: 0;
}

.block-nav-wrapper__profile .block-nav li a {
  color: #494949;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.block-nav-wrapper__profile .block-nav {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/*
 * Sidebar
 * -------------------------------------------------------------------
 */

.block {
  background: #fdfefe;
  line-height: 16px;
}

.block .block {
  margin-bottom: 10px;
  background-color: transparent;
}

.block .block:last-child {
  margin-bottom: 0;
}

.border {
  padding: 13px 18px 18px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
}

.border a {
  color: #44557c;
}

.no-border {
  padding: 13px 18px 18px;
  margin-bottom: 12px;
}

.no-border a {
  color: #44557c;
}

.block .title {
  font-weight: bold;
  font-size: 15px;
  color: #494949;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.block .title a {
  text-decoration: none;
}

.block .title a:hover {
  text-decoration: underline;
}

.block .small-title {
  font-weight: normal;
  font-size: 10px;
  color: #494949;
  text-transform: uppercase;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.block .separated {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.h_right {
  float: right;
  width: 345px;
}

.h_side {
  position: relative;
  float: right;
  width: 317px;
  margin-right: -30px;
  padding-left: 14px;
  z-index: 3;
}

.h_main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/*
 * РРєРѕРЅРєРё РІ СЃР°Р№РґР±Р°СЂРµ
 */

.sidebar-social-list {
  display: block;
  margin-bottom: 12px;
}

.sidebar-social-list li {
  float: left;
  margin-right: 10px;
}

.sidebar-social-list li a {
  float: left;
}

.sidebar-social-list li.fb a {
  width: 20px;
  height: 20px;
  background: url(https://mysku.me/images/icons/sidebar_icons.png) 0 -24px no-repeat;
}

.sidebar-social-list li.fb a:hover {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) 0 0 no-repeat;
}

.sidebar-social-list li.fb a:active {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) 0 0 no-repeat;
}

.sidebar-social-list li.lj a {
  width: 20px;
  height: 20px;
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -24px -24px no-repeat;
}

.sidebar-social-list li.lj a:hover {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -24px 0 no-repeat;
}

.sidebar-social-list li.lj a:active {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -24px 0 no-repeat;
}

.sidebar-social-list li.rss a {
  width: 20px;
  height: 20px;
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -48px -24px no-repeat;
}

.sidebar-social-list li.rss a:hover {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -48px 0 no-repeat;
}

.sidebar-social-list li.rss a:active {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -48px 0 no-repeat;
}

.sidebar-social-list li.tg a {
  width: 20px;
  height: 20px;
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -72px -24px no-repeat;
}

.sidebar-social-list li.tg a:hover {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -72px 0 no-repeat;
}

.sidebar-social-list li.tg a:active {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -72px 0 no-repeat;
}

.sidebar-social-list li.vk a {
  width: 20px;
  height: 20px;
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -96px -24px no-repeat;
}

.sidebar-social-list li.vk a:hover {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -96px 0 no-repeat;
}

.sidebar-social-list li.vk a:active {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -96px 0 no-repeat;
}

.sidebar-social-list li.zen a {
  width: 20px;
  height: 20px;
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -120px -24px no-repeat;
}

.sidebar-social-list li.zen a:hover {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -120px 0 no-repeat;
}

.sidebar-social-list li.zen a:active {
  background: url(https://mysku.me/images/icons/sidebar_icons.png) -120px 0 no-repeat;
}

.block-site-about {
  padding-bottom: 0;
  line-height: 19px;
}

.block-site-about .title {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.block-site-about .site_rights {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: none;
  font-family: arial;
  font-weight: bold;
  -webkit-text-shadow: #fff 0 1px 0;
  -moz-text-shadow: #fff 0 1px 0;
  text-shadow: #fff 0 1px 0;
  background: url(https://mysku.me/images/elements/button_rules_bg.png) #fff 0 0 repeat-x;
  position: relative;
  margin: 0 0 0 8px;
  padding: 0 2px;
  text-decoration: none;
  top: -2px;
}

.block-site-about .site_rights s {
  background: url(https://mysku.me/images/elements/button_rules_bg.png) 0 -18px repeat-x;
  width: 3px;
  height: 18px;
  position: absolute;
  left: -3px;
  top: 0;
}

.block-site-about .site_rights em {
  background: url(https://mysku.me/images/elements/button_rules_bg.png) 0 -36px repeat-x;
  width: 3px;
  height: 18px;
  position: absolute;
  right: -3px;
  top: 0;
}

.block-site-about p {
  margin-bottom: 1em;
}

.sponsor_prizes .prizes_list {
  display: block;
  margin-bottom: 0;
}

.sponsor_prizes .prizes_list li {
  padding: 13px 0;
  border-bottom: dotted 1px #c7c7c7;
}

.sponsor_prizes .prizes_list li:first-child {
  padding-top: 0;
}

.sponsor_prizes .prizes_list li .date {
  color: #939393;
  display: block;
}

.sponsor_prizes .prizes_list li .item_text {
  font-size: 14px;
  color: #000;
  display: block;
}

.sponsor_prizes .left,
.block .block-content .left {
  font-size: 12px;
  color: #284ea2;
  margin: 8px 0 0;
}

.sponsor_prizes .left a,
.block .block-content .left a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  *display: block;
  zoom: 1;
}

.sponsor_prizes .left a:hover,
.block .block-content .left a:hover {
  text-decoration: underline;
}

.block .block-content .left a.last {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #dbdbdb;
}

.themed_blogs .blogs_list {
  display: block;
}

.themed_blogs .blogs_list li {
  padding: 6px 0 6px 35px;
  border-bottom: dotted 1px #c7c7c7;
  position: relative;
}

.themed_blogs .blogs_list li a .ico {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  vertical-align: middle;
}

.themed_blogs .blogs_list li a .ico img {
  max-width: 24px;
  max-height: 24px;
}

.themed_blogs .blogs_list li span {
  float: right;
  margin-right: 1px;
  font-weight: bold;
  color: #333;
}

.block .right {
  text-align: right;
  padding-top: 10px;
  font-size: 12px;
}

.block.navigation {
  color: #888;
}

.block.navigation ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

.block.navigation ul li.last {
  border: 0;
}

.block.navigation .blog {
  color: #999;
}

.block.tags ul.cloud {
  text-align: center;
}

.block.tags ul.cloud li {
  display: inline;
  margin-right: 5px;
  line-height: 22px;
}

.block.tags ul.cloud li a {
  text-decoration: none;
  font-size: 18px;
  color: #9b9b9b;
}

.block.tags ul.cloud li a:hover {
  background: #777;
  color: #fff;
}

.block.tags ul.cloud li a.w1 {
  font-size: 11px;
}

.block.tags ul.cloud li a.w2 {
  font-size: 12px;
}

.block.tags ul.cloud li a.w3 {
  font-size: 14px;
}

.block.tags ul.cloud li a.w4 {
  font-size: 16px;
}

.block.tags ul.cloud li a.w5 {
  font-size: 18px;
}

.block.tags ul.cloud li a.w6 {
  font-size: 20px;
}

.block.tags ul.cloud li a.w7 {
  font-size: 22px;
}

.block.tags ul.cloud li a.w8 {
  font-size: 24px;
}

.block.tags ul.cloud li a.w9 {
  font-size: 26px;
}

.block.tags ul.cloud li a.w10 {
  font-size: 28px;
}

.block.blogs ul.list {
  border-top: 1px solid #eee;
  padding-top: 3px;
  margin-top: 10px;
}

.block.blogs ul.list li {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.block.blogs ul.list li a {
  color: #777;
}

.block.blogs ul.list li a.local {
  text-decoration: none;
  border-bottom: 1px dotted #777;
}

.block.blogs ul.list li a.close {
  padding-right: 20px;
  background: url(https://mysku.me/images/icons/key.png) no-repeat right;
}

.block.blogs ul.list li .total {
  float: right;
  font-weight: bold;
  padding-right: 13px;
}

.block.blogs ul.list li .up {
  background: url(https://mysku.me/images/elements/arrow_blog_up.gif) no-repeat right 5px;
}

.block.blogs ul.list li .down {
  background: url(https://mysku.me/images/elements/arrow_blog_down.gif) no-repeat right 5px;
}

.block.blogs ul.list li a.delete {
  background: url(https://mysku.me/images/icons/delete.gif) no-repeat 0 1px;
  padding-left: 5px;
  margin-left: 7px;
  text-decoration: none;
  font-size: 11px;
  color: #d22b14;
  padding-right: 10px;
  outline-style: none;
}

.block.blogs ul.list li .user {
  padding-right: 3px;
  color: #999;
  font-weight: bold;
  text-decoration: none;
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat scroll 0 -108px;
  padding-left: 13px;
}

.block.blogs ul.list li .user.inactive {
  color: #cfcfcf;
}

.block.stream {
  color: #333;
}

.block.stream li {
  padding: 5px;
  overflow: hidden;
}

.block.stream li em.right_arrow {
  font-family: 'Times New Roman';
  color: #333;
}

.block.stream a.stream-topic,
.block.stream .stream-content a {
  color: #44557c;
  text-decoration: none;
}

.block.stream a.stream-author {
  font-weight: bold;
  text-decoration: none;
  color: #284ea2;
}

.block.stream a.stream-author:hover,
.block.stream a.stream-topic:hover,
.block.stream .stream-content a:hover {
  text-decoration: underline;
}

.block.stream a.stream-comment {
  color: #333;
  text-decoration: none;
  padding-left: 20px;
  background: url(https://mysku.me/images/icons/comments_count.png) 0 5px no-repeat;
}

.block.stream span.posted_date_time {
  color: #939393;
}

.block.stream a.stream-blog {
  color: #333;
}

.block.stream span {
  color: #284ea2;
}

.block.stream .preview_text {
  color: #494949;
  margin: 4px 0;
}

.block.stream .block-content .stream-comment {
  color: #ee9d00;
  text-decoration: none;
  font-weight: bold;
}

.block.stream .stream-item-footer {
  color: #333;
}

.block.stream .stream-item-footer a {
  text-decoration: underline;
}

.block .block-content .left .disc_separator {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 24px;
  height: 13px;
}

.block.stream .block-content .left .rss_link {
  padding-left: 17px;
  background: url(https://mysku.me/images/icons/rss.png) 0 50% no-repeat;
}

.block.stream .stream-content li {
  padding: 6px 0;
  overflow: hidden;
  border-bottom: dotted 1px #c7c7c7;
  background: none;
}

.block.stream .stream-content li.even {
  padding: 6px 0;
  overflow: hidden;
  border-bottom: dotted 1px #c7c7c7;
  background: none;
}

.block-content.messages .stream-content li {
  border-top: dotted 1px #c7c7c7;
  border-bottom: none !important;
}

.block-content.messages .stream-content li:first-child {
  border-top: none;
}

.block.white {
  background: #fff !important;
}

.user-statistics > li {
  display: block;
  padding: 5px 0;
  color: #999;
  font-size: 13px;
}

.user-statistics > li > span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #494949;
  margin-bottom: 15px;
}

.block-user-info .user-statistics__item {
  display: block;
  padding: 3px 0 3px 33px;
  color: #999;
  font-size: 13px;
  background-image: url(https://mysku.me/images/elements/user-statistics.png);
  background-repeat: no-repeat;
}

.block-user-info .user-statistics__item:nth-child(n+2) {
  margin-top: 7px;
}

.block-user-info .user-statistics__item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #494949;
  margin-bottom: 15px;
}

.block-user-info .user-statistics__item.user-statistics__item_discounts {
  background-position: 3px 4px;
}

.block-user-info .user-statistics__item.user-statistics__item_reviews {
  background-position: 3px -26px;
}

.block-user-info .user-statistics__item.user-statistics__item_lifetime {
  background-position: 3px -56px;
}

.block-user-info .user-statistics__item.user-statistics__item_rating {
  background-position: 3px -101px;
}

.block-user-info .user-statistics__item.user-statistics__item_lifetime + .user-statistics__item_rating {
  margin-top: 22px;
}

.block-user-info .user-statistics__ratings {
  margin-top: 29px;
}

.block-user-info .user-actions li {
  margin-bottom: 10px;
}

.block-user-info .user-actions li.add a {
  color: #266f00;
}

.block-user-info .user-actions li.del a {
  color: #d22b14;
}

.block-user-info .photo-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.block-user-info .photo-wrapper img {
  max-width: 100%;
}

.social-list {
  float: left;
  margin: 0 !important;
  padding: 0;
}

.social-list li {
  float: left;
  margin-right: 4px;
  list-style: none !important;
  padding: 0 !important;
  border: 0 !important;
}

.social-list li a {
  float: left;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.social-list li a:hover {
  opacity: 1;
}

.social-list li.face a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -19px 0 no-repeat;
}

.social-list li.vk a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) 0 0 no-repeat;
}

.social-list li.tweet a {
  background: url(https://mysku.me/images/icons/social_buttons_small.png) -38px 0 no-repeat;
}

.paginator {
  display: block;
  width: 100%;
  margin-bottom: 53px;
}

.paginator li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 8px;
  margin: -3px 3px;
  background: #ececec;
  border-radius: 12px;
}

.paginator li .a-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  color: #284ea2;
  text-decoration: none;
}

.paginator li.active {
  background: none;
}

.paginator li.active .a-link {
  color: #000;
}

.paginator li .a-link em {
  font-style: normal;
  font-family: Time New Roman;
}

.paginator li.prev .a-link,
.paginator li.next .a-link,
.paginator li.last .a-link {
  text-decoration: none;
}

.paginator li.prev .a-link.unactive,
.paginator li.next .a-link.unactive,
.paginator li.last .a-link.unactive {
  color: #494949 !important;
  cursor: default;
}

.paginator li.prev,
.paginator li.next,
.paginator li.last {
  padding: 0;
  margin: 0;
  background: none;
}

.paginator li.prev .a-link:hover,
.paginator li.next .a-link:hover,
.paginator li.last .a-link:hover {
  text-decoration: underline;
}

.paginator li.prev .a-link.unactive,
.paginator li.next .a-link.unactive,
.paginator li.last .a-link.unactive {
  text-decoration: none;
}

.paginator li.prev,
.paginator li.next {
  margin: 0 23px 15px 0;
}

.paginator li.prev .a-link,
.paginator li.next .a-link {
  font-size: 16px;
  font-weight: bold;
}

.paginator li.last {
  margin-left: 7px;
  background: none !important;
}

.paginator-header {
  margin-bottom: 0;
}

/*
 * Similar Posts
 * -------------------------------------------------------------------
 */

a.add-recommendation {
  background: url(https://mysku.me/images/icons/green_plus.png) no-repeat 0 1px;
  padding-left: 15px;
  margin-left: 5px;
  text-decoration: none;
  font-size: 12px;
  color: green;
}

.overview-wrap {
  margin-bottom: 40px;
}

.overview-wrap .tab-wrap .tab-button.similarOverviews {
  font-size: 18px;
  color: #414171;
  text-decoration: none;
  margin-right: 35px;
}

.overview-wrap .tab-wrap .tab-button {
  border-bottom: 1px dashed #284ea2;
}

.overview-wrap .tab-wrap .tab-button.activeTab {
  border-bottom: 0;
}

.overview-wrap .tab-wrap .tab-button.otherOverviews {
  font-size: 16px;
  text-decoration: none;
}

.overview-wrap .tab-wrap {
  margin-bottom: 10px;
}

.overview-wrap .overview-block .tab-item {
  position: relative;
  display: none;
}

.overview-wrap .overview-block .tab-item.active {
  display: block;
}

.overview-wrap .overview-block .tab-item .lm {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -50px;
  padding: 0 10px;
}

.overview-wrap .overview-block .tab-item .lm a {
  color: #777;
  background-color: white;
  text-decoration: none;
  border-bottom: 0;
}

.overview-wrap .overview-block .tab-item .lm a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #777;
}

.overview-wrap .overview-block .tab-item .string {
  width: 100%;
  position: relative;
}

.overview-wrap .overview-block .tab-item .string table {
  border-spacing: 0;
}

.overview-wrap .overview-block .tab-item .string .cross {
  color: #bebebe;
  position: absolute;
  top: 10px;
  right: 14px;
  font-weight: bold;
}

.overview-wrap .overview-block .tab-item .string .cross:hover {
  cursor: pointer;
  color: #d81e59;
}

.overview-wrap .overview-block .tab-item .string .inner:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.overview-wrap .overview-block .tab-item .string .inner {
  border: 1px solid #ededed;
  border-left: 0;
  padding: 7px;
  padding-right: 19px;
  width: 100%;
  border-top: 0;
}

.overview-wrap .overview-block .tab-item .string .inner .title {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #525252;
}

.overview-wrap .overview-block .tab-item .string .inner .title a {
  margin-bottom: 1px;
  color: #525252;
  text-decoration: none;
}

.overview-wrap .overview-block .tab-item .string .inner .title a:hover {
  color: #284ea2;
  text-decoration: none;
}

.overview-wrap .overview-block .tab-item .string .inner .indicators {
  line-height: 1;
}

.overview-wrap .overview-block .tab-item .string .inner .indicators .view-count {
  padding-left: 22px;
  color: #525252;
  background: url("https://mysku.me/images/icons/views_count.png") left center no-repeat;
  margin-right: 10px;
}

.overview-wrap .overview-block .tab-item .string .inner .indicators .comment-count {
  padding-left: 18px;
  background: url("https://mysku.me/images/icons/comments_count.png") left bottom no-repeat;
}

.overview-wrap .overview-block .tab-item .string td {
  border-spacing: 0;
}

.overview-wrap .overview-block .tab-item .string .rate {
  position: relative;
  padding-right: 50px;
  background-color: #f2f2f2;
  border-bottom: 1px solid white;
}

.overview-wrap .overview-block .tab-item .string .rate:last-child {
  border-bottom: 1px solid black;
}

.overview-wrap .overview-block .tab-item .string .rate > span {
  position: absolute;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #284ea2;
  width: 36px;
  text-align: center;
  top: 12px;
  left: 50%;
  margin-left: -18px;
}

/*
 * Comments
 * -------------------------------------------------------------------
 */

.comments {
  color: #494949;
}

.comments .comment {
  position: relative;
  zoom: 1;
}

.comments .comment .clear {
  display: none;
}

.comments .comment .separator {
  height: 19px;
}

.comments .comment .comment {
  padding-left: 30px;
}

/* Header */
.comments .header {
  margin-bottom: 20px;
}

.comments .header .title {
  margin-bottom: 0;
  color: #414171;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 18px;
}

.comments .header a.rss {
  margin-left: 5px;
  padding-left: 16px;
  color: #284ea2;
  background: url(https://mysku.me/images/icons/rss.png) 0 50% no-repeat;
}

.comments .header .align_right {
  float: right;
}

.comments .header .align_right i {
  display: inline-block;
  width: 0;
  margin: 0 13px -6px 13px;
  height: 17px;
  border-left: solid 1px #dbdbdb;
}

.comments .header .align_right a {
  text-decoration: none;
  border-bottom: 1px dashed #284ea2;
}

.comments .header .align_right a:hover {
  border-bottom: none;
}

/* Comment Types */

/* default background of comment */
.comments .comment .content.self .text {
  padding: 5px;
  border-radius: 5px;
}

.comments .comment .content.del .left_side {
  opacity: 0.25;
}

.comments .comment .content.del .info ul li a {
  opacity: 0.25;
}

.comments .comment .content.del .info ul li span {
  opacity: 0.25;
}

.comments .comment .content.del .text {
  opacity: 0.5;
}

.comments .comment .content.del .voting {
  opacity: 0.25;
}

.comments .comment .content.del small {
  opacity: 0.25;
}

.comments .comment .content.del .info ul li a.repair {
  opacity: 1;
}

.comments .comment .content:first-child {
  margin-top: 0;
}

.main_side.view {
  background: #cdf5a6 !important;
}

.main_side.self {
  background: #fffef2 !important;
}

.main_side.new {
  background: #e4fbf1 !important;
}

.main_side.del {
  background-image: url(https://mysku.me/images/elements/text_bg_deleted.gif);
}

.main_side.from_mod {
  padding-left: 10px;
  border-left: solid 2px #d22b14;
}

.main_side.pending_hard {
  margin-left: 2px;
  padding-left: 10px;
  border-left: solid 2px #3d71e2;
}

.main_side.pending_soft {
  margin-left: 2px;
  padding-left: 10px;
  border-left: solid 2px #aa6cff;
}

.main_side.blacklisted {
  margin-left: 2px;
  padding-left: 10px;
  border-left: solid 2px #333;
}

.comment_text {
  padding-left: 12px;
}

.comment_text .text img {
  max-width: 100%;
}

span.pending,
span.pending a {
  color: #c5c5c5;
  font-size: 16px;
}

/* Single Comment */
.comment .folding,
.comment .fopen {
  left: -15px;
}

.comment .folding {
  width: 11px;
  height: 11px;
  float: right;
  position: absolute;
  top: 14px;
  z-index: 200;
  background: #fff;
}

.comment .fopen {
  width: 11px;
  height: 11px;
  float: right;
  position: absolute;
  top: 14px;
  z-index: 200;
  background: #fff;
}

.comment .folding.off {
  display: none;
}

.comment .content {
  padding: 0;
}

.comment span.delete {
  color: #c5c5c5;
  font-size: 16px;
}

.page-content .additional-links {
  float: left;
  margin-right: 20px;
  padding: 0 20px 0 0;
  width: 215px;
  border-right: solid 1px #e9e9e9;
}

.page-content .additional-links li {
  display: block;
}

.page-content .link-separator {
  display: block;
  margin-bottom: 21px;
}

.page-content .coupon-code-banner {
  margin-top: 0;
}

.additional-links .link-separator {
  display: none;
}

.additional-links ul {
  overflow: hidden;
  margin-top: -3px;
  padding-top: 3px;
}

.additional-links li {
  vertical-align: top;
  margin-bottom: 8px;
}

.additional-links a {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-family: Verdana, Arial, Helvetica sans-serif;
}

a.small-banner {
  display: block;
  position: relative;
  width: 191px;
  max-width: 191px;
  text-align: center;
  text-decoration: none;
  padding: 17px 12px 26px;
  background: url(https://mysku.me/images/elements/review_banner_bg.png) repeat-y -436px 0;
  font-size: 12px;
  color: #333;
  line-height: 14px;
}

.review-product-banner {
  margin-top: 3px;
}

.small-banner b {
  display: inline-block;
  margin-bottom: 2px;
  color: #284ea2;
  font-size: 13px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  text-transform: uppercase;
}

.small-banner .bg-top,
.small-banner .bg-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9px;
  background: url(https://mysku.me/images/elements/review_banner_bg.png) no-repeat;
}

.small-banner .bg-bottom {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  height: 18px;
  background: url(https://mysku.me/images/elements/review_banner_bg.png) no-repeat -218px 0;
}

a.coupon-code-banner {
  margin-top: -3px;
  padding: 21px 12px 16px;
  background: url(https://mysku.me/images/elements/discount_coupon_bg.png) repeat-y -220px 0;
}

.coupon-code-banner .bg-top {
  height: 19px;
  background-image: url(https://mysku.me/images/elements/discount_coupon_bg.png);
}

.coupon-code-banner .bg-bottom {
  height: 16px;
  background: url(https://mysku.me/images/elements/discount_coupon_bg.png) -439px 0;
}

.coupon-code-banner b {
  color: #664f2a;
}

/* Text of Comment */
.comment .content .left_side {
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.comment .content .main_side {
  margin-right: 28px;
  padding: 10px 35px 9px 33px;
  position: relative;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
}

.comment .content .main_side.from_mod {
  border-radius: 0 5px 5px 0;
  border-left-color: #d22b14;
  border-left-width: 2px;
}

.comment .content .main_side.pending_hard {
  border-radius: 0 5px 5px 0;
  border-left-color: #3d71e2;
  border-left-width: 2px;
}

.comment .content .main_side.pending_soft {
  border-radius: 0 5px 5px 0;
  border-left-color: #aa6cff;
  border-left-width: 2px;
}

.comment .content .main_side.blacklisted {
  border-radius: 0 5px 5px 0;
  border-left-color: #333;
  border-left-width: 2px;
}

.comment .content .text {
  margin-bottom: 4px;
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  color: #494949;
}

.comment .content .text .moderation {
  color: #9f8c35;
  font-style: italic;
}

.comment .content .avatar_image {
  float: left;
  margin-right: 13px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

#comment_preview_0 {
  border-top: 5px solid #f6f2d2;
  border-bottom: 5px solid #f6f2d2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Vote Block */
.comment .voting {
  position: absolute;
  top: 11px;
  right: 11px;
  text-align: center;
}

.comment .voting .total {
  position: absolute;
  top: 11px;
  left: 25px;
  display: block;
  width: 32px;
}

.comment .voting.positive .total {
  color: #390;
}

.comment .voting.negative .total {
  color: #d22b14;
}

.comment .voting a,
.profile-blog .voting a,
.profile-user .voting a {
  display: block;
  width: 13px;
  height: 14px;
  background: url(https://mysku.me/images/elements/arrows_small.png) no-repeat;
  cursor: pointer;
}

.comment .voting a.plus,
.profile-blog .voting a.plus,
.profile-user .voting a.plus {
  margin-bottom: 6px;
  background-position: -1px 0;
}

.comment .voting a.plus:hover,
.profile-blog .voting a.plus:hover,
.profile-user .voting a.plus:hover {
  background-position: -18px 0;
}

.comment .voting a.minus,
.profile-blog .voting a.minus,
.profile-user .voting a.minus {
  background-position: -1px -18px;
}

.comment .voting a.minus:hover,
.profile-blog .voting a.minus:hover,
.profile-user .voting a.minus:hover {
  background-position: -18px -18px;
}

.comment .voted.plus a.plus,
.profile-blog .voted.plus a.plus,
.profile-user .voted.plus a.plus {
  background-position: -18px 0 !important;
  opacity: 0.7;
}

.comment .voted.minus a.minus,
.profile-blog .voted.minus a.minus,
.profile-user .voted.minus a.minus {
  background-position: -18px -18px !important;
  opacity: 0.7;
}

/* Info Block */
.comment .info {
  line-height: 14px;
  overflow: hidden;
  zoom: 1;
}

.comment .info p a.author,
.comment .info .user_name a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.comment .info p a.author:hover {
  color: #494949;
}

.comment img.avatar {
  display: inline-block;
  *display: inline;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  height: 24px;
  zoom: 1;
}

.comment .user-rate-icon {
  margin-top: -2px;
  vertical-align: middle;
}

.comment .info ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 3px 0 2px;
}

.comment .info ul li {
  float: left;
  padding: 0 12px;
  border-left: solid 1px #dbdbdb;
}

.comment .info ul.comment_actions li {
  padding: 0;
  border: 0;
  margin-right: 10px;
}

.comment .info ul li:first-child {
  padding-left: 0;
  border: 0;
}

.comment .info ul li.date {
  color: #999;
}

.comment .info a.imglink {
  display: block;
  width: 11px;
  height: 13px;
  text-decoration: none;
  position: relative;
}

.comment .info ul li.goto-comment-parent a,
.comment .info ul li.goto-comment-child a {
  text-decoration: none;
  border-bottom: 1px dotted #79b1d4;
  font-family: tahoma;
}

.comment .info a.link {
  background: url(https://mysku.me/images/icons/anchor.png) no-repeat;
}

.comment .info a.link:hover {
  background: url(https://mysku.me/images/icons/anchor.png) 0 -13px no-repeat;
}

.comment .info li.favorite {
  padding-left: 0;
  border: 0;
}

.comment .info li.favorite a {
  width: 13px;
  height: 12px;
  background: url(https://mysku.me/images/icons/comments_favorite.png) 0 0 no-repeat;
  display: block;
  outline-style: none;
}

.comment .info li.favorite a:hover {
  background: url(https://mysku.me/images/icons/comments_favorite.png) 0 -12px no-repeat;
}

.comment .info li.favorite.active a,
.comment .info li.favorite .active {
  background: url(https://mysku.me/images/icons/comments_favorite.png) 0 -12px no-repeat;
}

.comment .info a.off {
  color: #999;
}

.comment .info a.repair,
.comment .info a.approve {
  color: #266f00;
}

.comment .info a.delete,
.comment .info a.moderate {
  color: #d22b14;
}

.comment .comment-topic {
  color: #999;
  padding-bottom: 3px;
  padding-left: 2px;
}

.comment .comment-topic a {
  font-weight: bold;
}

.comment .comment-topic a.comment-blog {
  color: #999;
}

.comment .comment-topic a.comment-total {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: -4px;
  margin-left: 5px;
  color: #284ea2;
  padding-left: 20px;
  padding-bottom: 0;
  background: url(https://mysku.me/images/icons/comments_count.png) 0 5px no-repeat;
}

.comments.padding-none {
  padding-left: 0;
}

.comments.padding-none .comment {
  margin-bottom: 28px;
  position: relative;
  padding-left: 34px;
  margin-right: 20px;
}

.comments.padding-none .comment .user_avatar {
  position: absolute;
  left: 0;
  top: 4px;
}

.comments.padding-none .comment .info ul {
  margin-top: 5px;
}

.comments.padding-none .comment .content,
.comments.padding-none .comment .info {
  margin-left: 0;
}

.comments.padding-none .voting {
  top: 28px;
}

.reply-title {
  margin-left: 0;
  font-family: arial;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.reply-title a {
  text-decoration: none;
  border-bottom: dashed 1px #becae3;
  font-family: arial;
}

.reply-title a:hover {
  border-bottom: 0;
  margin-bottom: 1px;
}

.reply {
  padding: 0 0 10px 65px;
}

.reply.padding_left_0 {
  padding: 0 0 10px;
}

.reply textarea {
  width: 100%;
  height: 70px;
}

.reply textarea.loader {
  background: #f7f7f7 url(https://mysku.me/images/elements/loader.gif) no-repeat center;
}

.active_moderate {
  padding-left: 5px;
  border-left: solid 2px #d22b14;
  margin-left: 55px !important;
}

/*
 * Profile of Blog
 * -------------------------------------------------------------------
 */

.profile-blog {
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.profile-blog img.avatar {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

.profile-blog .title {
  display: inline;
  font-weight: normal;
  color: #284ea2;
  line-height: 30px;
  font-size: 28px;
  font-family: Verdana, Arial, Helvetica sans-serif;
}

.profile-blog .title-link {
  outline: none;
  text-decoration: none;
  border-bottom: 1px dashed #becae3;
  color: #284ea2 !important;
  cursor: pointer;
}

.profile-blog span.rss,
.profile-blog span.link,
.profile-blog span.edit,
.profile-blog span.open,
.profile-blog span.delete {
  display: inline-block;
  margin-right: 12px;
  margin-top: 10px;
}

.profile-blog span.rss a {
  color: #284ea2;
  background: url(https://mysku.me/images/icons/rss.png) 0 50% no-repeat;
  padding-left: 16px;
}

.profile-blog span.edit a {
  color: #284ea2;
  background: url(https://mysku.me/images/icons/edit.gif) 0 50% no-repeat;
  padding-left: 16px;
}

.profile-blog span.open span {
  color: #284ea2;
  background: url(https://mysku.me/images/icons/open.gif) 0 50% no-repeat;
  padding-left: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.profile-blog span.open span:hover {
  text-decoration: none;
}

.profile-blog span.delete a {
  color: #d22b14;
  background: url(https://mysku.me/images/icons/delete.gif) 0 50% no-repeat;
  padding-left: 16px;
}

.profile-blog span.link a {
  color: #284ea2;
}

.profile-blog span.subscription {
  color: #333;
  margin-top: 10px;
  border-left: solid 1px #dbdbdb;
  padding-left: 12px;
  margin-right: 12px;
}

.profile-blog span.subscription a.subscription_button {
  margin: -1px 8px -6px 8px;
}

.profile-blog .join a {
  display: inline-block;
  width: 39px;
  height: 19px;
  background: url(https://mysku.me/images/icons/checkbox.png) -39px 0 no-repeat;
  margin: -1px 0 -5px 4px;
}

.profile-blog .join.active a {
  background: url(https://mysku.me/images/icons/checkbox.png) 0 0 no-repeat;
}

.profile-blog .about {
  color: #494949;
}

.profile-blog .about p {
  margin-bottom: 15px;
  color: #494949;
  line-height: 18px;
}

.profile-blog .about p:last-child {
  margin-bottom: 0;
}

.profile-blog .description {
  font-size: 14px;
}

.profile-blog > .section {
  margin-bottom: 15px;
}

.profile-blog > .section:last-child {
  margin-bottom: 0;
}

.profile-blog a.help {
  display: inline-block;
  background: #ebe7d9;
  padding: 1px 3px 2px;
  margin-left: 5px;
  font-size: 12px;
  color: #664f2a;
  line-height: 12px;
  border-radius: 3px;
  text-decoration: none;
  font-family: arial;
}

/**
 * User and blog vote
 */
.vote-block {
  float: right;
  font-size: 10px;
  position: relative;
  top: -5px;
  text-align: center;
}

.vote-block .vote-sub-block {
  display: inline-block;
  border-radius: 3px;
}

.vote-block .clear:first-child {
  height: 17px;
}

.vote-block .clear {
  clear: both;
  color: #949494;
  font-size: 9px;
}

.vote-block .text,
.vote-block .count {
  display: inline-block;
  color: #949494;
  font-size: 9px;
  position: relative;
  top: -8px;
}

.vote-block a.minus,
.vote-block span.minus {
  float: left;
  margin: 11px 7px 0 0;
}

.vote-block .total {
  float: left;
  font-weight: bold;
  color: #333;
  padding: 9px 13px;
  font-size: 14px;
  background: #eee;
  border-radius: 2px;
}

.vote-block a.plus {
  float: left;
  margin: 11px 0 0 7px;
}

.vote-block span.minus {
  display: block;
  width: 13px;
  height: 14px;
}

/*
 * Profile of user
 * -------------------------------------------------------------------
 */

.profile-user {
  padding-right: 15px;
}

.profile-user .voting.positive .total {
  background: #68bf46;
  color: #fff;
}

.profile-user .voting.negative .total {
  background: #ff3b3c;
  color: #fff;
}

.profile-user h1.title {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  padding: 0 0 1px 2px;
  margin-bottom: 7px;
}

.profile-user h1 {
  color: #494949;
  margin-bottom: 20px;
}

.profile-user .name {
  overflow: hidden;
  color: #999;
  margin-bottom: 20px;
}

.profile-user .name img.avatar {
  float: left;
  margin-right: 15px;
}

.profile-user .name p.nickname {
  font-size: 24px;
  margin-top: 2px;
  margin-bottom: 10px;
  color: #333;
}

.profile-user .name div.nickname {
  font-size: 24px;
  margin-top: 2px;
  margin-bottom: 10px;
  color: #333;
  float: left;
}

.profile-user .name p.realname {
  font-size: 18px;
  margin-bottom: 15px;
}

.profile-user .user-subscribe {
  padding: 0;
  position: relative;
  top: 5px;
  padding-left: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.profile-user span.subscription {
  color: #333;
  margin-top: 10px;
  border-left: solid 1px #dbdbdb;
  padding-left: 12px;
  margin-right: 12px;
}

.profile-user span.subscription a.subscription_button {
  margin: -1px 8px -6px 8px;
}

.profile-user .join a {
  display: inline-block;
  width: 39px;
  height: 19px;
  background: url(https://mysku.me/images/icons/checkbox.png) -39px 0 no-repeat;
  margin: -1px 0 -5px 4px;
}

.profile-user .join.active a {
  background: url(https://mysku.me/images/icons/checkbox.png) 0 0 no-repeat;
}

.profile-user td {
  vertical-align: top;
}

.profile-user td.var {
  color: #999;
  font-weight: bold;
  min-width: 150px;
  padding: 0 0 5px;
}

.profile-user td.friends {
  color: #999;
}

.profile-user td.friends a {
  color: #999;
  padding: 5px 0;
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat scroll 0 -101px;
  padding-left: 12px;
}

.profile-user .profile-mod-actions tr td {
  border-right: 1px solid #666;
  padding-right: 5px;
  padding-left: 4px;
}

.profile-user .profile-mod-actions tr.action-time td {
  border-right: 1px solid #fff;
}

.profile-user .profile-mod-actions tr td:first-child {
  padding-left: 0;
}

.profile-user .profile-mod-actions tr td:last-child {
  border-right: 0 solid #fff;
}

.profile-user .profile-mod-actions tr.action-time input {
  width: 80px;
  border: 1px solid #a6a6a6;
}

.profile-clones a.delete {
  background: url(https://mysku.me/images/icons/delete.gif) no-repeat 0 1px;
  padding-left: 15px;
  margin-left: 10px;
  color: #d22b14;
}

.achivements > .achivement:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}

.achivement {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  font-family: Verdana, sans-serif;
}

.achivement + .achivement {
  margin-top: 20px;
}

.achivement__cover {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 25px;
  font-size: 10px;
  line-height: 1.3;
}

.achivement__content {
  width: 100%;
}

.achivement__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.achivement__title,
.achivement__title a {
  font-family: "PT Sans", sans-serif;
  color: #494949;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-right: auto;
}

.achivement__title a {
  text-decoration: underline;
}

.achivement__title a:hover {
  text-decoration: none;
}

.achivement__progress {
  margin-left: auto;
  color: #979797;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 400;
}

.achivement__progress-bar {
  margin-top: 15px;
  margin-bottom: 13px;
}

.achivement__description {
  color: #979797;
  font-size: 12px;
  line-height: 1.33;
}

.awards-list-empty {
  color: #c5c5c5;
  font-size: 16px;
}

.awards-list {
  overflow: hidden;
  padding-top: 7px;
}

.awards-list li {
  float: left;
  width: 140px;
  height: 113px;
  text-align: center;
}

.awards-list .rectangle {
  display: inline-block;
  position: relative;
  margin: 3px 0 4px;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  background: #d5d2c6;
}

.awards-list a {
  color: #000;
  text-decoration: underline;
}

.awards-list a:hover {
  text-decoration: none;
}

.awards-list .title {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica sans-serif;
}

.awards-list .date {
  margin-top: -3px;
  font-size: 11px;
  color: #9999a6;
  font-family: Verdana, Arial, Helvetica sans-serif;
}

.awards-list .rectangle .icon {
  position: absolute;
  right: -9px;
  bottom: -9px;
  border-radius: 50%;
  border: solid 2px #fff;
}

.user-topic-starter {
  background-color: #fffcdc;
}

.select-list-wrap .icon-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 14px;
  height: 14px;
  background: url(https://mysku.me/images/icons/window_close.gif) no-repeat;
  cursor: pointer;
}

/*
 * Coupons main page
 * -------------------------------------------------------------------
 */

.select-shop-list {
  position: relative;
}

/* РїР°РЅРµР»СЊРєР° СЃРѕ СЃРїРёСЃРєРѕРј РјР°РіР°Р·РёРЅРѕРІ */
.select-list-wrap {
  position: absolute;
  padding: 24px 0 0;
  width: 800px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 12px 34px 1px rgba(0, 0, 0, 0.3);
  z-index: 9;
  overflow: hidden;
}

/* РљРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ Р±СѓРєРѕРІРѕРє */
.select-list-wrap .top-shop-list {
  margin: 0 0 31px 30px;
  overflow: hidden;
}

.select-list-wrap h2,
.select-list-wrap .main-title {
  margin-left: 30px;
  font-family: 'PT Sans Caption';
  color: #414171;
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 25px;
  font-weight: bold;
}

.select-list-wrap .top-shop-list li {
  overflow: hidden;
  list-style-image: none !important;
  float: left;
  margin-bottom: 10px;
  width: 188px;
}

#select-model-wrap .model-list li {
  overflow: hidden;
  list-style-image: none !important;
  float: left;
  margin-bottom: 10px;
  width: 188px;
}

.select-list-wrap .top-shop-list a {
  font-size: 16px;
  text-decoration: none;
}

.select-list-letters .shop-tabs {
  padding-left: 23px;
  position: relative;
}

.select-list-letters .shop-tabs > li {
  float: left;
  margin-right: 1px;
  padding-bottom: 150px;
  margin-bottom: 0;
  list-style-image: none !important;
}

.select-list-letters .shop-tabs a {
  font-size: 14px;
  text-decoration: none;
}

.select-list-letters .title {
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  color: #284ea2;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.letter-selector.letter-width-1-slim .title {
  width: 15px;
}

.letter-selector.letter-width-1 .title {
  width: 22px;
}

.letter-selector.letter-width-2 .title {
  width: 30px;
}

.letter-selector.letter-width-3 .title {
  width: 30px;
}

.select-list-letters .title:hover {
  background: #284ea2;
  color: #fff;
}

.select-list-letters .active .title {
  background: #ebebeb;
  color: #000;
}

.select-list-wrap .tab-content {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 38px;
  border-top: solid 1px #dbdbdb;
  padding: 22px 0 21px 22px;
}

.select-list-wrap .active .tab-content {
  display: block;
}

.select-list-wrap .tab-content li {
  float: left;
  width: 188px;
  margin: 0 0 9px;
  margin-bottom: 0 !important;
  list-style-image: none !important;
}

.select-list-wrap .tab-content a {
  padding: 5px 8px 6px;
}

.select-list-wrap .tab-content a:hover {
  text-decoration: underline;
}

.select-list-wrap .current a {
  position: relative;
  background: #ebebeb;
  color: #000;
  text-decoration: none;
}

.select-list-wrap .active .tab-content {
  display: block;
  width: 100%;
}

.select-list-wrap .top-shop-list a:hover {
  text-decoration: underline;
}

.select-shop-list .shop-input-wrap {
  position: relative;
}

.select-shop {
  position: absolute;
  right: 12px;
  top: 4px;
  border-bottom: dashed 1px #bdc9e2;
  font-size: 15px;
  cursor: pointer;
}

.select-shop-list .select-shop {
  position: absolute;
}

/*
 * People & Top
 * -------------------------------------------------------------------
 */

.table-view {
  margin-bottom: 20px;
}

.table-view .block-nav {
  margin-bottom: 20px;
}

.table-view h1 {
  color: #494949;
  margin-bottom: 20px;
}

.table-view h1 span {
  color: #266f00;
}

.table-view table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table-view table thead td {
  font-weight: bold;
  padding: 0 0 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'PT Sans Caption';
  color: #494949;
  padding-left: 40px;
  border-bottom: 1px solid #ededed;
}

.table-view table thead tr td:first-child {
  text-align: left;
  padding-left: 5px;
  padding-left: 0;
}

.table-view table thead tr td:last-child {
  text-align: right;
  padding-right: 5px;
}

.table-view table tbody td {
  padding: 5px 0;
  color: #666;
  border-bottom: 1px solid #ededed;
  vertical-align: middle;
  padding-left: 40px;
}

.table-view table tbody tr:hover td {
  background: #f5f5f5;
}

.table-view table tbody tr td:first-child {
  text-align: left;
  padding-left: 5px;
  padding-left: 0;
}

.table-view table tbody tr td:last-child {
  text-align: right;
  padding-right: 5px;
}

.people-list table tbody td.rating {
  color: #333;
  font-size: 14px;
}

.people-list table tbody td.user {
  padding-left: 10px;
  overflow: hidden;
  _height: 1%;
}

.people-list table tbody td.user img {
  float: left;
  margin-right: 7px;
  width: 24px;
  height: 24px;
}

.people-list table tbody td.user a.link {
  position: relative;
  top: 1px;
  font-size: 15px;
}

.talk-list table td.rating {
  width: 20px;
}

.talk-list table td.name {
  width: 250px;
  padding-left: 5px !important;
}

.talk-list table td.date {
  width: 200px;
}

.talk-list table td.name a.author {
  margin-right: 10px;
  line-height: 14px;
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat scroll 0 -108px;
  padding-left: 12px;
  color: #999;
  font-weight: bold;
}

.talk-list table td.name a.inactive {
  color: #cfcfcf !important;
}

.talk-list table td.talk .favorite {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.talk-list table td.talk .favorite a {
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat scroll -40px -40px;
  width: 10px;
  height: 8px;
  display: block;
  outline-style: none;
}

.talk-list table td.talk .favorite a:hover {
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat scroll -50px -40px;
}

.talk-list table td.talk .favorite.active a {
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat scroll -50px -40px;
}

.blog-list table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.blog-list table thead td.rating {
  width: 60px;
  text-align: center;
}

.blog-list table tbody td.rating {
  color: #333;
  text-align: center;
}

.blog-list table thead td.readers {
  width: 60px;
  text-align: center;
}

.blog-list table tbody td.readers {
  color: #7e7e7e;
  text-align: center;
}

.blog-list table thead td.count {
  width: 120px;
  text-align: center;
}

.blog-list table tbody td.count {
  color: #7e7e7e;
  text-align: center;
}

.blog-list table thead td.join {
  width: 40px;
  text-align: center;
}

.blog-list table tbody td.join {
  text-align: center;
}

.blog-list table tbody td.join a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 39px;
  height: 19px;
  background: url(https://mysku.me/images/icons/checkbox.png) -39px 0 no-repeat;
}

.blog-list table tbody td.join.active a {
  background: url(https://mysku.me/images/icons/checkbox.png) 0 0 no-repeat;
}

.blog-list table tbody td.name {
  padding-left: 0;
}

.blog-list table tbody td.name a.title {
  color: #284ea2;
  font-size: 20px;
  line-height: 14px;
}

.blog-list table tbody td.name a.title.close {
  padding-right: 20px;
  background: url(https://mysku.me/images/icons/lock.png) no-repeat right 5px;
}

.blog-list table tbody td.name.unused a.title {
  color: #7e7e7e;
}

.blog-list table tbody td.image {
  width: 45px;
}

.blog-list table tbody td.image a {
  margin-left: 10px;
}

.blog-list .flow-name {
  text-align: left !important;
  font-size: 20px;
  color: #4d4339;
}

.winner-list .flow-name {
  text-align: left !important;
  font-size: 14px;
  color: #4d4339;
}

.winner-list .flow-name a,
.blog-list .flow-name a {
  text-decoration: none;
  color: #4d4339;
}

.winner-list .flow-name a:hover,
.blog-list .flow-name a:hover {
  text-decoration: underline;
}

.blog-list-table {
  margin-top: 20px;
  margin-bottom: 40px !important;
}

.people-list table tbody td.user {
  padding-left: 10px;
  overflow: hidden;
  _height: 1%;
}

.people-list table tbody td.user img {
  float: left;
  margin-right: 7px;
  width: 24px;
  height: 24px;
}

.login_form {
  width: 410px;
}

.login_form button[type="submit"] {
  float: right;
}

.subscription_button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 39px;
  height: 19px;
  background: url(https://mysku.me/images/icons/checkbox.png) -39px 0 no-repeat;
}

.subscription_button.active {
  background: url(https://mysku.me/images/icons/checkbox.png) 0 0 no-repeat;
}

/*
 * Topic Top
 * -------------------------------------------------------------------
 */

.topic.top {
  margin-bottom: 5px;
  margin-bottom: 15px;
  box-shadow: 0 0 0 #fff;
}

.topic.top h1 span {
  color: #266f00;
}

.topic.top .block-nav {
  margin-bottom: 5px;
}

.top-topics .topic {
  padding-left: 0 !important;
}

/*
 * Profiler
 * -------------------------------------------------------------------
 */

a.profiler {
  margin: 2px;
  padding: 4px;
  text-decoration: none;
}

a.profiler.active {
  background: #70aae0;
  color: white;
}

.profiler.entries {
  margin-top: 4px;
}

.profiler-table {
  padding-left: 25px;
}

.profiler-table .has-child {
  background: #e8e8e8;
}

.profiler-table .filter {
  background: #ffb5c5;
}

.profiler-highlight {
  margin: 0;
  text-align: center;
  background: #dafad8;
  border: 1px solid #83c460;
  padding: 2px;
  color: #266f00;
}

/*
 * Plugins
 * -------------------------------------------------------------------
 */

.plugins thead td.name {
  padding-left: 32px;
}

.plugins thead td.version,
.plugins td.version {
  width: 40px;
  text-align: center;
}

.plugins thead td.author,
.plugins td.author,
.plugins tbody td.action {
  width: 120px;
  text-align: center;
}

.plugins tbody td {
  padding: 7px 0;
  vertical-align: top;
}

.plugins td.name {
  overflow: hidden;
}

.plugins td.name img {
  float: left;
  padding-bottom: 5px;
  margin-right: 7px;
  width: 24px;
  height: 24px;
}

.plugins td.name a.title {
  font-size: 18px;
  line-height: 14px;
}

.plugins td.name a.author {
  line-height: 18px;
  background: url(https://mysku.me/images/icons/sprite_01.gif) no-repeat scroll 0 -108px;
  padding-left: 12px;
  color: #999;
  font-weight: bold;
}

.plugins td.activate,
.plugins td.deactivate {
  width: 120px;
  text-align: right;
  vertical-align: top;
}

.plugins td.activate strong {
  background: #6ec80d;
  color: #fff;
  padding: 5px 10px;
}

.plugins td.deactivate strong {
  background: #ff68cf;
  color: #fff;
  padding: 5px 10px;
}

.plugins td.activate strong a,
.plugins td.deactivate strong a {
  color: white;
  text-decoration: none;
}

/*
 * Footer
 * -------------------------------------------------------------------
 */

#footer .left {
  padding-right: 315px;
}

#footer .right {
  float: right;
  width: 300px;
  margin-right: -300px;
}

#footer .right span {
  float: left;
}

#footer .right span a {
  color: #6a747c;
  text-decoration: none;
}

#footer .right span a:hover {
  text-decoration: underline;
}

#footer .right span a img {
  margin: 0 1px -6px 0;
}

#footer .provenance {
  float: left;
  margin-top: 30px;
}

#footer .provenance a {
  text-decoration: none;
  color: #494949;
}

#footer .provenance a:hover {
  text-decoration: underline;
}

#footer .profile.guest {
  float: left;
  width: 192px;
}

#footer .nav-main {
  float: left;
}

.footer_menu,
#footer .footer_menu {
  display: table;
  width: 100%;
}

.footer_menu .footer_menu_row {
  display: table-row;
}

.footer_menu .footer_menu_row.row_titles {
  font-size: 11px;
  color: #494949;
}

.footer_menu .footer_menu_cell {
  display: table-cell;
  vertical-align: top;
  line-height: 24px;
}

.footer_menu .contact_email {
  color: #494949;
  text-decoration: none;
}

.footer_menu .contact_email:hover {
  text-decoration: underline;
}

.lsCmtTree_visible {
  display: block;
}

.lsCmtTree_hidden {
  display: none;
}

/*
 * Login and Lite Pages
 * -------------------------------------------------------------------
 */

.lite-center {
  margin: 20px auto;
  top: 200px;
  width: 100%;
  color: #888;
  max-width: 1240px;
}

.lite-center .title,
.login-popup .title {
  color: #414171;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'PT Sans Caption';
}

.lite-center .input-text,
.login-popup .input-text {
  width: 100%;
  padding: 8px 5px;
  margin: 0;
  border-radius: 3px;
  font-size: 18px;
}

.lite-center .input-checkbox,
.login-popup .input-checkbox {
  padding-top: 7px;
}

.lite-center .input-checkbox input,
.login-popup .input-checkbox input {
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.lite-center .input-note {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #979797;
  line-height: 14px;
  background: url(https://mysku.me/images/icons/hyphen.png) 0 8px no-repeat;
  padding-left: 30px;
}

.register_text_table {
  vertical-align: middle;
  text-align: left;
}

.register_text_table td {
  padding-bottom: 20px;
  padding-right: 30px;
}

.register_text_table td.label_text {
  padding-bottom: 0;
}

.register_text_table td.kcapcha img {
  float: left;
  margin-right: 13px;
}

.register_text_table td button {
  margin-top: 13px;
}

.register_text_table td input[type="text"] {
  width: 400px;
}

.register_text_table td input[type="password"] {
  width: 400px;
}

.lite-center.error h1 {
  font-size: 28px;
  color: #888;
}

.lite-center.error p {
  margin-bottom: 10px;
  color: #888;
}

.lite-center.register {
  position: static;
  margin: 28px auto 0;
}

.lite-note {
  overflow: hidden;
  zoom: 1;
}

.lite-note a {
  float: right;
}

.login_in_comments {
  padding: 15px 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
}

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

.login_in_comments table input {
  width: 96% !important;
  float: right;
}

.login_in_comments table td:first-child {
  width: 60%;
}

.login_in_comments table td:first-child input {
  float: left;
}

.login_in_comments form {
  width: auto;
}

.login_in_comments form hr {
  border: 0;
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 16px;
}

.login_in_comments form .form-title {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}

.login_in_comments form .password_reminder {
  float: right;
}

.login_in_comments form .registration_button {
  margin: 6px 12px 0 0;
}

.login_in_comments form button {
  float: right;
}

.login-popup {
  z-index: 100;
  width: 468px;
  box-shadow: 0 12px 35px 4px rgba(0, 0, 0, 0.3);
}

.login-popup .input-text {
  width: 100%;
  padding: 4px 5px;
  border-color: #a6a6a6;
  border-radius: 3px;
}

.login-popup .content {
  background: #fff;
  padding: 10px 30px;
}

.login-popup .login-popup-top {
  height: 14px;
  background: #fff;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.login-popup .login-popup-bottom {
  height: 14px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.login-popup .close-block {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: url(https://mysku.me/images/icons/window_close.gif) no-repeat;
}

.login-popup button[type="submit"] {
  float: right;
}

.mask {
  position: fixed !important;
  z-index: 999;
}

.upload-image p {
  margin-bottom: 5px;
}

.upload-image label {
  color: #aaa;
}

.tags-input {
  width: 400px;
  font-size: 18px;
  padding: 4px 4px 6px;
  border: 1px solid #ccc;
  color: #494949;
  background: #fafafa;
}

/*
 * Button
 * -------------------------------------------------------------------
 */

button,
a.button {
  border: none;
  background: none;
  padding: 0;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

button span,
button em,
a.button span,
a.button em {
  display: block;
  height: 31px;
  line-height: 31px;
  margin: 0;
  color: #333;
}

button span,
a.button span {
  background: url(https://mysku.me/images/elements/button_box.gif) no-repeat 0 0;
  margin-right: 20px;
}

button em,
a.button em {
  font-style: normal;
  padding-right: 20px;
  background: url(https://mysku.me/images/elements/button_box.gif) no-repeat right 0;
  position: relative;
  right: -20px;
}

a.button.small {
  font-size: 12px;
  text-decoration: none;
}

a.button.small span,
a.button.small em {
  height: 22px;
  line-height: 22px;
}

a.button.small span {
  background: url(https://mysku.me/images/elements/button_box_small.gif) no-repeat 0 0;
  margin-right: 20px;
}

a.button.small em {
  background: url(https://mysku.me/images/elements/button_box_small.gif) no-repeat right 0;
  _padding-left: 10px;
}

#system_messages_error {
  background: #f0c8c8;
  border: 1px solid #ff8181;
  padding: 15px;
  margin-bottom: 15px;
  color: #d22b14;
}

#system_messages_notice {
  background: #dafad8;
  border: 1px solid #83c460;
  padding: 15px;
  margin-bottom: 15px;
  color: #266f00;
}

.table-blog-users {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.table-blog-users thead td {
  background: #f1f1f1;
  padding: 10px;
  text-align: center;
  color: #494949;
}

.table-blog-users tbody td {
  background: #fafafa;
  padding: 5px 10px;
  text-align: center;
}

.table-blog-users tbody td.username {
  text-align: left;
}

.table-blog-users tbody tr.even td {
  background: #f5f5f5;
}

.searched-item {
  background: #fffacd;
}

/*
 * Static page edit
 * -------------------------------------------------------------------
 */

table.admin_page th {
  vertical-align: bottom;
  border: none;
  border-bottom: solid #b0c1d3 1px;
  padding: 0.2em 0.6em 0.2em 0.65em;
  background: #e2e4e4;
  font-size: 0.9em;
  font-weight: normal;
  color: #6e6e6e;
}

table.admin_page td {
  padding: 6px 8px;
  border: none;
  border-right: solid #b0c1d3 1px;
}

table.admin_page tr.colored td {
  background-color: #eef6fb;
}

table.admin_page tr.colored_sel td {
  background-color: #d9fbc2;
}

table.admin_page {
  font-size: 0.9em;
  border: none;
  margin: 20px 0 30px;
  border-bottom: solid 1px #b0c1d3;
}

table.admin_page td:first-child {
  border-left: solid #b0c1d3 1px;
}

table.admin_page td {  /* IE: */
  border-left: expression(previousSibling == null ? 'solid #b0c1d3 1px' : 'inherit');
}

.hidden {
  display: none;
}

.striked {
  text-decoration: line-through;
}

/*
 * Stat
 * -------------------------------------------------------------------
 */

.stat-performance {
  padding: 30px;
  margin: 0 0 -30px;
  background: #f0f7fd;
  border-top: 1px solid #d1e7f9;
  color: #333;
}

.stat-performance table {
  margin-top: 15px;
}

.stat-performance table td {
  width: 200px;
  vertical-align: top;
}

.profile-note-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 15px;
  font-size: 12px;
  color: #8a0a0a;
  text-align: center;
  background: #fff3c8;
  padding: 3px 7px;
  border-radius: 5px;
  width: 361px;
}

.profile-note-editor {
  display: none;
}

.profile-note-editor textarea {
  height: 100px;
  width: 100%;
}

.administration-rejected {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 15px 0;
  font-size: 12px;
  color: #8a0a0a;
  text-align: center;
  background: #eceef1;
  padding: 3px 7px;
  border-radius: 5px;
  width: 361px;
}

.administration-rejected .title a {
  font-size: 12px;
  color: #8a0a0a;
  text-decoration: none;
}

.administration-rejected .title a:hover {
  text-decoration: underline;
}

.administration-rejected .title {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d9dade;
}

.administration-rejected .descript {
  padding: 0 15px;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d9dade;
}

.administration-rejected .resubmit-button {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  color: #000;
  margin-top: 3px;
  margin-bottom: 5px;
}

.administration-rejected .title.no-line {
  margin-bottom: 0;
  border: none;
  padding-top: 5px;
}

.administration-rejected .descript.no-line {
  margin-bottom: 0;
  border: none;
}

.product_image {
  width: 250px;
  height: 250px;
}

/* Custom */
.mod_option {
  border-left: 2px solid rgb(224, 5, 0);
  padding-left: 10px;
}

.admin_option {
  border-left: 6px double rgb(224, 5, 0);
  padding-left: 6px;
}

#adm_icon_menu {
  background-color: #fff;
  height: 20px;
  left: 2px;
  opacity: 0.7;
  position: fixed;
  z-index: 990;
  top: 0;
  visibility: absolute;
  width: 450px;
}

#adm_icon_menu a {
  color: #000;
  font-weight: bold;
  margin-right: 7px;
}

.notifi {
  margin-bottom: 20px;
  padding: 11px 7px 13px 16px;
  background: #eceef1;
  font-size: 12px;
  line-height: 18px;
}

.notifi a {
  font-size: 12px;
}

.notifi-title {
  color: #8a0a0a;
}

.grey-btn,
button[type="submit"],
input[type="submit"],
.btn {
  display: inline-block;
  height: 29px;
  line-height: 28px;
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.43);
  font-size: 12px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.11);
  background: url(https://mysku.me/images/elements/button_bg_gray.png) #575f5e repeat-x;
}

.grey-btn-flat,
.btn-flat {
  border: 1px solid #575f5e !important;
  background-color: #575f5e !important;
  background-image: none !important;
}

.grey-btn-empty,
.btn-empty {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #575f5e !important;
  background-image: none !important;
}

button[type="submit"]:hover,
.grey-btn:hover,
input[type="submit"]:hover,
.btn:hover {
  background-position: 0 -29px;
}

button[type="submit"]:active,
.grey-btn:active,
input[type="submit"]:active,
.btn:active {
  background-position: 0 -58px;
}

.keyw-search {
  border: none;
  background-color: #f8f8fa;
}

.page-rule #sidebar {
  margin-top: -21px;
}

.page-rule h2 {
  font-size: 25px;
}

.page-rule .in-title {
  float: right;
  margin-top: -51px;
}

.page-rule .in-title {
  float: right;
  margin-top: -51px;
}

.page-rule .in-title.page-events {
  margin-top: 0;
}

.admin-edit-table {
  color: #494949;
}

.admin-edit-table tr td {
  padding: 0;
  border-bottom: solid 1px #ededed;
  min-height: 39px;
  vertical-align: middle;
}

.admin-edit-table th {
  padding-bottom: 10px;
  font-size: 10px;
  border-bottom: solid 1px #ededed;
  text-transform: uppercase;
}

.admin-edit-table .url {
  text-align: left;
}

.edit-admin-table tr td.category,
.edit-admin-table tr td.category a {
  font-size: 13px;
}

.admin-edit-table .event-title {
  font-size: 15px;
}

.admin-edit-table .remove,
.admin-edit-table .edit {
  text-decoration: none;
}

.admin-edit-table .angle {
  display: inline-block;
  position: relative;
  top: -5px;
  margin: 0 3px 0 10px;
}

.admin-edit-table .remove {
  color: #d22b14;
}

.admin-edit-table .icons {
  padding: 0 8px;
}

.admin-edit-table a.icons {
  padding: 0 10px 0 0;
}

.timetable .date {
  font-size: 14px;
  font-weight: bold;
}

.timetable .adit-date {
  font-size: 11px;
  font-weight: bold;
}

.text-dec {
  border-bottom: solid 1px;
}

.additional-materials-list {
  margin-top: 0;
}

.site-item-list {
  display: inline-block;
  margin-right: 1.4%;
  margin-bottom: 22px;
  padding-top: 16px;
  position: relative;
  width: 32%;
  background-repeat: no-repeat;
  background-position: top center;
  vertical-align: top;
}

.site-item-list:nth-child(3n) {
  margin-right: 0;
}

.site-item-list .site-item {
  border-bottom: dotted 1px #c7c7c7;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.site-item-list .site-item:last-child {
  border-bottom: 0;
}

.site-item-list .site-item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.site-item-list:nth-child(n+4) {
  border-top: solid 1px #dbdbdb;
}

.site-item-list:nth-child(n+4) h3:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -17px;
  width: 35px;
  height: 7px;
  background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGMkI1MUE3M0ZENDExRTNBOUM4QTE2MjEyNkUzNjk4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGMkI1MUE4M0ZENDExRTNBOUM4QTE2MjEyNkUzNjk4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEYyQjUxQTUzRkQ0MTFFM0E5QzhBMTYyMTI2RTM2OTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEYyQjUxQTYzRkQ0MTFFM0E5QzhBMTYyMTI2RTM2OTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAHACMDAREAAhEBAxEB/8QAWwAAAwEAAAAAAAAAAAAAAAAABQYHCgEBAAAAAAAAAAAAAAAAAAAAABAAAgIBBAIDAQAAAAAAAAAAAgMBBAUREhMGIRQAMQdxEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDex2Ov2KzRSvrOQpY2/F6sxz76PYSdEZL2UiHC/RrNR0nbEzETEEMzugA3eqPc72M4+n5KrRdtP2VGHFdsjMeBp5EzJVU/6AFr5ho/UhKfzDE/pS7R2DygVcINxwXUZV8ZaLL1smLQ1UKsE1L+TXcyGqiZ8zv+pC32K/Yi7Fj7NbIUl9aXRsLyOONG69YvFyeu5L+Etig1DWOQYjaUSJbokQYPgf/Z);
}

.site-item-list div.site-title {
  position: relative;
  margin-bottom: 13px;
  font-size: 14px;
  text-transform: uppercase;
  color: #494949;
}

.site-item-list div.site-item-title {
  margin-bottom: 3px;
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  color: rgb(68, 85, 124);
  text-decoration: none;
  line-height: 18px;
}

.site-item-list div.site-item-title:hover {
  text-decoration: underline;
}

.site-item-list .site-item-link {
  text-decoration: none;
}

.site-item-list .site-item-img {
  float: left;
  margin: 0 8px 0 0;
  max-width: 48px;
  max-height: 48px;
  border: solid 1px #dedede;
}

/* Toolbar styles */

.toolbar {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -60px;
}

.toolbar-btn {
  display: block;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  cursor: pointer;
}

.toolbar-btn.scroll-up {
  background: url(https://mysku.me/images/icons/toolbar_button_up.png) 7px 8px no-repeat;
}

.toolbar-btn.update-comments {
  background: url(https://mysku.me/images/icons/toolbar_button_update.png) 7px 7px no-repeat;
}

.toolbar-btn:hover {
  background-color: #f2f2f2 !important;
}

.toolbar-btn.new-comments {
  background-image: none;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  overflow: hidden;
  color: #44557c;
  font-size: 14px;
}

/* Switch off elements for mobile version in desctop version */
.mobile-only,
.mobile-only-block {
  display: none;
}

/*
 * Responsive video
 * https://jonsuh.com/blog/responsive-youtube-vimeo-embed-and-html5-video-with-css/
 * http://labs.jonsuh.com/responsive-video-embed/
 */

.video-player {
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.34%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-player embed,
.video-player iframe,
.video-player object,
.video-player video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Ad block */
.adv .title a {
  color: #494949 !important;
}

.adv-nested-text,
.adv-nested-image,
.adv-nested-links {
  margin-bottom: 10px;
  font-size: 12px;
}

.adv .adv-nested:last-child {
  margin-bottom: 0 !important;
}

.adv-nested-links {
  margin-top: 10px;
}

.adv-nested-links a {
  font-size: 14px;
  display: block;
  margin-bottom: 0.5em;
}

.adv-nested-links a:last-child {
  margin-bottom: 0;
}

/* Upload */
#form_multi_load_img input[type="button"] {
  height: 2em;
}

#form_multi_load_img .progress {
  background: url(https://mysku.me/images/elements/progress_bar.gif) no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
  margin-right: 0.5em;
  vertical-align: middle;
  background-position: -400px 0;
}

#multi-upload-holder {
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}

#multi-upload-images-container img {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #ffd895;
  width: 100px;
  height: 60px;
}

#multi-upload-images-container img:hover {
  border: 1px solid #125075;
}

/**
 * postprocessing
 */
table.postprocessing-topics td,
table.postprocessing-categories td {
  padding-right: 10px;
}

.postprocessing-image {
  border: 1px solid #ccc;
}

.postprocessing-text {
  padding-bottom: 5px;
}

.postprocessing-footer {
  float: right;
}

.postprocessing-text-capped {
  max-height: 150px;
  overflow: hidden;
}

.postprocessing-category-block {
  height: 450px;
  width: 300px;
  border: 1px solid #ccc;
  overflow-x: hidden;
  overflow-y: scroll;
}

.postprocessing-category-label {
  display: block;
}

.icon-star-crystal {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url() -50px -20px;
}

.icon-star-bronze {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url() -34px -20px;
}

.icon-star-silver {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url() -17px -20px;
}

.icon-star-gold {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url() 0 -20px;
}

/* Responsive */
@media only screen and (max-width: 1180px) {
  #header .nav-main {
    padding: 31px 0 0 234px;
  }

  .wrap {
    padding: 0 40px;
  }

  .container {
    margin: 0 40px;
  }

  .toolbar {
    right: 3px;
  }
}

@media only screen and (max-width: 1085px) {
  #header .nav-main li.searchsku {
    display: none;
  }

  .social-buttons {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .toolbar {
    display: none;
  }

  /* РЈРјРµРЅСЊС€Р°РµРј РјРµСЃС‚Рѕ РїРѕРґ РєРѕРјРјРµРЅС‚Р°СЂРёРё */
  .comments .comment .comment {
    padding-left: 20px;
  }

  .comments .comment .separator {
    height: 10px;
  }

  .comment .content .main_side {
    padding-left: 0;
    padding-right: 34px;
    border: 1px solid #ebebeb;
  }

  .comment .comment_text .info:first-child {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  /* РЈРјРµРЅСЊС€Р°РµРј РјРµСЃС‚Рѕ РїРѕРґ РєРѕРјРјРµРЅС‚Р°СЂРёРё */
  .comments .comment .comment {
    padding-left: 10px;
  }

  .block-nav-wrapper .block-nav li:nth-child(n+2) {
    margin-left: 15px;
  }

  .block-nav li {
    text-align: center;
  }

  .block-nav li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 540px) {
  /* Р’С‹РІРѕРґРёРј РґР°С‚Сѓ РІ СѓРєРѕСЂРѕС‡РµРЅРЅРѕРј С„РѕСЂРјР°С‚Рµ */
  .comment .info ul li.date span {
    display: none;
  }

  .comment .info ul li.date-info:before {
    content: attr(data-date-info);
  }

  .comment .info ul li {
    padding-right: 4px;
    padding-left: 4px;
  }

  /* РЎРґРІРёРіР°РµРј СЂРµР№С‚РёРЅРі РїРѕСЃС‚Р° */
  .comment .voting {
    right: 0;
  }

  .comment .voting .total {
    position: static;
  }

  .comment .voting a.plus {
    margin-bottom: 3px;
    margin-left: 10px;
  }

  .comment .voting a.minus {
    margin-top: 3px;
    margin-left: 10px;
  }

  .comment .content .main_side {
    padding-right: 30px;
    margin-right: 0;
  }
}

/* Р¤РѕСЂРјР° Р±СЂРµРЅРґРѕРІ */

.vendor-select-form {
  width: 100%;
}

.add-brand-block {
  padding: 0 0 20px 30px;
}

.add-brand-block a.add-brand-name {
  margin-left: 0;
  background: url(https://mysku.me/images/icons/green_plus.png) no-repeat 0 1px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 12px;
  color: green;
}

.add-brand-block input[type='text'] {
  width: 196px;
}

.add-brand-block input[type='submit'] {
  margin-left: 20px;
  line-height: 30px;
}

#addBrandform p,
#addModelform p {
  margin-bottom: 0;
}

.select-list-wrap .active .tab-content.scrolled {
  height: 94px;
  width: 97%;
  overflow: auto;
}

.back-arrow-btn {
  background: url(https://mysku.me/images/elements/arrow_left_gray.png) 0% 0 #e6e6e6 no-repeat;
  padding: 1px 8px;
  margin: 0;
  margin-right: 10px;
  height: 14px;
  line-height: 19px;
  color: #494949;
  font-size: 10px;
  vertical-align: middle;
  font-family: 'PT Sans Caption';
  text-decoration: none;
  font-weight: bold;
}

#select-model-wrap .model-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  display: none;
  height: 220px;
}

#select-model-wrap .model-list.active {
  display: block;
}

#select-model-wrap .model-list-content {
  border-top: 1px solid #dbdbdb;
  padding: 20px 30px;
}

#select-model-wrap .model-list-content ul li {
  margin-bottom: 5px;
}

#select-model-wrap .model-list-content .paginator {
  margin: 20px 0 0;
  text-align: right;
}

.add-brand-block .model-last-added-holder,
.add-brand-block .brand-last-added-holder {
  background: #f6f2d2 none repeat scroll 0 0;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 200px;
  min-height: 70px;
}

.cattopic-search-input-wrap {
  margin-bottom: 20px;
}

.cattopic-search-results-wrap {
  height: 700px;
  overflow: scroll;
}

.cattopic-search-results-wrap li {
  color: #333;
  font-size: 18px;
  padding-bottom: 5px;
}

.cattopic-search-results-wrap li .pn {
  color: #0098ce;
}

.cattopic-search-results-wrap li .md {
  color: #666;
}

.addForm p {
  display: inline-block;
  margin-right: 20px;
}

.quicksearch-brand-holder {
  margin-left: 30px;
  margin-right: 30px;
}

.model-list-content .brand_item_descr {
  margin: 0;
}

.model-list-content li.tag {
  margin-top: 15px;
}

.model-list-content li.tag:first-child {
  margin-top: 0;
}

#paginator {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.paginator-wrap {
  border-bottom: 1px solid #dbdbdb;
  padding-right: 30px;
  margin-bottom: 10px;
}

span.addedItem {
  color: #284ea2;
  font-size: 14px;
}

.comment-subscribe {
  margin-right: 20px;
  font-size: 15px;
  display: inline-block;
  padding-left: 5px;
  color: #aaa;
}

.show-related-more {
  cursor: pointer;
  color: #666;
  text-decoration: underline;
}

.show-related-more:hover {
  text-decoration: none;
}

.search-wrap {
  position: relative;
}

.advanced_search_link {
  position: absolute;
  right: 12px;
  top: 4px;
  border-bottom: dashed 1px #bdc9e2;
  font-size: 15px;
  cursor: pointer;
}

.advanced_search_form {
  display: none;
}

.advanced_search_form.active {
  display: block;
}

.advanced_search_form .title {
  color: #494949;
  font-family: "PT Sans Caption";
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.advanced_search_form .w100p {
  width: 100px !important;
}

.advanced_search_form .inverted_search {
  float: right;
  border-left: 1px solid #dbdbdb;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.advanced_search_form .search_params {
  float: left;
  width: 420px;
}

.advanced_search_form label .positive {
  display: inline;
}

.advanced_search_form label .negative {
  display: none;
}

.advanced_search_form label.invertor_negative .positive {
  display: none;
}

.advanced_search_form label.invertor_negative .negative {
  display: inline;
  color: #d22b14;
}

.textboxlist-autocomplete-result {
  overflow: hidden;
  zoom: 1;
}

.textboxlist-autocomplete-result img {
  float: left;
  padding-right: 10px;
}

.textboxlist-bit-editable-input {
  border: 0 none !important;
  font: 11px "Lucida Grande", Verdana !important;
  height: 18px !important;
  padding: 2px 0 !important;
  margin: 0 !important;
}

.help-box {
  background: #f6f2d2 none repeat scroll 0 0;
  border-radius: 4px;
  color: #4d4339;
  margin: 5px 0;
  padding: 10px 13px;
  font-size: 15px;
}

.toggle-link {
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px #284ea2 dashed;
}

/**
 * РљРЅРѕРїРєРё СЂРµРґР°РєС‚РѕСЂР°
 */
svg {
  fill: currentColor;
  stroke: inherit;
}

svg:not(:root) {
  overflow: hidden;
}

.svg-button {
  text-decoration: none;
  border-style: none;
  width: 24px;
  height: 24px;
  color: #656565;
  vertical-align: middle;
  white-space: nowrap;
  line-height: normal;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.svg-button-empty {
  text-decoration: none;
  border-style: none;
  height: 24px;
  width: 24px;
  color: #000;
  vertical-align: middle;
  white-space: nowrap;
  line-height: normal;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.svg-button-gray {
  color: #656565;
}

.svg-button-blue {
  color: #0e23df;
}

.svg-button-green {
  color: #006a00;
}

.svg-button-0 {
  margin-right: 0;
}

.svg-button-1 {
  margin-right: 1px;
}

.svg-button-2 {
  margin-right: 2px;
}

.svg-button-3 {
  margin-right: 3px;
}

.svg-button-4 {
  margin-right: 4px;
}

.svg-button-5 {
  margin-right: 5px;
}

.svg-button-6 {
  margin-right: 6px;
}

.svg-button-7 {
  margin-right: 7px;
}

.svg-button-8 {
  margin-right: 8px;
}

.svg-button-9 {
  margin-right: 9px;
}

.svg-button-10 {
  margin-right: 10px;
}

.svg-button-15 {
  margin-right: 15px;
}

.svg-button-20 {
  margin-right: 20px;
}

.svg-button-25 {
  margin-right: 25px;
}

.svg-button-30 {
  margin-right: 30px;
}

.svg-button-40 {
  margin-right: 40px;
}

.svg-button:hover {
  color: #284ea2;
}

/* РРєРѕРЅРєР° РІ РІРёРґРµ SVG РєРѕРґР° */
.icon-svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: transparent;
  color: inherit;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
  pointer-events: none;
  position: relative;
}

/* РРєРѕРЅРєР° РІ РІРёРґРµ С‚РµРєСЃС‚Р° */
.icon-svg-text {
  width: 14px;
  height: 14px;
  padding-top: 2px;
  font-size: 12px;
  background-color: transparent;
  color: inherit;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
  pointer-events: none;
  position: relative;
  font-weight: bold;
}

.icon-svg-go {
  width: 14px;
  height: 22px;
}

.icon-svg-image,
.icon-svg-images {
  color: #284ea2;
}

.icon-svg-video {
  color: #28a253;
}

.icon-svg-cut {
  color: #be4949;
}

.icon-svg-link,
.icon-svg-code,
.icon-svg-quote,
.icon-svg-spoiler {
  color: #65a3be;
}

@media only screen and (max-width: 640px) {
  .svg-button {
    margin-right: 5px;
  }

  .svg-button-10 {
    margin-right: 5px;
  }

  .svg-button-15 {
    margin-right: 10px;
  }
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/*
 * РРЅРґРёРєР°С†РёСЏ РѕС€РёР±РѕРє
 */

.roar-error-body {
  position: absolute;
  font: 12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  text-align: left;
  z-index: 999;
}

.roar-error {
  position: absolute;
  width: 300px;
  cursor: pointer;
}

.roar-error-bg {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f00;
  -moz-border-radius: 10px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.roar-error-body-ugly .roar-error {
  background-color: #bf0000;
}

.roar-error-body-ugly .roar-error-bg {
  display: none;
}

.roar-error h3 {
  position: relative;
  padding: 15px 10px 0;
  margin: 0;
  border: 0;
  font-size: 15px;
  color: #fff;
  z-index: 1002;
}

.roar-error p {
  position: relative;
  padding: 10px 10px 15px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  z-index: 1002;
}

/*
 * РРЅРґРёРєР°С†РёСЏ РЅРѕС‚РёС„РёРєР°С†РёР№
 */

.roar-notice-body {
  position: absolute;
  font: 12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  text-align: left;
  z-index: 999;
}

.roar-notice {
  position: absolute;
  width: 300px;
  cursor: pointer;
}

.roar-notice-bg {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #399f2f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.roar-notice-body-ugly .roar-notice {
  background-color: #399f2f;
}

.roar-notice-body-ugly .roar-notice-bg {
  display: none;
}

.roar-notice h3 {
  position: relative;
  padding: 15px 10px 0;
  margin: 0;
  border: 0;
  font-size: 15px;
  color: #fff;
  z-index: 1002;
}

.roar-notice p {
  position: relative;
  padding: 10px 10px 15px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  z-index: 1002;
}
ul.autocompleter-choices {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #bbb;
  text-align: left;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  z-index: 50;
  background-color: #fff;
  color: #333;
}

ul.autocompleter-choices li {
  position: relative;
  margin: -2px 0 0 0;
  padding: 0.2em 1.5em 0.2em 1em;
  display: block;
  float: none !important;
  cursor: pointer;
  font-weight: normal;
  white-space: nowrap;
  font-size: 11px;
  line-height: 16px;
}

ul.autocompleter-choices li.autocompleter-selected {
  background-color: #0a246a;
  color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
  display: inline;
  float: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
  color: #fff60b;
}

input.autocompleter-loading {
  background-image: url(https://mysku.me/images/elements/loader_small.gif);
  background-repeat: no-repeat;
  background-position: right 50%;
}

/* Calendar Picker */

.vlaCalendarPicker {
  position: absolute;
  z-index: 999;
  margin-top: -5px;
  margin-left: -2px;
  display: none;
}

.vlaCalendarPicker .pickerBackground {
  background: transparent url(https://mysku.me/images/datepicker/calendar_background.png) no-repeat top center;
  padding: 16px;
  height: 130px;
  width: 166px;
  overflow: hidden;
}

/* Background for IE6 - code does not validate as it is a hack */
*html .vlaCalendarPicker .pickerBackground {
  background-image: url(https://mysku.me/images/datepicker/calendar_background.gif);
}

/* Main calendar */

.vlaCalendar,
.vlaCalendar table {
  font-family: calibri, arial !important;
  color: black;
  font-size: 12px !important;
}

.vlaCalendar {
  display: block;
  width: 164px;
  line-height: 14px !important;
}

.vlaCalendar .container,
.vlaCalendar .container div {
  width: 164px;
  height: 130px;
  text-align: left;
  position: absolute;
  overflow: hidden;
  margin: 0;
  min-width: 164px;
}

.vlaCalendar span.indication {
  display: block;
  text-align: center;
}

.vlaCalendar table {
  margin-top: 8px;
  text-align: right;
  border-collapse: collapse;
  background-color: white; /* <- IE ugly text in transition fix  */
}

.vlaCalendar .picker td {
  cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label:hover {
  color: #06c;
  cursor: pointer;
}

.vlaCalendar .noHover:hover {
  color: black;
  cursor: default;
}

.vlaCalendar .arrowLeft,
.vlaCalendar .arrowRight {
  background: transparent url(https://mysku.me/images/datepicker/arrowleft.gif) no-repeat center;
  height: 12px;
  width: 10px;
  cursor: pointer;
}

.vlaCalendar .arrowLeft {
  margin-left: 5px;
  float: left;
}

.vlaCalendar .arrowLeft:hover {
  background-image: url(https://mysku.me/images/datepicker/arrowleft_hover.gif);
}

.vlaCalendar .arrowRight {
  margin-right: 5px;
  float: right;
  background-image: url(https://mysku.me/images/datepicker/arrowright.gif);
}

.vlaCalendar .arrowRight:hover {
  background-image: url(https://mysku.me/images/datepicker/arrowright_hover.gif);
}

/* Month */

.vlaCalendar .month th {
  text-align: center;
  font-weight: normal;
  width: 24px;
  padding-bottom: 1px;
  border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
  padding-right: 3px;
  height: 15px;
}

.vlaCalendar .month tr.firstRow td {
  padding-top: 2px;
}

.vlaCalendar .month td:hover {
  background: url(https://mysku.me/images/datepicker/day_hover.gif) bottom no-repeat;
  color: #06c;
}

.vlaCalendar .month td.selected {
  background: url(https://mysku.me/images/datepicker/day_selected.gif) bottom no-repeat;
  color: #06c;
}

.vlaCalendar .month td.selected:hover {
  background-image: url(https://mysku.me/images/datepicker/day_selected_hover.gif);
}

.vlaCalendar .month td.outsideDay {
  color: #a8a8a8;
}

.vlaCalendar .month td.outsideDay:hover {
  color: #b1c5fc;
}

/* Year & decade */

.vlaCalendar .year {
  margin-left: 2px;
}

.vlaCalendar .year td {
  width: 40px;
  height: 35px;
  text-align: center;
  cursor: pointer;
}

.vlaCalendar .year td:hover {
  background: url(https://mysku.me/images/datepicker/month_hover.gif) center no-repeat;
  color: #06c;
}

.vlaCalendar .year td.selected {
  background: url(https://mysku.me/images/datepicker/month_selected.gif) center no-repeat;
}

.vlaCalendar .year td.selected:hover {
  background-image: url(https://mysku.me/images/datepicker/month_selected_hover.gif);
}

.vlaCalendar .year td.current {
  background: url(https://mysku.me/images/datepicker/month_current.gif) center no-repeat;
  color: #06c;
}

.vlaCalendar .year td.current:hover {
  background-image: url(https://mysku.me/images/datepicker/month_current_hover.gif);
}

.vlaCalendar .year td.selectedcurrent {
  background: url(https://mysku.me/images/datepicker/month_selectedcurrent.gif) center no-repeat;
}

.vlaCalendar .year td.selectedcurrent:hover {
  background-image: url(https://mysku.me/images/datepicker/month_selectedcurrent_hover.gif);
}

.vlaCalendar .year td.outsideYear {
  color: #a8a8a8;
}

.vlaCalendar .year td.outsideYear:hover {
  color: #b1c5fc;
}
/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

#lbCenter {
  overflow: hidden;
}

.lbLoading {
  background: #fff url(https://mysku.me/images/elements/loader.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(https://mysku.me/images/icons/imagebox_prev.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(https://mysku.me/images/icons/imagebox_next.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(https://mysku.me/images/icons/imagebox_close.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption,
#lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}
.str {
  color: #080;
}

.kwd {
  color: #008;
}

.com {
  color: #800;
}

.typ {
  color: #606;
}

.lit {
  color: #066;
}

.pun {
  color: #660;
}

.pln {
  color: #000;
}

.tag {
  color: #008;
}

.atn {
  color: #606;
}

.atv {
  color: #080;
}

.dec {
  color: #606;
}

pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}

@media print {
  .str {
    color: #060;
  }

  .kwd {
    color: #006;
    font-weight: bold;
  }

  .com {
    color: #600;
    font-style: italic;
  }

  .typ {
    color: #404;
    font-weight: bold;
  }

  .lit {
    color: #044;
  }

  .pun {
    color: #440;
  }

  .pln {
    color: #000;
  }

  .tag {
    color: #006;
    font-weight: bold;
  }

  .atn {
    color: #404;
  }

  .atv {
    color: #060;
  }
}
/**
 * РґРѕР±Р°РІР»РµРЅРёСЏ РѕРїСЂРѕСЃРѕРІ
 */
.poll-add-button {
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px #284ea2 dashed;
}

.poll-delete-button {
  width: 200px;
  margin: 0 5px;
  text-decoration: none;
  border-bottom: 1px #284ea2 dashed;
}

.poll-wrapper {
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #ededed;
}

.poll-wrapper:last-child {
  margin-bottom: 0;
}

.poll-mgmt-select {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 2px 3px;
  vertical-align: middle;
  width: 100px !important;
  padding: 0;
}

input[type="text"].poll-mgmt-input {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 2px 3px;
  vertical-align: middle;
  width: 100px !important;
  padding: 0 5px;
}

/**
 * РћС„РѕСЂРјР»РµРЅРёРµ РєРѕРЅС‚РµР№РЅРµСЂР°
 */
.poll-container {
  border: 1px solid #e8e8e8;
  margin-top: 20px;
}

.poll-header {
  padding: 17px 20px 0;
}

.poll-header span {
  color: #414171;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}

.poll-body {
  padding: 24px 20px;
}

li.poll-unaswered-element,
li.poll-results-element {
  list-style: outside none none !important;
}

.poll-results-data {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.poll-results-bar {
  background: #eef0f3 none repeat scroll 0 0;
  height: 8px;
  width: 100%;
  margin-bottom: 10px;
}

.poll-results-progress {
  background-color: #575f5e;
  height: 100%;
}

.poll-results-progress.winner {
  background-color: #390;
  height: 100%;
}

.poll-results-progress.profile {
  background-color: #284ea2;
  height: 100%;
}

.poll-footer {
  border: 0 none;
  color: #666;
  font-size: 14px;
  height: auto;
  line-height: normal;
  padding-bottom: 21px;
  margin: 0 20px;
}

.poll-results-percent {
  color: #80868a;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.poll-results-title {
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
  color: #494949;
}

.poll-results-votes {
  color: #777;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-left: auto;
}
