.b-backgrounds {
  position: relative;
  *zoom: 1;
  margin-left: -21px;
  margin-top: -16px;
  margin-bottom: -16px;
}
.b-backgrounds img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b-backgrounds .bg-wrap {
  position: absolute;
  top: 58px;
  left: 22px;
  z-index: 1;
  width: 720px;
  height: 593px;
  overflow: hidden;
}
.b-backgrounds .bg-wrap .bg-shaft {
  position: absolute;
  top: 0;
  left: 0;
}
.b-backgrounds .bg-wrap .bg-shaft img {
  position: absolute;
  top: 0;
  margin: 0;
}

.b-backgrounds-switch {
  position: relative;
  z-index: 10;
}
.b-backgrounds-switch img {
  display: block;
  margin-bottom: 18px;
  cursor: pointer;
  padding: 2px;
  border: 1px solid white;
  background: white;
  background: rgba(255, 255, 255, 0.5);
  margin-left: -3px;
}
.b-backgrounds-switch img:hover {
  border-color: #cccccc;
}
.b-backgrounds-switch img.switch_selected {
  border: 1px solid #999999 !important;
  cursor: default;
}

ul.b-accounts {
  margin: 0 !important;
}
ul.b-accounts li {
  margin-left: 0 !important;
  margin-bottom: 1em;
}
ul.b-accounts li:first-child {
  margin-bottom: 0.4em;
}

.b-index-caption {
  white-space: nowrap;
  z-index: 3;
}
.b-index-caption .peace {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
  font-size: 11px;
  line-height: 17px;
}
.b-index-caption .peace {
  *display: inline;
}
.b-index-caption .peace.peace_cursor {
  padding: 0 8px;
}
.b-index-caption .peace.peace_cursor .peace_cursor__l, .b-index-caption .peace.peace_cursor .peace_cursor__r {
  position: absolute;
  width: 50%;
  height: 17px;
  top: 1px;
  background: url(i/cursor.png) no-repeat;
}
.b-index-caption .peace.peace_cursor .peace_cursor__l {
  left: 0;
  background-position: top left;
}
.b-index-caption .peace.peace_cursor .peace_cursor__r {
  left: 50%;
  background-position: top right;
}

/* Недоссылки (начало) */
.switch {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
  position: relative;
  color: #0c4f72;
  border-color: #0c4f72;
}

.switch:hover {
  color: #bb3333 !important;
  border-color: #bb3333 !important;
}

.switch_selected, .switch_disabled, .switch_selected u, .switch_disabled u {
  border: none !important;
  cursor: auto !important;
}

.switch_switched {
  color: black !important;
  border-color: black !important;
}

.switch_disabled,
.switch_disabled:hover {
  color: #7f7f7f !important;
}

.switch_selected,
.switch_selected:hover {
  color: black !important;
}

.switch_no-u {
  border: none;
}

.switch_no-u u {
  border-bottom: 1px dashed;
  text-decoration: none;
}

/* Недоссылки (конец) */
