table.CatalogProductsTab-table {
    width: 100%;
    border: 1px solid #00acc8;
}

table.CatalogProductsTab-table tbody tr:nth-child(even),table.CatalogProductsTab-table tbody tr:nth-child(even) td {
    background-color: #c9eef3;
}

table.CatalogProductsTab-table tbody tr:nth-child(odd), table.CatalogProductsTab-table tbody tr:nth-child(odd) td {
    background-color: #e8f8fa;
}

td.CatalogProductsTab-row-image {
    padding: 20px;
    width: 120px;
    max-width: 120px;
}

td.CatalogProductsTab-row-name {
    padding: 20px;
    padding-left: 0px;
    text-align: left;
    vertical-align: top;
}

.CatalogProductsTab-row-article {
    font-size: 12px;
    font-weight: bold;
    margin-bottom:12px;
}

span.CatalogProductsTab-article {
    font-weight: normal;
}

.CatalogProductsTab-row-name a, .CatalogProductsTab-row-name a:hover, .CatalogProductsTab-row-name a:visited, .CatalogProductsTab-row-name a:active {
    color: #00acc8;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

a.CatalogProductsTab-ops-select,a.CatalogProductsTab-ops-select:hover,a.CatalogProductsTab-ops-select:visited,a.CatalogProductsTab-ops-select:active {
    color: #565656;
    position: absolute;
    bottom: -18px;
}

td.CatalogProductsTab-row-calc {
    width: 124px;
    padding: 20px;
    padding-left: 0;
    padding-right: 35px;
    text-align: right;
    vertical-align: top;
}

.CatalogProductsTab-price {
    font-size: 17px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

.CatalogProductsTab-in-basket-marker {
    display: none;
}

td.CatalogProductsTab-row-image img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
}

.CatalogProductsTab-name-wrap-wrap {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    overflow: visible;
    margin-bottom: 20px;
    position: relative;
}

.CatalogProductsTab-name-wrap {
    margin: 0px;
    padding: 0px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}

.CatalogProductsTab-counter-wrap {
    width: 95px;
    float: right;
    margin-bottom: 10px;
}

.CatalogProductsTab-counter-wrap .pi_counter_wrap  .pi_counter_inner_wrap input[type=pi_counter] {
    border: 1px solid transparent;
    background-color: transparent;
    /* color: black; */
}
.CatalogProductsTab-clearfix{
    height:0px;min-height:0px;max-height:0px;
    padding:0px;margin:0px;border:none;clear:both;
    outline: none;box-shadow: none;
}

.CatalogProductsTab-in-basket-marker {
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
    position: relative;
    text-align: right;
}

span.CatalogProductsTab-basket-icn {
    display: inline-block;
    width: 20px;
    height: 19px;
    background-position: center;
    background-image: url(/front/img/basket/small_basket.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -2px;
}



