.header_user_info {
  float: right;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151; }
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }

/*# sourceMappingURL=blockuserinfo.css.map */

.block-cms-nav-top {
  list-style: none outside none;
  margin: 25px 0 0 0;
  padding: 0;
  float: right!important;
}

.block-cms-nav-top > li {
  float: left;
  position: relative;
  margin-left: 10px;
}

.block-cms-nav-top .has-dropdown:after {
  border-color: rgba(44, 44, 44, 0.5) transparent transparent transparent;
  border-image: none;
  border-style: solid inset inset inset;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-right: 10px;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}

.block-cms-nav-top .has-dropdown > a {
  padding-right: 30px !important;
}

.block-cms-nav-top a {
  text-transform: uppercase;
  font-size: 13px;
  color: #bcbec0;
  display: block;
  line-height: 20px;
  padding: 5px;
  text-decoration: none;
  font-weight: normal;
}

.block-cms-nav-top a:hover {
  color: #a2a5a7;
  text-decoration: underline;
}

.block-cms-nav-top ul {
  margin: 0;
  list-style: none outside none;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  float: left;
  width: 200px;
  z-index: 99999;
}

.block-cms-nav-top li:hover ul {
  display: block;
}

.block-cms-nav-top li.shop a { color: #58595b; font-weight: bold; padding-left: 24px; }
.block-cms-nav-top li.shop a:hover:before { background-position: -530px -50px; }
.block-cms-nav-top li.shop a:before {
  background-image: url(../../../img/buttons.png);
  background-position: -530px 0;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 23px;
}