.tabs-content-product .shop-versions {
  width: 100%;
  height: 158px;
  margin: 20px 0;
  position: relative; }
  .tabs-content-product .shop-versions ul {
    width: 606px;
    height: 158px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 5;
    margin-left: -570px;
    background: url(../images/page-product/tabs-shop.png) no-repeat;
    background-position: left 42.5px; }
    .tabs-content-product .shop-versions ul li {
      width: 205px;
      height: 73px;
      position: absolute;
      top: 42.5px;
      z-index: 5;
      display: block; }
      .tabs-content-product .shop-versions ul li a {
        width: 100%;
        height: 100%;
        display: block; }
      .tabs-content-product .shop-versions ul li.selected {
        background-position: center center;
        background-repeat: no-repeat;
        width: 359px;
        height: 100%;
        top: 0;
        z-index: 4; }
    .tabs-content-product .shop-versions ul .pro {
      left: 0; }
      .tabs-content-product .shop-versions ul .pro.selected {
        left: -38px;
        background-image: url(../images/page-product/shop-pro.png); }
    .tabs-content-product .shop-versions ul .light {
      left: 288px; }
      .tabs-content-product .shop-versions ul .light.selected {
        left: 172px;
        background-image: url(../images/page-product/shop-light.png); }
