html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup,
sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup {
  bottom: 0.5em;
}
sub {
  top: 0.5em;
}
:focus {
  outline: 0;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
blockquote,
q {
  quotes: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
input {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
button {
  border: 0;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
img {
  vertical-align: top;
  width: auto\9;
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #000;
  border-color: #000;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #f10000;
  border-color: #f10000;
}
a:focus,
a :hover,
a :active {
  outline: 0;
}
.bump-textInput {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bump-textInput:hover {
  border-color: rgba(102, 102, 102, 0.3);
  outline: 0 none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.bump-textInput:focus {
  border-color: rgba(153, 153, 153, 0.8) !important;
  outline: 0 none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.bump-textInput.error {
  border-color: rgba(220, 75, 75, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(220, 75, 75, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(220, 75, 75, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(220, 75, 75, 0.6);
}
.bump-textInput.bump-textInputLargeInput {
  height: 35px;
  margin-bottom: 10px;
}
textarea.bump-textInput {
  line-height: 1em !important;
  height: 4em;
}
textarea.bump-textInputLarge {
  height: 10em;
}
.bump-mainColumnInputRow {
  clear: both;
  margin-bottom: 25px;
  position: relative;
}
.bump-counterInput .bump-symbolCounter {
  font-size: 11px !important;
  line-height: 11px !important;
  position: absolute;
  right: 0;
  left: auto;
  top: -13px;
  margin: 0 !important;
  color: #999;
}
.bump-inputRow {
  clear: both;
  margin-bottom: 25px;
  position: relative;
}
.bump-inputRow .bump-textInput {
  float: none;
}
.bump-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bump-button {
  position: relative;
  z-index: 2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden \9;;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bump-button button,
.bump-button input,
.bump-button .bump-btn {
  cursor: pointer;
  background-repeat: repeat-x;
  font-size: 14px;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  text-align: center;
  overflow: visible;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.bump-bigButton button,
.bump-bigButton input,
.bump-bigButton .bump-btn {
  font-size: 20px !important;
  line-height: 26px !important;
  padding: 5px 18px !important;
}
.bump-smallButton button,
.bump-smallButton input,
.bump-smallButton .bump-btn {
  font-size: 11px !important;
  line-height: 18px !important;
  padding: 2px 10px !important;
}
*:first-child + html .bump-button-icon button {
  zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class=before></span>'));
}
*:first-child + html .bump-button-icon .bump-btn {
  zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class=before></span>'));
}
.bump-button-icon {
  *border: 1px solid #b3b3b3;
  *border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *border-color: #dedede #dedede #b3b3b3;
  width: 26px;
  height: 26px;
}
.bump-button-icon button,
.bump-button-icon input,
.bump-button-icon .bump-btn {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #333;
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dedede));
  background-image: -webkit-linear-gradient(top, #fff, #dedede);
  background-image: -o-linear-gradient(top, #fff, #dedede);
  background-image: -moz-linear-gradient(top, #fff, #dedede);
  background-image: linear-gradient(top, #fff, #dedede);
  background-image: -ms-linear-gradient(top, #fff 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#fff, EndColorStr=#dedede, GradientType=0);
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #dedede #dedede #b3b3b3;
  *border: 0 none;
}
.bump-button-icon button:hover,
.bump-button-icon input:hover,
.bump-button-icon .bump-btn:hover,
.bump-button-icon button:active,
.bump-button-icon input:active,
.bump-button-icon .bump-btn:active,
.bump-button-icon button.active,
.bump-button-icon input.active,
.bump-button-icon .bump-btn.active {
  background-color: #dedede;
}
.bump-button-icon button:hover,
.bump-button-icon input:hover,
.bump-button-icon .bump-btn:hover {
  text-decoration: none;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #ededed;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.bump-button-icon button:focus,
.bump-button-icon input:focus,
.bump-button-icon .bump-btn:focus {
  outline: none;
}
.bump-button-icon button.active,
.bump-button-icon input.active,
.bump-button-icon .bump-btn.active,
.bump-button-icon button:active,
.bump-button-icon input:active,
.bump-button-icon .bump-btn:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #cfcfcf;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bump-button-icon button.active:before,
.bump-button-icon input.active:before,
.bump-button-icon .bump-btn.active:before,
.bump-button-icon button:active:before,
.bump-button-icon input:active:before,
.bump-button-icon .bump-btn:active:before,
.bump-button-icon button.active .before,
.bump-button-icon input.active .before,
.bump-button-icon .bump-btn.active .before,
.bump-button-icon button:active .before,
.bump-button-icon input:active .before,
.bump-button-icon .bump-btn:active .before {
  left: 1px;
  top: 1px;
}
.bump-button-icon button.disabled,
.bump-button-icon input.disabled,
.bump-button-icon .bump-btn.disabled {
  cursor: default;
  background-color: #dedede;
  background-image: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
  filter: alpha(opacity=60) !important;
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bump-button-icon button,
.bump-button-icon .bump-btn {
  border-bottom-color: #c5c5c5;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.bump-button-icon button:before,
.bump-button-icon .bump-btn:before,
.bump-button-icon button .before,
.bump-button-icon .bump-btn .before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/main-sprite-3.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-button-icon button:before.disabled,
.bump-button-icon .bump-btn:before.disabled,
.bump-button-icon button .before.disabled,
.bump-button-icon .bump-btn .before.disabled {
  cursor: default;
}
.bump-button-icon button:before.disabled:before,
.bump-button-icon .bump-btn:before.disabled:before,
.bump-button-icon button .before.disabled:before,
.bump-button-icon .bump-btn .before.disabled:before,
.bump-button-icon button:before.disabled .before,
.bump-button-icon .bump-btn:before.disabled .before,
.bump-button-icon button .before.disabled .before,
.bump-button-icon .bump-btn .before.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-button-icon button:before.bump-icon-label,
.bump-button-icon .bump-btn:before.bump-icon-label,
.bump-button-icon button .before.bump-icon-label,
.bump-button-icon .bump-btn .before.bump-icon-label {
  background: none !important;
  padding-right: 0;
}
.bump-button-icon button:active,
.bump-button-icon .bump-btn:active,
.bump-button-icon button.active,
.bump-button-icon .bump-btn.active {
  background-color: #ebebeb;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.bump-button-icon button:active:before,
.bump-button-icon .bump-btn:active:before,
.bump-button-icon button.active:before,
.bump-button-icon .bump-btn.active:before,
.bump-button-icon button:active .before,
.bump-button-icon .bump-btn:active .before,
.bump-button-icon button.active .before,
.bump-button-icon .bump-btn.active .before {
  left: 3px;
  top: 3px;
}
.bump-button-icon button {
  padding-bottom: 100%;
}
.bump-button-iconLabel button,
.bump-button-iconLabel .bump-btn {
  position: relative;
  padding-left: 25px !important;
}
.bump-button-iconLabel button:before,
.bump-button-iconLabel .bump-btn:before,
.bump-button-iconLabel button .before,
.bump-button-iconLabel .bump-btn .before {
  content: '';
  position: absolute;
  left: 2px !important;
  top: 2px !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/main-sprite-3.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-button-iconLabel button:before.disabled,
.bump-button-iconLabel .bump-btn:before.disabled,
.bump-button-iconLabel button .before.disabled,
.bump-button-iconLabel .bump-btn .before.disabled {
  cursor: default;
}
.bump-button-iconLabel button:before.disabled:before,
.bump-button-iconLabel .bump-btn:before.disabled:before,
.bump-button-iconLabel button .before.disabled:before,
.bump-button-iconLabel .bump-btn .before.disabled:before,
.bump-button-iconLabel button:before.disabled .before,
.bump-button-iconLabel .bump-btn:before.disabled .before,
.bump-button-iconLabel button .before.disabled .before,
.bump-button-iconLabel .bump-btn .before.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-button-iconLabel button:before.bump-icon-label,
.bump-button-iconLabel .bump-btn:before.bump-icon-label,
.bump-button-iconLabel button .before.bump-icon-label,
.bump-button-iconLabel .bump-btn .before.bump-icon-label {
  background: none !important;
  padding-right: 0;
}
.bump-btn input {
  padding: 0 !important;
  border: 0 none !important;
  background: none !important;
  filter: none !important;
}
.bump-button-bottom {
  margin-top: 5px;
}
textarea.bump-bigTextInput {
  height: 10em;
}
.bump-uploadStatus {
  position: relative;
  height: 11px;
  background: #c0c0c0;
  border-top: 1px solid #acacac;
}
.bump-uploadProgress {
  position: relative;
  height: 12px;
  margin-top: -1px;
  background: #a9db91;
}
ul.bump-dropdownList {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 165px;
}
ul.bump-dropdownList li {
  float: none !important;
  display: block !important;
  padding: 5px 10px !important;
  border: 0 none !important;
  clear: both;
  position: relative;
}
ul.bump-inlineList li {
  float: left;
  display: inline;
}
.bump-strong {
  font-weight: bold;
}
*:first-child + html .bump-icon-label {
  zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class=before></span>'));
}
*:first-child + html .bump-inject-elem {
  zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class=before></span>'));
}
*:first-child + html .bump-inject-elem-after {
  zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class=after></span>'));
}
.bump-inject-elem {
  position: relative !important;
}
.bump-inject-elem:before,
.bump-inject-elem .before {
  content: '';
  position: absolute !important;
  left: 0;
  top: 0;
}
.bump-inject-elem-after {
  position: relative !important;
}
.bump-inject-elem-after:after,
.bump-inject-elem-after .after {
  content: '';
  position: absolute !important;
  left: 0;
  top: 0;
}
.bump-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/main-sprite-3.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-icon.disabled {
  cursor: default;
}
.bump-icon.disabled:before,
.bump-icon.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-icon-large {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  background-image: url('/static/img/main-sprite-large.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-icon-large.disabled {
  cursor: default;
}
.bump-icon-large.disabled:before,
.bump-icon-large.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-icon-label {
  padding: 0 15px 0 23px;
  line-height: 20px;
  width: auto !important;
  background: none !important;
  position: relative;
  overflow: visible;
}
.bump-icon-label:before,
.bump-icon-label .before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/main-sprite-3.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-icon-label:before.disabled,
.bump-icon-label .before.disabled {
  cursor: default;
}
.bump-icon-label:before.disabled:before,
.bump-icon-label .before.disabled:before,
.bump-icon-label:before.disabled .before,
.bump-icon-label .before.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-icon-label:before.bump-icon-label,
.bump-icon-label .before.bump-icon-label {
  background: none !important;
  padding-right: 0;
}
.bump-icon-labelNoPad {
  padding-right: 0;
}
.bump-ajaxLinkLabel {
  text-decoration: none;
}
.bump-ajaxLinkLabel span.bump-linkLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 0.9em;
  border-bottom: 1px dotted #000;
}
.bump-ajaxLinkLabel:hover span.bump-linkLabel {
  border-bottom: 1px dotted #f10000;
}
.bump-ajaxLink {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 0.9em;
  border-bottom: 1px dotted #000;
}
.bump-ajaxLink:hover span.bump-linkLabel {
  border-bottom: 1px dotted #f10000;
}
a.bump-icon {
  cursor: pointer;
  *cursor: hand;
}
.bump-imageIconLabel {
  padding: 0 15px 0 23px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 20px;
  height: 20px;
  width: auto;
  background: none !important;
  position: relative;
  overflow: visible;
}
.bump-imageIconLabel .bump-imageIcon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/main-sprite-3.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
  background-position: 50% 50%;
}
.bump-imageIconLabel .bump-imageIcon.disabled {
  cursor: default;
}
.bump-imageIconLabel .bump-imageIcon.disabled:before,
.bump-imageIconLabel .bump-imageIcon.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-imageIconLabel .bump-imageIcon.bump-icon-label {
  background: none !important;
  padding-right: 0;
}
.bump-textOnIconPanel,
.bump-controlOnIconPanel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.bump-controlOnIconPanel a {
  text-decoration: none;
}
.bump-controlOnIconPanel .usersCount {
  text-decoration: none;
  color: #999;
  left: 2px;
  position: relative;
}
.bump-personal-button {
  background: url('/static/img/person-control-buttons2.png') -40px 0 no-repeat !important;
  width: 29px;
  height: 26px;
  position: relative;
}
.bump-personal-button:before,
.bump-personal-button .before {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/main-sprite-3.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-personal-button:before.disabled,
.bump-personal-button .before.disabled {
  cursor: default;
}
.bump-personal-button:before.disabled:before,
.bump-personal-button .before.disabled:before,
.bump-personal-button:before.disabled .before,
.bump-personal-button .before.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-personal-button:before.bump-icon-label,
.bump-personal-button .before.bump-icon-label {
  background: none !important;
  padding-right: 0;
}
.bump-personal-button:hover {
  background-position: -40px -26px !important;
}
.bump-personal-button:active {
  background-position: -40px -52px !important;
}
.bump-personal-button.disabled {
  background-position: -40px -78px !important;
}
.bump-personal-button-large {
  background: url('/static/img/personal-icon-frames.png') -116px -5px no-repeat;
  width: 36px;
  height: 36px;
  position: relative;
}
.bump-personal-button-large:before,
.bump-personal-button-large .before {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  background-image: url('/static/img/main-sprite-large.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-personal-button-large:before.disabled,
.bump-personal-button-large .before.disabled {
  cursor: default;
}
.bump-personal-button-large:before.disabled:before,
.bump-personal-button-large .before.disabled:before,
.bump-personal-button-large:before.disabled .before,
.bump-personal-button-large .before.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-personal-button-large:before.bump-icon-label,
.bump-personal-button-large .before.bump-icon-label {
  background: none !important;
  padding: 0 15px 0 39px;
  line-height: 35px;
  color: #FFF;
  font-size: 14px;
}
.bump-personal-button-large:hover {
  background-position: -116px -42px;
}
.bump-personal-button-arrow {
  background: url('/static/img/person-control-buttons2.png') -40px 0 no-repeat !important;
  width: 29px;
  height: 26px;
  position: relative;
  width: 40px;
  background-position: 0 0 !important;
}
.bump-personal-button-arrow:before,
.bump-personal-button-arrow .before {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-image: url('/static/img/main-sprite-3.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-personal-button-arrow:before.disabled,
.bump-personal-button-arrow .before.disabled {
  cursor: default;
}
.bump-personal-button-arrow:before.disabled:before,
.bump-personal-button-arrow .before.disabled:before,
.bump-personal-button-arrow:before.disabled .before,
.bump-personal-button-arrow .before.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-personal-button-arrow:before.bump-icon-label,
.bump-personal-button-arrow .before.bump-icon-label {
  background: none !important;
  padding-right: 0;
}
.bump-personal-button-arrow:hover {
  background-position: -40px -26px !important;
}
.bump-personal-button-arrow:active {
  background-position: -40px -52px !important;
}
.bump-personal-button-arrow.disabled {
  background-position: -40px -78px !important;
}
.bump-personal-button-arrow:before,
.bump-personal-button-arrow .before {
  left: 12px;
}
.bump-personal-button-arrow:hover {
  background-position: 0 -43px !important;
}
.bump-personal-button-arrow:active {
  background-position: 0 -52px !important;
}
.bump-personal-button-arrow.disabled {
  background-position: 0 -78px !important;
}
.bump-personal-button-large-arrow {
  background: url('/static/img/personal-icon-frames.png') -116px -5px no-repeat;
  width: 36px;
  height: 36px;
  position: relative;
  width: 53px;
  background-position: -3px -5px !important;
}
.bump-personal-button-large-arrow:before,
.bump-personal-button-large-arrow .before {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  background-image: url('/static/img/main-sprite-large.png');
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
}
.bump-personal-button-large-arrow:before.disabled,
.bump-personal-button-large-arrow .before.disabled {
  cursor: default;
}
.bump-personal-button-large-arrow:before.disabled:before,
.bump-personal-button-large-arrow .before.disabled:before,
.bump-personal-button-large-arrow:before.disabled .before,
.bump-personal-button-large-arrow .before.disabled .before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
}
.bump-personal-button-large-arrow:before.bump-icon-label,
.bump-personal-button-large-arrow .before.bump-icon-label {
  background: none !important;
  padding: 0 15px 0 39px;
  line-height: 35px;
  color: #FFF;
  font-size: 14px;
}
.bump-personal-button-large-arrow:hover {
  background-position: -116px -42px;
}
.bump-personal-button-large-arrow:before,
.bump-personal-button-large-arrow .before {
  left: 12px;
}
.bump-personal-button-large-arrow:hover {
  background-position: -2px -43px !important;
}
.bump-button-base {
  *border: 1px solid #a1a1a1;
  *border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *border-color: #ccc #ccc #a1a1a1;
}
.bump-button-base button,
.bump-button-base input,
.bump-button-base .bump-btn {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #333;
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(top, #fff, #ccc);
  background-image: -o-linear-gradient(top, #fff, #ccc);
  background-image: -moz-linear-gradient(top, #fff, #ccc);
  background-image: linear-gradient(top, #fff, #ccc);
  background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#fff, EndColorStr=#ccc, GradientType=0);
  border: 1px solid #a1a1a1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #ccc #ccc #a1a1a1;
  *border: 0 none;
}
.bump-button-base button:hover,
.bump-button-base input:hover,
.bump-button-base .bump-btn:hover,
.bump-button-base button:active,
.bump-button-base input:active,
.bump-button-base .bump-btn:active,
.bump-button-base button.active,
.bump-button-base input.active,
.bump-button-base .bump-btn.active {
  background-color: #ccc;
}
.bump-button-base button:hover,
.bump-button-base input:hover,
.bump-button-base .bump-btn:hover {
  text-decoration: none;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #dbdbdb;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.bump-button-base button:focus,
.bump-button-base input:focus,
.bump-button-base .bump-btn:focus {
  outline: none;
}
.bump-button-base button.active,
.bump-button-base input.active,
.bump-button-base .bump-btn.active,
.bump-button-base button:active,
.bump-button-base input:active,
.bump-button-base .bump-btn:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #bdbdbd;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bump-button-base button.active:before,
.bump-button-base input.active:before,
.bump-button-base .bump-btn.active:before,
.bump-button-base button:active:before,
.bump-button-base input:active:before,
.bump-button-base .bump-btn:active:before,
.bump-button-base button.active .before,
.bump-button-base input.active .before,
.bump-button-base .bump-btn.active .before,
.bump-button-base button:active .before,
.bump-button-base input:active .before,
.bump-button-base .bump-btn:active .before {
  left: 1px;
  top: 1px;
}
.bump-button-base button.disabled,
.bump-button-base input.disabled,
.bump-button-base .bump-btn.disabled {
  cursor: default;
  background-color: #ccc;
  background-image: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
  filter: alpha(opacity=60) !important;
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bump-button-base button,
.bump-button-base .bump-btn {
  border-bottom-color: #808080;
}
.bump-standartButton {
  *border: 1px solid #295e7c;
  *border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *border-color: #3e90bd #3e90bd #295e7c;
  vertical-align: top;
}
.bump-standartButton button,
.bump-standartButton input,
.bump-standartButton .bump-btn {
  text-shadow: 0 -1px 0 hsla(196.61538462, 68.42105263%, 31.37254902%, 0.75);
  color: #fff;
  background-color: #3e90bd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afdef0), color-stop(100%, #3e90bd));
  background-image: -webkit-linear-gradient(top, #afdef0, #3e90bd);
  background-image: -o-linear-gradient(top, #afdef0, #3e90bd);
  background-image: -moz-linear-gradient(top, #afdef0, #3e90bd);
  background-image: linear-gradient(top, #afdef0, #3e90bd);
  background-image: -ms-linear-gradient(top, #afdef0 0%, #3e90bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#afdef0, EndColorStr=#3e90bd, GradientType=0);
  border: 1px solid #295e7c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #3e90bd #3e90bd #295e7c;
  *border: 0 none;
}
.bump-standartButton button:hover,
.bump-standartButton input:hover,
.bump-standartButton .bump-btn:hover,
.bump-standartButton button:active,
.bump-standartButton input:active,
.bump-standartButton .bump-btn:active,
.bump-standartButton button.active,
.bump-standartButton input.active,
.bump-standartButton .bump-btn.active {
  background-color: #3e90bd;
}
.bump-standartButton button:hover,
.bump-standartButton input:hover,
.bump-standartButton .bump-btn:hover {
  text-decoration: none;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #539ec7;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.bump-standartButton button:focus,
.bump-standartButton input:focus,
.bump-standartButton .bump-btn:focus {
  outline: none;
}
.bump-standartButton button.active,
.bump-standartButton input.active,
.bump-standartButton .bump-btn.active,
.bump-standartButton button:active,
.bump-standartButton input:active,
.bump-standartButton .bump-btn:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #367ea6;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bump-standartButton button.active:before,
.bump-standartButton input.active:before,
.bump-standartButton .bump-btn.active:before,
.bump-standartButton button:active:before,
.bump-standartButton input:active:before,
.bump-standartButton .bump-btn:active:before,
.bump-standartButton button.active .before,
.bump-standartButton input.active .before,
.bump-standartButton .bump-btn.active .before,
.bump-standartButton button:active .before,
.bump-standartButton input:active .before,
.bump-standartButton .bump-btn:active .before {
  left: 1px;
  top: 1px;
}
.bump-standartButton button.disabled,
.bump-standartButton input.disabled,
.bump-standartButton .bump-btn.disabled {
  cursor: default;
  background-color: #3e90bd;
  background-image: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
  filter: alpha(opacity=60) !important;
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bump-confirmButton {
  *border: 1px solid #003716;
  *border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *border-color: #018d39 #018d39 #003716;
}
.bump-confirmButton button,
.bump-confirmButton input,
.bump-confirmButton .bump-btn {
  text-shadow: 0 -1px 0 hsla(143.88349515, 43.09623431%, 13.1372549%, 0.75);
  color: #fff;
  background-color: #018d39;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54bb7d), color-stop(100%, #018d39));
  background-image: -webkit-linear-gradient(top, #54bb7d, #018d39);
  background-image: -o-linear-gradient(top, #54bb7d, #018d39);
  background-image: -moz-linear-gradient(top, #54bb7d, #018d39);
  background-image: linear-gradient(top, #54bb7d, #018d39);
  background-image: -ms-linear-gradient(top, #54bb7d 0%, #018d39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#54bb7d, EndColorStr=#018d39, GradientType=0);
  border: 1px solid #003716;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #018d39 #018d39 #003716;
  *border: 0 none;
}
.bump-confirmButton button:hover,
.bump-confirmButton input:hover,
.bump-confirmButton .bump-btn:hover,
.bump-confirmButton button:active,
.bump-confirmButton input:active,
.bump-confirmButton .bump-btn:active,
.bump-confirmButton button.active,
.bump-confirmButton input.active,
.bump-confirmButton .bump-btn.active {
  background-color: #018d39;
}
.bump-confirmButton button:hover,
.bump-confirmButton input:hover,
.bump-confirmButton .bump-btn:hover {
  text-decoration: none;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #01ab45;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.bump-confirmButton button:focus,
.bump-confirmButton input:focus,
.bump-confirmButton .bump-btn:focus {
  outline: none;
}
.bump-confirmButton button.active,
.bump-confirmButton input.active,
.bump-confirmButton .bump-btn.active,
.bump-confirmButton button:active,
.bump-confirmButton input:active,
.bump-confirmButton .bump-btn:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #016f2d;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bump-confirmButton button.active:before,
.bump-confirmButton input.active:before,
.bump-confirmButton .bump-btn.active:before,
.bump-confirmButton button:active:before,
.bump-confirmButton input:active:before,
.bump-confirmButton .bump-btn:active:before,
.bump-confirmButton button.active .before,
.bump-confirmButton input.active .before,
.bump-confirmButton .bump-btn.active .before,
.bump-confirmButton button:active .before,
.bump-confirmButton input:active .before,
.bump-confirmButton .bump-btn:active .before {
  left: 1px;
  top: 1px;
}
.bump-confirmButton button.disabled,
.bump-confirmButton input.disabled,
.bump-confirmButton .bump-btn.disabled {
  cursor: default;
  background-color: #018d39;
  background-image: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
  filter: alpha(opacity=60) !important;
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bump-cancelButton {
  *border: 1px solid #a1a1a1;
  *border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *border-color: #ccc #ccc #a1a1a1;
}
.bump-cancelButton button,
.bump-cancelButton input,
.bump-cancelButton .bump-btn {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #333;
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(top, #fff, #ccc);
  background-image: -o-linear-gradient(top, #fff, #ccc);
  background-image: -moz-linear-gradient(top, #fff, #ccc);
  background-image: linear-gradient(top, #fff, #ccc);
  background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#fff, EndColorStr=#ccc, GradientType=0);
  border: 1px solid #a1a1a1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #ccc #ccc #a1a1a1;
  *border: 0 none;
}
.bump-cancelButton button:hover,
.bump-cancelButton input:hover,
.bump-cancelButton .bump-btn:hover,
.bump-cancelButton button:active,
.bump-cancelButton input:active,
.bump-cancelButton .bump-btn:active,
.bump-cancelButton button.active,
.bump-cancelButton input.active,
.bump-cancelButton .bump-btn.active {
  background-color: #ccc;
}
.bump-cancelButton button:hover,
.bump-cancelButton input:hover,
.bump-cancelButton .bump-btn:hover {
  text-decoration: none;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #dbdbdb;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.bump-cancelButton button:focus,
.bump-cancelButton input:focus,
.bump-cancelButton .bump-btn:focus {
  outline: none;
}
.bump-cancelButton button.active,
.bump-cancelButton input.active,
.bump-cancelButton .bump-btn.active,
.bump-cancelButton button:active,
.bump-cancelButton input:active,
.bump-cancelButton .bump-btn:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #bdbdbd;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bump-cancelButton button.active:before,
.bump-cancelButton input.active:before,
.bump-cancelButton .bump-btn.active:before,
.bump-cancelButton button:active:before,
.bump-cancelButton input:active:before,
.bump-cancelButton .bump-btn:active:before,
.bump-cancelButton button.active .before,
.bump-cancelButton input.active .before,
.bump-cancelButton .bump-btn.active .before,
.bump-cancelButton button:active .before,
.bump-cancelButton input:active .before,
.bump-cancelButton .bump-btn:active .before {
  left: 1px;
  top: 1px;
}
.bump-cancelButton button.disabled,
.bump-cancelButton input.disabled,
.bump-cancelButton .bump-btn.disabled {
  cursor: default;
  background-color: #ccc;
  background-image: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
  filter: alpha(opacity=60) !important;
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bump-cancelButton button,
.bump-cancelButton .bump-btn {
  border-bottom-color: #808080;
}
.bump-controlGroup-TextInputWithButton .bump-textInput {
  width: 450px;
  vertical-align: top;
}
.bump-controlGroup-TextInputWithButton .bump-smallButton {
  vertical-align: top;
}
.bump-controlGroup-ButtonWithLabel .bump-smallTextLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  margin-left: 5px;
}
.bump-controlGroup-TextInputWithAfterLabel .bump-textInput {
  width: 250px;
  vertical-align: top;
}
.bump-controlGroup-TextInputWithAfterLabel .bump-textLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  margin-left: 5px;
}
.bump-hasCloud {
  position: relative;
}
.bump-smallTextLabel {
  font-size: 11px;
  color: #afafaf;
}
.bump-symbolCounter {
  margin-top: 5px;
  margin-right: 5px;
}
.bump-rssLink {
  font-size: 11px;
  color: #666;
}
.bump-rateControl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 10px;
}
.bump-rateControl .bump-icon-label {
  padding-right: 0;
  margin-left: -5px;
  margin-right: 0 !important;
}
.bump-rateControl .bump-icon {
  margin-right: 0 !important;
}
.bump-rotateControl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 10px;
}
.bump-iLikeItPanel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 20px;
  vertical-align: top;
}
.bump-iLikeItPanel .bump-likesCount {
  text-decoration: none;
  color: #333 !important;
  font-size: 11px;
  vertical-align: middle;
}
.bump-iLikeItPanel a {
  text-decoration: none;
  color: #999;
}
.bump-controlsPanel .bump-icon {
  padding-right: 0;
  margin-right: 10px;
}
.bump-controlsPanel .bump-icon:last-child {
  margin-right: 0;
}
.bump-controlsPanel .bump-iLikeItPanel {
  margin-right: 10px;
}
.bump-controlsPanel .bump-iLikeItPanel .bump-icon {
  margin-right: 2px !important;
}
.bump-controlsPanel .bump-controlOnIconPanel {
  margin-right: 20px;
}
.bump-controlsPanel .bump-controlOnIconPanel .bump-iLikeItPanel {
  margin-right: 0;
}
.viewerLeftToolbar .imgAuthorName .albumTitleFog {
  display: block;
  cursor: default !important;
  position: absolute;
  top: 0;
  left: 180px;
  background: url(/static/img-new/personal-page/album-title-fog.png);
  width: 40px;
  height: 20px;
}
.viewerLeftToolbar .bump-controlOnIconPanel .bump-smallAvatarName .imgAuthorName {
  max-width: 230px !important;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  position: relative;
}
.bump-previousPubLink,
.bump-nextPubLink {
  position: fixed;
  top: 50%;
  margin-left: 50%;
  margin-top: -60px;
  width: 32px;
  height: 119px;
  background: #000 url('/static/img/arrows.png') 0 50% no-repeat;
  border: 1px solid #000000;
  border-top: 0 none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.bump-previousPubLink:hover,
.bump-nextPubLink:hover {
  border-color: #000000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.bump-nextPubLink {
  -moz-border-radius: 0 9px 9px 0;
  -webkit-border-radius: 0 9px 9px 0;
  border-radius: 0 9px 9px 0;
  background-position: -33px;
  left: 500px;
  border-left-width: 3px;
}
.bump-previousPubLink {
  -moz-border-radius: 9px 0 0 9px;
  -webkit-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
  left: -536px;
  border-right-width: 3px;
}
.bump-formPlaceholder {
  background: #f3f3f3;
  padding: 20px;
}
.bump-formPlaceholder .bump-formFooter {
  position: relative;
  margin: 20px -20px 0;
  border-top: 1px solid #d2d2d2;
}
.bump-formPlaceholder .bump-formFooter .bump-formFooterWrapper {
  border-top: 1px solid #ffffff;
  padding: 20px 20px 0;
}
.bump-formPlaceholder .bump-formFooter .bump-smallTextLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 15px;
  margin-left: 15px;
}
.bump-stateSwither {
  position: relative;
  line-height: 27px;
}
.bump-stateSwither .bump-switchControl {
  position: absolute;
  z-index: 1;
  width: 50%;
  background: #f4f4f4;
  box-sizing: border-box;
  height: 29px;
  top: 0;
  left: 0;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}
.bump-stateSwither .bump-switchControl:first-child {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-right: 0 none;
}
.bump-stateSwither .bump-switchControl:last-child {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin-left: 50%;
  border-left: 0 none;
}
.bump-stateSwither .switched {
  z-index: 2;
  border: 0 none;
  padding: 1px 0;
  background: #a2dc91;
  text-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: inset 1px 1px 2px #999;
  -moz-box-shadow: inset 1px 1px 2px #999;
  box-shadow: inset 1px 1px 2px #999;
}
.bump-centerImage {
  display: table-cell;
  width: inherit;
  height: inherit;
  text-align: center;
  vertical-align: middle;
}
.dropdownMenu {
  position: relative;
  display: inline-block;
}
.dropdownMenu .dropdownLink {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  color: #858585;
}
.dropdownMenu .dropdownCaret {
  cursor: pointer;
  position: relative;
  top: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background: url(/static/img-new/icons-sprite.v6.png) -100px -100px;
}
.dropdownMenu ul.dropdown {
  display: none;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  min-width: 117px;
  border: 1px solid #F1F1F1;
  -webkit-box-shadow: 2px 2px 5px 0px #aaaaaa;
  -moz-box-shadow: 2px 2px 5px 0px #aaaaaa;
  box-shadow: 2px 2px 5px 0px #aaaaaa;
  z-index: 790;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dropdownMenu.open > ul.dropdown {
  display: block;
}
.dropdownMenu ul.dropdown li {
  clear: both;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
}
.dropdownMenu ul.dropdown li:hover {
  background: #D7E8F3;
  cursor: pointer;
}
.dropdownMenu ul.dropdown li span {
  float: left;
  margin-top: 3px;
  color: #333;
}
.dropdownMenu ul.dropdown li a {
  color: #333;
  text-decoration: none;
  float: left;
  margin-top: 3px;
}
.lightboxContentBlock .dropdownMenu ul.dropdown {
  top: auto;
  bottom: 100%;
}
.donationTypes h2 {
  margin-bottom: 10px !important;
}
.bump-donationTypesBlock li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #EEEEEE;
  padding: 30px 15px;
  cursor: move;
  margin-bottom: 3px;
  position: relative;
}
.bump-donationTypesBlock li ._icon-link {
  position: absolute;
  top: 3px;
  right: 5px;
}
.-editingTime {
  color: #CCC;
  display: inline-block;
  padding: 1px 0 0 5px;
}
.mgimoPaymentDetails .-h3 {
  margin-bottom: 10px !important;
}
.bump-linksForPaymentPage {
  display: none;
  width: 500px;
}
.bump-editDonationTypeForm form {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 30px 55px;
  background: #EEE;
  width: 500px;
  margin-left: 188px;
}
.bump-mgimoPaymentForm {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 30px 55px;
  background: #EEE;
  width: 576px;
  margin-left: 140px;
}
.bump-mgimoPaymentForm ._icon-info {
  margin-bottom: 15px;
}
.bump-mgimoPaymentForm ._icon-info:before {
  background: url('/static/less-elems/img/main-sprite.png') -84px -120px no-repeat;
  width: 15px !important;
}
.bump-mgimoPaymentForm .-iconLabel {
  padding: 0 0 0 22px;
  line-height: 22px;
  width: 95%;
}
.bump-mgimoPaymentForm .blueButtonField .textInputWrapper {
  width: 275px;
}
.bump-icon-topSearch:before,
.bump-icon-topSearch .before {
  background: url('/static/img/top-panel-sprite.png') 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.bump-icon-archive-pics:before,
.bump-icon-archive-pics .before {
  background: url('/static/img/archive-sprite.png') 0 -32px no-repeat;
}
.bump-icon-archive-audio:before,
.bump-icon-archive-audio .before {
  background: url('/static/img/archive-sprite.png') -20px -32px no-repeat;
}
.bump-icon-archive-video:before,
.bump-icon-archive-video .before {
  background: url('/static/img/archive-sprite.png') -40px -32px no-repeat;
}
.bump-icon-archive-files:before,
.bump-icon-archive-files .before {
  background: url('/static/img/archive-sprite.png') -60px -32px no-repeat;
}
.bump-icon-brand-bump {
  background: url('/static/img/brand-page-social-buttons.png') 0 0 no-repeat;
  width: 43px;
  height: 43px;
}
.bump-icon-brand-yt {
  background: url('/static/img/brand-page-social-buttons.png') -43px 0 no-repeat;
  width: 43px;
  height: 43px;
}
.bump-icon-brand-fb {
  background: url('/static/img/brand-page-social-buttons.png') -86px 0 no-repeat;
  width: 43px;
  height: 43px;
}
.bump-icon-brand-tw {
  background: url('/static/img/brand-page-social-buttons.png') -129px 0 no-repeat;
  width: 43px;
  height: 43px;
}
.bump-icon-brand-vk {
  background: url('/static/img/brand-page-social-buttons.png') -172px 0 no-repeat;
  width: 43px;
  height: 43px;
}
.bump-headerContent .bump-icon-rating:before,
.bump-headerContent .bump-icon-rating .before {
  background: url('/static/img/personal-sprite-2.png') 0 0 no-repeat;
}
.bump-headerContent .bump-icon-removeFriend:before,
.bump-headerContent .bump-icon-removeFriend .before {
  background: url('/static/img/personal-sprite-2.png') -60px 0 no-repeat;
}
.bump-headerContent .bump-icon-addFriend:before,
.bump-headerContent .bump-icon-addFriend .before {
  background: url('/static/img/personal-sprite-2.png') -40px 0 no-repeat;
}
.bump-headerContent .bump-icon-removeMember:before,
.bump-headerContent .bump-icon-removeMember .before {
  background: url('/static/img/personal-sprite-2.png') -120px 0 no-repeat;
  width: 23px;
  left: 10px;
}
.bump-headerContent .bump-icon-addMember:before,
.bump-headerContent .bump-icon-addMember .before {
  background: url('/static/img/personal-sprite-2.png') -80px 0 no-repeat;
  width: 23px;
  left: 10px;
}
.bump-headerContent .bump-icon-settings:before,
.bump-headerContent .bump-icon-settings .before {
  background: url('/static/img/personal-sprite-2.png') -160px 0 no-repeat;
}
.bump-headerContent .bump-icon-clubSettings:before,
.bump-headerContent .bump-icon-clubSettings .before {
  background: url('/static/img/personal-sprite-2.png') -160px 0 no-repeat;
}
.bump-headerContent .bump-icon-mail:before,
.bump-headerContent .bump-icon-mail .before {
  background: url('/static/img/personal-sprite-2.png') -20px 0 no-repeat;
}
.bump-headerContent .bump-icon-call:before,
.bump-headerContent .bump-icon-call .before {
  background: url('/static/img/personal-sprite-2.png') -300px 0 no-repeat;
}
.bump-headerContent .bump-icon-inviteToClub:before,
.bump-headerContent .bump-icon-inviteToClub .before {
  background: url('/static/img/personal-sprite-2.png') -80px 0 no-repeat;
  width: 23px;
}
.bump-headerContent .bump-icon-followBrand:before,
.bump-headerContent .bump-icon-followBrand .before {
  background: url('/static/img/personal-sprite-2.png') -220px 0 no-repeat;
  width: 22px;
  left: 11px;
}
.bump-headerContent .bump-icon-unfollowBrand:before,
.bump-headerContent .bump-icon-unfollowBrand .before {
  background: url('/static/img/personal-sprite-2.png') -180px 0 no-repeat;
  width: 22px;
  left: 11px;
}
.bump-icon-large-rating:before,
.bump-icon-large-rating .before {
  background: url('/static/img/main-sprite-large.png') -40px -5px no-repeat;
}
.bump-icon-large-removeFriend:before,
.bump-icon-large-removeFriend .before {
  background: url('/static/img/main-sprite-large.png') -124px -46px no-repeat;
}
.bump-icon-large-addFriend:before,
.bump-icon-large-addFriend .before {
  background: url('/static/img/main-sprite-large.png') -85px -44px no-repeat;
}
.bump-icon-large-removeMember {
  background: none !important;
  width: 43px;
}
.bump-icon-large-removeMember:before,
.bump-icon-large-removeMember .before {
  background: url('/static/img/main-sprite-large.png') -156px -6px no-repeat;
  width: 40px;
  left: -2px;
}
.bump-icon-large-addMember {
  background: none !important;
  width: 43px;
}
.bump-icon-large-addMember:before,
.bump-icon-large-addMember .before {
  background: url('/static/img/main-sprite-large.png') -78px -6px no-repeat;
  width: 40px;
  left: -2px;
}
.bump-icon-large-settings {
  background: url('/static/img/personal-icon-frames.png') -116px -5px no-repeat;
}
.bump-icon-large-settings:hover {
  background: url('/static/img/personal-icon-frames.png') -116px -41px no-repeat;
}
.bump-icon-large-settings:before,
.bump-icon-large-settings .before {
  background: url('/static/img/main-sprite-large.png') -9px -5px no-repeat;
}
.bump-icon-large-menu-settings {
  background: url('/static/img/personal-icon-frames.png') -116px -5px no-repeat;
}
.bump-icon-large-menu-settings:hover {
  background: url('/static/img/personal-icon-frames.png') -116px -41px no-repeat;
}
.bump-icon-large-menu-settings:before,
.bump-icon-large-menu-settings .before {
  background: url('/static/img/main-sprite-large.png') -92px -75px no-repeat;
}
.bump-icon-large-menu-uploader:before,
.bump-icon-large-menu-uploader .before {
  background: url('/static/img/main-sprite-large.png') -205px -10px no-repeat;
}
.bump-icon-large-menu-replace:before,
.bump-icon-large-menu-replace .before {
  background: url('/static/img/main-sprite-large.png') -205px -46px no-repeat;
}
.bump-icon-large-menu-remove:before,
.bump-icon-large-menu-remove .before {
  background: url('/static/img/main-sprite-large.png') -168px -47px no-repeat;
}
.bump-icon-large-remove {
  background: none;
}
.bump-icon-large-remove:before,
.bump-icon-large-remove .before {
  background: url('/static/img/main-sprite-large.png') -243px -7px no-repeat;
}
.bump-icon-large-clubSettings {
  background: url('/static/img/personal-icon-frames.png') -116px -6px no-repeat;
}
.bump-icon-large-clubSettings:before,
.bump-icon-large-clubSettings .before {
  background: url('/static/img/main-sprite-large.png') -8px -6px no-repeat;
}
.bump-icon-large-uploader {
  background: url('/static/img/personal-icon-frames.png') -64px -6px no-repeat;
  width: 42px;
  height: 42px;
}
.bump-icon-large-uploader:hover {
  background: url('/static/img/personal-icon-frames.png') -64px -53px no-repeat;
}
.bump-icon-large-uploader:before,
.bump-icon-large-uploader .before {
  background: url('/static/img/main-sprite-large.png') -42px -40px no-repeat;
}
.bump-icon-large-uploader input {
  height: 40px;
}
.bump-icon-large-mail {
  background: none !important;
  width: 50px;
}
.bump-icon-large-mail:before,
.bump-icon-large-mail .before {
  background: url('/static/img/main-sprite-large.png') -1px -44px no-repeat;
}
.bump-icon-large-call {
  background: none !important;
  width: 50px;
}
.bump-icon-large-call:before,
.bump-icon-large-call .before {
  background: url('/static/img/main-sprite-large.png') -120px -5px no-repeat;
}
.bump-icon-large-inviteToClub {
  background: none !important;
  width: 50px;
}
.bump-icon-large-inviteToClub:before,
.bump-icon-large-inviteToClub .before {
  background: url('/static/img/main-sprite-large.png') -79px -4px no-repeat;
  width: 40px;
}
.bump-icon-large-followBrand:before,
.bump-icon-large-followBrand .before {
  background: url('/static/img/main-sprite-large.png') 0px -76px no-repeat;
  width: 37px;
}
.bump-icon-large-unfollowBrand:before,
.bump-icon-large-unfollowBrand .before {
  background: url('/static/img/main-sprite-large.png') -43px -75px no-repeat;
  width: 34px;
  left: 11px;
}
#footer .bump-icon-rss:before,
#footer .bump-icon-rss .before {
  background: url('/static/img/personal-sprite-2.png') -280px 0 no-repeat;
}
#footer .bump-icon-bug:before,
#footer .bump-icon-bug .before {
  background: url('/static/img/personal-sprite-2.png') -260px 0 no-repeat;
}
#footer .bump-icon-mail:before,
#footer .bump-icon-mail .before {
  background: url('/static/img/personal-sprite-2.png') -20px 0 no-repeat;
}
.bump-icon-delete {
  background: url('/static/img/main-sprite-3.png') -220px 0 no-repeat;
}
.bump-icon-delete.bump-icon-label:before,
.bump-icon-delete.bump-icon-label .before {
  background: url('/static/img/main-sprite-3.png') -220px 0 no-repeat !important;
}
.bump-icon-settings {
  background: url('/static/img/main-sprite-3.png') -200px -40px no-repeat;
}
.bump-icon-favorits {
  background: url('/static/img/main-sprite-3.png') -58px 0 no-repeat;
}
.bump-icon-favorits.bump-icon-label {
  padding-right: 0;
}
.bump-icon-favorits.bump-icon-label:before,
.bump-icon-favorits.bump-icon-label .before {
  background: url('/static/img/main-sprite-3.png') -58px 0 no-repeat;
}
.bump-icon.bump-icon-label {
  background: none !important;
  padding-right: 0;
}
.bump-icon-large.bump-icon-label {
  background: none !important;
  padding: 0 15px 0 39px;
  line-height: 35px;
  color: #FFF;
  font-size: 14px;
}
.bump-icon-favorits.active {
  margin-right: 0;
  background: url('/static/img/main-sprite-3.png') -37px 0 no-repeat !important;
}
.bump-icon-favorits.active.bump-icon-label:before,
.bump-icon-favorits.active.bump-icon-label .before {
  background: url('/static/img/main-sprite-3.png') -37px 0 no-repeat !important;
}
.bump-icon-addFile button:before,
.bump-icon-addFile .bump-btn:before,
.bump-icon-addFile button .before,
.bump-icon-addFile .bump-btn .before {
  background: url('/static/img/buttons-icons-sprite.png') 0 0 no-repeat !important;
}
.bump-postPreviewFooter {
  font-size: 11px;
  color: #666666;
}
.bump-postPreviewFooter .bump-textOnIconPanel,
.bump-postPreviewFooter .bump-icon {
  padding-right: 10px;
}
.bump-postPreviewFooter .bump-icon-user:before,
.bump-postPreviewFooter .bump-icon-user .before {
  background: url('/static/img/icons-pub-data.png') 0 0 no-repeat;
}
.bump-postPreviewFooter .bump-icon-comments:before,
.bump-postPreviewFooter .bump-icon-comments .before {
  background: url('/static/img/icons-pub-data.png') -20px 0 no-repeat;
}
.bump-postPreviewFooter .bump-icon-commentsNull:before,
.bump-postPreviewFooter .bump-icon-commentsNull .before {
  background: url('/static/img/icons-pub-data.png') -60px 0 no-repeat;
}
.bump-postPreviewFooter .bump-icon-views:before,
.bump-postPreviewFooter .bump-icon-views .before {
  background: url('/static/img/icons-pub-data.png') -40px 0 no-repeat;
}
.bump-postPreviewFooter .bump-icon-viewsNull:before,
.bump-postPreviewFooter .bump-icon-viewsNull .before {
  background: url('/static/img/icons-pub-data.png') -80px 0 no-repeat;
}
.bump-postPreviewFooter .bump-icon-rating:before,
.bump-postPreviewFooter .bump-icon-rating .before {
  background: url('/static/img/icons-pub-data.png') -140px 0 no-repeat;
}
.bump-postPreviewFooter .bump-icon-fog:before,
.bump-postPreviewFooter .bump-icon-fog .before {
  background: url('/static/img/icons-pub-data.png') -100px 0 no-repeat;
}
.bump-postPreviewFooter .bump-icon-fogPinned:before,
.bump-postPreviewFooter .bump-icon-fogPinned .before {
  background: url('/static/img/icons-pub-data.png') -120px 0 no-repeat;
}
.bump-icon-voteUp:before,
.bump-icon-voteUp .before {
  background: url('/static/img/main-sprite-3.png') -140px 0 no-repeat;
}
.bump-icon-voteDown:before,
.bump-icon-voteDown .before {
  background: url('/static/img/main-sprite-3.png') -160px 0 no-repeat;
}
.bump-icon-originalSize {
  background: url('/static/img/main-sprite-3.png') -180px -40px no-repeat;
}
.bump-icon-originalSize:before,
.bump-icon-originalSize .before {
  background: url('/static/img/main-sprite-3.png') -180px -40px no-repeat;
}
.bump-icon-download {
  background: url('/static/img/main-sprite-3.png') -240px -20px no-repeat;
}
.bump-icon-download:before,
.bump-icon-download .before {
  background: url('/static/img/main-sprite-3.png') -240px -20px no-repeat;
}
.bump-icon-rotateLeft {
  background: url('/static/img/main-sprite-3.png') -140px -40px no-repeat;
}
.bump-icon-rotateLeft:before,
.bump-icon-rotateLeft .before {
  background: url('/static/img/main-sprite-3.png') -140px -40px no-repeat;
}
.bump-icon-rotateRight {
  background: url('/static/img/main-sprite-3.png') 0 -20px no-repeat;
}
.bump-icon-rotateRight:before,
.bump-icon-rotateRight .before {
  background: url('/static/img/main-sprite-3.png') 0 -20px no-repeat;
}
.bump-icon-code {
  width: 21px;
  background: url('/static/img/main-sprite-3.png') -220px -40px no-repeat;
}
.bump-icon-code:before,
.bump-icon-code .before {
  width: 21px;
  background: url('/static/img/main-sprite-3.png') -220px -40px no-repeat;
}
.bump-icon-code.bump-icon-label {
  padding-left: 26px;
}
.bump-icon-rating:before,
.bump-icon-rating .before {
  background: url('/static/img/main-sprite-3.png') 0 0 no-repeat;
}
.bump-icon-text:before,
.bump-icon-text .before {
  background: url('/static/img/main-sprite-3.png') -140px -80px no-repeat;
}
.bump-icon-picture:before,
.bump-icon-picture .before {
  background: url('/static/img/main-sprite-3.png') -100px -20px no-repeat;
}
.bump-icon-audio:before,
.bump-icon-audio .before {
  background: url('/static/img/main-sprite-3.png') -220px -20px no-repeat;
}
.bump-icon-video:before,
.bump-icon-video .before {
  background: url('/static/img/main-sprite-3.png') -120px -20px no-repeat;
}
.bump-icon-presentation:before,
.bump-icon-presentation .before {
  background: url('/static/img/main-sprite-3.png') -20px -80px no-repeat;
}
.bump-icon-flash:before,
.bump-icon-flash .before {
  background: url('/static/img/main-sprite-3.png') -40px -20px no-repeat;
}
.bump-icon-web:before,
.bump-icon-web .before {
  background: url('/static/img/main-sprite-3.png') -100px -40px no-repeat;
}
.bump-icon-mobilePhone:before,
.bump-icon-mobilePhone .before {
  background: url('/static/img/main-sprite-3.png') -60px -40px no-repeat;
}
.bump-icon-mail:before,
.bump-icon-mail .before {
  background: url('/static/img/main-sprite-3.png') -240px 0 no-repeat;
}
.bump-icon-comments:before,
.bump-icon-comments .before {
  background: url('/static/img/icons-pub-data.png') -20px 0 no-repeat;
}
.bump-icon-views:before,
.bump-icon-views .before {
  background: url('/static/img/main-sprite-3.png') -100px 0 no-repeat;
}
.bump-icon-reconvert {
  background: url('/static/img/main-sprite-3.png') -140px -140px no-repeat;
}
.bump-icon-reconvert:before,
.bump-icon-reconvert .before {
  background: url('/static/img/top-panel-sprite.png') -140px -140px no-repeat;
}
.bump-icon-edit {
  background: url('/static/img/main-sprite-3.png') -20px 0 no-repeat;
}
.bump-icon-edit:before,
.bump-icon-edit .before {
  background: url('/static/img/top-panel-sprite.png') -20px 0 no-repeat;
}
.bump-icon-edit.active {
  background: url('/static/img/main-sprite-3.png') -225px -60px no-repeat;
}
.bump-icon-plus {
  background: url('/static/img/signs-icons-sprite.png') -80px -20px no-repeat;
}
.bump-icon-plus:hover {
  background: url('/static/img/signs-icons-sprite.png') -80px -40px no-repeat;
}
.bump-icon-minus {
  background: url('/static/img/signs-icons-sprite.png') -100px -20px no-repeat;
}
.bump-icon-minus:hover {
  background: url('/static/img/signs-icons-sprite.png') -100px -40px no-repeat;
}
.bump-icon-attach {
  background: url('/static/img/main-sprite-3.png') -160px -80px no-repeat;
}
.bump-icon-attach:before,
.bump-icon-attach .before {
  background: url('/static/img/main-sprite-3.png') -160px -80px no-repeat;
}
.bump-icon-file {
  background: url('/static/img/main-sprite-3.png') -160px -120px no-repeat;
}
.bump-icon-file:before,
.bump-icon-file .before {
  background: url('/static/img/main-sprite-3.png') -160px -120px no-repeat;
}
.bump-icon-code {
  background: url('/static/img/main-sprite-3.png') -220px -40px no-repeat;
  width: 22px;
}
.bump-icon-code:before,
.bump-icon-code .before {
  background: url('/static/img/main-sprite-3.png') -220px -40px no-repeat;
  width: 22px;
}
.bump-topPanel .bump-icon-rating:before,
.bump-topPanel .bump-icon-rating .before {
  background: url('/static/img/top-panel-sprite.png') -200px 0 no-repeat;
}
.bump-topPanel .bump-icon-mail {
  background: url('/static/img/top-panel-sprite.png') -180px 0 no-repeat;
}
.bump-topPanel .bump-icon-mail:before,
.bump-topPanel .bump-icon-mail .before {
  background: url('/static/img/top-panel-sprite.png') -180px 0 no-repeat;
}
.bump-topPanel .bump-icon-addContent {
  background: url('/static/img/top-panel-sprite.png') -160px 0 no-repeat;
}
.bump-topPanel .bump-icon-payment {
  background: url('/static/img/top-panel-sprite.png') -80px 0 no-repeat;
}
.bump-topPanel .bump-icon-payment:before,
.bump-topPanel .bump-icon-payment .before {
  background: url('/static/img/top-panel-sprite.png') -80px 0 no-repeat;
}
.bump-topPanel .bump-icon-settings {
  background: url('/static/img/top-panel-sprite.png') -140px 0 no-repeat;
}
.bump-topPanel .bump-icon-play {
  background: url('/static/img/top-panel-sprite.png') -120px 0 no-repeat;
}
.bump-topPanel .bump-icon-play.paused {
  background: url('/static/img/top-panel-sprite.png') -100px 0 no-repeat;
}
.bump-topPanel .bump-icon-pause {
  background: url('/static/img/top-panel-sprite.png') -100px 0 no-repeat;
}
.bump-topPanel .bump-icon-logout {
  background: url('/static/img/top-panel-sprite.png') -20px 0 no-repeat;
}
.bump-topPanel .bump-icon-logout:before,
.bump-topPanel .bump-icon-logout .before {
  background: url('/static/img/top-panel-sprite.png') -20px 0 no-repeat;
}
.bump-topPanel .bump-icon-registration {
  background: url('/static/img/top-panel-sprite.png') -40px 0 no-repeat;
}
.bump-topPanel .bump-icon-registration:before,
.bump-topPanel .bump-icon-registration .before {
  background: url('/static/img/top-panel-sprite.png') -40px 0 no-repeat;
}
.bump-topPanel .bump-icon-mirror {
  background: url('/static/img/bump-logo.png') 1px 3px no-repeat;
  width: 23px;
}
.bump-topPanel .bump-icon-login {
  background: url('/static/img/top-panel-sprite.png') -60px 0 no-repeat;
}
.bump-topPanel .bump-icon-login:before,
.bump-topPanel .bump-icon-login .before {
  background: url('/static/img/top-panel-sprite.png') -60px 0 no-repeat;
}
.bump-icon-advertPerson {
  background: url('/static/img/advert-sprite.png') 0 0 no-repeat;
}
.bump-icon-advertPerson.bump-icon-label:before,
.bump-icon-advertPerson.bump-icon-label .before {
  background: url('/static/img/advert-sprite.png') 0 0 no-repeat !important;
}
.bump-icon-advertAdress {
  background: url('/static/img/advert-sprite.png') -20px 0 no-repeat;
}
.bump-icon-advertAdress.bump-icon-label:before,
.bump-icon-advertAdress.bump-icon-label .before {
  background: url('/static/img/advert-sprite.png') -20px 0 no-repeat !important;
}
.bump-icon-advertPhone {
  background: url('/static/img/advert-sprite.png') -40px -1px no-repeat;
}
.bump-icon-advertPhone.bump-icon-label:before,
.bump-icon-advertPhone.bump-icon-label .before {
  background: url('/static/img/advert-sprite.png') -40px 1px no-repeat !important;
}
.bump-icon-advertMail {
  background: url('/static/img/advert-sprite.png') -60px 1px no-repeat;
}
.bump-icon-advertMail.bump-icon-label:before,
.bump-icon-advertMail.bump-icon-label .before {
  background: url('/static/img/advert-sprite.png') -60px 1px no-repeat !important;
}
.bump-icon-menuEdit {
  background: url('/static/img/main-sprite-3.png') -20px 0 no-repeat;
}
.bump-icon-menuEdit.bump-icon-label:before,
.bump-icon-menuEdit.bump-icon-label .before {
  background: url('/static/img/main-sprite-3.png') -20px 0 no-repeat !important;
}
.bump-icon-menuDelete {
  background: url('/static/img/main-sprite-3.png') -220px 0 no-repeat;
}
.bump-icon-menuDelete.bump-icon-label:before,
.bump-icon-menuDelete.bump-icon-label .before {
  background: url('/static/img/main-sprite-3.png') -220px 0 no-repeat !important;
}
.bump-icon-menuPin {
  background: url('/static/img/main-sprite-3.png') -40px -140px no-repeat;
}
.bump-icon-menuPin.bump-icon-label:before,
.bump-icon-menuPin.bump-icon-label .before {
  background: url('/static/img/main-sprite-3.png') -40px -140px no-repeat !important;
}
.bump-icon-menuUnpin {
  background: url('/static/img/icons-sprite.png') -120px -160px no-repeat;
}
.bump-icon-menuUnpin.bump-icon-label:before,
.bump-icon-menuUnpin.bump-icon-label .before {
  background: url('/static/img/icons-sprite.png') -120px -160px no-repeat !important;
}
.bump-icon-menuRepin {
  background: url('/static/img/icons-sprite.png') -120px -180px no-repeat;
}
.bump-icon-menuRepin.bump-icon-label:before,
.bump-icon-menuRepin.bump-icon-label .before {
  background: url('/static/img/icons-sprite.png') -120px -180px no-repeat !important;
}
.bump-icon-addToArchive {
  background: url('/static/img/icons-sprite.png') -40px -160px no-repeat;
}
.bump-icon-addToArchive.bump-icon-label:before,
.bump-icon-addToArchive.bump-icon-label .before {
  background: url('/static/img/icons-sprite.png') -40px -160px no-repeat !important;
}
.bump-icon-removeFromArchive {
  background: url('/static/img/icons-sprite.png') -100px -160px no-repeat;
}
.bump-icon-removeFromArchive.bump-icon-label:before,
.bump-icon-removeFromArchive.bump-icon-label .before {
  background: url('/static/img/icons-sprite.png') -100px -160px no-repeat !important;
}
.bump-profileControl {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.bump-userNameWrapper {
  float: left;
}
.bump-userInfoWrapper {
  position: relative;
}
.bump-userInfo,
.bump-userControls,
.bump-userConnect {
  line-height: 1em;
  float: left;
  display: inline;
}
.bump-userInfo {
  padding: 10px 15px 0;
  white-space: nowrap;
  position: absolute;
  bottom: 30px;
  left: 190px;
  z-index: 3;
  float: none;
}
.bump-userInfo .bump-userName {
  white-space: pre-line;
  max-width: 360px;
  line-height: 1.1;
  text-rendering: optimizelegibility;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.bump-smallAvatar {
  float: left;
  display: inline;
  width: 30px;
  height: 30px;
  margin: 3px 0;
  position: relative;
  z-index: 2;
}
.bump-userName {
  color: #FFF;
  font-size: 26px;
  line-height: 44px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bump-bumpRating {
  color: #929293;
}
.bump-userLocation {
  color: #FFF;
  font-size: 13px;
  height: 15px;
  text-rendering: optimizelegibility;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  max-width: 200px;
  white-space: pre-line;
}
.bump-userControls {
  margin: -1px 0 0;
  padding-left: 30px\0/;
}
.bump-userControls .bump-icon {
  *margin: 0 3px;
}
.bump-userConnect {
  position: absolute;
  right: 14px;
  bottom: 43px;
  z-index: 3;
}
.bump-userConnect .bump-userConnectItem {
  border: 1px solid #FFF;
  margin-left: -1px;
  float: left;
}
.bump-userConnect .bump-userConnectItem:first-child {
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.bump-userConnect .bump-userConnectItem:last-child {
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.bump-userConnect .bump-userConnectItem:hover {
  background: url('/static/img/personal-background-frames.png');
}
.bump-status-lastVisit {
  color: #e6e6e6;
  font-size: 11px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 3px;
  vertical-align: top;
}
.bump-mainAvatar .bump-changeAvatarLink {
  position: absolute;
  top: 143px;
  left: 0px;
  line-height: 20px;
  width: 170px;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.333);
  color: #333;
}
.bump-userExtraControls {
  position: absolute;
  bottom: 85px;
  left: 206px;
  color: #FFF;
  z-index: 3;
}
.bump-userExtraControls a {
  color: #FFF;
}
.bump-userExtraControls .bump-userExtraControlsItem {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 5px 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  visibility: hidden;
  text-decoration: none;
  text-transform: lowercase;
}
.bump-userExtraControls:hover .bump-userExtraControlsItem {
  visibility: visible;
}
.isMobile .bump-userExtraControlsItem {
  visibility: visible !important;
}
.bump-profileImageWrapper {
  width: 1000px;
  height: 210px;
  background: #999;
}
.bump-pageBlock {
  padding: 0;
  position: relative;
  clear: both;
  margin-bottom: 15px !important;
}
.bump-pageBlock:last-child {
  margin-bottom: 0 !important;
}
.bump-pageBlock .bump-headerPageBlock {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.bump-pageBlock .bump-headerPageBlock h3,
.bump-pageBlock .bump-headerPageBlock h2 {
  font-size: 17px;
  line-height: 20px;
  float: left;
  display: inline;
  padding: 0 0 7px 1px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #333;
}
.bump-pageBlock .bump-headerPageBlock h3 a,
.bump-pageBlock .bump-headerPageBlock h2 a {
  text-decoration: none;
  color: #333;
}
.bump-pageBlock .bump-headerPageBlock h3 a:hover,
.bump-pageBlock .bump-headerPageBlock h2 a:hover {
  text-decoration: underline;
  color: #333;
}
.bump-pageBlock .bump-headerPageBlock h2 {
  font-size: 20px;
  font-weight: normal;
}
.bump-pageBlock .bump-headerPageBlock .bump-side-headerBlock {
  float: right;
  display: inline;
}
.bump-pageBlock .bump-headerPageBlock .bump-side-headerBlock .bump-linkToAllCollection {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 20px;
  font-size: 11px;
  color: #666;
  padding-left: 20px;
}
.infoLink {
  background: #fff;
  position: relative;
}
.infoLink a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 7px 10px;
  border: 1px solid #e5e5e5;
  margin: 0 6px;
  text-decoration: none;
  background: #f3f3f3;
  font-weight: bold;
}
.bump-pageBlock-sideBordered {
  margin: 0 -5px 0 -9px;
  border: 1px solid #e2e2e2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.bump-pageBlock-sideBordered .bump-headerPageBlock {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 2px solid #fff;
  border-bottom: 0 none;
  background: #f4f4f4;
  padding: 5px 7px 0;
}
.bump-pageBlock-sideBordered .bump-headerPageBlock h3 {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.bump-pageBlock-sideBordered .bump-headerPageBlock h3 a {
  text-decoration: underline;
  color: #000;
}
.bump-pageBlock-sideBordered .bump-pageBlockContent {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 2px solid #fff;
  border-top: 0 none;
  background: #f4f4f4;
  padding: 2px 7px 7px;
  line-height: 1.2em;
  overflow: hidden;
}
.pinned,
#pinnedPromotionsBlock .promotionItem {
  background: #f4f4f4;
}
.pinnedPromotionsBlock {
  background: #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bump-blogPosts .bump-contestBlock {
  margin-top: 0;
}
.bump-aboutUserInfo {
  line-height: 1.4em;
  color: #666;
  padding-left: 0 !important;
}
.bump-subPageBlockHeader {
  margin: 20px 0 5px;
  font-size: 17px;
}
.bump-aboutUserInfoContactItem {
  margin: 5px 0;
}
.bump-aboutUserInfoContactItems {
  display: none;
}
.bump-allUserContactsLink {
  line-height: 1em;
  border-bottom: 1px dotted;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 25px;
  font-size: 11px;
}
.bump-profileWrapper .bump-leftColumn .bump-pageBlock {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 14px 15px 15px;
  margin-bottom: 0 !important;
}
.bump-profileWrapper .bump-leftColumn .bump-pageBlock:last-child {
  border: 0 none;
  padding-bottom: 0;
}
.bump-profileWrapper .bump-leftColumn .bump-pageBlock .bump-side-headerBlock {
  padding-top: 0;
}
.bump-profileWrapper .bump-leftColumn .bump-pageBlockContent {
  background: none;
  border: 0 none;
  padding: 0;
}
.bump-profileWrapper .bump-leftColumn .bump-pageBlockSpace {
  margin-top: 0;
}
.bump-profileWrapper .bump-rightColumn .bump-pageBlockContent {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0 none;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  padding: 9px;
}
.bump-profileWrapper .bump-rightColumn .bump-headerPageBlock {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: 0 none !important;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.bump-profileWrapper .bump-rightColumn .bump-headerPageBlock h3 {
  padding: 9px 9px 0 10px;
  font-weight: bold;
}
.bump-profileWrapper .bump-rightColumn .bump-headerPageBlock .bump-side-headerBlock {
  padding: 9px 9px 0 0;
}
.bump-pageBlockContent {
  padding: 0;
  position: relative;
  z-index: 1;
}
.bump-pageBlockSwitched .bump-headerPageBlock {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 0 none !important;
  background: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 42px;
}
.bump-pageBlockSwitched h3 {
  -webkit-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  width: 50%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  float: none !important;
  display: block !important;
  position: absolute !important;
  z-index: 1;
  background: #e0e0e0;
  border: 1px solid #e5e5e5;
  border-bottom: 0 none;
  text-shadow: 0 1px 0 #fff !important;
  text-align: center;
  padding: 7px 0 !important;
  color: #666 !important;
  cursor: pointer;
}
.bump-pageBlockSwitched h3.bump-left-element {
  -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  border-right: 0 none;
  -moz-border-radius: 7px 0 0 0;
  -webkit-border-radius: 7px 0 0 0;
  border-radius: 7px 0 0 0;
}
.bump-pageBlockSwitched h3.bump-right-element {
  -webkit-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  border-left: 0 none;
  -moz-border-radius: 0 7px 0 0;
  -webkit-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
  left: auto;
  right: 0;
}
.bump-pageBlockSwitched h3:hover {
  background: #e8e8e8;
  color: #333 !important;
}
.bump-pageBlockSwitched h3.active {
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  padding: 12px 0 9px 0 !important;
  text-shadow: none;
  color: #333 !important;
  z-index: 2;
  cursor: default;
}
.bump-pageBlockSwitched h3.bump-headerLinked {
  padding: 0 !important;
}
.bump-pageBlockSwitched h3.bump-headerLinked a {
  display: block;
  padding: 7px 0;
  color: #666 !important;
  text-shadow: 0 1px 0 #fff;
}
.bump-pageBlockSwitched h3.bump-headerLinked:hover {
  color: #333 !important;
}
.bump-pageBlockSwitched h3.bump-headerLinked.active a {
  padding: 12px 0 9px 0 !important;
}
.bump-archivePreviewItems {
  position: relative;
  overflow: hidden;
  padding-left: 6px !important;
}
.bump-archivePreviewItem {
  float: left;
  display: inline;
  position: relative;
  margin-left: 4px;
  border: 1px solid #e6e6e6;
  width: 90px;
  height: 90px;
  background: #f0f0f0;
}
.bump-archivePreviewItem a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  height: 90px;
}
.bump-archivePreviewItem a.bump-inject-elem:before,
.bump-archivePreviewItem a.bump-inject-elem .before {
  width: 30px;
  height: 32px;
  top: 29px;
  left: 30px;
}
.bump-archivePreviewItem a.bump-videoPreview:before,
.bump-archivePreviewItem a.bump-videoPreview .before {
  background: url('/static/img/archive-sprite.png') -60px 0 no-repeat;
}
.bump-archivePreviewItem a.bump-audioPreview:before,
.bump-archivePreviewItem a.bump-audioPreview .before {
  background: url('/static/img/archive-sprite.png') -30px 0 no-repeat;
}
.bump-archivePreviewItem a.bump-filePreview:before,
.bump-archivePreviewItem a.bump-filePreview .before {
  background: url('/static/img/archive-sprite.png') 0 0 no-repeat;
}
.bump-profileCover {
  position: relative;
}
.bump-profileCover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 91px;
  background: url('/static/img/profile-shadow.png') repeat-x;
}
.bump-profileCover .-dropdownList {
  z-index: 3;
}
.bump-profileCover .-dropdownList li:hover {
  background: #EEEEEE;
}
.bump-profileCover .-dropdownList li a {
  color: #777;
}
.bump-profileCover .-dropdownList li a {
  color: #777;
}
.bump-icon-large-menu-settings {
  visibility: hidden;
}
.bump-icon-large-menu-settings.isMobile {
  visibility: visible;
}
.bump-profileCover.editable:hover:after {
  top: 0;
  left: 0;
  width: 1000px;
  height: 100%;
  background: url('/static/img/profile-shadow-full.png');
}
.bump-profileCover.editable:hover .bump-icon-large-menu-settings {
  visibility: visible;
}
.bump-profileConfirmationWindow {
  position: absolute;
  right: 30px;
  top: 30px;
  width: auto;
  display: block;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 5px 10px;
  font-size: 17px;
  z-index: 3;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.bump-profileConfirmationWindow .-btnFlat {
  margin-left: 10px;
}
.bump-profileConfirmationWindow div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
}
.bump-mainAvatar {
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  width: 176px;
  height: 176px;
  overflow: hidden;
}
.bump-mainAvatar .bump-avatarBorder {
  border: 3px solid #e5e5e5;
  display: block;
  width: 170px;
  height: 170px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.bump-mainAvatar img {
  width: 170px;
  height: 170px;
  border: 0 none;
  outline: none;
}
.bump-picList {
  position: relative;
  z-index: 1;
  margin: -17px 0 0 -17px;
  overflow: hidden;
}
.bump-picListItem {
  float: left;
  display: inline;
  margin: 17px 0 0 17px;
  width: 72px;
  height: 72px;
}
.bump-picListItem a {
  display: table-cell;
  vertical-align: middle;
  width: 72px;
  height: 72px;
}
.bump-picListItem img {
  width: 72px;
  height: 72px;
}
.bump-picListSmall {
  margin: -16px 0 0 -15px;
}
.bump-picListSmall .bump-picListItem {
  margin: 16px 0 0 16px;
  width: 50px;
  height: 50px;
}
.bump-picListSmall .bump-picListItem a,
.bump-picListSmall .bump-picListItem img {
  width: 50px;
  height: 50px;
}
.bump-newsBlock,
.bump-advBlock {
  margin: -15px 0 0 -15px;
}
.bump-newsBlockItem,
.bump-advBlockItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 220px;
  margin: 15px 0 0 15px;
  vertical-align: top;
}
.bump-newsPicWrapper,
.bump-advPicWrapper {
  float: left;
  display: inline;
  height: 110px;
  margin: 0 4px 4px 0;
  width: 170px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}
.advCampaingnCell .bump-verticalBrandsSmallIcons {
  clear: both;
}
.advCampaingnCell .bump-verticalBrandsSmallIcons .brandTagsWrapper .brandTag {
  margin: 0 0 0 12px;
}
.bump-advBlockItem .bump-verticalBrandsSmallIcons,
.bump-newsBlockItem .bump-verticalBrandsSmallIcons {
  float: left;
  display: inline;
  position: relative;
  margin: -4px 0 0;
  height: 116px;
  overflow: hidden;
}
.bump-newsBlock .bump-verticalBrandsSmallIcons {
  float: left;
  display: inline;
  position: relative;
  margin-top: -4px;
  height: 116px;
  overflow: hidden;
}
.bump-newsBlock .bump-verticalBrandsSmallIcons .bump-brandTagsWrapper {
  margin: 0;
  padding: 0;
}
.bump-newsBlock .bump-verticalBrandsSmallIcons .bump-brandTagsWrapper a {
  float: left;
  display: inline;
  clear: both;
  margin-top: 4px;
}
.bump-newsBlock .bump-verticalBrandsSmallIcons .bump-brandTagsWrapper a .bump-brandTag {
  margin: 0;
  padding: 0;
}
.bump-newsBlockItemTitle,
.bump-advBlockItemTitle {
  display: block;
  clear: both;
}
.bump-advBlockItemFooter,
.bump-newsBlockItemFooter {
  font-size: 11px;
}
.bump-contestBlock {
  margin-top: -10px;
  border: 2px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bump-contestBlockItem {
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 10px;
}
.bump-addWallMessage {
  padding: 10px;
  background: #f0f0f0;
  position: relative;
  margin: 0 0 20px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -o-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: linear-gradient(top, #f3f3f3, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#f3f3f3, EndColorStr=#e6e6e6, GradientType=0);
}
.bump-addWallMessage .bump-symbolCounter {
  float: right;
  display: inline;
  line-height: 24px;
}
.bump-addWallMessageIcons {
  padding: 0 0 5px 0;
}
.bump-wallItem {
  padding-top: 10px;
}
.bump-wallItem .bump-postInfoWrapper {
  width: 460px;
}
.bump-wallItem:first-child {
  margin-top: 0;
}
.bump-wallItem .bump-messageServiceLinks .bump-messageServiceLinkItem a {
  top: -3px;
}
.bump-smallAvatarName {
  float: left;
  display: inline;
  position: relative;
  padding-left: 35px;
  line-height: 14px;
  margin-bottom: 3px;
}
.bump-smallAvatarName .bump-smallAvatar {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.bump-wallMessageHeader {
  padding: 10px;
}
.wallMessageTextContent {
  padding-bottom: 10px;
}
.bump-arrowToAnswerer {
  float: left;
  display: inline;
  padding: 0 7px;
  line-height: 14px;
}
.bump-answerer {
  padding: 0 !important;
}
.bump-toAnsweredArrow {
  float: left;
  display: inline;
  line-height: 12px;
  width: 13px;
  height: 12px;
  background: url('/static/img/wall-comment-arr.png') -23px 50% no-repeat;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 15px;
}
.bump-toAnsweredArrow:hover {
  background-color: #fff;
}
.bump-messageDate,
.bump-dateAvatar {
  margin: 0 0 0 35px;
  clear: both;
  font-size: 10px;
  color: #666;
}
.bump-messageServiceLinks {
  float: right;
  display: inline;
  position: relative;
  margin: -3px -7px 0 0;
  line-height: 20px;
  height: 20px;
  font-size: 11px;
}
.bump-messageServiceLinks .bump-messageServiceLinkItem a {
  text-decoration: none;
  color: #999;
  left: 2px;
  position: relative;
  top: 0;
}
.bump-messageServiceLinkItem {
  margin-right: 7px;
}
.bump-wallMessageContent {
  padding: 10px;
  clear: both;
}
.bump-wallMessageContent img {
  margin-bottom: 10px;
}
.bump-wallMessageContent .musicListItem {
  margin-bottom: 10px;
}
.bump-wallMessageContent .bump-icon-file {
  display: block;
  margin-bottom: 5px;
}
.bump-wallMessageContent .bump-wallMessageTextContent {
  padding-bottom: 10px;
}
.bump-wallMessageComments {
  position: relative;
  z-index: 1;
  margin: 5px -9px 0;
  background: #f4f4f4;
  border-bottom: 0 none;
}
.bump-wallMessageComments:before,
.bump-wallMessageComments .before {
  content: '';
  position: absolute;
  display: block;
  width: 26px;
  height: 13px;
  left: 25px;
  top: -12px;
  z-index: 2;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAANAgMAAADK95Z+AAAAA3NCSVQICAjb4U/gAAAACVBMVEX////09PT09PQ8L0yPAAAAA3RSTlMAmf939xoAAAAACXBIWXMAABX9AAAV/QHNcFFhAAAAGHRFWHRDcmVhdGlvbiBUaW1lADE4LjA4LjIwMTQeKUm3AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAD1JREFUCJklyjEBACAMA8GwVARqkICOqqkIlkYlkGS5IQ8AG9o4NtpOLpks3aSCINs3FeSzdCuIb/v+Qcq63TQcNYdv2/gAAAAASUVORK5CYII=') 0 0 no-repeat;
}
.bump-wallMessageComments .bump-wallMessageAddComment {
  margin: 0 -9px;
}
.videoPlayer {
  margin-bottom: 10px;
}
.bump-wallMessageFormWrapper .bump-wallMessageAddComment {
  margin: 0;
}
.bump-wallMessage {
  margin: 0 !important;
}
.expandedAddCommentForm .expandedAddCommentForm {
  color: #828282;
  font-size: 12px;
  padding: 4px 0px;
}
.bump-wallMessageCommentItem {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  background: #F4F4F4;
}
.bump-wallMessageCommentItem.active {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #ffffff);
  background-image: -o-linear-gradient(top, #f4f4f4, #ffffff);
  background-image: -moz-linear-gradient(top, #f4f4f4, #ffffff);
  background-image: linear-gradient(top, #f4f4f4, #ffffff);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#f4f4f4, EndColorStr=#ffffff, GradientType=0);
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 -1px 2px #ccc;
  -moz-box-shadow: 0 -1px 2px #ccc;
  box-shadow: 0 -1px 2px #ccc;
}
.bump-wallMessageAddComment .bump-footerBlockPanelPanel {
  padding: 6px 19px 7px !important;
}
.bump-wallMessageCommentText {
  padding: 5px 10px 0 10px;
}
.bump-wallMessageAddComment {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
  background: #F4F4F4;
  margin: 0 -9px;
}
.bump-wallMessageAddComment .bump-footerBlockPanel {
  margin-top: 17px;
}
.bump-wallMessageAddComment .-attachedGroup {
  padding-top: 20px !important;
}
.bump-postPreview {
  overflow: hidden;
}
.bump-postPictureWrapper {
  float: left;
  display: inline;
  width: 172px;
  height: 114px;
  margin-right: 13px;
}
.bump-postPicture {
  border: 1px solid #ccc;
}
.bump-postPicture .bump-postPictureLink {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 170px;
  height: 110px;
  overflow: hidden;
}
.bump-postInfoWrapper {
  float: left;
}
.bump-postTitle {
  font-size: 17px;
  line-height: 21px;
  word-wrap: break-word;
}
.bump-postPreviewContent {
  margin: 10px 0 10px 0;
  word-wrap: break-word;
  max-width: 450px;
}
.bump-addCodeWindow .-centered {
  height: 200px !important;
}
/*---------- align_center ----------*/
.alignCenter {
  position: relative;
  width: 100%;
}
.alignCenter:after {
  content: '';
  display: block;
  clear: both;
}
.alignCenterToLeft {
  position: relative;
  right: 50%;
  float: right;
}
.alignCenterToRight {
  position: relative;
  z-index: 1;
  right: -50%;
}
/*---------- end align_center ----------*/
.bump-moreButton {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 20px;
  font-size: 11px;
  padding: 0 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #d7f0fc;
  border: 1px solid #a8def8;
  color: #333;
  margin: 20px 10px 10px;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  float: left;
}
.bump-footerBlockPanel {
  position: relative;
  padding: 10px 0 0;
}
.bump-addContentForm {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.bump-addContentForm .bump-frameItemsGallery {
  position: relative;
}
.bump-musicMessageForm .bump-musicList {
  margin-top: 10px;
  overflow: hidden;
  height: 190px;
}
.bump-musicMessageForm .bump-verticalScroll {
  position: absolute;
  right: 0;
  top: 39px;
  height: 190px;
  width: 12px;
}
.bump-imageMessageForm .bump-controlGroup-ButtonWithLabel {
  margin-bottom: 10px;
}
.bump-videoMessageForm .bump-controlGroup-ButtonWithLabel {
  margin-bottom: 10px;
}
.bump-addPresentationForm .bump-controlGroup-ButtonWithLabel {
  margin-bottom: 10px;
}
.bump-presentationList .bump-presentationItem {
  margin-top: 10px;
  padding: 3px;
  overflow: hidden;
}
.bump-presentationList .bump-presentationItem:hover {
  background: #E9F8FE;
}
.bump-presentationList .bump-presentationItem .bump-icon-label {
  float: left;
  display: inline;
}
.bump-presentationList .bump-presentationItem .bump-button {
  float: right;
  display: inline;
}
.bump-mediaHeader {
  overflow: hidden;
  margin-bottom: 20px;
}
.bump-mediaHeader .bump-headerPage {
  padding: 0;
  float: left;
  display: inline;
  font-size: 25px !important;
  line-height: 30px !important;
  max-width: 70%;
  margin-right: 15px;
}
.bump-mediaHeader .bump-icon-settings {
  margin: 5px 10px;
}
.bump-mediaHeader .bump-controlGroup-ButtonWithLabel,
.bump-mediaHeader .bump-rightControlGroup {
  margin: 5px 0;
}
.bump-mediaHeader .bump-controlGroup-ButtonWithLabel .bump-smallTextLabel {
  line-height: 21px;
}
.bump-rightControlGroup {
  float: right;
  display: inline;
}
.bump-mediaUploadControl {
  position: relative;
  padding: 15px;
  margin: -10px -16px 20px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
}
.bump-mediaUploadHeader {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.bump-mediaUploadItems {
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
}
.bump-mediaUploadFooter {
  padding: 15px 0 0;
  border-top: 1px solid #fff;
}
.bump-buttonsBlock {
  clear: both;
  margin-top: 20px;
}
.bump-buttonsBlock .bump-button {
  margin-right: 5px;
}
.bump-loadPreview {
  overflow: hidden;
}
.bump-loadPreview .bump-albumCover {
  float: left;
  margin-right: 10px;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.bump-inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bump-mediaWrapper {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px;
  background: #f5f5f5;
  text-align: center;
}
.bump-shopItemsWrapper {
  vertical-align: top;
  text-align: center;
  position: relative;
  margin: -15px 0 0 -19px;
}
.bump-shopItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 418px;
  padding: 26px;
  border: 2px solid #fff;
  background: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px #999;
  -moz-box-shadow: 0 1px 4px #999;
  box-shadow: 0 1px 4px #999;
  margin: 15px 0 0 19px;
}
.bump-shopItem .bump-centerImage img {
  max-width: 60px;
  max-height: 60px;
}
.bump-shopPicture {
  border: 1px solid #ccc;
  width: 60px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  float: left;
  display: inline;
}
.bump-shopTitle {
  font-size: 25px;
  margin-left: 77px;
  text-align: left;
}
.bump-shopDescription {
  color: #666;
  margin: 5px 0 0 75px;
  text-align: left;
}
.bump-shopProductsPreviewList {
  position: relative;
  margin: -10px 0 20px -27px;
  overflow: hidden;
  clear: both;
}
.bump-shopProductsPreviewItem {
  float: left;
  display: inline;
  width: 60px;
  height: 60px;
  margin: 27px 0 0 27px;
  border: 1px solid #ccc;
  background: #fff;
}
.bump-shopProductsPreviewEmpty {
  margin: 20px 0;
}
.bump-shopProductsInfo {
  float: left;
  display: inline;
}
.bump-shopProductsTotal {
  font-size: 16px;
}
.bump-shopPrices {
  color: #666;
  margin-top: 5px;
}
.bump-shopControlProductsLink {
  float: right;
  display: inline;
}
*:first-child + html .bump-addShopToReseller {
  zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class=before></span><span class=after></span>'));
}
*:first-child + html .bump-removeShopFromReseller {
  zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin','<span class=before></span><span class=after></span>'));
}
.bump-addShopToReseller,
.bump-removeShopFromReseller {
  background: url('/static/img/shop-control-products-sprite.png') 0 -132px repeat-x;
  height: 32px;
  padding: 6px 6px 6px 3px;
  line-height: 16px;
  margin: 0 10px 0 50px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  text-decoration: none;
  color: #333;
}
.bump-addShopToReseller:before,
.bump-removeShopFromReseller:before,
.bump-addShopToReseller .before,
.bump-removeShopFromReseller .before {
  content: '';
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 44px;
  overflow: hidden;
  background: url('/static/img/shop-control-products-sprite.png') 0 0 no-repeat;
}
.bump-addShopToReseller:after,
.bump-removeShopFromReseller:after,
.bump-addShopToReseller .after,
.bump-removeShopFromReseller .after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 44px;
  margin-left: 100%;
  overflow: hidden;
  background: url('/static/img/shop-control-products-sprite.png') -50px 0 no-repeat;
}
.bump-removeShopFromReseller {
  background-position: 0 -88px;
}
.bump-removeShopFromReseller:before,
.bump-removeShopFromReseller .before {
  background-position: 0 -44px;
}
.bump-removeShopFromReseller:after,
.bump-removeShopFromReseller .after {
  background-position: -50px -44px;
}
.bump-resellerAvatarBlock {
  overflow: hidden;
  margin: 0 0 30px;
}
.bump-uploadedLargeAvatar {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 4px;
}
.bump-shopFilterTitle {
  white-space: nowrap;
}
.bump-albums {
  position: relative;
  margin: 0 0 0 -13px;
}
.bump-albumItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 23px 0 0 13px;
  vertical-align: top;
  width: 120px;
}
.bump-albumItem .albumTitle {
  width: 133px;
}
.bump-albumCover {
  padding: 14px;
  width: 90px;
  height: 90px;
  border: 1px solid #ccc;
  background: #fff;
  display: block;
}
.bump-albumCover img {
  max-height: 100%;
  max-width: 100%;
}
.bump-coverPhoto {
  background: url('/static/img/folder-photo.gif') 50% 50% no-repeat;
}
.bump-coverVideo {
  background: url('/static/img/folder-video.gif') 50% 50% no-repeat;
}
.bump-coverFile {
  background: url('/static/img/folder-file.gif') 50% 50% no-repeat;
}
.bump-coverAudio {
  background: url('/static/img/folder-audio.gif') 50% 50% no-repeat;
}
.addElementFormItem {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.addElementFormItem div {
  float: left;
  width: 80px;
}
.addElementFormItem input.-textInput,
.addElementFormItem textarea.-textInput {
  width: 570px;
}
.addElementFormItem .-btn {
  margin-right: 10px;
}
.addElementFormItem.addElementFormItemButtons {
  padding-left: 80px;
}
.bump-addExternalVideoControl {
  margin: 0 3px;
  position: relative;
  top: -2px;
}
.bump-attachVideoDialog .bump-inlineBlock {
  margin-right: 10px;
  vertical-align: top;
}
.bump-attachVideoDialog .bump-uploadProgressBlock {
  margin-top: 10px;
}
.bump-threeColumns .threeColumnNewsBlock {
  margin-bottom: 25px;
}
.bump-threeColumns .threeColumnNewsBlock .newsMirrorLink {
  clear: both;
}
.bump-threeColumns .threeColumnNewsBlock .newsTitle {
  font-size: 20px;
  text-decoration: none;
  color: #333;
  display: block;
  line-height: 1;
  word-wrap: break-word;
}
.bump-threeColumns .threeColumnNewsBlock img {
  margin-bottom: 5px;
  display: block;
}
.bump-threeColumns .threeColumnNewsBlock img.previewImage {
  width: 100%;
}
.bump-threeColumns .threeColumnNewsBlock .newsPreview {
  padding-top: 10px;
  text-align: justify;
}
.bump-threeColumns .tvWidget {
  margin-bottom: 40px;
}
.bump-threeColumns .tvWidgetBody {
  padding: 5px;
}
@media screen and (max-width: 1400px) {
  .bump-threeColumns .threeColumnNewsBlock .newsTitle {
    font-size: 13px;
    color: #333;
    text-decoration: none;
  }
  .bump-threeColumns .threeColumnNewsBlock .newsPreview {
    display: none;
  }
}
.bump-threeColumns .advertListItem .advertListInfo {
  width: 515px;
}
.bump-threeColumns .bump-newsBlockItem {
  width: 206px;
}
.bump-threeColumns .bump-advBlockItem {
  width: 206px;
}
.bump-topPanel {
  height: 32px;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e7e7e7));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -o-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f6f6f6 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#f6f6f6, EndColorStr=#e7e7e7, GradientType=0);
  filter: none\9;
  -moz-box-shadow: 0 -1px 2px 2px hsla(0, 0%, 0%, 0.3);
  -webkit-box-shadow: 0 -1px 2px 2px hsla(0, 0%, 0%, 0.3);
  box-shadow: 0 -1px 2px 2px hsla(0, 0%, 0%, 0.3);
  width: 100%;
  min-width: 1000px;
  line-height: 1em;
  position: relative;
  z-index: 400;
}
.bump-topPanel .bump-topPanelContent {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.bump-topPanel .bump-topPanelContent .bump-backToParentMirrorLink {
  float: left;
  display: inline;
  margin-right: 12px;
}
.bump-topPanel .bump-topPanelContent .bump-backToParentMirrorLink a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 15px;
  background: url('/static/img/back-to-mirror-arrow.gif') 0 50% no-repeat;
  line-height: 32px;
  font-size: 11px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch {
  float: left;
  display: inline;
  height: 22px;
  padding: 5px 0;
  width: 150px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch input {
  width: 115px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  float: left;
  display: inline;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch input:focus {
  border-color: rgba(153, 153, 153, 0.8) !important;
  outline: 0 none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch input:hover {
  border-color: rgba(102, 102, 102, 0.3);
  outline: 0 none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button {
  *border: 1px solid #bbbbbb;
  *border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *border-color: #e6e6e6 #e6e6e6 #bbbbbb;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  float: left;
  display: inline;
  border: 1px solid #cccccc;
  border-left: 0 none;
  width: 20px;
  height: 20px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #fff;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#fff, EndColorStr=#e6e6e6, GradientType=0);
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bbbbbb;
  *border: 0 none;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:hover,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input:hover,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn:hover,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input:active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn:active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button.active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input.active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn.active {
  background-color: #e6e6e6;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:hover,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input:hover,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn:hover {
  text-decoration: none;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #f5f5f5;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:focus,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input:focus,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn:focus {
  outline: none;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button.active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input.active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn.active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input:active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #d7d7d7;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button.active:before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input.active:before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn.active:before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:active:before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input:active:before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn:active:before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button.active .before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input.active .before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn.active .before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:active .before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input:active .before,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn:active .before {
  left: 1px;
  top: 1px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button.disabled,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button input.disabled,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button .bump-btn.disabled {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
  filter: alpha(opacity=60) !important;
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0 none;
  padding-bottom: 100%;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button:active,
.bump-topPanel .bump-topPanelContent .bump-topPanelSearch .bump-button button.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks {
  float: right;
  display: inline;
  height: 22px;
  padding: 3px 0;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks a {
  max-height: 30px;
  max-width: 350px;
  overflow: hidden;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 3px 0;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList .languageSelectorContainer {
  padding-right: 0;
  width: 40px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li {
  position: relative;
  line-height: 20px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  font-size: 11px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li:first-child {
  border: 0 none;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li:last-child {
  padding-right: 0;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li .bump-icon-label {
  padding-right: 2px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li ul.bump-dropdownList {
  top: 27px;
  left: 0;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li ul.bump-dropdownList li .ico {
  margin-top: 5px !important;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li.hidden {
  display: none;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks .bump-userName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 30px;
  line-height: 26px;
  vertical-align: top;
  font-size: 11px;
  position: relative;
  margin-right: -5px;
  max-width: 290px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks .bump-userName img {
  position: absolute;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.bump-topPanel .bump-topPanelContent a {
  color: #666;
}
.bump-topPanel .bump-countCloudWrapper {
  left: -15px;
  top: 3px;
}
.three-column-page .bump-topPanel .bump-topPanelContent {
  width: auto;
  padding: 0 20px;
}
.three-column-page .bump-topPanel .bump-topPanelContent .bump-backToParentMirrorLink a {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html {
  background: #fff;
  color: #333;
}
body {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.bump-pageWrapper {
  width: 100%;
  padding-bottom: 20px;
}
.bump-mainWrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bump-headerWrapper {
  line-height: 1em;
  position: relative;
  z-index: 100;
}
.bump-mainBanner {
  margin-bottom: 20px;
}
.bump-contentWrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  clear: both;
  background: #FFF;
}
.bump-headerContent {
  background: #000;
  clear: both;
  position: relative;
  width: 100%;
}
h1.bump-headerPage {
  padding: 15px;
  color: #929293;
  font-size: 20px;
}
.bump-pageNavigation {
  clear: both;
  display: block;
}
.bump-pageNavigation .bump-mainNavigation {
  padding-left: 7px;
}
.bump-pageNavigation .bump-mainNavigation a,
.bump-pageNavigation .bump-mainNavigation span {
  float: left;
  display: inline;
  color: #fff;
  padding: 3px 7px 2px;
  line-height: 20px;
  margin-left: 1px;
  font-size: 15px;
  background: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
}
.bump-pageNavigation .bump-mainNavigation a.active,
.bump-pageNavigation .bump-mainNavigation span.active {
  background: #fff !important;
  margin: 0 7px;
  color: #333;
}
.bump-pageNavigation .bump-mainNavigation a.active.haveSubMenu,
.bump-pageNavigation .bump-mainNavigation span.active.haveSubMenu {
  background: #e6e6e6 !important;
  color: #333;
}
.bump-pageNavigation .bump-mainNavigation a.disabled,
.bump-pageNavigation .bump-mainNavigation span.disabled,
.bump-pageNavigation .bump-mainNavigation a .inactive,
.bump-pageNavigation .bump-mainNavigation span .inactive {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.bump-pageNavigation .bump-mainNavigation a.disabled:hover,
.bump-pageNavigation .bump-mainNavigation span.disabled:hover,
.bump-pageNavigation .bump-mainNavigation a .inactive:hover,
.bump-pageNavigation .bump-mainNavigation span .inactive:hover {
  background: none !important;
  cursor: default;
}
.bump-pageNavigation .bump-mainNavigation a:hover {
  background: #4d4d4d;
}
.bump-subNavigationWrapper {
  clear: both;
  background: #e6e6e6;
  padding: 4px 10px;
  height: 19px;
  border: 1px solid #d8d8d8;
  border-top: 0 none;
  border-bottom-color: #b7b7b7;
}
.bump-subNavigationWrapper a,
.bump-subNavigationWrapper span {
  float: left;
  display: inline;
  color: #333;
  background: none;
  line-height: 19px;
  height: 19px;
  font-size: 13px;
  margin: 0 5px;
  padding: 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bump-subNavigationWrapper a.active,
.bump-subNavigationWrapper span.active {
  background: #000 !important;
  color: #fff;
  text-decoration: none;
}
.bump-subNavigationWrapper a.disabled,
.bump-subNavigationWrapper span.disabled,
.bump-subNavigationWrapper a.inactive,
.bump-subNavigationWrapper span.inactive {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.bump-subNavigationWrapper a.disabled:hover,
.bump-subNavigationWrapper span.disabled:hover,
.bump-subNavigationWrapper a.inactive:hover,
.bump-subNavigationWrapper span.inactive:hover {
  background: none !important;
  cursor: default;
}
.bump-subNavigationWrapper a:hover {
  background: #4d4d4d;
  color: #fff;
}
.bump-contentPage {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0 none;
  border-bottom: 0 none;
  position: relative;
  overflow: visible;
  *zoom: 1;
  min-height: 250px;
}
.bump-contentPage:before,
.bump-contentPage:after {
  display: table;
  content: "";
  line-height: 0;
}
.bump-contentPage:after {
  clear: both;
}
.bump-contentPage h1.bump-headerPage {
  color: #333;
  line-height: 32px;
  font-size: 27px;
}
.bump-contentPage h2.bump-headerPage {
  color: #333;
  line-height: 1.2em;
  font-size: 21px;
}
.bump-contentPage h3.bump-headerPage {
  color: #333;
  line-height: 1.2em;
  font-size: 17px;
}
.bump-padTop {
  padding-top: 20px !important;
}
.bump-headerPage a {
  color: #333;
  text-decoration: none;
}
.bump-headerPage a:hover {
  color: #333;
  text-decoration: underline;
}
.regMessage {
  display: none !important;
}
.bump-leftColumn {
  float: left;
  display: inline;
  padding: 15px 15px 15px 14px;
  width: 690px;
  background: #fff;
}
.bump-leftColumn .bump-headerPage {
  margin: 0;
  padding: 0 0 15px;
}
.bump-rightColumn {
  float: right;
  display: inline;
  padding: 15px 14px 15px 14px;
  width: 250px;
}
.bump-rightColumn .bump-headerPage {
  margin: 0;
  padding: 0 0 15px;
}
.bump-threeColumns {
  padding: 0 18px 50px;
}
.bump-threeColumns .bump-columnsWrapper {
  position: relative;
  margin: 0 auto;
  width: 1205px;
  padding: 32px 23px;
}
.bump-threeColumns .bump-leftColumn {
  width: 220px;
}
.bump-threeColumns .bump-centerColumn {
  float: left;
  display: inline;
  width: 654px;
  border: 1px solid #F0F0F0;
  padding: 25px 18px;
}
.bump-threeColumns .bump-rightColumn {
  width: 220px;
}
.bump-threeColumns.bump-contentPage {
  border: 0 none;
}
.bump-threeColumns .threeColumnWidgetHeader {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.bump-threeColumns .brandPageTitle {
  position: relative;
  line-height: 1.2em;
  padding-left: 60px;
}
.bump-threeColumns .brandPageTitle img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
body.three-column-page {
  min-width: 1000px;
}
@media screen and (max-width: 1080px) {
  .bump-threeColumns {
    padding: 0 5px 50px;
  }
  .bump-threeColumns .bump-columnsWrapper {
    padding: 32px 0;
  }
}
@media screen and (max-width: 1400px) {
  .bump-threeColumns .bump-columnsWrapper {
    position: relative;
    margin: 0 auto;
    width: 1000px;
  }
  .bump-threeColumns .bump-leftColumn {
    width: 120px;
  }
  .bump-threeColumns .bump-centerColumn {
    float: left;
    display: inline;
    width: 654px;
    border: 1px solid #F0F0F0;
  }
  .bump-threeColumns .bump-rightColumn {
    width: 120px;
  }
}
.bump-threeColumnsHeader {
  background: #00698C;
  padding: 25px 110px;
  color: #FFF;
  font-weight: bold;
  font-size: 26px;
}
.bump-threeColumnsHeader .brandPageTitle {
  position: relative;
  padding-left: 60px;
  min-height: 50px;
  line-height: 1em;
}
.bump-threeColumnsHeader .brandPageTitle img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
.bump-pageEditHeaderBlock {
  position: relative;
  z-index: 2;
}
.bump-pageEditHeaderBlock .open .b-editPageLink {
  top: auto;
  bottom: -33px;
}
.bump-pageEditHeaderBlock .selectize-input {
  vertical-align: top;
}
.bump-pageEditHeaderBlock .selectize-input > * {
  vertical-align: top;
}
.bump-pageEditHeaderBlock .b-editPageLink {
  width: 150px;
  position: absolute;
  display: inline-block;
  text-align: center;
  left: -75px;
  margin-left: 50%;
  height: 33px;
  top: 0;
}
.bump-pageEditHeaderBlock .b-editPageLink .bump-icon-label {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #eee !important;
  border: 1px solid #cfcfcf;
  border-top: 0 none;
  height: 22px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 1;
  padding: 5px 15px 5px 40px;
  line-height: 22px;
  cursor: pointer;
}
.bump-pageEditHeaderBlock .b-editPageLink .bump-icon-label:before {
  left: 15px;
  top: 6px;
  background-position: -200px -40px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper {
  padding: 20px 20px 0;
  background: #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.357);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.357);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.357);
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageMain {
  width: 74%;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageBlock,
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageSubBlock {
  padding-right: 20px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageBlock {
  padding-bottom: 20px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageSide {
  width: 26%;
  padding-right: 0;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageSide .b-editPageBlockInput {
  margin: 0;
  padding: 5px 25px 5px 35px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageSide .b-editPageBlockInput .b-localSpinner,
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageSide .b-editPageBlockInput .-baseCloseLink {
  top: 8px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageColumns .b-editPageBlock {
  width: 50%;
  padding-right: 0;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageBlockInfo {
  color: #666;
  padding: 0 0 10px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper h3 {
  font-size: 16px;
  line-height: 26px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageBlockInput {
  margin-left: 180px;
  padding-right: 25px;
  position: relative;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageBlockInput .-baseCloseLink {
  position: absolute;
  top: 3px;
  right: 0;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-editPageBlockInput .b-localSpinner {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 30px;
  background: #fff;
  z-index: 2;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItemsList {
  border-bottom: 1px solid #ccc;
  margin-bottom: 7px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem {
  position: relative;
  padding: 7px 20px;
  border-top: 1px solid #ccc;
  cursor: n-resize;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .manualControlBlock {
  position: relative;
  height: 25px;
  float: left;
  display: inline;
  margin-left: -20px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .dndMoveUp,
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .dndMoveDown {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 7px solid #666;
  border-top: 0 none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 3px;
  left: 0;
  margin: 0;
  z-index: 1;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .dndMoveUp:hover,
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .dndMoveDown:hover {
  border-bottom: 7px solid #333;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .dndMoveDown {
  border-bottom: 0 none;
  border-top: 7px solid #666;
  top: auto;
  bottom: 3px;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .dndMoveDown:hover {
  border-top: 7px solid #333;
  border-bottom: 0 none;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem .deleteDndItem {
  position: absolute;
  top: 10px;
  right: 0;
  color: #333;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem.sortable-placeholder {
  border: 1px dotted #CCC;
  background: none;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .b-pageEditItem.b-pageEditItemEmpty {
  padding: 7px 0;
  color: #999;
  cursor: default;
}
.bump-pageEditHeaderBlock .b-editPageWrapper .sortable-placeholder {
  height: 26px;
  padding: 7px 20px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.346);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.346);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.346);
  background: #eee;
}
.bump-pageEditHeaderBlock .b-editPageAvatar {
  margin-left: 35px;
}
.bump-pageEditHeaderBlock .b-editPageAvatar img {
  float: left;
  display: inline;
  margin-left: -35px;
}
.bump-pageEditHeaderBlock .b-editPageAvatar .b-editPageAvatarName {
  display: block;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.bump-pageEditHeaderBlock .b-social-icon-fb,
.bump-pageEditHeaderBlock .b-social-icon-tw,
.bump-pageEditHeaderBlock .b-social-icon-vk,
.bump-pageEditHeaderBlock .b-social-icon-yt {
  position: absolute;
  top: 5px;
  left: 0;
  background: url('/static/img/brand-page-social-buttons-small.png');
  width: 27px;
  height: 27px;
  display: block;
}
.bump-pageEditHeaderBlock .b-social-icon-tw {
  background-position: -27px 0;
}
.bump-pageEditHeaderBlock .b-social-icon-vk {
  background-position: -54px 0;
}
.bump-pageEditHeaderBlock .b-social-icon-yt {
  background-position: -81px 0;
}
.bump-cleanHeaderWrapper .bump-contentPage {
  border-top: 1px solid #d8d8d8;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #fff;
}
.bump-cleanHeaderWrapper .bump-leftColumn,
.bump-cleanHeaderWrapper .bump-rightColumn {
  background: none;
}
.bump-widePage .bump-contentPage {
  padding: 15px;
  border-top: 1px solid #d8d8d8;
}
.bump-widePage .bump-contentPage h1.bump-headerPage {
  padding: 0 0 15px;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails {
  padding: 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .bump-headerPage {
  background: #888888;
  margin: 0;
  line-height: 50px;
  font-size: 25px;
  padding: 0 0 0 20px;
  color: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .bump-headerPage a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  right: 20px;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentDetails {
  padding: 0 0 40px 0;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paginator {
  margin: 0 15px;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper {
  margin: 45px 15px;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper .paymentReportTitleWrapper,
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper form {
  display: inline-block;
  vertical-align: middle;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper .paymentReportTitleWrapper {
  line-height: 25px;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper .bump-textInput {
  padding: 5px;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper .hasDatepicker {
  background-position: 95% center;
  width: 95px !important;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper .reportDataPikerWrapper,
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper .reportCharsetSelectWrapper {
  padding-left: 15px;
}
.bump-widePage .bump-contentPage.mgimoPaymentDetails .paymentReportsWrapper .reportCharsetSelectWrapper select {
  margin: 0;
  padding: 5px;
  height: auto;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.bump-pageNavigated .bump-pageNavigation {
  padding-top: 10px;
}
.bump-pageNavigated .bump-contentPage {
  border-top: 0 none;
}
.bump-columnsRevert .bump-leftColumn {
  padding: 15px 14px 15px 14px;
  width: 250px;
  background: #fff;
}
.bump-columnsRevert .bump-rightColumn {
  padding: 15px 15px 15px 14px;
  width: 690px;
  background: #fff;
}
.bump-profileWrapper .bump-pageNavigation {
  padding-top: 10px;
}
.bump-profileWrapper .bump-contentPage {
  background: #fff;
  width: 279px;
  overflow: visible;
  border-top: 0 none;
  z-index: 3;
}
.bump-profileWrapper .bump-columnsWrapper {
  width: 718px;
  background: #f3f3f3;
  margin-left: 280px;
  border-right: 1px solid #d8d8d8;
}
.bump-profileWrapper .bump-leftColumn {
  width: 279px;
  padding: 0 0 15px;
  margin-left: -280px;
}
.bump-profileWrapper .bump-rightColumn {
  width: 690px;
}
.bump-profileWrapper .bump-columnsWrapper.collapsed {
  width: 998px !important;
  margin-left: 0;
}
.bump-profileWrapper .bump-columnsWrapper.collapsed .bump-leftColumn {
  display: none;
}
.bump-profileWrapper .bump-columnsWrapper.collapsed .bump-rightColumn {
  width: 998px !important;
  padding: 0;
}
.bump-profileWrapper .bump-columnsWrapper.collapsed .bump-rightColumn .bump-archivePreview {
  display: none;
}
.bump-profileWrapper .bump-columnsWrapper.collapsed .bump-pageBlock {
  margin: 15px;
}
.bump-profileWrapper .bump-pageNavigation.collapsed a,
.bump-profileWrapper .bump-pageNavigation.collapsed span {
  display: none;
}
.bump-profileWrapper .bump-pageNavigation.collapsed .menuCollapse {
  display: inline;
}
.bump-profileWrapper .bump-pageNavigation.collapsed .bump-subNavigationWrapper {
  display: none;
}
.bump-pageNavigation.collapsed .menuCollapse {
  text-indent: 0;
  padding-left: 29px !important;
  width: auto;
}
.menuCollapse {
  width: 14px;
  position: relative;
  cursor: pointer;
  text-indent: -999px;
}
.menuCollapse:before,
.menuCollapse:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 4px;
  border: 3px solid #fff;
  border-left: 0 none;
  border-right: 0 none;
  width: 20px;
  height: 11px;
  overflow: hidden;
}
.menuCollapse:after {
  border-bottom: 0 none;
  height: 3px;
  top: 11px;
}
.bump-profileWideTabWrapper .bump-pageNavigation {
  padding-top: 10px;
}
.bump-profileWideTabWrapper .bump-headerPage {
  padding-left: 0;
  padding-right: 0;
}
.bump-profileWideTabWrapper .bump-contentPage {
  padding: 15px;
  background: #f3f3f3;
}
.bump-profileWideTabWrapper .bump-pageBlockContent {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0 none;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  padding: 9px 15px;
}
.bump-profileWrapperWide .bump-pageNavigation {
  padding-top: 10px;
}
.bump-profileWrapperWide .bump-contentPage {
  padding: 15px;
}
.bump-profileWrapperWide .bump-contentPage h1.bump-headerPage {
  padding: 0 0 15px;
}
.bump-footerContent {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom: 0 none;
  padding: 15px 15px 20px;
  position: relative;
  z-index: 2;
  width: 968px;
  font-size: 11px;
}
.bump-visitorsList {
  overflow: hidden;
  position: relative;
  margin: 5px 0 0 -11px;
  width: 980px;
}
.bump-visitorsList a {
  float: left;
  display: inline;
  margin-left: 10px;
}
.bump-visitorsList a img {
  width: 25px;
  height: 25px;
}
#footer {
  background: #000;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 15px;
  clear: both;
  color: #929293;
  line-height: 20px;
  font-size: 11px;
  position: relative;
}
#footer .bump-copyright {
  float: left;
  display: inline;
  width: 260px;
  margin: 3px 0;
}
#footer .bump-footerText {
  line-height: 14px;
  margin-top: 6px;
}
#footer .bump-footerText div {
  margin-top: 6px;
}
#footer ul.bump-footerLinks {
  float: left;
  display: inline;
  width: 200px;
  margin-left: 20px;
}
#footer ul.bump-footerLinks li {
  margin: 3px 0;
}
#footer a {
  color: #929293;
}
.bump-countCloudWrapper {
  display: block;
  position: absolute;
  top: 0;
  left: -7px;
  width: 35px;
  height: 10px;
  margin: -5px 0 0 100%;
  z-index: 5;
}
.bump-countCloud {
  position: absolute;
  top: 0;
  left: -2px;
  height: 15px;
  line-height: 1.4;
}
.bump-countCloud .bump-ccRight,
.bump-countCloud .bump-ccLeft {
  float: left;
  width: 3px;
  height: 12px;
  background: url(/static/img-new/header/header-sprite.png) -15px 0 no-repeat;
}
.bump-countCloud .bump-ccRight {
  background: url(/static/img-new/header/header-sprite.png) -26px 0 no-repeat;
}
.bump-countCloud .bump-ccContent {
  float: left;
  height: 12px;
  padding: 0 1px;
  background: url(/static/img-new/header/count-cloud.png) repeat-x;
  color: #FFF;
  font-size: 8px;
}
.bump-countCloud .bump-ccArrow {
  position: absolute;
  bottom: 0;
  left: 3px;
  background: url(/static/img-new/header/header-sprite.png) -18px -12px no-repeat;
  color: #FFF;
  width: 3px;
  height: 3px;
}
.bump-labelValueRow {
  line-height: 15px;
  overflow: hidden;
  margin-top: 7px;
}
.bump-labelValueRow:first-child {
  margin-top: 0;
}
.bump-labelValueRow .bump-labelCell {
  width: 200px;
  float: left;
  display: inline;
  color: #666;
}
.bump-labelValueRow .bump-valueCell {
  margin-left: 220px;
}
.bump-labelValueGroup {
  margin: 18px 0;
}
.bump-labelValueGroup:first-child {
  margin-top: 0;
}
.bump-labelValueGroup:last-child {
  margin-bottom: 0;
}
.bump-clubsList {
  position: relative;
  margin-top: -8px;
}
.bump-mainBrandCell {
  width: auto;
  padding: 8px 0 0 0;
  clear: both;
  overflow: hidden;
}
.bump-mainBrandCell .bump-icon-label {
  padding-right: 0;
  margin: -3px 0 0 5px;
  font-size: 11px;
  color: #000;
  float: right;
  display: inline;
}
.bump-mainBrandLogo {
  float: left;
  display: inline;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.bump-mainBrandInfo {
  line-height: 15px;
  overflow: hidden;
  width: 120px;
}
.bump-mainBrandInfo span {
  display: block;
  font-size: 11px;
  color: #666;
}
.bump-sliderPaginator {
  overflow: hidden;
}
.bump-blogPostTags {
  color: #999;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #E7E7E7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.bump-blogPostTags a {
  color: #999;
}
/*--------------------------------------------------- Lightbox -------------------------------------------------------*/
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  /*background: rgba(0, 0, 0, 0.6);*/
  background: url(/static/img-new/media/transparent.png);
  z-index: 795;
  overflow-x: hidden;
  overflow-y: auto;
}
.lightboxContainer {
  position: relative;
  height: 100%;
}
.lightboxLeftBlock {
  height: 100%;
  width: 50%;
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 800;
}
.lightboxRightBlock {
  height: 100%;
  width: 50%;
  margin: 0 0 0 50%;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 801;
}
.lightboxContentBlockWrapper {
  margin: 0 0 0 50%;
  position: relative;
  top: 10px;
  left: -340px;
  z-index: 802;
  width: 680px;
  padding-bottom: 70px;
}
.lightboxContentBlock {
  width: 680px;
  background: #FFF;
  overflow: hidden;
}
.lightBoxLeftItem {
  width: 21px;
  height: 31px;
  background: url(/static/img-new/media/arrors.png) 0 0 no-repeat;
  position: fixed;
  left: 20px;
  top: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 801;
  cursor: pointer;
}
.lightBoxRightItem {
  width: 21px;
  height: 31px;
  background: url(/static/img-new/media/arrors.png) -22px 0 no-repeat;
  position: fixed;
  right: 40px;
  top: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 803;
  cursor: pointer;
}
.lightboxLeftBlock:hover .lightBoxLeftItem,
.lightboxRightBlock:hover .lightBoxRightItem {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lightBoxCross {
  background: url(/static/img-new/media/arrors.png) -45px 0 no-repeat;
  width: 31px;
  height: 31px;
}
.lightboxHead {
  height: 20px;
  margin: 10px 19px 10px;
  text-align: center;
  color: #333;
  position: relative;
}
.lightboxHeadTitle {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  width: 260px;
  height: 26px;
  overflow: hidden;
  text-align: left;
}
.lightboxHeadTitle .albumTitleFog {
  display: block;
  cursor: default !important;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/static/img-new/personal-page/album-title-fog.png);
  width: 40px;
  height: 20px;
}
.lightboxTitleFog {
  position: absolute;
  top: 0;
  right: 0;
  background: url('/static/theme/img-new/publications/blog-post-fog.png');
  width: 46px;
  height: 20px;
}
.lightboxPagging {
  display: inline-block;
}
.lightboxCloseButton {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.lightboxCloseButton span {
  cursor: pointer;
  background: url(/static/img-new/icons-sprite.v6.png) -40px -140px;
  width: 17px;
  height: 20px;
  display: block;
  float: right;
  margin: -2px 0 0 -2px;
}
.lightboxCloseButton strong {
  font-weight: normal;
  display: block;
  float: left;
  *float: right;
}
.lightboxCloseButton:hover strong {
  text-decoration: underline;
}
.lightboxBody {
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
  cursor: pointer;
}
.lightboxImage .lightboxBodyContent {
  min-height: 410px;
  width: 710px;
  height: 410px;
  display: table;
  table-layout: fixed;
}
.lightboxImage .lightboxBodyContent .lightboxImageWrapper {
  display: table-cell;
  vertical-align: middle;
}
.lightboxVideo .lightboxBodyContent {
  min-height: 435px;
  width: 710px;
  height: 435px;
  padding: 0 38px;
}
.lightboxVideo .lightboxBodyContent .videoPlayer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #161616 !important;
}
.videoPlayer {
  background-color: #161616 !important;
}
/*
.blogPostContent iframe {
    padding: 0 38px;
    width: 614px;
}
.blogPostContent .customObject.videoObject .videoPlayer {
    width: 615px;
}

.customObject.videoObject {
    padding: 0 38px;

    .videoPlayer {
        background-color: #161616!important;

        iframe {
            width: 640px;
        }
    }
}
*/
.videoObject .videoPlayer {
  width: 100%;
  height: 360px;
}
.lightboxAudio .lightboxBodyContent {
  min-height: 100px;
  width: 710px;
  height: 100px;
}
.lightboxFile .lightboxBodyContent {
  min-height: 100px;
  width: 710px;
  height: 100px;
}
.lightboxFile .lightboxBodyContent .fileItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.lightboxGallery .lightboxBodyContent {
  min-height: 540px;
  width: 710px;
  height: 540px;
}
.lightboxBodyContent {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.lightboxBody .videoPlayer {
  position: relative;
  top: 26px;
}
.fp-context-menu,
.fp-timeline-tooltip,
a.fp-brand,
a.fp-menu {
  display: none !important;
}
.lightboxLoadMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.lightboxLoadMask img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightboxRenameForm {
  background: #f4f4f4;
  padding: 20px;
}
.lightboxRenameForm span {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}
.lightboxRenameForm input,
.lightboxRenameForm textarea {
  width: 80%;
  margin-bottom: 15px;
}
.lightboxRenameForm .-blueBtn {
  margin-left: 15%;
  margin-right: 10px;
}
span.lightboxDescription {
  display: inline-block !important;
  padding: 20px;
}
.lightboxToolBar {
  margin: 10px 20px 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}
.viewerLeftToolbar {
  float: left;
}
.viewerRightToolbar {
  float: right;
}
.viewerRightToolbar .downloadIcon {
  margin-top: 5px;
}
.viewerUserInfo {
  float: left;
}
.viewerUserInfo img {
  float: left;
  margin-right: 5px;
}
.viewerUserInfo div {
  float: left;
}
.viewerUserInfo span {
  font-size: 10px;
  color: #C1C1C1;
  display: inline-block;
  padding-top: 3px;
}
.viewerLeftToolbar .postShowCounter {
  margin: 7px 0 0 15px;
  float: left;
}
.viewerBookmarkBlock {
  float: left;
  margin: 3px 0 0 0;
}
.viewerBookmarkBlock .bookmarkPanel .bookmarkCount {
  margin: 4px 0 0 -2px;
}
.viewerDeleteBlock {
  float: left;
  margin: 6px 0 0 5px;
  cursor: pointer;
}
.viewerLeftToolbar .editIcon {
  float: left;
  margin: 6px 0 0 5px;
  cursor: pointer;
}
.reconvertIcon {
  background: url(/static/img-new/media/reconvert-icon.png);
  width: 13px;
  height: 16px;
  float: left;
  margin: 5px 0 0 5px;
  cursor: pointer;
}
.viewerRating {
  float: left;
  margin: 4px 0 0 0;
}
.viewerRotate {
  float: left;
  margin-left: 5px;
}
.blogLink {
  float: left;
  position: relative;
  width: 21px;
  height: 20px;
  background: url(/static/img-new/icons-sprite.v6.png) -220px -37px;
  margin-left: 5px;
  cursor: pointer;
}
.lightboxContentBlock .bookmarkSharePanel {
  background: none;
  padding: 20px 9px;
}
.viewerBlogLinkWindow {
  position: absolute;
  background-color: white;
  overflow: hidden;
  height: 135px;
  top: 316px;
  left: 421px;
  z-index: 805;
  border: 1px solid #CCCCCC;
  padding: 10px;
  -moz-box-shadow: 0px 1px 1px #333;
  -webkit-box-shadow: 0px 1px 1px #333;
  box-shadow: 0px 1px 1px #333;
}
.viewerBlogLinkArea {
  margin-bottom: 7px;
}
.mediaViewer .socialNetworkName {
  left: 3px;
}
.mediaViewer .socialNetworkCommentsCount {
  left: 6px;
}
.viewerDownload {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.toOriginalViewer {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.addSomeList {
  display: none;
  position: absolute;
  left: 22px;
  top: 33px;
  background: #FFF;
  width: 165px;
  -moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  z-index: 300;
}
.addSomeList li {
  padding: 9px 14px;
  overflow: hidden;
}
#personalPanel .addSomeList li a {
  text-decoration: none;
  color: #333;
  text-shadow: none;
}
.addSomeList li:hover {
  background: #E9F8FE;
}
.addSomeList li:hover a {
  text-decoration: underline;
}
.addSomeList li span {
  display: block;
  float: left;
}
/*-------------------------------------------------*/
.languageSelector ul {
  width: auto;
}
.vacancyTitle span,
.vacancyTitle a {
  font-size: 18px;
  color: #000;
}
.resumeTitle span,
.resumeTitle a {
  font-size: 18px;
  color: #000;
}
ul.formatted {
  list-style: disc;
  margin-left: auto;
  list-style-position: inside;
  margin-left: 20px;
}
ul.formatted li {
  list-style: disc;
  list-style-position: inside;
}
ol.formatted {
  list-style-type: decimal;
  margin-left: auto;
  list-style-position: inside;
  margin-left: 20px;
}
ol.formatted li {
  list-style-type: decimal;
  list-style-position: inside;
}
table.formatted,
table.bordered {
  border-collapse: collapse;
}
table.formatted td,
table.formatted th {
  padding: 5px 10px;
}
table.bordered td,
table.bordered th {
  border: 1px solid #ccc;
}
hr.formatted {
  border: 0 none;
  outline: none;
  background: #ccc;
  color: #ccc;
  height: 1px;
}
sup,
sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup {
  bottom: 0.5em;
}
sub {
  top: 0.5em;
}
blockquote {
  margin-left: 20px;
  font-style: italic;
}
u {
  text-decoration: underline;
}
em.formatted,
i.formatted {
  font-style: italic;
}
.clockwiseRotate {
  cursor: pointer;
  margin-top: 3px;
  display: block;
  border: none;
  width: 20px;
  height: 20px;
  background: url(/static/img-new/icons-sprite.v6.png) -160px -139px no-repeat;
}
.contraClockwiseRotate {
  cursor: pointer;
  margin-top: 3px;
  display: block;
  border: none;
  width: 20px;
  height: 20px;
  background: url(/static/img-new/icons-sprite.v6.png) -140px -41px no-repeat;
}
.archiveContainer {
  position: relative;
  overflow: hidden;
}
.archiveContainer .dateItem {
  clear: both;
  padding: 30px 0 10px;
  font-size: 17px;
}
.contestMenu {
  padding: 15px;
}
.contestMenu .contestMenuWrapper {
  background: #e6e6e6;
  padding: 7px 0;
  overflow: hidden;
}
.contestMenu .contestMenuWrapper nav {
  float: left;
  display: inline;
  padding: 0;
  height: 19px;
}
.contestMenu .contestMenuWrapper nav a,
.contestMenu .contestMenuWrapper nav span {
  float: left;
  display: inline;
  color: #333;
  background: none;
  line-height: 19px;
  height: 19px;
  font-size: 13px;
  margin: 0 5px;
  padding: 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.contestMenu .contestMenuWrapper nav a.active,
.contestMenu .contestMenuWrapper nav span.active {
  background: #000 !important;
  color: #fff;
  text-decoration: none;
}
.contestMenu .contestMenuWrapper nav a.disabled,
.contestMenu .contestMenuWrapper nav span.disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.contestMenu .contestMenuWrapper nav a.disabled:hover,
.contestMenu .contestMenuWrapper nav span.disabled:hover {
  background: none !important;
  cursor: default;
}
.contestMenu .contestMenuWrapper nav a:hover {
  background: #4d4d4d;
  color: #fff;
}
.contestMenu .contestMenuWrapper .personalMenu .menuItem.inPath {
  color: #000;
  background: url(/static/img-new/contest/contest-menu-item.png) repeat-x;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.contestMenu .contestMenuWrapper .adminButtons {
  position: relative;
  float: left;
}
.contestMenu .contestMenuWrapper .adminButtons .personalMenu {
  position: static;
  padding-left: 0;
  margin-left: 0;
}
.contestMenu .contestMenuWrapper .participateInContest {
  position: absolute;
  top: 23px;
  right: 20px;
  text-decoration: none;
}
.contestMenu .contestMenuWrapper .addNewWork {
  position: absolute;
  top: 25px;
  right: 20px;
  text-decoration: none;
}
.tagsWrapper {
  text-align: center;
}
.tagsWrapper a {
  text-decoration: none;
  position: relative;
  color: #333;
  line-height: 24px;
  margin-bottom: 4px;
  display: inline-block;
  margin-right: 5px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.tagsWrapper a.h1 {
  font-size: 24px;
}
.tagsWrapper a.h2 {
  font-size: 20px;
  bottom: 1px;
}
.tagsWrapper a.h3 {
  font-size: 16px;
  bottom: 2px;
}
.tagsWrapper a.h4 {
  font-size: 12px;
  bottom: 3px;
}
.tagsWrapper a.h5 {
  font-size: 8px;
  bottom: 4px;
}
.tagsWrapper a.h1:hover,
.tagsWrapper a.h2:hover,
.tagsWrapper a.h3:hover,
.tagsWrapper a.h4:hover,
.tagsWrapper a.h5:hover {
  color: #858585;
}
/*------------------------------------------------Last Blog Posts-----------------------------------------------------*/
.lastBlogPosts .bumpCounter {
  margin-left: 5px;
  margin-top: -1px;
  float: right;
}
.lastBlogPosts .bumpCounterNumber {
  display: inline;
  font-size: 12px;
  padding-left: 5px;
  color: #D272E7;
}
.lastBlogPosts .postDate {
  margin-top: 10px;
  color: #999;
  font-size: 11px;
}
.lastBlogPosts .commentString {
  float: left;
  margin-top: 2px;
}
.lastBlogPosts .pubCell .brandsSmallIcon img {
  border: none;
}
/*-------------------------------------------------------------------------------------*/
/*-------------------------------Publication list--------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.underDate {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: #000;
  color: #FFF;
  font-size: 10px;
  padding: 2px;
}
.underDate:hover {
  text-decoration: none !important;
}
.pubPicWrapper .underDate {
  top: 96px;
  bottom: auto;
}
.pubCell .pubPicWrapper {
  float: left;
  margin-right: 20px;
  width: 170px;
}
.pubCell .pubPicture {
  width: 170px;
}
.pubInfo {
  overflow: hidden;
}
.pubTitle {
  font-size: 17px;
  color: #333;
  line-height: 21px;
  display: block;
  padding-top: 2px;
}
.pubRating {
  color: #D272E7;
  font-size: 18px;
  float: right;
  margin-top: -1px;
}
.pubAuthor {
  float: left;
  display: block;
  margin: 1px 10px 0 0;
  width: 25px;
  height: 25px;
}
.pubAuthor img {
  border: 1px solid #CCC;
}
.pubAuthorImg {
  display: block;
  position: relative;
  float: left;
  margin: -5px 5px 0 0;
}
.pubAuthorImg .imgBorder {
  width: 23px;
  height: 23px;
}
.pubAuthorNameWrapper {
  display: block;
  height: 15px;
  float: left;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  max-width: 140px;
}
.pubAuthorNameWrapper a {
  white-space: nowrap;
}
.pubAuthorNameWrapper span {
  display: block;
  top: 0;
  left: 103px;
  position: absolute;
  background: url(/static/img-new/personal-page/album-title-fog.png);
  width: 40px;
  height: 20px;
}
.pubArrow {
  margin: 9px 10px 9px 0;
  width: 23px;
  height: 9px;
  background: url(/static/img-new/personal-page/personal-page-sprite.png) 0 -113px;
  float: left;
}
.pubPreview {
  margin: 10px 0;
  word-wrap: break-word;
}
.pubPreview p,
.pubPreview a {
  text-decoration: none;
  color: #666;
}
.pubPreview p:hover,
.pubPreview a:hover {
  text-decoration: underline;
}
.pubDate {
  font-size: 11px;
  color: #999;
  float: left;
  margin-right: 10px;
  padding-top: 2px;
}
.itemRating {
  float: left;
  margin-right: 10px;
}
.pinned .pubPicWrapper {
  height: auto;
}
.pubCell .showCounter {
  float: left;
  margin: 1px 10px 0 0;
}
.pubCell .advComments {
  width: auto;
  margin-right: 10px;
}
.pubCell .pubRating {
  position: absolute;
  top: -10px;
  right: 6px;
  font-size: 15px;
}
.pubCell.pinned .pubRating {
  top: 6px;
}
.pubPicWrapper {
  position: relative;
  width: 170px;
  border: 1px solid #CCC;
}
.pubPicture {
  display: table-cell;
  width: 170px;
  vertical-align: middle;
}
.pubPicture img {
  display: block;
  margin: 0 auto;
  margin-top: expression(((outer.offsetHeight/2)-parseInt(offsetHeight)/2)  <0 ? '0' :(outer.offsetHeight/2)-(parseInt(offsetHeight)/2) +'px');
}
.pubPicWrapper .brandTag {
  margin-top: 2px;
  display: block;
}
.promotionsListMain {
  margin-top: 0;
}
.bump-lastPinnedBlogPosts {
  padding: 2px 2px 1px 2px;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 1px 2px #999;
  -webkit-box-shadow: 0px 1px 2px #999;
  box-shadow: 0px 1px 2px #999;
}
.bump-lastPinnedBlogPosts .pinned {
  width: auto;
  border: 0 none;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f4f4f4;
  margin-bottom: 1px;
  margin-top: 0;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.bump-lastPinnedBlogPosts .pinned:last-child {
  border-bottom: 0 none !important;
}
.pinnedUpcomingPromotionsBlock .promotionItem,
.pinnedSpecialPromotionsBlock .promotionItem {
  background: #f4f4f4;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #fff;
}
.pinnedPromotionsBlock {
  padding: 15px;
  margin-bottom: 20px !important;
}
.descriptionPromotion {
  width: 540px;
}
#pinnedPromotionsBlock .descriptionPromotion {
  width: 500px;
}
.lastBlogPosts {
  padding-top: 0;
}
.pubCell {
  clear: both;
  position: relative;
  margin-bottom: 20px;
}
.brandsSmallIcon {
  overflow: hidden;
  width: 170px;
  padding: 1px;
}
.brandsSmallIcon img {
  float: left;
}
.pinned,
#pinnedPromotionsBlock .promotionItem {
  width: auto;
  border: 0 none;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f4f4f4;
  margin-bottom: 1px;
  margin-top: 0;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.pinned:last-child,
#pinnedPromotionsBlock .promotionItem:last-child {
  border-bottom: 0 none !important;
}
.pubCell .pubPicWrapper {
  border: 0 none;
}
.pubCell .pubPicture {
  border: 1px solid #ccc;
}
.pubPicWrapper .underDate {
  top: 96px;
  left: 1px;
  line-height: 15px;
  height: 15px;
  padding: 0 2px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------Events page NEW--------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.feedLeftColumn {
  width: 628px;
  float: left;
  margin-left: 40px;
}
/*-------------------*/
.eventsList {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
.eventsList .bump-wallMessageComments {
  margin: 5px -9px 0;
}
.event {
  overflow: hidden;
  clear: both;
  border-top: 1px dotted #E5E5E5;
  padding: 10px 0;
}
.event:first-child {
  border-top: none;
}
.feedAvatarLink {
  float: left;
  margin-right: 20px;
  display: block;
}
.feedBody {
  float: left;
  color: #666;
  width: 600px;
  min-height: 132px;
}
.feedBody a {
  color: #999;
}
.feedBody .feedPersonLink {
  color: #0099CC;
  padding-right: 5px;
}
.feedBodyMiddle {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
}
.feedBodyMiddle .wallMessageText img {
  margin-bottom: 10px;
}
.feedBodyMiddle .wallMessageText .wallMessageTextContent {
  padding-bottom: 0;
}
.feedBody .hasImage .feedBlogBody {
  float: left;
  width: 405px;
}
.feedBodyHeader {
  line-height: 1.4em;
}
.-contentPreviewLink- {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 20px;
  font-style: italic;
  color: #999;
  border-color: #999;
  cursor: pointer;
  *cursor: hand;
}
.-contentPreviewLink-:hover {
  color: #666;
  border-color: #666;
}
.feedBodyHeader,
.feedBodyHeader a,
.feedBodyHeader .feedPersonLink {
  color: #666;
}
.feedBodyHeader a.feedPersonLink {
  color: #000;
}
.feedExtraBlock {
  color: #CCC;
}
.feedExtraBlock .feedMetaBlock {
  margin-top: 5px;
}
.feedDate {
  padding-right: 15px;
  color: #999;
}
.feedBodyMiddle .comment {
  margin: 0;
}
.feedExtraBlock .feedCommentLink {
  padding-right: 15px;
  position: relative;
}
.feedExtraBlock .feedCommentIcon {
  margin: 0 3px -3px 0;
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(/static/img/feed-sprite-2.png) -4px -5px no-repeat;
}
.feedMetaBlock .feedCommentLink .feedCommentIcon,
.feedExtraBlock .feedCommentIcon {
  background: url(/static/img/feed-sprite-2.png) -4px -5px no-repeat;
}
.feedExtraBlock .feedILikeIt a {
  text-decoration: none;
  diplay: inline-block;
  position: relative;
  top: 2px;
  left: 3px;
}
.feedExtraBlock .feedILikeIt a .ButtonTitle,
.feedExtraBlock .feedILikeIt a .UsersCount {
  border-bottom: 1px dotted #CCC;
  display: inline-block;
  line-height: 1em;
}
.feedExtraBlock .feedILikeIt a .hidden {
  display: none !important;
}
.feedILikeIt .usersCount,
.feedILikeIt .button {
  cursor: pointer;
}
.feedCommentBody .feedMetaBlock {
  color: #999;
}
.feedBody .comments {
  margin-top: 15px;
  position: relative;
  clear: both;
  width: 555px;
  padding: 0 20px 20px;
  overflow: hidden;
}
.feedBody .comments .comment {
  padding: 0;
}
.feedBody .commentsArrow {
  display: block;
  position: absolute;
  bottom: -18px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(/static/img/feed-sprite-2.png) -63px -3px no-repeat;
}
.feedBody .comment {
  margin: 20px 0 0;
  clear: both;
  padding: 10px 10px 10px 20px;
}
.feedBody .feedCommentAvatar {
  float: left;
  margin-right: 10px;
}
.feedBody .feedCommentBody {
  float: left;
  width: 480px;
  line-height: 1.1;
  color: #666666;
}
.feedBody .showAllComments {
  display: block;
  margin-top: 20px;
}
.feedBody iframe[name="videoPlayerIframe"] {
  height: 315px !important;
}
/*-----images----*/
.feedImageWrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  height: 90px;
  background: #F4F4F4;
}
.feedImagesGroup .feedImageCell,
.feedVideosGroup .feedVideoCellGp,
.wallImagesList .feedVideoCellGp,
.wallImagesList .feedImageCell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 0 0 5px;
}
.feedImagesGroup .feedImageCell img,
.feedVideosGroup .feedVideoCellGp img,
.wallImagesList .feedVideoCellGp img,
.wallImagesList .feedImageCell img {
  max-width: none !important;
}
.feedImagesGroup .objectsContainer,
.feedImagesGroup .allObjectsContainer {
  margin: -5px 0 0 -5px !important;
}
.wallImagesList .bump-icon-file {
  display: block;
  margin: 5px 0;
}
/*-----videos----*/
.feedVideoCell {
  float: left;
  margin-right: 27px;
}
.feedVideoWrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  height: 90px;
  background: #F4F4F4;
}
.feedVideosGroup .feedVideoCell {
  display: inline;
  margin: 0 0 26px 26px;
}
.feedVideosGroup .gpLayoutWrapper {
  margin: 0 0 26px 26px;
}
.feedVideosGroup .objectsContainer,
.feedVideosGroup .allObjectsContainer {
  margin-left: -26px !important;
}
/*-----files----*/
.feedBody .fileCell {
  clear: both;
  margin-bottom: 10px;
  color: #CCC;
}
.feedBody .fileCell a {
  color: #666;
}
.feedBody .fileIcon {
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
/*-----audio----*/
.feedBody .songsList {
  margin: 10px 0;
}
.feedBody .musicListItem {
  margin-top: 10px;
  margin-left: 5px;
}
.feedBody .wallMessageText .played .musicItemWrapper {
  width: 464px;
}
.feedBody .played .musicItemWrapper {
  width: 468px;
}
/*-----brand----*/
.feedBrandAvatar {
  display: inline;
  float: left;
  margin-right: 10px;
}
.feedAboutBrand {
  width: 300px;
  float: left;
}
.feedAboutBrand a {
  color: #999;
}
.feedBrandsGroup .feedBrandSmallAvatar {
  display: inline;
  float: left;
  margin-left: 34px;
  margin-bottom: 22px;
}
.feedBrandsGroup .objectsContainer,
.feedBrandsGroup .allObjectsContainer {
  margin-left: -34px !important;
}
/*-----wall----*/
.feedBody .wallMessageText {
  clear: both;
  overflow: hidden;
  width: 555px;
  padding: 0;
}
.feedBody .musicItemWrapper {
  width: 460px;
}
/*-----mirror----*/
.feedBody .feedMirrorLogoLink {
  diplay: block;
  float: left;
  margin-right: 10px;
}
.feedBody .mirrorLogoWrapper {
  diplay: block;
}
.feedBody .mirrorLogo {
  diplay: block;
}
.feedBody .feedMirrorDescription {
  float: left;
  width: 346px;
}
.feedBody .feedMirrorDescription a {
  color: #666;
}
/*-----contest----*/
.feedBody .feedContestImage {
  display: block;
  float: left;
  margin-right: 10px;
}
.feedBody .feedContestBody {
  float: left;
  width: 360px;
}
.feedBody .feedContestTitle {
  color: #666;
  font-weight: bold;
}
.feedBody .feedContestDescription {
  padding-top: 5px;
}
/*-----friends----*/
.feedBody .feedFriendAvatar {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.feedBody .feedFriendBody {
  display: block;
  float: left;
  width: 360px;
}
.feedBody .feedFriendRating {
  padding-top: 5px;
  color: #999;
}
.feedBody .feedFriendRatingIcon {
  margin: 0 3px 0px 0;
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(/static/img/feed-sprite-2.png) -24px -5px no-repeat;
}
.feedFriendsGroup .objectsContainer,
.feedFriendsGroup .allObjectsContainer {
  margin-left: -13px !important;
}
.feedFriendsGroup .feedFriendAvatar {
  display: inline;
  float: left;
  margin-left: 13px;
  margin-right: 0;
  margin-bottom: 13px;
}
/*-----club----*/
.feedBody .feedClubImg {
  display: block;
  float: left;
  margin-right: 20px;
}
.feedBody .feedClubIcon {
  margin: 0 3px -1px 0;
  display: inline-block;
  width: 15px;
  height: 12px;
  text-decoration: none;
}
.feedBodyHeader .feedClubIcon,
.feedBody .feedClubIcon {
  background: url(/static/img/feed-sprite-2.png) -42px -4px no-repeat;
}
.feedBody .feedClubBody {
  float: left;
  width: 360px;
}
.feedBody .feedClubTitle {
  text-transform: uppercase;
  text-decoration: none;
}
.feedBody .feedClubTitle span {
  text-decoration: underline;
}
.feedBody .feedClubTitle {
  color: #999;
  white-space: nowrap;
}
.feedBody .feedClubDescription {
  padding-top: 5px;
}
/*-----blog----*/
.feedBody .feedBlogImg {
  float: left;
  display: block;
  margin-right: 20px;
}
.feedBody .feedBlogBody {
  width: 600px;
}
.feedBody .feedBlogTitle {
  color: #666;
  font-weight: bold;
}
.feedBody .feedBlogTitle a {
  color: #666;
  font-weight: bold;
}
.feedBody .feedBlogContent {
  padding: 5px 0;
}
.feedBody .feedBlogBrands {
  padding: 5px 0;
}
.feedBody .feedBlogBrands img {
  display: block;
  float: left;
  margin-right: 7px;
}
.feedBody .showAll,
.feedBody .showPreview {
  border-bottom: 1px dotted #666666;
  cursor: pointer;
  *cursor: hand;
}
.feedBody .allObjectsContainer,
.feedBody .objectsContainer {
  overflow: hidden;
  margin: 10px 0 10px 6px;
}
.statusPromotion {
  text-align: center;
  width: 120px;
  float: right;
  margin-left: 20px;
}
.stringStatusPromotion {
  font-size: 0.87em;
  line-height: 1.2em;
  color: #999999;
  display: block;
  margin-top: 5px;
}
.graphStatusPromotion {
  display: block;
  position: relative;
  width: 120px;
  height: 14px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(top, #e1e1e1, #f6f6f6);
  background-image: -o-linear-gradient(top, #e1e1e1, #f6f6f6);
  background-image: -moz-linear-gradient(top, #e1e1e1, #f6f6f6);
  background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f6f6f6 100%);
  background-image: linear-gradient(top, #e1e1e1, #f6f6f6);
}
.graphStatusPromotion:before,
.graphStatusPromotion .before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #119195;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929293), color-stop(100%, #464646));
  background-image: -webkit-linear-gradient(top, #929293, #464646);
  background-image: -o-linear-gradient(top, #929293, #464646);
  background-image: -moz-linear-gradient(top, #929293, #464646);
  background-image: -ms-linear-gradient(top, #929293 0%, #464646 100%);
  background-image: linear-gradient(top, #929293, #464646);
}
.graphStatusPromotion:after,
.graphStatusPromotion .after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("/static/img-new/promotions/clock.png") 0 0 no-repeat;
}
.graphStatusPromotion .after {
  background-color: #f4f4f4;
  width: 12px;
  height: 12px;
  background-position: -1px -1px;
  border: 1px solid #119195;
}
.statusStep1 .graphStatusPromotion:before,
.statusStep1 .graphStatusPromotion .before {
  width: 20px;
}
.statusStep1 .graphStatusPromotion:after,
.statusStep1 .graphStatusPromotion .after {
  left: 6px;
}
.statusStep2 .graphStatusPromotion:before,
.statusStep2 .graphStatusPromotion .before {
  width: 30px;
}
.statusStep2 .graphStatusPromotion:after,
.statusStep2 .graphStatusPromotion .after {
  left: 16px;
}
.statusStep3 .graphStatusPromotion:before,
.statusStep3 .graphStatusPromotion .before {
  width: 50px;
}
.statusStep3 .graphStatusPromotion:after,
.statusStep3 .graphStatusPromotion .after {
  left: 36px;
}
.statusStep4 .graphStatusPromotion:before,
.statusStep4 .graphStatusPromotion .before {
  width: 80px;
}
.statusStep4 .graphStatusPromotion:after,
.statusStep4 .graphStatusPromotion .after {
  left: 66px;
}
.statusStep5 .graphStatusPromotion:before,
.statusStep5 .graphStatusPromotion .before {
  width: 100px;
}
.statusStep5 .graphStatusPromotion:after,
.statusStep5 .graphStatusPromotion .after {
  left: 86px;
}
.statusStep6 .graphStatusPromotion:before,
.statusStep6 .graphStatusPromotion .before {
  width: 110px;
}
.statusStep6 .graphStatusPromotion:after,
.statusStep6 .graphStatusPromotion .after {
  left: 96px;
}
.finishedPromotions .graphStatusPromotion {
  width: 34px;
  height: 33px;
  background: url("/static/img-new/promotions/finished.png") 0 0 no-repeat;
  margin-left: 43px;
}
.withCountDays:after,
.withCountDays:before,
.finishedPromotions .graphStatusPromotion:after,
.finishedPromotions .graphStatusPromotion:before {
  display: none !important;
}
.withCountDays {
  background: none;
  box-shadow: none;
  height: 40px;
}
.countDaysWrapper {
  position: relative;
  height: 39px;
  min-width: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.countDaysWrapper:before,
.countDaysWrapper .before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #119195;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929293), color-stop(100%, #464646));
  background-image: -webkit-linear-gradient(top, #929293, #464646);
  background-image: -o-linear-gradient(top, #929293, #464646);
  background-image: -moz-linear-gradient(top, #929293, #464646);
  background-image: -ms-linear-gradient(top, #929293 0%, #464646 100%);
  background-image: linear-gradient(top, #929293, #464646);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.countDaysWrapper:after,
.countDaysWrapper .after {
  content: "";
  display: block;
  width: 9px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: url("/static/img-new/promotions/cal.png") 100% 100% no-repeat;
}
.countDays {
  margin-right: 9px;
  padding: 10px 0 3px 9px;
  line-height: 26px;
  min-width: 22px;
  font-size: 20px;
  height: 26px;
  background: url("/static/img-new/promotions/cal.png") 0 0 no-repeat;
  position: relative;
  display: block;
  z-index: 3;
  font-family: arial;
}
.promotionSmallItem .statusPromotion {
  float: right;
  margin-left: 60px;
  margin-left: -14px;
}
.-subMainColumn {
  float: left;
  display: inline;
  width: 480px;
}
.-subSideColumn {
  float: right;
  display: inline;
  width: 195px;
}
/*-------- elements --------*/
@font-face {
  font-family: "Rubl Sign";
  src: url("http://www.artlebedev.ru/;-)/ruble.eot");
}
span.rur {
  font-family: "Rubl Sign";
  text-transform: uppercase;
}
span.rur span {
  position: absolute;
  overflow: hidden;
  width: 0.45em;
  height: 1em;
  margin: 0.1ex 0 0 -0.55em;
}
span.rur span:before {
  content: '\2013';
}
#productsPaginator .previousPage {
  margin-left: 80px;
}
.cartButton {
  display: block;
}
.cartButton .cartButtonLeft {
  width: 41px;
  height: 47px;
  background: url("/static/img-new/shop/cart-button.png") no-repeat;
  float: left;
}
.cartButton .cartButtonRight {
  width: 13px;
  height: 47px;
  background: url("/static/img-new/shop/cart-button-right.png") no-repeat;
  float: left;
}
.cartButton .cartButtonCenter {
  width: 90px;
  height: 47px;
  background: url("/static/img-new/shop/cart-button-background.png") repeat-x;
  padding-top: 9px;
  float: left;
  color: #FFF;
  line-height: 1.1;
}
.cartButton.basketEmpty .cartButtonLeft {
  background: url("/static/img-new/shop/cart-button-version.png") no-repeat;
}
.cartButton.basketEmpty .cartButtonRight {
  background: url("/static/img-new/shop/cart-button-right-version.png") no-repeat;
}
.cartButton.basketEmpty .cartButtonCenter {
  color: #666;
  background: url("/static/img-new/shop/cart-button-background-version.png") repeat-x;
}
.productPrice {
  display: inline-block;
  position: relative;
  background: url("/static/img-new/shop/price-center.png") repeat-x;
  height: 22px;
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  padding: 3px 5px 0;
}
.productPrice:before,
.productPrice:after {
  content: '';
  display: block;
  width: 4px;
  height: 24px;
  position: absolute;
  top: 0;
}
.productPrice:before {
  left: -4px;
  background: url("/static/img-new/shop/price-left.png") no-repeat;
}
.productPrice:after {
  right: -4px;
  background: url("/static/img-new/shop/price-right.png") no-repeat;
}
/*----------- catalog -------------*/
.shopPageHeader {
  backfround: #fff;
}
.shopPageHeader .shopAllGoodsPageHeader {
  margin-bottom: 0;
  padding: 0 0 15px;
}
.shopPageHeader .shopAllGoodsPageHeader .shopAllGoodsPageHeaderCellRight {
  padding-right: 0;
}
.shopPageHeader .productSearchPanel {
  clear: both;
  padding: 8px 16px 8px 29px;
  border-right: 0 none;
}
.shopPageHeader .cartButton .cartButtonCenter {
  height: 37px;
}
.bump-profileWrapper .shopPageHeader {
  border-right: 1px solid #d8d8d8;
  z-index: 2;
  position: relative;
  width: 998px;
}
.bump-profileWrapper .shopPageHeader .shopAllGoodsPageHeader {
  padding: 15px 15px 15px 8px;
}
.shopAllGoodsPageHeader {
  margin-bottom: 20px;
  background: #FFF;
}
.shopAllGoodsPageHeader .shopAllGoodsPageHeaderCell {
  float: left;
  border-left: 1px solid #D8D8D8;
  padding: 0 30px;
}
.shopAllGoodsPageHeader .shopAllGoodsPageHeaderCell .shopTitle {
  color: #000000;
  float: left;
  font-family: Arial;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  width: 600px;
  word-wrap: break-word;
}
.shopAllGoodsPageHeader .shopAllGoodsPageHeaderCell .shopDescription {
  width: 300px;
}
.shopAllGoodsPageHeader .shopAllGoodsPageHeaderCell .bump-shopAvatar {
  float: left;
  display: inline;
  width: 90px;
  height: 90px;
  border: 1px solid #d8d8d8;
  padding: 4px;
  margin-right: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.shopAllGoodsPageHeader .shopAllGoodsPageHeaderCell:first-child {
  border: none;
  padding-left: 7px;
}
.shopAllGoodsPageHeader .shopAllGoodsPageHeaderCellRight {
  float: right;
  padding-right: 7px;
}
.shopCategoryMenuWrapper {
  float: left;
  width: 229px;
  margin-left: -16px;
  background: #F4F4F4;
  border-right: 1px solid #CCC;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #CCC;
}
.shopCategoryMenuWrapper .accordionMenuHeader {
  height: 48px;
  background: #F4F4F4;
  border-bottom: 1px solid #cccccc;
}
.shopCategoryMenuWrapper .accordionMenuHeader.active span {
  color: #54A9D3;
  position: relative;
}
.shopCategoryMenuWrapper .accordionMenuHeader.active span:after {
  content: '';
  display: block;
  background: url(/static/img-new/shop/menu-arrow.png);
  width: 14px;
  height: 7px;
  position: absolute;
  bottom: -21px;
  left: 27px;
  z-index: 500;
}
.shopCategoryMenuWrapper .accordionMenuHeader span {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 16px 0 0 22px;
  float: left;
}
.shopCategoryMenuWrapper .accordionMenuHeader .accordionMenuOpener {
  width: 19px;
  height: 19px;
  background: url(/static/img-new/shop/open-close-arrows.png) 20px 0;
  cursor: pointer;
  float: right;
  margin: 16px 12px 0 0;
}
.shopCategoryMenuWrapper .accordionMenuHeader .accordionMenuOpener.menuOpened {
  background: url(/static/img-new/shop/open-close-arrows.png) 0 0;
}
.shopCategoryMenuWrapper ul li span {
  background: #d7d7d7;
  padding: 8px 24px;
  font-weight: normal;
  color: #000000;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #c4c4c4;
  display: block;
  position: relative;
  cursor: pointer;
}
.shopCategoryMenuWrapper ul li span:hover {
  background: #ccd4d9;
}
.shopCategoryMenuWrapper ul.openedCategory li span {
  background: #919191;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #A1A1A1;
}
.shopCategoryMenuWrapper ul.openedCategory li span:after {
  display: none;
}
.shopCategoryMenuWrapper ul.openedCategory li:hover span {
  background: #90989e;
}
.shopCategoryMenuWrapper ul li.currentCategory span,
.shopCategoryMenuWrapper ul li.currentCategory span:hover {
  background: #2986C0 url(/static/img-new/shop/current-category.png) repeat-x;
  border-bottom: 1px solid #287bac;
  color: #ffffff;
}
.shopCategoryMenuWrapper ul li.currentCategory span:after {
  content: '';
  display: block;
  background: url(/static/img-new/shop/category-arrow-blue.png);
  width: 14px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 27px;
  z-index: 500;
}
.shopCategoryMenuWrapper ul li.currentCategory.hasSubMenu span,
.shopCategoryMenuWrapper ul li.currentCategory.hasSubMenu span:hover {
  background: #2986C0 url(/static/img-new/shop/current-category.png) repeat-x;
  border-bottom: 1px solid #287bac;
  color: #ffffff;
}
.shopCategoryMenuWrapper ul li.currentCategory.hasSubMenu span:after {
  content: '';
  display: block;
  background: url(/static/img-new/shop/category-arrow-blue.png);
  width: 14px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 27px;
  z-index: 500;
}
.shopCategoryMenuWrapper ul li.currentCategory.hasSubMenu ul.openedCategory span {
  background: #919191;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #A1A1A1;
}
.shopCategoryMenuWrapper ul li.currentCategory.hasSubMenu ul.openedCategory span:after {
  background: none;
}
.shopCategoryMenuWrapper ul li.currentCategory.hasSubMenu ul.openedCategory span:hover {
  background: #90989e;
}
.shopCategoryMenuWrapper ul li.ancestorCategory span {
  background: #eaeaea;
  padding: 8px 24px;
  font-weight: normal;
  color: #2d8dc4;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #cecece;
  display: block;
  position: relative;
  cursor: pointer;
}
.shopCategoryMenuWrapper ul li.ancestorCategory span:after {
  content: '';
  display: block;
  background: url(/static/img-new/shop/category-arrow.png);
  width: 14px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 27px;
  z-index: 500;
}
.shopCategoryMenuWrapper ul li.ancestorCategory li.currentCategory span:after {
  display: none;
}
.shopCategoryMenuWrapper ul li.ancestorCategory ul.openedCategory span {
  background: #919191;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #A1A1A1;
}
.shopCategoryMenuWrapper ul li.ancestorCategory ul.openedCategory span:after {
  background: none;
}
.shopCategoryMenuWrapper ul li.ancestorCategory ul.openedCategory span:hover {
  background: #90989e;
}
.shopCategoryMenuWrapper ul li.ancestorCategory ul.openedCategory li.currentCategory span {
  background: #2986C0 url(/static/img-new/shop/current-category.png) repeat-x;
  border-bottom: 1px solid #287bac;
  color: #ffffff;
}
.shopCategoryMenuWrapper .brandItemsWrapper {
  margin-right: -1px;
  overflow: hidden;
}
.shopCategoryMenuWrapper .brandItemsWrapper .brandItem {
  float: left;
  background: #D7D7D7;
  color: #000;
  width: 93px;
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #B7B7B7;
  border-bottom: 1px solid #C4C4C4;
  border-left: 1px solid #E3E3E3;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.shopCategoryMenuWrapper .brandItemsWrapper .brandItem:hover {
  background: #2986C0 url(/static/img-new/shop/current-category.png) repeat-x;
  font-weight: bold;
  color: #FFF;
}
.shopCategoryMenuWrapper .brandItemsWrapper .brandItem:hover:after {
  display: none;
}
.shopCategoryMenuWrapper .brandItemsWrapper .brandItem:after {
  content: '';
  display: block;
  background: url(/static/img-new/shop/brands-shadow.png);
  width: 20px;
  height: 22px;
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 0;
}
.shopCategoryMenuWrapper .brandItemsWrapper .brandItem.currentBrand {
  background: #2986C0 url(/static/img-new/shop/current-category.png) repeat-x;
  color: #FFF;
}
.shopCategoryMenuWrapper .brandItemsWrapper .brandItem.currentBrand:after {
  display: none;
}
.shopCategoryMenuWrapper .pricesSelectorWrapper {
  background: #D7D7D7;
  overflow: hidden;
  padding: 20px 13px;
}
.shopCategoryMenuWrapper .pricesSelectorWrapper div {
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  padding: 4px 9px;
  border: 1px solid #BFBFBF;
}
.shopCategoryMenuWrapper .pricesSelectorWrapper input {
  border: none;
  width: 70px;
}
.shopCategoryMenuWrapper .pricesSelectorWrapper span {
  float: left;
  margin: 3px 3px 0 0;
}
.shopContentWrapper {
  float: left;
  width: 766px;
  margin-right: -16px;
}
.shopContentWrapper .shopShowControlBlock {
  margin: 10px 0 22px 29px;
}
.shopContentWrapper .shopShowControlBlock .shopOrderBlock {
  float: left;
}
.shopContentWrapper .shopShowControlBlock .shopParamBlock {
  float: right;
  margin-right: 20px;
  padding-top: 6px;
}
.shopContentWrapper .shopShowControlBlock .shopParamBlock li {
  display: none;
  float: left;
  height: 24px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background: #F4F4F4;
  color: #000;
  position: relative;
  margin-left: 35px;
  padding: 6px 9px 0 4px;
  font-weight: bold;
  font-size: 11px;
}
.shopContentWrapper .shopShowControlBlock .shopParamBlock li:before {
  content: '';
  display: block;
  background: url(/static/img-new/shop/shop-sprite.png) -210px -53px;
  width: 18px;
  height: 31px;
  position: absolute;
  top: 0;
  left: -18px;
}
.shopContentWrapper .shopShowControlBlock .shopParamBlock li:after {
  content: '';
  display: block;
  background: url(/static/img-new/shop/shop-sprite.png) -229px -53px;
  width: 6px;
  height: 31px;
  position: absolute;
  top: 0;
  right: -6px;
}
.shopContentWrapper .shopShowControlBlock .shopParamBlock li span.discard {
  background: url(/static/img-new/shop/shop-sprite.png) -3px -91px;
  display: block;
  height: 8px;
  position: absolute;
  right: -2px;
  top: 12px;
  width: 7px;
  z-index: 10;
  cursor: pointer;
}
.shopContentWrapper .shopProductsWrapper {
  clear: both;
  padding: 0 0 0 27px;
}
.shopContentWrapper .shopProductsWrapper .productItem {
  float: left;
  width: 170px;
  height: 300px;
  margin-right: 13px;
  text-align: center;
  position: relative;
}
.shopContentWrapper .shopProductsWrapper .productItem .productPrice {
  top: 7px;
}
.shopContentWrapper .shopProductsWrapper .productItem .productImageWrapper a {
  width: 166px;
  height: 166px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #EEE;
}
.shopContentWrapper .shopProductsWrapper .productItem .productImageWrapper a img {
  display: inline;
  max-width: 166px;
  max-height: 166px;
}
.shopContentWrapper .shopProductsWrapper .productItem .productTitle {
  display: inline-block;
  width: 168px;
  overflow: hidden;
  height: 20px;
  position: relative;
}
.shopContentWrapper .shopProductsWrapper .productItem .productTitle span {
  width: 40px;
  height: 20px;
  background: url(/static/img-new/shop/shop-title-fog.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.productSearchPanel {
  height: 32px;
  background: #F4F4F4;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #B3B3B3;
  -moz-box-shadow: 0px 1px 1px #E6E6E6;
  -webkit-box-shadow: 0px 1px 1px #E6E6E6;
  box-shadow: 0px 1px 1px #E6E6E6;
  padding: 8px 16px 8px 29px;
  border-right: 0 none;
}
.productSearchPanel .backToCatalogLink {
  float: left;
  margin-top: 6px;
}
.productSearchPanel .backToCatalogLink a {
  color: #000;
  font-size: 14px;
}
.productSearchPanel .backToCatalogLink span {
  width: 17px;
  height: 5px;
  background: url(/static/img-new/shop/shop-sprite.png) -156px -62px;
  display: inline-block;
  margin-right: 5px;
}
.productSearchPanel .goodsSearchInput {
  background: #FFF;
  padding: 5px 14px;
  color: #7F7F7F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #B5B5B5;
  height: 18px;
  padding: 7px 14px 4px;
}
.productSearchPanel .goodsSearchInput input {
  float: left;
  background: #FFF;
  width: 650px;
}
.productSearchPanel .goodsSearchInput .goodsSearchInputButton {
  float: right;
  width: 33px;
  height: 33px;
  cursor: pointer;
  background: url(/static/img-new/shop/shop-sprite.png) -184px 0 no-repeat;
  margin: -8px -16px 0 0;
}
.productSearchPanel.productSearchPanelLite .goodsSearchInput {
  float: right;
}
.productSearchPanel.productSearchPanelLite .goodsSearchInput input {
  width: 735px;
}
/*------------ edit goods ---------------*/
.shopSelectorMenuWrapper {
  padding: 6px;
}
.shopSelectorMenuWrapper .selectedShopTitle {
  float: left;
  font-size: 21px;
}
.shopSelectorMenuWrapper .shopEditSelector {
  float: left;
  position: relative;
  background: url(/static/img-new/shop/shop-selector.png) repeat-x;
  height: 44px;
  cursor: pointer;
  width: 620px;
  font-size: 21px;
  margin: -10px 0 0 13px;
}
.shopSelectorMenuWrapper .shopEditSelector .selectedShopTitleItem {
  display: block;
  float: left;
  font-size: 21px;
  height: 30px;
  left: 12px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  top: 6px;
  width: 559px;
}
.shopSelectorMenuWrapper .shopEditSelector .shopEditSelectorButton {
  background: url(/static/img-new/shop/shop-selector-button.png) no-repeat;
  cursor: pointer;
  width: 41px;
  height: 42px;
  float: right;
}
.shopSelectorMenuWrapper .shopEditSelector .shopsSelectorPlaceholder {
  position: absolute;
  top: 50px;
  left: 0;
  width: 620px;
  font-size: 21px;
  background: #FFF;
  z-index: 300;
  border: 1px solid #E6E6E6;
}
.shopSelectorMenuWrapper .shopEditSelector .shopsSelectorPlaceholder .shopItem {
  margin-bottom: 5px;
  padding: 10px;
  width: 600px;
}
.shopSelectorMenuWrapper .shopEditSelector .shopsSelectorPlaceholder .shopItem:hover {
  background: #CCE5F2;
}
.shopSelectorMenuWrapper .bump-shopControlProductsLink {
  margin-top: -10px;
  width: 220px;
}
.shopSelectorMenuWrapper .shopSelectArrow {
  background: url(/static/img-new/shop/shop-selector-arrow.png) no-repeat;
  width: 214px;
  height: 44px;
  float: right;
  margin-top: -11px;
}
.shopSelectorMenuWrapper .shopSelectArrow .shopSelectArrowText {
  float: left;
  line-height: 1.1;
  margin-top: 8px;
  width: 138px;
}
.shopSelectorMenuWrapper .shopSelectArrow .shopSelectArrowIcon {
  width: 27px;
  height: 27px;
  cursor: pointer;
  float: left;
  margin: 9px 15px 0 18px;
}
.shopSelectorMenuWrapper .shopSelectArrow .shopSelectArrowIcon.addAllShopIcon {
  background: url(/static/img-new/shop/goods-edit-icons.png) -262px 0 no-repeat;
}
.shopSelectorMenuWrapper .shopSelectArrow .shopSelectArrowIcon.removeAllShopIcon {
  background: url(/static/img-new/shop/goods-edit-icons.png) -262px -29px no-repeat;
}
.goodsManageButton {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 5px;
  top: 116px;
  cursor: pointer;
}
.goodsManageButton.goodsRequiredButton {
  background: url(/static/img-new/shop/goods-edit-icons.png) -207px 0 no-repeat;
}
.goodsManageButton.goodsAddProductButton {
  background: url(/static/img-new/shop/goods-edit-icons.png) -156px 0 no-repeat;
}
.goodsManageButton.goodsAddProductButton:hover {
  background: url(/static/img-new/shop/goods-edit-icons.png) -104px 0 no-repeat;
}
.goodsManageButton.goodsRemoveProductButton {
  background: url(/static/img-new/shop/goods-edit-icons.png) -54px 0 no-repeat;
}
.goodsManageButton.goodsRemoveProductButton:hover {
  background: url(/static/img-new/shop/goods-edit-icons.png) 0 0 no-repeat;
}
.brandEditButton {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer;
  z-index: 200;
}
.brandEditButton.brandAddButton {
  background: url(/static/img-new/shop/goods-edit-icons.png) -293px -1px no-repeat;
}
.brandEditButton.brandAddButton:hover {
  background: url(/static/img-new/shop/goods-edit-icons.png) -262px -1px no-repeat;
}
.brandEditButton.brandRemoveButton {
  background: url(/static/img-new/shop/goods-edit-icons.png) -262px -29px no-repeat;
}
/*------------ basket -------------------*/
.basketTable {
  width: 100%;
  background: #F9F9F9 url(/static/img-new/shop/basket-table-footer.png) 0 bottom repeat-x;
}
.basketTable th {
  background: url(/static/img-new/shop/basket-table-titles.png) repeat-x;
  height: 50px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  padding-left: 25px;
  vertical-align: middle;
}
.basketTable td {
  padding: 13px 0 13px 26px;
  vertical-align: middle;
}
.basketTable .basketTableGoodImg {
  float: left;
  margin-right: 13px;
  border: 1px solid #EEE;
  background: #FFF;
}
.basketTable .basketTableGoodImg a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 60px;
}
.basketTable .basketTableGoodImg a img {
  max-width: 60px;
  max-height: 60px;
}
.basketTable .basketTableGoodInfo {
  color: #999;
  float: left;
  width: 225px;
}
.basketTable .basketTableGoodInfo .basketTableGoodInfoCat {
  padding-bottom: 3px;
}
.basketTable .basketTableGoodInfo a {
  font-size: 14px;
}
.basketTable .basketTableGoodInfo .basketTableGoodInfoExtra {
  float: left;
  margin-top: 10px;
}
.basketTable .basketTableGoodInfo .basketTableGoodInfoExtra div {
  width: 21px;
  height: 20px;
  float: left;
}
.basketTable .basketTableBestSellerGood {
  background: url(/static/img-new/shop/shop-sprite.png) 0 -1px;
}
.basketTable .basketTableDiscountGood {
  background: url(/static/img-new/shop/shop-sprite.png) -30px -1px;
}
.basketTable .shopDeleteOrderPosition {
  background: url(/static/img-new/shop/shop-sprite.png) -98px -26px no-repeat;
  width: 18px;
  height: 25px;
  display: block;
  cursor: pointer;
}
.basketTable .shopDeleteOrderPosition:hover {
  background: url(/static/img-new/shop/delete-from-cart.png) no-repeat;
}
.basketTable .numberInputLighter {
  width: 52px;
  overflow: hidden;
}
.basketTable .numberInputLighter .numberInputWrapper {
  width: 29px;
  height: 24px;
  background: url(/static/img-new/shop/shop-sprite.png) -150px -30px;
  float: left;
}
.basketTable .numberInputLighter .numberInputWrapper input {
  border: none;
  font-size: 14px;
  left: 4px;
  position: relative;
  top: 3px;
  width: 22px;
}
.basketTable .numberInputLighter .numberInputPlus {
  width: 23px;
  height: 13px;
  background: url(/static/img-new/shop/shop-sprite.png) -124px -27px;
  cursor: pointer;
  float: right;
}
.basketTable .numberInputLighter .numberInputMinus {
  width: 23px;
  height: 13px;
  background: url(/static/img-new/shop/shop-sprite.png) -124px -43px;
  cursor: pointer;
  float: right;
}
.basketTableFooter {
  background: url(/static/img-new/shop/basket-table-footer.png) repeat-x;
  height: 46px;
  width: 904px;
  overflow: hidden;
  padding: 23px 32px;
}
.basketTableFooter .basketTableFooterLeft {
  float: left;
}
.basketInTotalString {
  font-size: 17px;
  text-align: right;
}
.shopOutOfOrderMessage {
  padding-left: 32px;
}
.shopOutOfOrderMessage span {
  color: #FB0000;
}
.bottomBasketTablePart {
  padding-bottom: 40px !important;
  padding-top: 20px !important;
}
.bottomBasketTablePart .bigBlueButton {
  position: relative;
  top: 10px;
}
/*--------Product Edit---------*/
.productEditCell {
  clear: both;
  float: left;
  margin-bottom: 10px;
  width: 810px;
}
.productEditCell .cellTitle {
  float: left;
  width: 150px;
  padding-top: 6px;
}
.productEditCell .textInputLighter {
  float: left;
}
.productEditCell input {
  width: 797px;
}
/*--------Product Card---------*/
.productBreadcrumbs {
  color: #919191;
  padding-bottom: 15px;
  clear: both;
}
.productBreadcrumbs a {
  color: #919191;
}
.productBreadcrumbs span {
  font-size: 10px;
  padding: 2px 3px 0 3px;
}
.shopPicturesGallery .pika-stage {
  display: block;
  border: 1px solid #EEE;
  width: auto;
  height: 276px;
  padding: 0;
}
.shopPicturesGallery .pika-stage a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 276px;
  height: 276px;
}
.shopPicturesGallery .pika-stage img {
  max-width: 240px;
}
.shopPicturesGallery .jcarousel-skin-pika .jcarousel-container {
  width: 250px;
}
.shopPicturesGallery .jcarousel-skin-pika .jcarousel-clip-horizontal {
  left: 15px;
  width: 220px;
}
.shopPicturesGallery .jcarousel-skin-pika .jcarousel-prev {
  left: 0;
}
.shopPicturesGallery .jcarousel-skin-pika .jcarousel-next {
  right: 0;
}
.similarProducts {
  margin-top: 20px;
}
.similarProducts h3 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 16px;
}
.littleProductItem {
  margin-bottom: 18px;
  overflow: hidden;
}
.littleProductItemImage {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border: 1px solid #EEE;
}
.littleProductItemImage a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 60px;
}
.littleProductItemImage img {
  display: inline;
  max-width: 60px;
  max-height: 60px;
}
.littleProductItemInfo {
  float: left;
  width: 170px;
}
.littleProductItemInfo a {
  text-decoration: none;
}
.littleProductItemInfo a span {
  display: block;
  margin-bottom: 8px;
  color: #999;
}
.littleProductItemInfo .productTitle {
  clear: both;
  margin-bottom: 16px;
  float: left;
  text-decoration: underline;
}
.littleProductItemInfo .productPrice {
  float: left;
  clear: both;
}
.fvProductDescription .fvPriceBlock {
  float: right;
  margin: 0 0 30px 40px;
  padding: 25px;
  background: #FAFAFA;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.fvProductDescription .fvPriceBlock .fvPriceBlockCell {
  clear: both;
  margin-bottom: 10px;
}
.fvProductDescription .fvPriceBlock .fvPriceBlockCell .productPrice {
  float: right;
}
.fvProductDescription .fvPriceBlock .fvPriceBlockCellTitle {
  float: left;
  width: 100px;
  padding-top: 6px;
}
.fvProductDescription .fvProductInfo {
  float: left;
  width: 400px;
}
.fvProductDescription .fvProductTitle {
  font-size: 28px;
  float: left;
  width: 310px;
  margin-bottom: 10px;
  line-height: 1;
}
/*------- ordering ----*/
.orderingWrapper {
  background: #F9F9F9;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  padding: 20px 50px;
}
.orderingHeaderTitles {
  float: left;
  margin-bottom: 30px;
}
.orderingHeaderTitles div {
  float: left;
  height: 30px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.3;
}
.orderingHeaderTitles span {
  color: #3399CC;
  border-bottom: 1px dotted #3399CC;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.7;
}
.showLoginWindowWrapper {
  border-left: 1px solid #CCC;
  height: 30px;
  padding-left: 20px;
}
.customerDataForm .cellInput {
  width: 209px;
}
.orderPageLeft {
  float: left;
  width: 450px;
  margin-bottom: 30px;
}
.orderPageRight {
  float: left;
}
.shopCaptcha {
  margin: 30px 0 10px;
  position: relative;
}
.shopCaptcha img {
  margin-left: 131px;
  float: left;
}
.reloadCaptchaIcon {
  position: absolute;
  top: 8px;
  left: 260px;
  width: 15px;
  height: 15px;
  background: url(/static/img-new/shop/shop-sprite.png) -186px -49px;
}
.reloadCaptchaLink {
  cursor: pointer;
  left: 281px;
  position: absolute;
  top: 8px;
  width: 119px;
  color: #3399CC;
}
.orderPageBottom {
  clear: both;
  padding: 30px 30px 30px 30px;
  border-top: 1px solid #D9D9D9;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.orderingArrow {
  background: url(/static/img-new/shop/ordering-arrow.png) 50% 0 no-repeat;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -25px;
  width: 51px;
  height: 11px;
}
.orderPageBottom button {
  font-size: 20px;
}
.orderPageRight span,
.orderPageLeft span {
  clear: both;
  overflow: hidden;
}
.orderPageLeft textarea {
  width: 183px;
}
.orderPageRight .cellTitle,
.orderPageLeft .cellTitle,
.orderPageRight .regionBlock .cellTitle {
  float: left;
  width: 128px;
  padding-top: 5px;
}
.orderPageRight .cellInput,
.orderPageLeft .cellInput,
.orderPageRight .regionBlock .cellInput {
  float: left;
}
.orderPageRight .cellInput,
.orderPageLeft .cellInput {
  width: 196px;
}
.orderPageRight .regionBlock {
  width: 328px;
}
.orderPageRight strong {
  display: none;
}
.orderBlock {
  margin-bottom: 20px;
  position: relative;
}
.ordersBlock {
  padding: 20px;
}
.orderString {
  background: url(/static/img-new/shop/my-orders-hat-deactive.png) repeat-x;
  padding: 9px 10px;
  color: #8C8C8C;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
}
.orderString.ACTIVE {
  background: url(/static/img-new/shop/my-orders-hat.png) 0 -1px repeat-x;
  color: #FFF;
}
.orderShowControlWrapper {
  position: absolute;
  top: 12px;
  right: 7px;
}
.orderHideControl,
.orderShowControl {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: url(/static/img-new/shop/shop-sprite.png) -67px -61px no-repeat;
}
.orderShowControl {
  background: url(/static/img-new/shop/shop-sprite.png) -67px -78px no-repeat;
}
.orderHideControlCross {
  background: url(/static/img-new/shop/shop-sprite.png) -114px -59px no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 7px;
  top: 5px;
  cursor: pointer;
}
.orderDetails {
  background: #F9F9F9;
}
.orderDetails:hover {
  background: #CEE8FF;
}
.orderDetails:hover .shopToggleControlWrapper {
  border-color: #CEE8FF;
}
.orderDetailsString {
  position: relative;
  padding: 10px;
}
.orderDetailsString strong {
  display: inline-block;
  width: 80px;
}
.orderShopUrlWrapper {
  width: 188px;
  display: inline-block;
}
.orderDetailsWindow {
  background: #FFF;
  z-index: 10;
  margin-top: -1px;
}
.orderDetailsWindow table {
  border: 1px solid #E9E9E9;
  -moz-box-shadow: 0px 1px 0 #CCC;
  -webkit-box-shadow: 0px 1px 0 #CCC;
  box-shadow: 0px 1px 0 #CCC;
  position: relative;
  width: 100%;
}
.orderDetailsWindow table .tSep1,
.orderDetailsWindow table .tSep2,
.orderDetailsWindow table .tSep3 {
  position: absolute;
  top: 13px;
  width: 1px;
  background: #CCC;
  height: 20px;
}
.orderDetailsWindow table .tSep1 {
  left: 526px;
}
.orderDetailsWindow table .tSep2 {
  left: 673px;
}
.orderDetailsWindow table .tSep3 {
  left: 809px;
}
.orderDetailsWindow table .orderDetailsTableLeft {
  text-align: left;
}
.orderDetailsWindow th {
  padding: 15px 10px 15px 10px;
  border-bottom: 1px dotted #E9E9E9;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
.orderDetailsWindow table td {
  padding: 14px 10px 10px;
}
.orderDetailsWindow table td span {
  color: #999;
}
.orderDetailsWindow a {
  color: #333;
  text-decoration: none;
}
.orderDetailsWindow a:hover {
  text-decoration: underline;
}
.shopToggleControlWrapper {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 3px 13px;
  border: 1px solid transparent;
  height: 30px;
  margin-bottom: -6px;
  z-index: 10;
  width: 170px;
}
.shopToggleControlWrapper.active {
  background: #FFF;
  border: 1px solid #BDBDBD;
  border-bottom: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.shopToggleControlWrapper span {
  border-bottom: 1px dotted #333;
  display: inline-block;
}
.shopToggleControlWrapper.active span {
  color: #4F9831;
  border-bottom: 1px dotted #4F9831;
}
.orderTotalInfo {
  color: #666;
  float: right;
  font-size: 17px;
  line-height: 1;
  text-align: right;
  width: 180px;
}
.orderString.ACTIVE .orderTotalInfo {
  color: #8AC072;
}
.orderTotalPriceWrapper {
  float: right;
  width: 133px;
  margin-right: 15px;
  padding-left: 10px;
  margin-top: -2px;
}
.orderTotalPrice {
  background: url(/static/img-new/shop/my-orders-price-deactive.png) repeat-x;
  float: left;
  color: #FFF;
  font-size: 18px;
  padding: 3px 4px;
  margin: 0 6px 0;
  position: relative;
}
.orderTotalPrice:before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background: url(/static/img-new/shop/shop-sprite.png) -132px -58px;
  position: absolute;
  top: 0;
  left: -6px;
}
.orderTotalPrice:after {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background: url(/static/img-new/shop/shop-sprite.png) -140px -58px;
  position: absolute;
  top: 0;
  right: -6px;
}
.orderString.ACTIVE .orderTotalPrice {
  background: url(/static/img-new/shop/my-orders-price.png) repeat-x;
  color: #4F9931;
}
.orderString.ACTIVE .orderTotalPrice:before {
  background: url(/static/img-new/shop/shop-sprite.png) -87px -59px;
}
.orderString.ACTIVE .orderTotalPrice:after {
  background: url(/static/img-new/shop/shop-sprite.png) -95px -59px;
}
/*--- shop administration ---*/
.editResellerInput {
  clear: both;
  float: left;
  margin-bottom: 20px;
}
.editResellerInput textarea {
  width: 500px;
}
.shopsForSelection th,
.shopsForSelection td {
  padding: 10px 30px 10px 0;
  text-align: left;
  border-bottom: 1px solid #666;
  vertical-align: top;
}
.updateResellerShopProducts {
  cursor: pointer;
  text-decoration: underline;
}
.shopStatisticTableWrapper {
  background: url(/static/img-new/shop/shop-statistic-table.png) repeat-x;
  position: relative;
}
.shopStatisticTableWrapper .gtSep1,
.shopStatisticTableWrapper .gtSep2,
.shopStatisticTableWrapper .gtSep3,
.shopStatisticTableWrapper .gtSep4,
.shopStatisticTableWrapper .gtSep5,
.shopStatisticTableWrapper .gtSep6 {
  width: 1px;
  height: 23px;
  background: #E9E9E9;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 11px;
}
.shopStatisticTableWrapper .gtSep1 {
  left: 99px;
}
.shopStatisticTableWrapper .gtSep2 {
  left: 303px;
}
.shopStatisticTableWrapper .gtSep3 {
  left: 543px;
}
.shopStatisticTableWrapper .gtSep4 {
  left: 650px;
}
.shopStatisticTableWrapper .gtSep5 {
  left: 744px;
}
.shopStatisticTableWrapper .gtSep6 {
  left: 874px;
}
.shopStatisticTable .shopStaticTableTitles th {
  padding: 14px 20px 23px;
  text-transform: uppercase;
  border: 0 none;
  border-collapse: collapse;
}
.shopStatisticTable .shopStaticTableTitles th .gtSepx {
  position: relative;
  z-index: 2;
  margin-left: -22px;
  margin-top: 0;
  float: left;
  display: inline;
  height: 20px;
  width: 1px;
  overflow: hidden;
  background: #FFF;
  border-right: 1px solid #CCC;
  vertical-align: bottom;
}
.shopStatisticTable .shopStaticTableTitles:hover {
  background: none;
}
.shopStatisticTable tr:hover {
  background: #BFDFFF;
}
.shopStatisticTable td {
  padding: 5px 20px;
  border-left: 1px solid #F2F2F2;
}
.shopStatisticTable td:first-child {
  border: none;
}
.shopPaymentReportsWrapper {
  margin-top: 20px;
}
.shopPaymentReportsWrapper .reportCharsetSelectWrapper,
.shopPaymentReportsWrapper .reportDataPikerWrapper {
  margin-top: 2px;
  padding-left: 0;
  padding-right: 10px;
}
.shopPaymentReportsWrapper .reportCharsetSelectWrapper input,
.shopPaymentReportsWrapper .reportDataPikerWrapper input {
  height: 23px;
}
.advertPrice {
  display: inline-block;
  position: relative;
  background: url("/static/img-new/shop/price-center.png") repeat-x;
  height: 22px;
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  padding: 3px 5px 0;
}
.advertPrice.freePrice {
  background: url("/static/img-new/shop/price-center-free.png") repeat-x;
}
.advertPrice:before,
.advertPrice:after {
  content: '';
  display: block;
  width: 4px;
  height: 24px;
  position: absolute;
  top: 0;
}
.advertPrice:before {
  left: -4px;
  background: url("/static/img-new/shop/price-left.png") no-repeat;
}
.advertPrice:after {
  right: -4px;
  background: url("/static/img-new/shop/price-right.png") no-repeat;
}
.advertPrice.freePrice:before {
  background: url("/static/img-new/shop/price-left-free.png") no-repeat;
}
.advertPrice.freePrice:after {
  background: url("/static/img-new/shop/price-right-free.png") no-repeat;
}
/*----- user adverts -----*/
.omnomnomFooterDisabled .bump-contentPage,
.userAdvertsWrapper .bump-contentPage {
  overflow: visible;
}
.userAdvertsControl {
  background: #F4F4F4;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  float: right;
}
.userAdvertsControl a {
  float: left;
  display: block;
}
.userAdvertsControlItems {
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.userAdvertsControlItems a {
  padding: 5px;
  display: block;
  color: #000;
  clear: both;
  float: left;
  width: 100%;
}
.userAdvertsControlItems a:hover {
  background: #C1D9FF;
}
.userAdvertsControlItemLink {
  padding: 5px;
  display: block;
  color: #000;
  clear: both;
  float: left;
  width: 100%;
}
.userAdvertsControlItemLink:hover {
  background: #C1D9FF;
  color: #000;
}
.advertListItem {
  clear: both;
  margin-bottom: 25px;
}
.advertListItem .littleAdvertItemImageWrapper {
  float: left;
  margin-right: 15px;
}
.advertListItem .littleAdvertItemImageWrapper .adminContextMenu {
  top: -5px;
}
.advertListItem .littleAdvertItemImageWrapper .advertListItemImage {
  width: 90px;
  height: 90px;
  border: 1px solid #EEE;
}
.advertListItem .littleAdvertItemImageWrapper .advertListItemImage a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  height: 90px;
}
.advertListItem .littleAdvertItemImageWrapper .advertListItemImage img {
  display: inline;
  max-width: 90px;
  max-height: 90px;
}
.advertListItem .advertListInfo {
  float: left;
  width: 560px;
  margin-top: -6px;
}
.advertListItem .advertLink {
  color: #333;
  font-size: 16px;
  margin-bottom: 8px;
  margin-right: 15px;
  line-height: 1.4;
}
.advertListItem .advertListDescription {
  margin-bottom: 10px;
  padding-top: 5px;
}
.advertListItem .advertListExtra {
  color: #929292;
  font-size: 11px;
  margin-left: -6px;
}
.advertListItem .advertListExtra .advertListDate {
  position: relative;
  top: 1px;
}
.advertListItem .advertListExtra .button {
  position: relative;
  top: -2px;
}
.advertListItem .advertListExtra .bump-icon-user:before,
.advertListItem .advertListExtra .bump-icon-user .before {
  background: url('/static/img/icons-pub-data.png') 0 0 no-repeat;
}
.advertListItem .advertListExtra .bump-icon-comments:before,
.advertListItem .advertListExtra .bump-icon-comments .before {
  background: url('/static/img/icons-pub-data.png') -20px 0 no-repeat;
}
.advertListItem .advertListExtra .bump-icon-commentsNull:before,
.advertListItem .advertListExtra .bump-icon-commentsNull .before {
  background: url('/static/img/icons-pub-data.png') -60px 0 no-repeat;
}
.advertListItem .advertListExtra .bump-icon-views:before,
.advertListItem .advertListExtra .bump-icon-views .before {
  background: url('/static/img/icons-pub-data.png') -40px 0 no-repeat;
}
.advertListItem .advertListExtra .bump-icon-viewsNull:before,
.advertListItem .advertListExtra .bump-icon-viewsNull .before {
  background: url('/static/img/icons-pub-data.png') -80px 0 no-repeat;
}
.advertListItem .advertListExtra .bump-icon-rating:before,
.advertListItem .advertListExtra .bump-icon-rating .before {
  background: url('/static/img/icons-pub-data.png') -140px 0 no-repeat;
}
.advertMainWidget.bump-lastPinnedAdverts {
  margin-left: 0;
  width: 665px;
}
.advertMainWidget.bump-lastPinnedAdverts .advertListItem {
  margin-left: 0;
}
.advertMainWidget.bump-lastPinnedAdverts .advertListItem .advertListInfo {
  width: 555px;
}
.advertMainWidget .advertListItem {
  margin-left: 13px;
}
.bump-advertsWidget {
  z-index: 9;
}
/*--------advert edit/create---------*/
.advertPictureEditorWidget .advertPictureUploadButton {
  background: url(/static/img-new/advert/add-advert-img.png);
  width: 70px;
  height: 70px;
  display: block;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-top: 8px;
}
.advertPictureEditorWidget .advertPictureUploadButton #advertPictureUploaderPlaceholder {
  width: 70px !important;
  height: 70px !important;
}
.advertPictureEditorWidget .advertPicturesListItem {
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
  margin-right: 12px;
  margin-top: 8px;
  position: relative;
}
.advertPictureEditorWidget .advertPicturesListItem.advertPicturesListItemDefault {
  border-color: #59B001;
}
.advertPictureEditorWidget .advertPicturesListItem:hover {
  border-color: #C3E3A4;
}
.advertPictureEditorWidget .advertPicturesListItem .advertPictureListItemWrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 68px;
  height: 68px;
}
.advertPictureEditorWidget .advertPicturesListItem img {
  display: inline;
  max-width: 68px;
  max-height: 68px;
}
.advertPictureEditorWidget .advertPicturesListItemRemove {
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(/static/img-new/advert/erase-advert-picture.png);
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.editAdvertTitleH1 {
  font-size: 23px;
  padding: 15px 15px 10px;
}
.editAdvertColumn {
  background: #F4F4F4;
  padding: 30px 20px;
}
.advertEditPlace {
  margin-left: 6px;
}
.advertEditItem {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}
.advertEditItem .advertEditItemTitle {
  width: 100px;
  float: left;
  font-size: 15px;
}
.advertEditItem .advertEditItemInput {
  float: left;
  width: 540px;
}
.advertEditItem .advertEditItemInput .placeSelector strong {
  display: none;
}
.advertEditItem.noCellTitle .cellTitle {
  display: none;
}
.advertEditItem .placeSelector {
  margin-bottom: 0;
}
.advertEditItem .placeSelector .cellTitle {
  color: #959595;
  font-size: 12px;
}
.advertEditItem .advertEditDetailedAddress .cellTitle {
  float: left;
  width: 108px;
  margin-top: 3px;
  color: #959595;
  font-size: 12px;
  margin-left: 6px;
}
.advertEditItem .advertEditDetailedAddress .cellInput {
  float: left;
  width: 203px;
}
.advertEditItem .advertEditDetailedAddress .cellInput .textInputWrapper input {
  width: 190px;
}
.advertUploadFilesTypesHint {
  color: #666666;
  float: left;
  line-height: 1.2;
  margin: 31px 0 0 6px;
  width: 150px;
}
.editAdvertTitle .cellInfo {
  float: right;
}
.editAdvertTitle input {
  width: 540px;
}
.editAdvertDescription .cellInfo {
  float: right;
}
.editAdvertDescription .cellTitle {
  display: none;
}
.editAdvertDescription textarea {
  width: 524px;
}
.editAdvertPrice {
  float: left;
  width: 130px;
  margin-right: 30px;
}
.editAdvertPrice .textInputWrapper input {
  width: 115px;
}
.editIsCanBargain {
  float: left;
  margin-right: 30px;
  margin-top: 6px;
}
.editIsForFree {
  float: left;
  margin-right: 30px;
  margin-top: 6px;
}
.editAdvertCategory .blueButtonField .textInputWrapper {
  width: 236px;
}
.editAdvertCategory .dropDownSelect {
  float: left;
}
.editAdvertCategory > div:first-child .dropDownSelect {
  margin-right: 20px;
}
.advertEditItemContacts {
  margin-top: 17px;
}
.editAdvertName {
  float: left;
  margin-right: 20px;
}
.editAdvertName .cellTitle {
  color: #959595;
  font-size: 12px;
  margin-left: 5px;
}
.editAdvertName input {
  width: 165px;
}
.editAdvertPhone {
  width: 127px;
  float: left;
}
.editAdvertPhone .cellTitle {
  color: #959595;
  font-size: 12px;
  margin-left: 5px;
}
.editAdvertPhone input {
  width: 127px;
}
.editAdvertEmail {
  float: left;
  margin-right: 20px;
}
.editAdvertEmail .cellTitle {
  color: #959595;
  font-size: 12px;
  margin-left: 5px;
}
.editAdvertEmail input {
  width: 165px;
}
.advertEditBottomWrapper {
  border-top: 1px solid #D4D4D4;
  margin-left: -15px;
  width: 680px;
}
.advertEditBottomWrapper .advertEditBottom {
  border-top: 1px solid #FFF;
  padding: 20px 0 0;
}
.advertEditBottomWrapper .advertEditBottom a.bump-button {
  margin: 0 10px 0 117px;
}
.advertEditBottomWrapper .advertEditBottom .advertEditBottomLoader {
  position: relative;
  top: 5px;
}
/*------ show single advert ---------*/
.advertColumnsWrapper {
  background: none !important;
}
.advertBreadCrumbs .productBreadcrumbs {
  padding-bottom: 5px;
}
.similarAdvertsBlock h3 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 13px;
}
.similarAdvertsBlock .littleAdvertItemInfo a span {
  margin-bottom: -2px;
}
.similarAdvertsBlock .littleAdvertItemInfo .advertLink {
  margin-bottom: 5px;
  float: left;
}
.similarAdvertsBlock .advertPrice {
  float: left;
  clear: both;
}
.littleAdvertItem {
  margin-bottom: 18px;
  overflow: hidden;
}
.littleAdvertItemImage {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border: 1px solid #EEE;
}
.littleAdvertItemImage a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 60px;
}
.littleAdvertItemImage img {
  display: inline;
  max-width: 60px;
  max-height: 60px;
}
.littleAdvertItemInfo {
  float: left;
  width: 170px;
}
.littleAdvertItemInfo a {
  text-decoration: none;
}
.littleAdvertItemInfo a span {
  display: block;
  margin-bottom: 8px;
  color: #999;
}
.littleAdvertItemInfo .advertTitle {
  clear: both;
  margin-bottom: 16px;
  float: left;
  text-decoration: underline;
}
.littleAdvertItemInfo .advertPrice {
  float: left;
  clear: both;
}
.fvAdvertPriceBlock {
  float: right;
  margin: 0 0 30px 40px;
  padding: 10px 25px 0;
  background: #FAFAFA;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.fvAdvertPriceBlock .fvPriceBlockCell {
  clear: both;
  margin-bottom: 10px;
}
.fvAdvertPriceBlock .fvPriceBlockCell .productPrice {
  float: right;
}
.fvAdvertPriceBlock .fvPriceBlockCellTitle {
  float: left;
  width: 100px;
  padding-top: 6px;
}
.fvAdvertTitle {
  font-size: 28px;
  float: left;
  width: 480px;
  line-height: 1;
}
.fvCanBargain {
  color: #666;
  text-align: center;
  font-size: 12px;
}
.fvAdvertExtra {
  color: #919191;
  font-size: 11px;
  float: left;
  padding-top: 7px;
}
.fvAdvertExtra a {
  color: #919191;
}
.fvAdvertExtra .fvAdvertExtraDate {
  left: 5px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.fvAdvertExtra .bump-icon-user:before,
.fvAdvertExtra .bump-icon-user .before {
  background: url('/static/img/icons-pub-data.png') 0 0 no-repeat;
}
.fvAdvertExtraMenu {
  display: inline-block;
  position: relative;
  top: -6px;
  left: 7px;
  vertical-align: top;
}
.fvAdvertText {
  clear: both;
  float: left;
  line-height: 1.3;
  padding: 10px 0 20px 0;
}
.advertCard {
  background: #FAFAFA;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 15px 0;
  overflow: hidden;
  width: 658px;
  clear: both;
}
.advertCard.emptyCard {
  background: none;
  border: none;
  padding: 0;
}
.advertCard.emptyCard .advertCardLine .blueButton {
  float: left;
}
.advertCard .blueButton {
  float: right;
  position: relative;
  bottom: 0;
}
.advertCard .advertCardLines {
  float: left;
  width: 514px;
}
.advertCard .advertCardLine {
  clear: both;
  margin-bottom: 14px;
  color: #666;
}
.advertCard .advertCardLine.doubleLine .bump-icon.bump-icon-label {
  margin-right: 32px;
  word-wrap: break-word;
  max-width: 227px;
  line-height: 1.4;
}
.advertCard .advertCardLine a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 1px dotted #3399CC;
  text-decoration: none;
  line-height: 1.2;
}
.advertCard .advertCardLine .blueButton {
  border: none;
  float: right;
}
.showAllAdvertsWrapper {
  padding-top: 0 !important;
}
.allAdvertsListBlock {
  padding: 10px 20px 10px 30px;
}
.bump-lastPinnedAdverts {
  background: #F4F4F4;
  border: 2px solid #FFF;
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  margin-left: 18px;
  padding: 12px;
  width: 700px;
}
.bump-lastPinnedAdverts .advertListItem {
  margin-bottom: 10px;
}
.bump-lastPinnedAdverts.lastPinnedAdvertsFull {
  margin-left: 0;
  width: 662px;
}
.forFreePriceFilter {
  background: none !important;
  padding-left: 0 !important;
  border: none !important;
}
/*-------admin menu--------*/
.adminContextMenu {
  position: relative;
}
.adminContextMenu .contextMenuControlLink {
  display: inline-block;
  border-bottom: 1px dotted #000;
  cursor: pointer;
  line-height: 1;
  color: #CCC;
}
.adminContextMenu ul {
  background: #FFF;
  position: absolute;
  top: 25px;
  left: 0;
  min-width: 117px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #CCC;
  -moz-box-shadow: 0px 1px 3px #CCC;
  -webkit-box-shadow: 0px 1px 3px #CCC;
  box-shadow: 0px 1px 3px #CCC;
  z-index: 790;
}
.adminContextMenu li {
  clear: both;
  overflow: hidden;
  cursor: pointer;
}
.adminContextMenu li span {
  float: left;
  margin-top: 3px;
  color: #333;
}
.adminContextMenu li a {
  color: #333;
  text-decoration: none;
  float: left;
  margin-top: 3px;
}
.adminContextMenu .openAdminContextMenu {
  cursor: pointer;
  position: relative;
  top: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background: url(/static/img-new/icons-sprite.v6.png) -100px -100px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.modal-window__overlay {
  background: url("/static/less-elems/img/bg-lightbox.png");
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  zoom: 1;
  overflow: auto;
}
.modal-window {
  background: #fff;
  min-width: 500px;
  width: 700px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 15px;
  position: relative;
}
.modal-window__content {
  -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.4);
  -moz-box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.4);
  box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.4);
}
.modal-window__content-inner {
  *zoom: 1;
}
.modal-window__content-inner:before,
.modal-window__content-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-window__content-inner:after {
  clear: both;
}
.modal-window__close {
  float: right;
  font-size: 22px;
  width: 20px;
  height: 20px;
  padding-bottom: 2px;
  line-height: 16px;
  text-align: center;
  margin-right: 15px;
  margin-top: 18px;
  color: #FDFDFD;
  text-shadow: 0 1px 0 rgba(100, 100, 100, 0.8);
}
.b-modal-window__header {
  background: grey;
  padding: 9px 15px;
  padding-left: 20px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #FDFDFD;
  text-shadow: 0 1px 0 rgba(40, 40, 40, 0.3);
}
.b-modal-window__actions,
.b-modal-window__text form .form-actions {
  padding: 14px 15px 15px;
  text-align: center;
  background-color: #EDEDF5;
  border-top: 1px solid #DDD;
}
/*----------comment buttons--------*/
.commentsBlock .commentsTabBlock {
  padding: 0 0 50px 0;
  position: relative;
  margin-left: -2px;
}
.commentTitleHref:hover {
  color: #FFF;
  text-shadow: 0 -1px 0 #6B6B6B;
}
.commentTitleHref {
  text-decoration: none;
  color: #FFF;
  text-shadow: 0 -1px 0 #6B6B6B;
}
.commentTitleTabItem.nonActive {
  color: #666;
  text-shadow: 0 1px 0 #FFF;
}
.socialNetworkName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: -3px;
  *top: 0;
  *left: 3px;
}
.socialNetworkCommentsCount {
  position: relative;
  bottom: 3px;
  left: 2px;
  font-size: 10px;
}
.commentsBlock .commentsTabBlock .commentTitleTabItem {
  float: left;
  width: 171px;
  height: 14px;
  text-align: center;
  padding: 8px 0 8px;
  margin-left: 2px;
  text-decoration: none;
}
.commentsBlock .commentsTabBlock .commentTitleTabItem.twoInLine {
  width: 310px;
}
.commentsBlock .commentsTabBlock .commentTitleTabItem.oneInLine {
  width: 620px;
}
.commentsTabBlock .commentTitleTabItem.active {
  background-color: #999;
  cursor: default;
}
.commentsTabBlock .commentTitleTabItem.nonActive {
  background: #f4f4f4;
  *background: url('/static/img-new/comments/comment-type-button.png') repeat-x;
  cursor: pointer;
}
.commentsBlock .commentsTabBlock .commentTitleTabItem.twoInLine {
  width: 310px;
}
.commentsBlock .commentsTabBlock .commentTitleTabItem.oneInLine {
  width: 620px;
}
.socialNetworkIcon {
  height: 16px;
  width: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.socialNetworkIconBump {
  background: url('/static/img-new/comments/comments-sprite.png') -17px 0 no-repeat;
}
.commentTitleTabItem.active .socialNetworkIconBump {
  background: url('/static/img-new/comments/comments-sprite.png') 0 0 no-repeat;
}
.socialNetworkIconVK {
  background: url('/static/img-new/comments/comments-sprite.png') -36px 0 no-repeat;
}
.socialNetworkIconFB {
  background: url('/static/img-new/comments/comments-sprite.png') -54px 0 no-repeat;
}
#commentsBlockFB,
#commentsBlockVK,
#commentsBlockBump {
  margin-bottom: 30px;
}
.commentsBlock {
  padding: 30px 0;
}
.commentsBlock h2 {
  font-size: 17px;
  padding-bottom: 20px;
  clear: both;
}
.commentsBlock .bookmarkPanel {
  float: right;
}
.bump-musicPanel {
  position: absolute;
  left: -225px;
  top: 27px;
  background: #FFF;
  width: auto !important;
  -moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  z-index: 300;
}
.bump-musicPanel .musicListItem {
  padding: 15px;
}
.bump-musicPanel .musicItemWrapper {
  width: 340px;
}
.bump-musicPanel .played .musicItemWrapper {
  width: 355px;
}
.bump-musicPanel ul li {
  width: 450px !important;
}
.bump-musicPanel .titleHide {
  left: 325px;
}
.bump-musicPanel .musicCloud {
  z-index: 499;
}
.bump-musicPanel .musicListItem .musicTitle {
  width: 355px;
}
.bump-musicPanel .bump-songsList {
  position: relative;
  margin: -12px 0 15px;
  padding-top: 10px;
  min-height: 20px;
  min-width: 200px;
}
.bump-musicPanel .bump-songsList li {
  border-left: 0 none !important;
  float: none !important;
  display: block !important;
  height: auto !important;
}
.bump-musicPanel .bump-songsList li:first-child {
  padding: 0 !important;
  border-top: 0 none !important;
}
.bump-musicPanel .bump-songsList li .musicListItem.played {
  background: #f0f0f0;
  margin: -11px -15px -13px !important;
  position: relative;
  padding: 11px 15px;
  z-index: 2;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.bump-musicPanel .bump-songsList li:first-child .musicListItem.played {
  margin-top: -25px !important;
}
.bump-musicPanel .bump-songsList .emptyMessage {
  margin: 1 em;
}
#topPanel {
  height: 90px;
  z-index: 300;
  position: relative;
}
#headerBlock {
  display: none;
}
#secondTopMenu {
  display: none;
}
/*.manageLanguage {*/
/*float: left;*/
/*padding-right: 20px;*/
/*}*/
#logo {
  clear: both;
  float: left;
  width: 200px !important;
  height: 80px !important;
  background: none !important;
  margin: 5px 20px 0 0;
}
/*#logo { display: block; float: left; width: 159px; height: 44px; margin-left: -50px; margin-right: 34px; background: url(/static/img-new/header/nyLogo.png) no-repeat; }*/
#topMenu {
  float: left;
  margin: 35px 0;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}
#topMenu li {
  padding-right: 15px;
  height: 20px;
  line-height: 20px;
  float: left;
  position: relative;
  background-position: 0 50% !important;
}
.topMenuMoreList a,
.topMenuMore .topMenuMoreLink,
#topMenu li a,
#topMenu li span {
  display: block;
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
}
.topMenuMoreList a:hover,
.topMenuMoreList:hover,
.topMenuMore .topMenuMoreLink:hover,
#topMenu li a:hover {
  color: #65B044;
}
.topMenuMore .topMenuMoreLink:hover span {
  background: url(/static/img-new/layout/top-menu-arrow.png) -1px 0 no-repeat;
}
#topMenu li.active a,
#topMenu li.active span {
  color: #333;
}
#topMenu li.inactive a {
  color: #999;
  text-decoration: none;
}
#topMenu li.separator {
  margin: 9px 0 0 14px;
  float: left;
  border-left: 1px solid #E5E5E5;
  height: 11px;
  width: 11px;
}
.topMenuMore {
  margin-top: 35px;
  line-height: 20px;
  height: 20px;
  float: left;
  position: relative;
}
.topMenuMore .topMenuMoreLink {
  display: block;
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #333;
  cursor: pointer;
}
.topMoreArrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url(/static/img-new/icons-sprite.v6.png) -100px -100px;
  position: relative;
}
.topMenuMoreList {
  position: absolute;
  right: 0;
  top: 20px;
  background: #FFF;
  -moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  z-index: 300;
}
.topMenuMoreList a {
  padding: 9px 14px;
}
.languageSelector {
  position: relative;
}
.languageSelector .flagIcon {
  float: left;
  display: inline;
}
.languageSelector span {
  margin-top: 0;
  color: #000;
  float: left;
  display: inline;
}
.currentLanguageWrapper {
  position: relative;
}
.currentLanguage {
  height: 20px;
}
.languageSelectorArrow {
  cursor: pointer;
  background: url(/static/img-new/icons-sprite.v6.png) -100px -103px no-repeat;
  width: 15px;
  height: 15px;
  float: left;
  display: inline;
  overflow: hidden;
  position: relative;
  margin-top: 3px;
}
.languageSelector img {
  float: left;
  display: inline;
  margin-right: 4px;
  margin-top: 4px;
}
.languageSelector ul {
  display: none;
  width: 105px;
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 30;
  padding: 3px 3px 1px;
  background: #FFF;
  border: 1px solid #999;
  -moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
}
.languageSelector ul li {
  padding: 0 5px !important;
  margin-bottom: 3px;
  overflow: hidden;
  border: 0 none !important;
  float: none;
  display: block;
}
.languageSelector ul li:hover {
  background: #E9F8FE;
}
.languageSelector ul.active {
  display: block;
}
/*----MirrorMembershipToggler----*/
.mirrorPartnerToggler,
.mirrorMembershipToggler {
  margin: 28px 10px;
  float: right;
  display: inline;
}
/*----LanguageSelector----*/
.languageSelector {
  cursor: pointer;
}
/*----FriendFilter----*/
.friendsFilterPanel-header {
  float: left;
  font-weight: bold;
}
.friendsFilterPanel-reset {
  float: right;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
.-friendsFilterPanel__group {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px dotted #CCC;
}
.-friendsFilterPanel__group .-label {
  width: 55px;
  text-align: left;
}
.-friendsFilterPanel__group .-friendsFilterPanel__controls .-radio {
  line-height: 23px;
  padding: 0 10px 0 15px;
  font-size: 11px;
}
.-friendsFilterPanel__group .-friendsFilterPanel__controls span {
  padding: 0 10px;
}
.-friendsFilterPanel__group .-select {
  width: 57px;
}
.-friendsFilterPanel__groupSelectors {
  border-top: none;
  margin-top: 0 !important;
  padding-top: 0;
}
.vacancyItem.pinned {
  border: 2px solid #929293 !important;
}
.contestHeader {
  background: #929293 !important;
}
.workNominations .workNominationTitle {
  background: #929293 !important;
}
.workCell .workDate .workMonth {
  background: #929293 !important;
}
.simpleTitle {
  font-size: 16px;
}
.bump-world-page .pieceOfTile {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 0 0 5px;
  position: relative;
  cursor: pointer;
}
.bump-world-page .pieceOfTile img {
  max-width: none !important;
  visibility: hidden;
}
.bump-world-page .pieceOfTile:before,
.bump-world-page .pieceOfTile .before {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 31px;
  height: 31px;
  overflow: hidden;
  display: block;
  content: "";
  background: url('/static/img/bw-sprite.png') 0 0 no-repeat;
}
.bump-world-page .bw-container {
  margin-bottom: 5px;
  margin-top: 10px;
}
.bump-world-page #footer {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.bw-BLOG_POST:before,
.bw-BLOG_POST .before {
  background-position: -62px 0 !important;
}
.bw-IMAGE:before,
.bw-IMAGE .before {
  display: none !important;
}
.bw-VIDEO:before,
.bw-VIDEO .before {
  background-position: -31px 0 !important;
}
.bw-AUDIO:before,
.bw-AUDIO .before {
  background-position: -93px 0 !important;
}
.bw-MIRROR_PARTNER:before,
.bw-MIRROR_PARTNER .before {
  background-position: 0 0 !important;
}
.bw-audioTitle {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 150px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  word-wrap: break-word;
}
.bw-preview {
  background: #333;
  position: relative;
  padding: 30px 70px;
  margin-top: 15px;
  color: #fff;
}
.bw-marker {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 0 none;
  border-bottom: 15px solid #333;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -14px;
}
.bw-previewClose {
  position: absolute;
  color: #fff;
  top: 27px;
  right: 24px;
  width: 31px;
  height: 31px;
  overflow: hidden;
  background: url('/static/img/bw-sprite.png') -124px 0 no-repeat;
  cursor: pointer;
}
.bw-wrapper .musicItemWrapper {
  float: none;
  display: block;
  background: transparent;
  margin-left: 25px !important;
  margin-right: 0 !important;
}
.bw-wrapper .musicListItem .musicTitle {
  color: #fff;
  float: none;
  display: block;
  width: auto;
}
.bw-wrapper .musicListItem.played {
  margin-right: 50px;
  overflow: visible;
}
.bw-wrapper .musicListItem.played .musicTitle {
  color: #333;
}
.bw-wrapper .musicListItem.played .volume {
  float: none;
  position: absolute !important;
  top: 0;
  right: -50px;
  margin-right: 0 !important;
}
.bw-wrapper .eraseIcon,
.bw-wrapper .downloadIcon {
  display: none !important;
}
.bw-wrapper .videoPlayer {
  width: 100%;
}
.bw-wrapper .videoPlayer object {
  width: 100%;
  max-width: 640px;
}
.bw-left {
  float: left;
  display: inline;
  width: 45%;
  text-align: center;
}
.bw-right {
  float: right;
  display: inline;
  width: 50%;
}
.bw-blockTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0 40px 15px 0;
  position: relative;
}
.bw-blockTitle .bw-previewLikeButton {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
.bw-blockTitle .bw-previewLikeButton a {
  color: #fff;
}
.bw-blockTitle .bw-previewLikeButton a:hover {
  color: #fff;
}
.bw-blockTitle .bw-previewLikeButton a .usersCount {
  margin-left: 5px;
}
.bw-blockTitle .bw-previewLikeButton .bump-icon-favorits,
.bw-blockTitle .bw-previewLikeButton .bump-icon-favorits.active {
  background-image: url('/static/img/main-sprite-white-3.png') !important;
}
.bw-commentCount {
  position: absolute;
  top: 15px;
  right: 0;
  line-height: 29px;
}
.bw-info {
  *zoom: 1;
  border-bottom: 1px solid #484848;
  padding: 15px 0;
  position: relative;
  line-height: 29px;
}
.bw-info:before,
.bw-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.bw-info:after {
  clear: both;
}
.bw-info * {
  color: #FFF !important;
}
.bw-info .bump-smallAvatarName {
  line-height: 29px;
  margin-bottom: 0;
  min-height: 30px;
  color: #fff;
  text-decoration: none;
}
.bw-info .blogLinks {
  font-size: 16px;
}
.bw-info .blogLinks a {
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
}
.bw-info .blogLinks a:hover {
  color: #fff;
  text-decoration: underline;
}
.bw-info .bw-left {
  text-align: left;
}
.bw-info .bw-right .bw-commentCount {
  top: 0;
}
.bw-info.bw-txt {
  line-height: 1.4em;
  font-size: 15px;
}
.bw-info.bw-noBorder {
  border: 0 none;
}
.bw-actionButton {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #999999;
  color: #000;
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: 30px;
  line-height: 64px;
}
.bw-actionButton:hover {
  color: #000;
  background: #777;
}
.regBody .ml-choice {
  position: relative;
  width: 981px;
  height: 100%;
  min-height: 160px;
  margin-top: -25px;
  margin-left: -35px;
  overflow: hidden;
  overflow-y: scroll;
}
.regBody .ml-choice .pieceOfTile:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 20px;
  height: 21px;
  z-index: 1;
  background: url('/static/img/mirrors-checkbox.png') -1px -1px;
}
.regBody .ml-choice .pieceOfTile.-selectedMirror {
  border: 2px solid #80C83B;
}
.regBody .ml-choice .pieceOfTile.-selectedMirror img {
  width: 141px;
  height: 141px;
}
.regBody .ml-choice .pieceOfTile.-selectedMirror:before {
  background: url('/static/img/mirrors-checkbox.png') -25px -1px;
}
.regBody .ml-choice .pieceOfTile.-inactiveMirror {
  border: 2px solid #9E9E9E;
}
.regBody .ml-choice .pieceOfTile.-inactiveMirror img {
  width: 141px;
  height: 141px;
}
.regBody .ml-choice .pieceOfTile.-inactiveMirror:before {
  background: url('/static/img/mirrors-checkbox.png') -49px -1px;
}
.ml-choice > div {
  float: left;
  margin: 0 11px 15px 0;
  border: 1px solid #CDCDCD;
  position: relative;
}
.ml-choice > div img {
  width: 145px;
  height: 145px;
}
.ml-choiceCounter {
  margin: 7px 15px 0 0;
  font-size: 15px;
  float: right;
}
.ml-choice > div:hover {
  border-color: #83C447;
}
.ml-choice > div input {
  position: absolute;
  right: 2px;
  top: 2px;
}
.ml-choiceFooter {
  padding: 15px 15px 23px;
  clear: both;
  background: #EEE;
  border-top: 1px solid #DEDEDE;
  margin-left: -50px;
  width: 968px;
  margin-bottom: -34px;
  height: 35px;
}
.mirrorsList .pieceOfTile {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 11px 0 0 11px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
}
.mirrorsList .pieceOfTile img {
  max-width: none !important;
  width: 150px;
  height: 150px;
}
.mirrorsList .ml-container {
  margin: 11px 0 5px -11px;
}
.mirrorsList .ml-preview {
  margin: 15px 1px 0 11px;
  padding: 30px 70px 30px 30px;
  background: #888888;
  position: relative;
  color: #fff;
}
.mirrorsList .ml-preview .bw-marker {
  border-bottom: 15px solid #888888;
}
.ml-filters {
  *zoom: 1;
}
.ml-filters:before,
.ml-filters:after {
  display: table;
  content: "";
  line-height: 0;
}
.ml-filters:after {
  clear: both;
}
.ml-sort {
  line-height: 40px;
  float: left;
  display: inline;
}
.ml-sort .filterTitle {
  margin-left: 7px;
  border-bottom: 1px dotted #333;
  cursor: pointer;
}
.ml-sort .filterOrderDirectionArrow {
  margin-left: 2px;
}
.ml-search {
  width: 600px;
  background: #eee;
  padding: 7px 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
  display: inline;
  *zoom: 1;
}
.ml-search:before,
.ml-search:after {
  display: table;
  content: "";
  line-height: 0;
}
.ml-search:after {
  clear: both;
}
.ml-search .ml-searchFilter {
  float: left;
  display: inline;
  width: 295px;
}
.ml-search .ml-selectFilter {
  float: right;
  display: inline;
  width: 295px;
}
.ml-wrapper .ml-logo {
  float: left;
  display: inline;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  background: #fff;
}
.ml-wrapper .ml-decription {
  float: right;
  display: inline;
  width: 670px;
}
.ml-title {
  font-size: 20px;
  line-height: 1.2em;
}
.ml-about {
  font-size: 13px;
  margin-top: 20px;
}
.ml-info {
  margin: 20px 0 20px -20px;
  font-size: 11px;
  line-height: 20px;
}
.ml-info .ml-creationDate,
.ml-info .ml-cathegory,
.ml-info .ml-owner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 20px;
  vertical-align: top;
}
.ml-info .bump-tinyAvatarName {
  color: #fff !important;
}
.bump-tinyAvatarName {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  line-height: 20px;
  padding-left: 18px;
}
.bump-tinyAvatarName .bump-tinyAvatar {
  width: 15px;
  height: 15px;
  top: 3px;
}
.ml-footer {
  border-top: 1px solid #aaa;
  padding-top: 20px;
  margin-top: 20px;
  *zoom: 1;
}
.ml-footer:before,
.ml-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.ml-footer:after {
  clear: both;
}
.ml-footer .ml-footerTitle {
  margin-left: -197px;
  float: left;
  display: inline;
  width: 180px;
  font-size: 16px;
}
.ml-footer .ml-footerMirrors {
  width: 580px;
  overflow: hidden;
  margin-top: -10px;
}
.ml-footer .ml-footerMirrors .ml-footerMirrorItem {
  margin: 10px 10px 0 0;
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
}
.ml-footer .ml-footerMirrors .ml-footerMirrorItem img {
  width: 50px;
  height: 50px;
  display: block;
}
.ml-footer .ml-showAllMirrors {
  float: right;
  display: inline;
  height: 52px;
  line-height: 52px;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
.pinterestButton {
  z-index: 1000;
  position: absolute;
}
.-h1 {
  font-size: 20px;
  padding-bottom: 10px;
}
.-h2 {
  font-size: 16px;
  padding-bottom: 10px;
}
.-h3 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.-separator {
  clear: both;
  width: 100%;
  border-bottom: 1px dotted #CCC;
  height: 1px;
  margin-bottom: 20px;
}
#mirrorLogoEditBlock {
  transition: 0.5s ease-in-out;
  background: #F8F8F8;
}
.addLogoBlock {
  height: 150px;
}
.addLogoBlock img {
  border: 1px solid #C8C8C8;
}
/*------------ Player ---------------*/
.audioObject {
  margin-bottom: 30px;
}
.ap-title {
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-artist {
  padding-bottom: 10px;
  font-size: 12px;
}
.ap-controls {
  width: 100%;
}
.ap-button {
  display: inline-block;
  width: 12px;
  height: 13px;
  cursor: pointer;
  margin-right: 11px;
}
.ap-button.ap-play {
  background: url('/static/img/controls.png') -3px -2px;
  float: left;
}
.ap-button.ap-prev {
  background: url('/static/img/controls.png') -24px -2px;
  display: none;
  float: left;
}
.ap-button.ap-next {
  background: url('/static/img/controls.png') -47px -2px;
  display: none;
  float: left;
}
.ap-button.pause {
  background: url('/static/img/controls.png') -84px -2px;
  float: left;
}
.ap-button.ap-vol {
  width: 18px;
  background: url('/static/img/controls.png') -100px -2px;
  margin-right: 0;
  float: right;
  position: relative;
  top: -8px;
}
.ap-button.muted {
  width: 18px;
  background: url('/static/img/controls.png') -124px -2px;
  margin-right: 0;
  float: right;
  position: relative;
  top: -8px;
}
.audioPlaylist .ap-playbackBar {
  margin-left: 107px;
}
.audioPlaylist .ap-button.ap-prev {
  background: url('/static/img/controls.png') -24px -2px;
  display: inline-block;
}
.audioPlaylist .ap-button.ap-next {
  background: url('/static/img/controls.png') -47px -2px;
  display: inline-block;
}
.ap-controls {
  width: 100%;
}
.ap-playedTime {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  top: -1px;
  float: left;
  width: 35px;
  text-align: right;
}
.ap-time {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -10px;
  float: right;
  text-align: left;
  width: 42px;
}
.ap-playbackBar {
  position: relative;
  display: block;
  margin-right: 5px;
  background: #F0F0F0;
  height: 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 4px;
  margin: 0 143px 0 62px;
}
.bump-musicPanel .ap-playbackBar {
  width: 170px;
}
.ap-bufferBar {
  position: absolute;
  top: 0;
  left: 0;
  background: #E3E3E3;
  height: 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 3;
}
.ap-progressBar {
  position: absolute;
  top: 0;
  left: 0;
  background: #9B9B9B;
  height: 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 5;
  cursor: pointer;
}
.ap-volumeBarWrapper {
  display: inline-block;
  background: #F0F0F0;
  height: 4px;
  width: 77px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 3px;
  position: relative;
  top: -3px;
  cursor: pointer;
  float: right;
}
.ap-volume {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 4px;
  background: #9B9B9B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ap-playlistItem {
  cursor: pointer;
  padding: 10px;
  padding: 15px 10px;
  border-bottom: 1px solid #F0F0F0;
}
.ap-playlistItem .ap-playlistItemTitle {
  display: inline-block;
  width: 365px;
}
.ap-playlistItem .ap-playlistItemTime {
  display: inline-block;
}
.ap-playlistItem.played {
  background: #FBFBFB;
}
.ap-playlistItemTitle {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bump-musicPanel .ap-playlistItem {
  margin: 0 15px;
}
.bump-topPanel .bump-topPanelContent .bump-topPanelLinks ul.bump-inlineList li:last-child .ap-playlistItem {
  border-bottom: none;
}
.ap-visualize {
  width: 680px;
}
.ap-visualize .ap-controls {
  text-align: left;
}
.ap-visualize .ap-titleWrapper {
  display: inline-block;
  height: 37px;
}
.ap-visualize .ap-title {
  padding-bottom: 0;
}
.ap-visualize .ap-artist {
  display: inline-block;
}
.ap-visualize .playedTime {
  display: none;
}
.ap-visualize .ap-button.ap-play {
  width: 21px;
  height: 27px;
  background: url('/static/img/controls-large.png') -4px -5px;
}
.ap-visualize .ap-button.pause {
  width: 21px;
  height: 26px;
  background: url('/static/img/controls-large.png') -33px -5px;
}
.ap-visualize .ap-button.ap-prev {
  display: none;
}
.ap-visualize .ap-button.ap-next {
  display: none;
}
.ap-visualize .ap-playbackBar {
  display: block;
  width: 680px;
  height: 80px;
  margin-top: 10px;
  margin-left: 0;
}
.ap-visualize .ap-playbackBar .ap-bufferBar {
  height: 80px;
  opacity: 0;
}
.ap-visualize .ap-progressBarWrapper {
  width: 2000px;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  overflow: hidden;
}
.ap-visualize .ap-progressBarWrapper .ap-progressBar {
  height: 80px;
  opacity: 0.4;
  background: #FFF;
  position: relative;
  float: left;
}
.ap-visualize .ap-progressBarWrapper .ap-progressBarLost {
  background: #FFF;
  opacity: 0.7;
  float: left;
  width: 1000px;
  height: 80px;
}
.ap-visualize .ap-volumeBarWrapper {
  top: 6px;
  margin-right: 10px;
}
.ap-visualize .ap-vol {
  top: 0;
}
.ap-visualize .ap-time {
  margin: 0 0 0 10px;
  top: -1px;
}
.-audioSelectorArea .musicListItemContainer .-ajaxLink {
  margin-top: -31px !important;
}
.-audioSelectorArea .musicListItemContainer .ap-playlistItemTitle {
  width: 530px;
}
.-attachedPreviewPanel .audioPlaylist .-baseCloseLink {
  position: relative;
  top: -35px;
}
.-attachedPreviewPanel .audioPlaylist .ap-playlistItemTitle {
  width: 560px;
}
.attachedFilesPanel .ap-playlistItem .ap-playlistItemTitle {
  width: 560px;
}
.bump-wallMessageContent .audioPlaylist .ap-playlistItem .ap-playlistItemTitle {
  width: 580px;
}
.bump-wallMessageCommentItem .audioPlaylist .ap-playlistItemTitle {
  width: 580px;
}
.bump-musicMessageForm .ap-item {
  width: 630px;
}
.bump-musicMessageForm .ap-item .ap-playbackBar {
  margin: 0 139px 0 62px;
  width: 416px;
}
.bump-musicMessageForm .bump-frameItemsGallery .bump-musicList .ap-item {
  position: relative !important;
  top: auto !important;
}
.bump-controlsPanel .js_iLikeItButton .bump-icon {
  margin-right: 0;
}
.bump-pageBlockContent .resumeList {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.bump-pageBlockContent .resumeItem {
  padding: 0;
  margin-top: 20px;
}
.quickHint {
  top: 0;
}
body#photoGalleryBody {
  background: #fff;
}
.workInformationBlock .bump-icon-label {
  margin-left: 10px;
}
.workPic {
  width: 170px;
  text-align: center;
}
.tvWidget {
  border: 0 none;
  margin: 0 0 15px 0;
  padding: 0;
}
.tvWidget h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 7px;
}
.tvWidget h1 .tvSign {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  padding: 0 7px;
  background: #ff0033;
  color: #fff;
  font-weight: bold;
}
.tvWidgetBody {
  width: auto;
  padding: 24px;
  border: 1px solid #f0f0f0;
}
.tvWidgetBodyPlayer {
  width: auto;
  height: 360px;
}
.tvWidgetBodyChannels {
  margin: 1px 0 0 -1px;
  width: auto !important;
}
.tvWidgetBodyChannelsItem {
  margin-left: 1px;
}
.linkToArchive {
  width: 94px;
}
#topMenu {
  line-height: 1em;
}
.topMenuMore .topMenuMoreLink {
  margin-top: 0;
}
.videoLink {
  float: none;
  margin: 0;
}
.addNewPhotoWrapper {
  padding: 20px;
}
.bump-friendsCellsWrapper {
  position: relative;
  margin: -20px 0 0 -30px;
}
.bump-friendCell {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: auto;
  margin: 20px 0 0 30px;
  width: 200px;
}
.bump-friendCell .roleStatusWrapper {
  position: static;
  margin-top: 5px;
  clear: both;
}
.bump-wallItem .musicItemWrapper,
.bump-aboutUserInfo .musicItemWrapper {
  width: 471px;
}
#editIntervieweeWindow .modalWindowContent,
#addIntervieweeWindow .modalWindowContent {
  background: #fff;
  padding: 10px;
}
.addInterviewWindowItem {
  float: none;
  display: block;
}
#editIntervieweeWindow textarea,
#addIntervieweeWindow textarea {
  width: 100%;
}
.modalWindowContent .cellTitle {
  color: #333;
}
.resumeBlockCell .wysiwygContainer {
  width: auto;
}
.progressTitle {
  line-height: 1em;
}
.bump-brandSelectorEditForm .brandTagsWrapper {
  margin-left: 0;
}
.intervieweesPaginalContent .interviewee {
  overflow: hidden;
}
.intervieweesPaginalContent .interviewee .pubPicture {
  border: 0 none;
}
.addContentWrapper {
  overflow: hidden;
}
.bump-musicMessageForm .addContentWrapper .musicListItem {
  width: auto;
}
.contestsTv {
  border: 0 none;
  margin: 0 0 15px 0;
  padding: 0;
}
.contestsTv h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 7px;
}
.tvWrapper {
  width: auto;
  padding: 25px;
}
.tvWrapper .video {
  width: auto;
  height: 400px;
}
.tvWrapper .video object {
  width: 100%;
  height: 100%;
}
.allPromotionsList,
.promotionsListMain {
  margin: 0 0 25px 0;
}
.brandTagsWrapper {
  margin: -12px 0 0 -12px;
  position: relative;
}
.brandTagsWrapper .brandTag {
  margin: 12px 0 0 13px;
  width: 25px;
  height: 25px;
}
.lightboxContentBlock {
  width: 710px;
}
.lightboxContentBlock .commentsBlock {
  padding: 30px 10px 10px;
}
.lightboxContentBlock .commentsBlock .commentsTabBlock {
  padding-left: 0;
}
.addCommentForm {
  float: none;
}
.addCommentForm textarea {
  width: 648px;
}
.textInputWrapper div {
  line-height: 1em;
}
.mirrorsList {
  position: relative;
  padding: 0;
  z-index: 1;
}
.mirrorsList li {
  height: auto;
  padding: 10px;
  margin: 20px 0 0;
}
.mirrorsList .mirrorLogoWrapper {
  width: auto;
  height: auto;
  margin: 0;
}
.mirrorsList .mirrorLogoWrapper img {
  margin: 0;
}
.mirrorsList .mirrorInfo {
  padding: 10px 0;
  width: 590px;
  margin: 0 0 0 170px;
  float: none;
  display: block;
}
.mirrorsList .mirrorInfo .mirrorAbout {
  width: auto;
  clear: none;
}
.mirrorsList .inMirrorButton {
  top: 20px;
  right: 20px;
}
.bump-advBlock .bump-advPicWrapper {
  margin-right: 2px;
}
.bump-advBlock .bump-verticalBrandsSmallIcons .bump-campaignOwner {
  width: 25px;
  height: 25px;
  float: left;
  display: inline;
  clear: both;
  margin: 4px 0 -1px;
}
.bump-advBlock .bump-verticalBrandsSmallIcons .bump-campaignOwner .bump-brandTag {
  margin: 0;
  padding: 0;
  float: none;
}
.bump-advBlock .bump-verticalBrandsSmallIcons .bump-campaignOwner .bump-brandTag .imgBorder {
  display: none;
}
.bump-advBlock .bump-verticalBrandsSmallIcons .bump-brandTag {
  float: left;
  display: inline;
  clear: both;
  margin: 3px 2px 0;
  position: relative;
  width: 25px;
  height: 25px;
}
.bump-advBlock .bump-verticalBrandsSmallIcons .bump-brandTag .imgBorder {
  width: 23px;
  height: 23px;
}
.searchByBrandBlock .brandTag {
  position: relative;
  margin: 0 0 10px 15px;
}
.searchByBrandBlock .brandTag .imgBorder {
  width: 25px;
  height: 25px;
}
.tagBigIcon {
  position: relative;
  float: right;
  display: inline;
  margin: 0 0 15px 15px;
  height: 98px;
  width: 98px;
}
.blogPostItemExtra {
  line-height: 1em;
}
.radioButton {
  line-height: 1em;
}
.buttonsBlock {
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}
.wysiwygContainer {
  padding-top: 0;
  width: auto;
  padding-bottom: 25px;
}
.bump-widePage .commentsBlock {
  width: 690px;
}
#mediaUploader {
  width: auto !important;
  margin: 20px 0;
}
#mediaUploaderRenameForm {
  padding: 0 12px;
}
.musicListItem .musicTitle {
  text-align: left;
}
.quickHintClubName {
  font-size: 10px;
}
.quickHintClubMiniButton {
  padding: 2px 7px 6px;
}
/*------------------------------------------------- Login page --------------------------------------------------------*/
#loginPage {
  position: static;
  top: auto;
  left: auto;
  width: 80%;
  margin: 25px auto;
  padding: 0;
  background: none;
}
#loginPage .formSwitcher {
  margin-top: 1em;
  margin-bottom: 3em;
  border-bottom: 1px solid #ccc;
}
#loginPage .formSwitcher a {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  border: 1px solid #CCC;
  border-bottom: none;
  background: url(/static/img-new/registration-page/reg-window-link-background.png) repeat-x;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 11px;
  color: #333;
  text-shadow: 0 1px 0 #FFF;
}
#loginPage .formSwitcher a.active {
  background: #FFF;
}
#loginPage .cellInfo {
  font-size: 0.8em;
  float: left;
  margin-left: 1em;
  width: 370px;
}
#loginPage .cellInfo.agreementCell {
  color: #999;
  margin: 1.5em 0;
}
#loginPage .cellInput {
  float: none;
  width: 100%;
}
#loginPage .cellInput input {
  width: 100%;
  height: 23px;
  padding: 10px;
  font-size: 14px;
}
#loginPage .cellTitle {
  float: none;
  width: 100%;
  margin-left: 3px;
  line-height: 35px;
  color: #333;
  font-size: 19px;
}
#loginPage #loginForm,
#loginPage #quickRegistrationForm {
  background: #f3f3f3;
  width: 395px;
  overflow: hidden;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 20px 35px;
}
#loginPage #loginForm .rememberMeCheck {
  float: right;
  width: 120px;
  margin-top: 2.2em;
}
#loginPage #loginForm .loginForm_rememberMeFake {
  display: inline-block;
  margin: 0;
}
#loginPage #loginForm .loginForm_rememberMeFake .checkBoxLabel {
  display: inline-block;
  margin-top: -3px;
  vertical-align: top;
  width: 105px;
  margin-left: 20px;
}
#loginPage #loginForm .formPasswordCell .cellInfo {
  margin-top: 8px;
}
#loginPage .formCell {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
#loginPage .formCell.actionButton {
  margin-top: 1.5em;
  float: left;
  clear: none;
}
#loginPage .formCell.actionButton .-btnFlat {
  padding: 10px 45px;
}
#loginPage .regLink {
  text-align: center;
  margin: 20px 0;
}
#loginPage .socialNetworkConnectionForm {
  padding: 40px 20px 15px 20px !important;
}
/* loginPage */
.registrationCell.buttonCell .-blueBtn {
  padding: 10px 22px;
}
.registrationCell.buttonCell .-btnFlat span {
  display: block;
  width: 160px;
}
.registrationCell .-textInput {
  line-height: 1;
}
.registrationCell .agreementText {
  font-size: 10px;
  line-height: 1;
}
.registrationCell .-textInput {
  width: 205px;
}
.registrationCell .cellInput .-btnFlat {
  width: 159px;
}
.-btnFlat {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.-btnFlat.-blueBtn {
  background-color: #58a4cc;
  color: #fff;
  padding: 10px 20px;
}
.-btnFlat.-blueBtn:hover {
  background-color: #5daeda;
}
.-btnFlat.-blueBtn._sm {
  padding: 5px 10px;
  font-size: 13px;
}
.-btnFlat.-grayBtn {
  background-color: #aaa;
  border: none;
  color: #fff;
  padding: 10px 20px;
}
.-btnFlat.-grayBtn:hover {
  background-color: #bdbdbd;
}
.-btnFlat.-grayBtn._sm {
  padding: 5px 10px;
  font-size: 13px;
}
.-btnFlat.-whiteBtn {
  background-color: #fff;
  border: 1px solid #59a4cc;
  color: #54a3ce;
  padding: 9px 20px;
}
.-btnFlat.-whiteBtn:hover {
  color: #fff;
  background-color: #59addc;
  border-color: #59addc;
}
/*------------------------------------------------- Promo page --------------------------------------------------------*/
.bump-headerWrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.bump-pageWrapperPromo {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.bump-logoWrapperPromo.-inHeader {
  display: none;
}
.bump-logoWrapperPromo.-inBanner {
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}
.bump-logoWrapperPromo.-inBanner .bump-logoAreaPromo {
  width: 1000px;
  margin: 0 auto;
}
.bump-logoWrapperPromo.-inBanner #promoLogo {
  margin: 0;
  width: 150px;
  display: block;
}
.bump-mainBannerPromo {
  max-width: 1366px;
  margin: 0 auto;
  z-index: 1;
}
.bump-mainBannerPromo img {
  width: 100%;
}
.bump-mainWrapperPromo {
  width: 1000px;
  margin: -300px auto 0 auto;
  position: relative;
  z-index: 100;
  clear: both;
}
.bump-contentWrapperPromo {
  position: relative;
  clear: both;
  z-index: 150;
}
.bump-contentPagePromo {
  position: relative;
  z-index: 200;
  float: left;
  padding: 30px 30px;
  width: 940px;
  background: #FFF;
}
.bump-FooterWrapperPromo {
  width: 1000px;
  position: relative;
  z-index: 1;
  clear: both;
  margin: 0 auto 50px auto;
}
.footerPromo {
  border-radius: 0 !important;
}
.footerPromo .footerLogo {
  right: 15px !important;
  bottom: 15px !important;
}
.bump-mainNewsPromo {
  background: rgba(0, 0, 0, 0.55);
  padding: 20px;
  width: 60%;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.3em;
  font-family: Helvetica Neue, Arial, sans-serif;
  max-height: 100px;
  overflow: hidden;
}
.bump-mainNewsPromo .bump-mainNewsDate {
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.5em;
}
.bump-mainNewsPromo .bump-mainNewsContent {
  height: 60px;
  overflow: hidden;
}
.bump-mainNewsPromo .bump-mainNewsContent a {
  color: #fff;
  text-decoration: none;
}
.bumpAdp-newsBlockIndex {
  width: 293px;
  margin-bottom: 35px;
}
.bumpAdp-newsBlockIndex .bumpAdp-imgNews,
.bumpAdp-newsBlockIndex .bumpAdp-imgNews img {
  width: 100%;
}
.bumpAdp-newsBlockIndex .bumpAdp-imgNews {
  margin-bottom: 5px;
}
.bumpAdp-newsBlockIndex .bumpAdp-infoNews {
  color: #a4a5a8;
  font-size: 12px;
  margin-bottom: 5px;
}
.bumpAdp-newsBlockIndex .bumpAdp-infoNews span {
  text-transform: uppercase;
  font-weight: bold;
}
.bumpAdp-newsBlockIndex .bumpAdp-titleNews {
  font-size: 14px;
  font-weight: bold;
  width: 280px;
  margin: 0;
  word-break: break-word;
}
.bumpAdp-newsBlockIndex .bumpAdp-titleNews a {
  text-decoration: none;
  color: #000;
}
.bumpAdp-newsBlockIndex.-publicImg {
  width: 263px;
  padding: 15px;
  border: 1px solid #d5d5d6;
}
.bumpAdp-newsBlockIndex.-public {
  border: 1px solid #d5d5d6;
}
.bumpAdp-newsBlockIndex.-public .bumpAdp-imgNews {
  margin: 0;
}
.bumpAdp-newsBlockIndex.-public .bumpAdp-infoNews {
  margin: 10px 15px 0 15px;
}
.bumpAdp-newsBlockIndex.-public .bumpAdp-avaNews {
  width: 40px;
  height: 40px;
  margin: 5px 15px 15px 0;
  display: inline-block;
  vertical-align: top;
}
.bumpAdp-newsBlockIndex.-public .bumpAdp-titleNews {
  display: inline-block;
  width: 205px;
  margin: 5px 10px 15px 15px;
  vertical-align: top;
  word-break: break-word;
}
.bump-leaveTogglers {
  float: right;
  display: inline;
}
.bumpAdp-newsBlockIndexBlockSizer {
  width: 293px;
}
.bumpAdp-newsBlockIndexDelimiterSizer {
  width: 30px;
}
.topMenuMoreList {
  position: absolute;
}
.topMenuMoreLink.-promoPage {
  text-indent: -9999px;
  background: url(/static/img-new/menuIcon640.png) center no-repeat;
  width: 27px;
  opacity: 0.3;
}
.topMenuMoreLink.-promoPage:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .bump-headerWrapper,
  .bump-FooterWrapperPromo,
  .bump-topPanel .bump-topPanelContentPromo,
  #topPanel,
  .bump-topPanel.bump-topPanelPromo {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .bump-mainWrapperPromo {
    width: 640px;
  }
  .bump-contentPagePromo {
    width: 600px;
    padding: 20px;
  }
  .bumpAdp-newsBlockIndex {
    width: 290px;
  }
  .bumpAdp-newsBlockIndex.-publicImg {
    width: 258px;
  }
  .bumpAdp-newsBlockIndexBlockSizer {
    width: 290px;
  }
  .bumpAdp-newsBlockIndexDelimiterSizer {
    width: 20px;
  }
  .bump-logoWrapperPromo.-inBanner {
    width: 150px;
    margin: 0 auto;
    left: 20px;
  }
  .bump-logoWrapperPromo.-inBanner .bump-logoAreaPromo {
    width: 100%;
    margin: 0;
  }
  #promoLogo {
    width: 150px;
    display: block;
  }
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.bump-iconTopPanel-music,
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.bump-icon-addContent,
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.js_topPanelBasketLink,
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.js_topPanelBasketLink,
  .bump-topPanelOrdersLink,
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.bump-icon-orderList,
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.languageSelectorContainer,
  .footerPromo ul.bump-footerLinks {
    display: none !important;
    width: 0px;
  }
  .bump-icon-logout {
    text-indent: -9999px;
  }
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelSearch {
    margin-left: 20px;
  }
  #topPanel {
    height: auto;
  }
  #topPanel .topMenuMoreList {
    position: static;
    width: 100%;
    display: block;
    z-index: 1000;
    background: #fff;
    float: left;
    text-align: center;
    box-shadow: none;
    margin: 0px 0 20px 0;
    border-top: 1px solid #F1F1F1;
  }
  #topPanel .topMenuMoreList li {
    float: none;
    border-bottom: 1px solid #F1F1F1;
    padding: 5px 0;
  }
  #topMenu {
    margin-left: 20px;
  }
  #topMenu li {
    padding-right: 10px;
  }
  .bump-leaveTogglers {
    margin-right: 20px;
  }
  .logo {
    display: block;
    width: 100px;
  }
  .bump-mainWrapperPromo {
    margin-top: -102px;
  }
  .bump-mainNewsContent {
    max-height: 50px;
    overflow: hidden;
  }
  .bump-mainNewsPromo {
    padding: 10px 20px;
    font-size: 1.5em;
  }
  .bump-FooterWrapperPromo {
    margin: 0;
  }
  .footerPromo .bump-copyright {
    width: auto !important;
    float: left !important;
  }
  .footerPromo .footerLogo.bump-footerLogo {
    top: 40px;
    right: 35px;
  }
  .footerPromo {
    padding: 40px 15px !important;
  }
  .footerPromo .bump-copyright {
    margin: 0 70px 0 20px !important;
  }
}
@media screen and (max-width: 540px) {
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelSearch {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .bump-headerWrapper,
  .bump-mainWrapperPromo,
  .bump-topPanel .bump-topPanelContentPromo,
  #topPanel {
    width: 100%;
    padding: 0;
  }
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.bump-iconTopPanel-rating,
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList li.bump-iconTopPanel-addContent {
    display: none;
  }
  .bump-headerWrapper {
    backgroud: #fff;
    height: 120px;
  }
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks {
    max-width: 320px;
    width: 100%;
  }
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks ul.bump-inlineList {
    width: auto;
    float: right;
  }
  .bump-contentPagePromo {
    max-width: 450px;
    width: 100%;
    padding: 0;
  }
  .bump-mainWrapperPromo {
    margin-top: 0px !important;
  }
  .bump-logoWrapperPromo.-inBanner {
    display: none;
  }
  .bump-logoWrapperPromo.-inHeader {
    display: block;
    width: 100px;
    height: auto;
    top: 0px;
    left: 10px;
    z-index: 1;
    margin: 0;
    position: absolute;
  }
  .bump-logoWrapperPromo.-inHeader img {
    max-width: 100px;
  }
  .bump-mainNewsPromo,
  .bump-mainBannerPromo,
  .bump-leaveTogglers {
    display: none;
  }
  #topPanel {
    background: #fff !important;
    height: auto;
  }
  #topPanel .topMenuMoreList {
    margin: 70px 0 20px 0;
  }
  .bump-topPanel .bump-topPanelContentPromo .bump-topPanelLinks .bump-userName {
    max-width: 120px;
  }
  #topMenu,
  .mirrorPartnerToggler {
    display: none;
  }
  .topMenuMore {
    display: block;
    width: 90px;
    height: 32px;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
  }
  .topMenuMore .topMenuMoreLink.-promoPage {
    width: 90px;
    height: 32px;
    background: url(/static/img-new/menuIcon320.png) no-repeat right center;
    font-size: 13px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: initial;
    opacity: 0.3;
  }
  .topMenuMore .topMenuMoreLink.-promoPage:hover {
    opacity: 1;
  }
  .bump-mainWrapperPromo {
    width: 320px;
  }
  .bump-contentPagePromo {
    width: 290px;
    padding: 15px;
  }
  .bumpAdp-newsBlockIndex {
    width: 287px;
  }
  .bumpAdp-newsBlockIndex.-publicImg {
    width: 257px;
  }
  .bumpAdp-newsBlockIndexBlockSizer {
    width: 287px;
  }
  .bumpAdp-newsBlockIndexDelimiterSizer {
    width: 0px;
  }
  .bump-logoWrapperPromo {
    background: #fff;
  }
  .footerPromo a {
    display: block !important;
    margin: 20px 0 0 10px !important;
  }
  .footerPromo a.footerLogo {
    position: relative !important;
    left: 10px !important;
    clear: both !important;
    margin: 0 !important;
  }
  .footerPromo .bump-copyright {
    width: 95% !important;
    margin: 0 0 10px 10px !important;
  }
}
#footer .bump-icon:before,
#footer .bump-icon .before {
  background-image: url('/static/theme/ancs-press/img/personal-sprite-2.png') !important;
}
.topMenuMoreList a,
.topMenuMore .topMenuMoreLink,
#topMenu li a,
#topMenu li span {
  font-family: 'Arial Black', Arial;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.topMenuMoreList a:hover,
.topMenuMore .topMenuMoreLink:hover,
#topMenu li a:hover,
#topMenu li span,
#topMenu li.active span,
#topMenu li span:hover {
  color: #bfccb2;
}
.bump-cleanHeaderWrapper .bump-rightColumn .bump-pageBlock {
  border: 1px solid #d8d8d8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.bump-cleanHeaderWrapper .bump-rightColumn .bump-headerPageBlock,
.bump-cleanHeaderWrapper .bump-rightColumn .bump-pageBlockContent {
  background: none;
}
.bump-cleanHeaderWrapper .bump-rightColumn .bump-pageBlock-sideBordered {
  margin: 0;
}
.bump-cleanHeaderWrapper .bump-rightColumn .bump-pageBlock .bump-headerPageBlock h3 {
  font-weight: normal;
  padding-bottom: 30px;
}
.bump-rightColumn .bump-archivePreview .bump-headerPageBlock h3 {
  padding-bottom: 0;
}
.mirrorMembershipToggler {
  margin: 28px 0;
}
.bump-pageBlock .bump-headerPageBlock h2,
.bump-pageBlock .bump-headerPageBlock h2 a {
  font-weight: normal;
  color: #8a8a8b;
  padding-bottom: 20px;
}
.tvWidget {
  margin-bottom: 45px;
}
.pinnedPromotionsBlock,
.bump-lastPinnedBlogPosts {
  border: 1px solid #d8d8d8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: none;
}
.pinned,
#pinnedPromotionsBlock .promotionItem {
  padding: 15px 0;
  background: none;
}
.footerLogo {
  background: url('/static/theme/ancs-press/img/footer-logo-new.png') 0 0 no-repeat;
  width: 82px;
  height: 23px;
}
#footer {
  background: #F7F7FB;
}
