.paging {
    display: none;
}

.category {
    padding: 25px 11px 7px 18px;
}

.category > h1 {
    color: #093277;
    font-size: 20px;
    font-weight: 600;
    margin: -6px 0 25px 1px;
    width: 620px;
    overflow: hidden;
    white-space: nowrap;
}

.category > h1 > a {
    color: #093277;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}


.category .no-products {
    color: #093277;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}



.category > .items {
    float:left;
    width: 742px;
    text-align: left;
}

.category .filters {
    position: relative;
    float:right;    
    width: 229px;    
}

.category .filters .views-holder {
    position: absolute;
    top: -46px;
    left: -120px;
    height: 20px;
}

.category .filters .consumables-print {
    position: absolute;
    top: -47px;
    left: 124px;
    height: 22px;
}

.category .filters .views-holder > .item {
    margin-left: 9px;
}

.category .filters .views-holder > .item > .tab,
.category .filters .views-holder > .item > .tab:before, 
.category .filters .views-holder > .item > .tab:after {
    background: url(../../images/new/header/dropdown-items-and-horizontals.png) no-repeat;
}

.category .filters .views-holder > .item > .tab {
    display: none;
    position: absolute;
    left: -140px;
    top: -6px;
    width: 157px;
    height: 31px; 
    background-position: 0 -348px;
    background-repeat: repeat-x;    
    
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px #093277;
    padding: 1px 0 0 4px;    
    line-height: 29px;
}

.category .filters .views-holder > .item > .tab:before, 
.category .filters .views-holder > .item > .tab:after {
    content: '';
    width: 8px;
    height: 30px;
    position: absolute;
    top: 0;    
}

.category .filters .views-holder > .item > .tab:before {    
    left: -8px;
    background-position: 0 -318px;
}

.category .filters .views-holder > .item > .tab:after {    
    right: -8px;
    background-position: -8px -318px;
}

.category .filters .views-holder > .item.opening > .tab,
.category .filters .views-holder > .item.closing > .tab,
.category .filters .views-holder > .item.opened > .tab {
    display: block;
}


.category .filters .views-holder > .item > .icon {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../images/new/sort-and-views.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.category .filters .views-holder > .item.sort                       > .icon         { left: 0;    background-position: 0   0;   }
.category .filters .views-holder > .item.view-grid                  > .icon         { left: 29px; background-position: 0 -20px; }
.category .filters .views-holder > .item.view-table                 > .icon         { left: 58px; background-position: 0 -40px; }
.category .filters .views-holder > .item.view-list                  > .icon         { left: 87px; background-position: 0 -60px; }

.category .filters .views-holder > .item.view-grid                  > .icon:hover   { background-position: -20px -20px; }
.category .filters .views-holder > .item.view-table                 > .icon:hover   { background-position: -20px -40px; }
.category .filters .views-holder > .item.view-list                  > .icon:hover   { background-position: -20px -60px; }

.category .filters .views-holder > .item.view-grid.btn-down         > .icon         { background-position: -40px -20px; }
.category .filters .views-holder > .item.view-table.btn-down        > .icon         { background-position: -40px -40px; }
.category .filters .views-holder > .item.view-list.btn-down         > .icon         { background-position: -40px -60px; }


.category .filters .views-holder > .item.sort.active                > .icon         { background-position: -40px   0; }
.category .filters .views-holder > .item.view-grid.active           > .icon         { background-position: -20px -20px; }
.category .filters .views-holder > .item.view-table.active          > .icon         { background-position: -20px -40px; }
.category .filters .views-holder > .item.view-list.active           > .icon         { background-position: -20px -60px; }

.category .filters .views-holder > .item.sort.opening > .icon,
.category .filters .views-holder > .item.sort.closing > .icon,
.category .filters .views-holder > .item.sort.opened > .icon {
    background-position: -20px 0 !important;
}

.category .filters .views-holder > .item.sort .drop-down .items .item i {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 15px;    
}

.category .filters .views-holder > .item.sort .drop-down .items .item:last-child i {
    left: 1px;
}

.category .filters > .title-box .inner-part {        
    padding: 6px 12px;
}

.category .filters > .title-box .inner-part .title {    
    display: inline-block;
    color: #093277;
    font-size: 15px;
    font-weight: 600;
    margin-top: 1px;    
}

.category .filters > .filter-box {
    margin-bottom: 31px;
}

.category .filters > .filter-box .inner-part {
    padding: 16px 8px 16px 9px;
}

.category .filters > .filter-box .items-count {
    /*font-size: 15px;*/
    font-weight: 600;
    color: #0094e7;
    text-shadow: 1px 1px #ffffff;
    text-align: center;
    margin-bottom: 15px;
}


.category .filters > .filter-box .ftitle {
    font-size: 13px;
    text-align: left;
    padding: 3px 0 0 8px;
}

.category .filters > .filter-box .inner-part > .content {
    color: #093277;
}

.category .filters .loading-icon {
    display: block;
    top: -2px;
    left: auto;
    right: 109px;
}



.category .filters > .filter-box .inner-part .item {
    position: relative;
    overflow: hidden;
}


.category .filters > .filter-box .inner-part .item > .small-btn-holder {
    margin-bottom: 1px;
}

.category .filters > .filter-box .inner-part i {
    position: absolute;
    top: 4px;
    right: 6px;
    color: #8dbadc;
}

.category .filters > .filter-box .inner-part .closed i {    
    top: 3px;
}

.category .filters > .filter-box .inner-part .closed a.small-btn {
    color: #8dbadc;
}


.category .filters > .filter-box .inner-part .checkbox {
    margin: 5px 0 0 0;
}

.category .filters > .filter-box .inner-part .checkbox:first-child {
    margin-top: 4px;
}


.category .filters > .filter-box .inner-part > .content .item .filter-holder {
    margin: 2px 1px 19px 2px;
    overflow: hidden;
}

.category .filters > .filter-box .inner-part > .content .item:last-child .filter-holder {
    margin-bottom: 4px;
}

.category .filters > .filter-box .inner-part > .content .item.slider .filter-holder {
    margin-bottom: 20px;
    margin-right: 3px;
}

.category .filters > .filter-box .inner-part > .content .item.slider:last-child .filter-holder {
    margin-bottom: 5px;    
}


.category .filters > .filter-box .inner-part .item.slider:after {
    position: absolute;
    top: 50px;
    left: 2px;
    right: 5px;
    height: 7px;
    content: '';
    background: url(../../images/new/input/slider-lines-bgr.png) repeat-x;    
    z-index: 2;
}


.category .filters > .filter-box .inner-part .ipr-1 {
    width: 185px;
}

.category .filters > .filter-box .inner-part .ipr-2 {    
    width: 83px;
    float: left;
}

.category .filters > .filter-box .inner-part .checkbox:first-child {
    margin-top: 5px;   
}

.category .filters > .filter-box .inner-part .ipr-3 {
    width: 49px;    
}



.category .filters rzslider .rz-bubble, .category .filters rzslider .rz-bubble.rz-limit {
    font-family: 'dps-regular';
}

.category .filters .checkbox {
    font-family: 'dps-regular';
    line-height: 16px;
    padding-bottom: 0;
    padding-top: 1px;
}



.category .extras > .item {
    margin-bottom: 6px; /* ЗАРАДИ СЯНКАТА НА box-a е с 1px повече */
}

.category .extras.float-extras {
    position: fixed;
    top: 20px;
}



.category .extras > .item:last-child {
    margin-bottom: 1px; /* ЗАРАДИ СЯНКАТА НА box-a е с 1px повече */
}

.category .extras .title {
    color: #093277;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 11px 71px;
    height: 40px;
    line-height: 20px;
    text-align: left;
}

.category .extras .title h3 {
    color: #093277;
    font-size: 15px;
}

.category .extras .pictogram {
    position: absolute;
    top: -3px;
    left: 6px;
}





.category .v-delimiter {
    margin: 10px 10px 0 13px;
    width: 6px;
    height: 405px;
    float: left;    
    background: url(../../images/new/separator-vertical-405px.png) no-repeat;    
}
    
.category .h-delimiter {
    margin: 19px 4px 20px 4px;
    height: 6px;
    background: url(../../images/new/separator-horizontal-734px.png) no-repeat;
}



.category .group .fbox {
    position: relative;
    width: 734px;
    height: 214px;
    margin: 0 0 20px 4px;    
}

.category .group .fbox > .border {   
    top: 0;
    left: 0;    
    width: 732px;    
    height: 212px;
    display: block;
}


.category .group .fbox > .border > .gradient {
    left: 211px;
    right: 241px;
    background: rgba(255,255,255, 0);
    background: -moz-linear-gradient(left,  rgba(204,234,250, 0) 0%, rgba(204,234,250, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,234,250, 0)), color-stop(100%, rgba(204,234,250, 1)));
    background: -webkit-linear-gradient(left, rgba(204,234,250, 0) 0%, rgba(204,234,250, 1) 100%);
    background: -o-linear-gradient(left,    rgba(204,234,250, 0) 0%, rgba(204,234,250, 1) 100%);
    background: -ms-linear-gradient(left,   rgba(204,234,250, 0) 0%, rgba(204,234,250, 1) 100%);
    background: linear-gradient(to right,   rgba(204,234,250, 0) 0%, rgba(204,234,250, 1) 100%);
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); */
}

.category .group .fbox > .bgr {
    position: absolute;
    z-index: -2;
    background: #ebebeb;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 241px;
}

.category .group .fbox > .bgr-right {
    position: absolute;
    z-index: -2;
    background: #cceafa;
    top: 2px;
    left: 492px;
    bottom: 2px;
    right: 2px;
}

.category .group .fbox > img {
    position: absolute;
    z-index: -2;
    top: 2px;
    left: 2px;
}

.category .group .fbox > h1 {
    color: #0094e7;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    
    padding: 13px 20px 0 414px;
    height: 116px;
    line-height: 29px;
}

.category .group .fbox > h1 > b {
    font-weight: 700;
}

.category .group .fbox > .desc {
    color: #093277;
    font-size: 15px;
    text-align: right;
    padding: 8px 20px 0 414px;
    line-height: 20px;
}


/* View: list  */
    .category .list-view table {
        width: 738px;
    }

    .category .list-view table tr td {
        font-weight: 600;
    }

    .category .list-view table tr td sup {    
        vertical-align: 5px;
        font-size: 9px;
        padding: 0 2px;
    }

    .category .list-view table tr td span.no-price {
        position: relative;
        padding-right: 12px;
    }

    .category .list-view table tr td span.no-price sup {    
        position: absolute;
        top: -4px;
        right: 0;
        width: 8px;
        height: 10px;
    }

    .category .list-view table tr td.product-img {
        position: relative;
        width: 60px;
        height: 40px;
        padding: 5px;
        font-size: 0;
    }

    .category .list-view table tr td.product-name {
        width: 441px;
        padding: 0 0 0 9px; 
        vertical-align: middle;
    }
    
    .category .list-view table tr td.product-name h2 {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
    }

    .category .list-view table tr td.product-price {
        width: 84px;
        padding-right: 23px;
        text-align: right;    
    }
    
    .category .list-view table tr td.product-code {
        width: 111px;    
        text-align: center;    
    }


    .category .list-view table tr td.product-code > .small-btn-holder {
        float: left;
        margin-left: 6px;
        display: none;
    }


    .category .list-view.fbox {
        width: 738px;
        margin: 0 auto;
        z-index: 5;
    }

    .category .list-view.fbox > .border {   
        top: -1px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .category .list-view.fbox:hover > table tr td { border-bottom: 1px solid transparent; }
    .category .list-view.fbox:hover > table tr td.product-code > .code { display: none; }
    .category .list-view.fbox:hover > .border { display: block; }
    .category .list-view.fbox:hover > table tr td.product-code > .small-btn-holder { 
        display: inline-block;
    }


/* View: grid (vertical)  */
    .category .grid-view {
        position: relative;
        width: 228px;
        float: left;
        margin: 0;
    }
    
    .category .grid-view .promo-line, .category .grid-view .gift-line {        
        top: 33px;
        right: -4px;
    }
    
    .category .grid-view .gift-image {        
        top: 37px;
        right: 0;
        z-index: -4;
    }
    
    .category .grid-view .promo-text {        
        top: 60px;
        right: -9px;
    }
    
    .category .grid-view .gift-text {
        top: 68px;
        right: -11px;   
    }

    .category .grid-view .product-name {
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        
        vertical-align: top;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        display: block;
        margin: -4px 0 5px 0;
        
    }

    .category .grid-view .product-img {
        position: relative;
        width: 210px;
        height: 140px;
        overflow: hidden;
        z-index: -5;
        
        white-space: nowrap;
        
        /*margin: -5px 9px 5px 9px;*/
        margin: 0 9px;
    }
    
    .category .grid-view .product-img .item {
        position: absolute;
        top: 0;
        left: 210px;
        z-index: -3;
        width: 210px;
        height: 140px;
    }
    
    .category .grid-view .product-img .item:first-child {
        left: 0;
    }

    .category .grid-view table.product-short-desc {
        width: 100%;
    }
    
    .category .grid-view table.product-short-desc tr td {
        position: relative;
        padding: 1px 8px 0 8px;
    
        height: 36px;        
        line-height: 18px;
        
        text-align: center;
        
        font-family: 'dps-bold';
        font-size: 13px;
        color: #4d4d4d;
    }
    
    .category .grid-view table.product-short-desc tr td a.img-link {
        position: absolute;
        display: block;
        width: 210px;
        height: 140px;
        left: 9px;
        top: -140px;
    }
    
    .category .grid-view table.product-short-desc tr td h2 {
        line-height: 18px;
        font-family: 'dps-bold';
        font-size: 13px;
    }
    
    .category .grid-view table.product-short-desc tr td h2 a:hover {
        color: #4d4d4d
    }

    .category .grid-view .product-desc-table  {
        margin: 4px 0 0 0;
        height: 133px;
        overflow: hidden;        
    }
    
    

    .category .grid-view .product-desc-table table {
        margin: 0;
    }
    
    .category .grid-view .product-desc-table table tr td {
        text-align: left;
        padding: 5px 0 0 0;
        vertical-align: top;
        line-height: 18px;    
        
        font-family: 'dps-regular';
        font-size: 13px;
        color: #4d4d4d;
    }

    .category .grid-view .product-desc-table table tr td:first-child {
        font-family: 'dps-bold';
        width: 85px;    
        white-space: nowrap;
        padding-right: 3px;
    }
    
    .category .grid-view table.product-extras {        
        margin: 7px 0 0 0;
        display: none;
    }
    
    .category .grid-view table.product-extras tr td {
        height: 87px;
        vertical-align: middle;
    }
    
    .category .grid-view table.product-extras tr td .colored-box,
    .category .grid-view table.product-extras tr td .free-delivery-info {
        margin: 0 17px;
        text-align: left;
    }
       
    .category .grid-view table.product-extras tr td .colored-box > .title {
        font-family: 'dps-bold';
        
        display: inline-block;
        font-size: 13px;
        color: #093277;
        /*font-weight: 700;*/
    }

    .category .grid-view table.product-extras tr td .colored-box > div {
        margin-left: 9px;    
    }

    .category .grid-view table.product-extras tr td .colored-box > div > h2 {
        display: block;
        font-size: 13px;
        color: #ffffff;   
        font-weight: 600;
    }

    .category .grid-view table.product-extras tr td .free-delivery-info {
        font-size: 13px;
        color: #093277;
        font-family: 'dps-bold';
        margin-top: 6px;
    }

    .category .grid-view .details-button {
        text-align: center;
        padding-bottom: 21px;
        display: none;
    }

    .category .grid-view .product-price {
        margin: 9px auto 14px auto;        
        height: 25px;
        padding: 1px 0;
        text-align: center;        
        font-weight: 600;
        font-size: 20px;
        
        color: #093277;
        
        background: rgb(255,255,255);
        background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255,255,255)), color-stop(51%, rgb(204,234,250)), color-stop(100%, rgb(255,255,255)));
        background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: -ms-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }
    
    .category .grid-view .product-price .stroken-price {    
        position: relative;
        margin: 0 8px 0 9px;
    }
    
    .category .grid-view .product-price .stroken-price .stroke {
        right: -1px;
    }
    
    .category .grid-view .product-price sup {    
        vertical-align: 8px;
        font-size: 11px;
        padding: 0 3px 0 2px;
    }
    
    .category .grid-view  .compare-button {
        float: left;
        margin-left: 9px;
        margin-bottom: 1px;
    }

    .category .grid-view .order-button {
        float: right;
        margin-right: 9px;
        margin-bottom: 1px;
    }

    .category .grid-view .fbox {
        width: 228px;
        margin: 0 auto;
    }

    .category .grid-view .fbox > .border {   
        top: 0;
        left: 0;
        width: 226px;
        height: 305px;    
    }

    .category .grid-view .fbox > .border > .gradient {
        top: auto;   
        height: 164px;
    }

    .category .grid-view .fbox:hover > .border                      { display: block; }
    .category .grid-view .fbox:hover .product-img                   { margin-top: 0; margin-bottom: 0; }
    .category .grid-view .fbox:hover table.product-extras           { display: block;   }
    .category .grid-view .fbox:hover .product-desc-table            { display: none;    }
    .category .grid-view .fbox:hover .details-button                { display: block;   }
    
    
    

/* View: table (horizontal) */
    .category .table-view {
        position: relative;
        width: 726px;
        margin: 0 0 0 4px;
    }
    
    .category .table-view .promo-line {        
        top: -4px;
        left: 140px;
    }
    
    .category .table-view .promo-text {        
        top: 23px;
        left: 155px;
    }
    
    .category .table-view .gift-image {        
        top: 0;
        left: 168px;
        z-index: -4;
    }
    
    .category .table-view .gift-line {
        top: -4px;
        left: 120px;
    }
    
    .category .table-view .gift-text {
        top: 31px;
        left: 130px;
    }
    
    
    
    .category .table-view .fbox {
        width: 228px;
        margin: 0 16px 0 0;
        float: left;
    }
    
    
    .category .table-view .product-img {
        position: relative;
        width: 210px;
        height: 140px;
        overflow: hidden;
        z-index: -5;
        
        white-space: nowrap;

        margin: 0 9px;
    }
    
    .category .table-view .fbox > a {
        position: absolute;
        display: block;
        width: 210px;
        height: 140px;
        left: 9px;
        top: 0;
    }
    
    .category .table-view .product-img .item {
        position: absolute;
        top: 0;
        left: 210px;
        z-index: -3;
        width: 210px;
        height: 140px;
    }
    
    .category .table-view .product-img .item:first-child {
        left: 0;
    }
    
    .category .table-view .colored-box {
        margin: 18px 0 0 0;
        text-align: center;
    }

    .category .table-view .colored-box > .title {
        font-family: 'dps-bold';
        
        display: inline-block;
        font-size: 13px;
        color: #093277;
        /*font-weight: 700;*/
    }

    .category .table-view .colored-box > div {
        margin-left: 9px;    
    }

    .category .table-view .colored-box > div > h2 {
        display: block;
        font-size: 13px;
        color: #ffffff;   
        font-weight: 600;
    }
    
    .category .table-view .details-button {
        text-align: center;
        margin-top: 4px;
        margin-bottom: 11px;
        display: none;        
    }
    
    .category .table-view .product-name {
        float: left;
        
        width: 481px;
        height: 18px;
        line-height: 18px;

        overflow: hidden;
        
        vertical-align: top;
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        display: block;
        
        margin: -3px 0 6px 1px;
    }

    
    .category .table-view .product-short-desc {
        float: left;
        
        width: 481px;
        height: 18px;
        line-height: 18px;
        
        overflow: hidden;
        
        font-family: 'dps-bold';
        font-size: 13px;
        color: #4d4d4d;
        
        text-align: left;
        display: block;

        margin: 1px 0 4px 1px;
    }
    
    .category .table-view .product-short-desc h2 {
        line-height: 18px;
        overflow: hidden;
        font-family: 'dps-bold';
        font-size: 13px;
    }
    
    .category .table-view .product-short-desc a:hover {
        color: #4d4d4d;
    }
    
    .category .table-view .product-desc-table  {
        display: block;
        float: left;
        margin: 0 25px 0 1px;
        width: 228px;
        height: 133px;
        overflow: hidden;        
    }
    
    .category .table-view .product-desc-table table {
        margin: 0;
    }
    
    .category .table-view .product-desc-table table tr td {
        text-align: left;
        padding: 5px 0 0 0;
        vertical-align: top;
        line-height: 18px;

        font-family: 'dps-regular';
        font-size: 13px;
        color: #4d4d4d;
    }

    .category .table-view .product-desc-table table tr td:first-child {
        font-family: 'dps-bold';
        width: 85px;    
        white-space: nowrap;
        padding-right: 3px;
    }
    
    .category .table-view table.product-extras {     
        width: 228px;        
    }
    
    .category .table-view table.product-extras tr td {
        padding-top: 6px;
        height: 54px;
        vertical-align: middle;
    }

    .category .table-view table.product-extras tr td .free-delivery-info {        
        text-align: center;
    }

    .category .table-view .free-delivery-info > h2 > b {
        font-size: 13px;
        color: #093277;
        font-family: 'dps-bold';
    }

    .category .table-view .product-price {
        float: left;
        width: 228px;
        
        margin: 0 0 18px 0;
        height: 25px;
        padding: 1px 0;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        
        color: #093277;
        
        background: rgb(255,255,255);
        background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255,255,255)), color-stop(51%, rgb(204,234,250)), color-stop(100%, rgb(255,255,255)));
        background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: -ms-linear-gradient(left, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(204,234,250) 51%, rgb(255,255,255) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }
    
    .category .table-view .product-price .stroken-price {    
        position: relative;
        margin: 0 8px 0 9px;
    }
    
    .category .table-view .product-price .stroken-price .stroke {
        right: -1px;
    }
    
    .category .table-view .product-price sup {    
        vertical-align: 8px;
        font-size: 11px;
        padding: 0 3px 0 2px;
    }
    
    .category .table-view  .compare-button {
        float: left;
        margin-left: 9px;
        margin-bottom: 1px;
    }

    .category .table-view .order-button {
        float: right;
        margin-right: 9px;
        margin-bottom: 1px;
    }

    

    .category .table-view .fbox > .border {   
        top: 0;
        left: 0;
        width: 226px;
        height: 174px;
    }

    .category .table-view .fbox > .border > .gradient {
        top: auto;   
        height: 33px;
    }

    .category .table-view .fbox:hover > .border         { display: block; }
    .category .table-view .fbox:hover .colored-box      { display: none;    }
    .category .table-view .fbox:hover .details-button   { display: block;   }
    
    
    .category .h-delimiter.table-view-delimiter {
        margin: 11px 4px 19px 4px;
    }
    

    
    
.category .print-logo {    
    margin-bottom: 20px;
}