/* /templates2_0/module/buyer/nav/index.less */
.module_buyer_nav {
  position: relative;
  box-sizing: border-box;
  line-height: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.module_buyer_nav-item {
  position: relative;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  font: normal 14px/30px Tahoma, sans-serif;
  background: transparent url(/templates2_0/module/buyer/nav/list_sprite.png?v=2) 8px 0 no-repeat;
  padding: 0 10px 0 30px;
}
.module_buyer_nav-item:before {
  position: absolute;
  content: '';
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background-color: #eee;
}
.module_buyer_nav-item:first-of-type:before {
  display: none;
}
.module_buyer_nav-item:hover {
  color: #777;
  background-color: #eee;
}
.module_buyer_nav-item:hover + .module_buyer_nav-item:before {
  background-color: transparent;
}
.module_buyer_nav-discount {
  background-position: 8px 0;
}
.module_buyer_nav-action {
  background-position: 8px -30px;
  color: #ff6029;
}
.module_buyer_nav-favorite {
  background-position: 8px -60px;
}
.module_buyer_nav-last {
  background-position: 8px -90px;
}
.module_buyer_nav-new {
  background-position: 8px -120px;
}
.module_buyer_nav-control {
  position: absolute;
  box-sizing: border-box;
  line-height: 1;
  text-align: right;
  right: 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module_buyer_nav-control_item {
  position: relative;
  box-sizing: border-box;
  font: 12px Tahoma, sans-serif;
  color: #aaa;
  text-decoration: underline dotted;
}
.module_buyer_nav-control_item:hover {
  color: #aaa;
  text-decoration: none;
}
.module_buyer_nav-control_interval {
  text-transform: lowercase;
}
.module_buyer_nav-control_hidden {
  display: none;
}
