table#productListView {
  border: 0;
  border-collapse: collapse;
  margin: 0 5px;
  font-size: 10pt;
}
  table#productListView thead th {
    text-align: left;
    font-weight: normal;
    padding: 2px 5px;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
  }
  table#productListView tbody td {
    padding: 2px 5px;
    vertical-align: top;
  }
    table#productListView tbody tr.odd {
      background: #ebebeb;
    }
    
    table#productListView tbody td.name a:link, table#productListView tbody td.name a:visited {
      color: #1f548e;
      font-weight: bold;
    }
    table#productListView tbody td.name a:hover, table#productListView tbody td.name a:active, table#productListView tbody td.name a:focus {
      text-decoration: none;
    }
    table#productListView tbody td.name div.desc {
      margin: 2px 0;
      font-size: 10px;
      color: #646464;
    }
    table#productListView tbody td.price {
      color: #1f548e;
      font-weight: bold;
      text-align: right;
    }

    table#productListView tbody td.sell .tobasket {
      background: url('/public/img/importer/productlist/bottomstrip.gif') top left repeat-x;
      height: 21px;
      line-height: 21px;
      padding: 0 5px;
    }
      table#productListView tbody tr.odd td.sell .tobasket {
        position: relative;
        top: -2px;
      }
      table#productListView tbody td.sell input.tobasketCount {
        width: 18px;
        border: 0;
        font-size: 9px;
        text-align: right;
        color: #656565;
        position: relative;
        top: -1px;
      }
      table#productListView tbody td.sell input.tobasketSubmit {
        width: 16px;
        height: 15px;
        background: url('/public/img/importer/productlist/basket.gif') top left no-repeat;
        border: 0;
        cursor: pointer;
        position: relative;
        top: 1px;
      }
 
    
  table#productListView tbody td.rgt {
    text-align: right;
  }

#note .productList {
  padding: 0 8px;
}
  .productList .productBox {
    width: 278px;
    height: 196px;
    background: url('/public/img/importer/bg_product.gif') top left no-repeat;
    margin: 3px 2px;
    _margin: 3px 1px;
    float: left;
  }
    .productList .productBox .contPB {
      padding: 4px 4px 0;
      height: 188px;
      
      position: relative;
    }

    .productList .productBox .topproduct {
      width: 65px;
      height: 65px;
      background: url('/public/img/importer/productlist/topproduct_new.png') top left no-repeat;
      position: absolute;
      top: 25px;
      right: 110px;
    }
    .productList .productBox .windows {
      width: 46px;
      height: 41px;
      
      background: url('/public/img/importer/productlist/winlogo.png') top left no-repeat;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/importer/productlist/winlogo.png',sizingMethod='scale');
      _background: none;
      
      position: absolute;
      bottom: 25px;
      left: 112px;
    }
    .productList .productBox .mobilfree {
      width: 44px;
      height: 65px;

      background: url('/public/img/importer/mobilzdarma10.png') top left no-repeat;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/importer/mobilzdarma10.png',sizingMethod='scale');
      _background: none;

      position: absolute;
      top: 30px;
      left: 8px;
    }
    .productList .productBox .news {
      width: 51px;
      height: 12px;
      background: url('/public/img/importer/productlist/news.gif') top left no-repeat;
      
      position: absolute;
      top: 30px;
      left: 12px;
    }
    
    .productList .productBox .velkoobchodni-cena-label2 {
      width:175px;
      height:30px;
      background: url('/public/img/importer/velkoobchodni-cena-label2.png') top left no-repeat;
      
      position:absolute;
      top:140px;
      left:4px;
    }

    .productList .productBox .topStrip {
      height: 21px;
      line-height: 21px;
      background: url('/public/img/importer/productlist/topstrip.gif') top left no-repeat;
    }
      .productList .productBox .topStrip a.name:link, .productBox .topStrip a.name:visited {
        display: block;
        float: left;
        height: 21px;
        color: #1f548e;
        font-weight: bold;
        font-size: 10pt;
        margin-left: 7px;
        text-decoration: none;
        width: 192px;
        overflow: hidden;
      }
      .productList .productBox .topStrip a.name:hover, .productBox .topStrip a.name:active, .productBox .topStrip a.name:focus {
        text-decoration: underline;
      }
      .productList .productBox .topStrip .code {
        width: 70px;
        height: 21px;
        background: #2c609d;
        color: #fff;
        float: right;
        font-size: 8pt;
        text-align: center;
      }
  
  .productList .productBox .imgbox {
    width: 157px;
    height: 146px;
    text-align: center;
    float: left;
  }
  .productList .productBox .infopanel {
    display: block;
    width: 113px;
    height: 146px;
    float: right;
    background: url('/public/img/importer/productlist/infostrip.gif') top left repeat-y;
    overflow: hidden;
    position: relative;
  }
    .productList .productBox .infopanel div.infocont {
      padding: 0px 4px;
      font-size: 9px;
      line-height: 14px;
      font-weight: bold;
      color: #636363;
    }
    .productList .productBox .infopanel div.oldprice {
      color: #646464;
      font-size: 11px;
      line-height: 14px;
      padding: 0px 4px;            
      
      position: absolute;
      bottom: 6px;
      left: 0;
    }
      .productList .productBox .infopanel div.oldprice em {
        display: block;
        color: #000;
        /*text-decoration: line-through;*/
        font-style: normal;
      }
  .productList .productBox  .bottomStrip {
    clear: both;
    height: 21px;
    line-height: 21px;
    background: url('/public/img/importer/productlist/bottomstrip.gif') top left repeat-x;
  }
    .productList .productBox .bottomStrip .tobasket {
      padding-left: 11px;
      width: 60px;
      float: left;
    }
      .productList .productBox .bottomStrip .tobasket input.tobasketCount {
        width: 18px;
        border: 0;
        font-size: 9px;
        text-align: right;
        color: #656565;
        
        position: relative;
        top: -1px;
      }
      .productList .productBox .bottomStrip .tobasket input.tobasketSubmit {
        
        width: 16px;
        height: 15px;
        background: url('/public/img/importer/productlist/basket.gif') top left no-repeat;
        border: 0;
        cursor: pointer;
        
        margin: 0;padding: 0;
        
        position: relative;
        top: 1px;
        &top: -1px;
        _top: 1px;
      }
    .productList .productBox .bottomStrip .price {
      float: right;
      font-weight: bold;
      color: #fff;
      font-size: 12px;
      padding-right: 5px;
      line-height: 20px;
    }

.productList #productListView {
}
 
.pageList {
  padding: 16px 13px;
  color: #000;
  font-size: 9pt;
}
  .pageList .filtr {
    margin: 10px 0;
  }
    .pageList .filtr_select {
      float: left;
      width: 525px;
      
      margin-bottom: 10px;
      _margin-bottom: 0px;
      &margin-bottom: 0px;
    }
    .pageList .filtr .arrow {
      float: right;
      height:16px;
      line-height:8px;
      margin-left:4px;
      margin-top:3px;
      width:15px;
    }
      .pageList .filtr .arrow div.one {
        font-size:0;
      }
        .pageList .filtr .arrow div.one img {
          margin-bottom:2px;
        }
      .pageList .filtr .arrow div.two {
        font-size:0;
      }
        .pageList .filtr .arrow div.two img {
          margin-top:2px;
        }

  .pageList .listerBox {
    height: 20px;
    clear: both;
  }
  
  .pageList .listerBox .lister {
    float: left;
  }
    .pageList .lister em.label {
      width: 53px;
      height: 17px;
      line-height: 17px;
      display: block;
      float: left;
      text-align: left;
      margin-left: 1px;
      color: #000;
      font-style: normal;
    }
    
    .pageList .lister span.sep {
      display: none;
    }
    .pageList .lister a:link, .pageList .lister a:visited {
      width: 17px;
      height: 17px;
      line-height: 17px;
      display: block;
      float: left;
      text-align: center;
      margin-left: 1px;
      color: #000;
      font-size: .9em;
    }
    .pageList .lister a:hover, .pageList .lister a:active, .pageList .lister a:focus,
    .pageList .lister span {
      width: 17px;
      height: 17px;
      line-height: 17px;
      display: block;
      float: left;
      background: url('/public/img/importer/productlist/lister.gif') center center no-repeat;
      font-size: .9em;
      text-align: center;
      margin-left: 1px;
      color: #fff;
      text-decoration: none;
    }
    .pageList .lister span.pointLister {
      background: url('/public/img/importer/productlist/lister_dot.gif') center center no-repeat;
      width: 14px;
    }
  .pageList .itempage {
    float: right;
    width: 156px;
    height: 20px;
    margin-left: 5px;
  }
    .pageList .itempage select {
      border: 1px solid #000;
      font-size: .9em;
    }

#note .homeList {
  padding: 0 8px;
}
  .homeList .productBox {
    width: 183px;
    height: 263px;    
    background: url('/public/img/importer/bg_product_new.gif') top left no-repeat;
    
    margin: 3px 2px 3px 3px;
    _margin: 3px 1px;
    float: left;
    /**/
  }
    .homeList .productBox .contPB {
      padding: 4px 4px 0;
      height: 255px;
      
      position: relative;
    }

    .homeList .productBox .topproduct {
      width: 65px;
      height: 65px;
      background: url('/public/img/importer/productlist/topproduct_new.png') top left no-repeat;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/importer/productlist/topproduct_new.png',sizingMethod='scale');
      _background: none;
      
      position: absolute;
      top: 26px;
      right: 5px;
    }
    .homeList .productBox .windows {
      width: 46px;
      height: 41px;
      
      background: url('/public/img/importer/productlist/winlogo.png') top left no-repeat;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/importer/productlist/winlogo.png',sizingMethod='scale');
      _background: none;
      
      position: absolute;
      bottom: 105px;
      left: 125px;
    }
    .homeList .productBox .mobilfree {
      width: 44px;
      height: 65px;

      background: url('/public/img/importer/mobilzdarma10.png') top left no-repeat;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/importer/mobilzdarma10.png',sizingMethod='scale');
      _background: none;

      position: absolute;
      top: 30px;
      left: 8px;
    }
    
    .homeList .productBox .velkoobchodni-cena-label {
      width:175px;
      height:30px;
      background: url('/public/img/importer/velkoobchodni-cena-label.png') top left no-repeat;
      
      position:absolute;
      top:128px;
      left:4px;
    }
/*
    .homeList .productBox .news {
      width: 51px;
      height: 12px;
      background: url('/public/img/importer/productlist/news.gif') top left no-repeat;
      
      position: absolute;
      top: 30px;
      left: 12px;
    }
*/
    .homeList .productBox .topStrip {
      height: 21px;
      line-height: 21px;
      background: url('/public/img/importer/productlist/topstrip.gif') top left no-repeat;
    }
      .homeList .productBox .topStrip a.name:link, .productBox .topStrip a.name:visited {
        display: block;
        float: left;
        height: 21px;
        color: #1f548e;
        font-weight: bold;
        font-size: 10pt;
        margin-left: 7px;
        text-decoration: none;
        width: 165px;
        overflow: hidden;
      }
      .homeList .productBox .topStrip a.name:hover, .productBox .topStrip a.name:active, .productBox .topStrip a.name:focus {
        text-decoration: underline;
      }
  .homeList .productBox .code {
    width: 70px;
    height: 18px;
    line-height: 18px;
    background: #2c609d;
    color: #fff;
    
    font-size: 8pt;
    text-align: center;
    
    position: absolute;
    top: 151px;
    left: 11px;
    
    display: none;
  }
  .homeList .productBox .imgbox {
    width: 175px;
    height: 139px;
    text-align: center;
  }
    .homeList .productBox .imgbox .IBcontent {
      display: block;
    }
  .homeList .productBox .infopanel {
    display: block;
    width: 175px;
    height: 73px;
    background: url('/public/img/importer/productlist/infostrip_new.gif') top left repeat-y;
    
    margin-top: 1px;
  }
    .homeList .productBox .infopanel div.infocont {
      padding: 0px 4px;
      font-size: 9px;
      line-height: 13px;
      
      color: #000;
    }

    .homeList .productBox .infopanel div.oldprice {
      color: #646464;
      font-size: 11px;
      line-height: 14px;
      width: 165px;
      padding: 0px 10px; 
      
      position: absolute;
      bottom: 26px;
      left: 0;
    }
      /*.homeList*/ .productBox .infopanel div.oldprice em {
        color: #000;
        font-style: normal;
        text-decoration: line-through;
        padding-left: 15px;
      }

  .homeList .productBox  .bottomStrip {
    clear: both;
    height: 21px;
    line-height: 21px;
    background: url('/public/img/importer/productlist/bottomstrip.gif') top left repeat-x;
    width: 175px;
    
    position: absolute;
    bottom: 0;
  }
    .homeList .productBox .bottomStrip .tobasket {
      padding-left: 7px;
      width: 50px;
      float: left;
    }
      .homeList .productBox .bottomStrip .tobasket input.tobasketCount {
        width: 18px;
        border: 0;
        font-size: 9px;
        text-align: right;
        color: #656565;
        
        position: relative;
        top: -1px;
      }
      .homeList .productBox .bottomStrip .tobasket input.tobasketSubmit {
        
        width: 16px;
        height: 15px;
        background: url('/public/img/importer/productlist/basket.gif') top left no-repeat;
        border: 0;
        cursor: pointer;
        
        margin: 0;padding: 0;
        
        position: relative;
        top: 1px;
        &top: -1px;
        _top: 1px;
      }
    .homeList .productBox .bottomStrip .price {
      float: right;
      font-weight: bold;
      color: #fff;
      font-size: 12px;
      padding-right: 5px;
      line-height: 20px;
    }

#batterycat_div {
  padding: 0 8px 0 4px;
}
ul#batterycat,
ul#batterycat li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
  ul#batterycat li a {
    text-decoration: none;
    color: #3067A4;
    display: block;
    height: 78px;
    line-height: 78px;
    width: 100%;
    border: 2px solid #D4D0C8;
    margin: 4px 0;
    cursor: pointer;
  }
    ul#batterycat li a span {
      display: block;
      
      height: 78px;
      line-height: 78px;
      font-size: 2.2em;
      margin: 0 15px;
      font-weight: normal;
    }
    ul#batterycat li a img {
      float: right;
      margin-right: 5px;
    }

div.compatibleAll {
  padding: 10px 14px 10px 10px;
}
  div.compatibleAll div.compatibleBox {
    width: 185px;
    float: left;
    height: 2.5em;
    font-size: .9em;
  }
    div.compatibleAll div.compatibleBox span {
      color: #666;
      font-size: .85em;
    }
    div.compatibleAll div.compatibleBox a {
      color: #1F548E;
    }

.similarCategorys li {
  list-style-type: none;
}
