@charset "UTF-8";

a.prev{
    background:url(../images/btn-showcase.png) no-repeat;
    width:22px;
    height:62px;
    position: absolute;
    left: -56px;
    top: 184px;
    text-indent:-9999px;
}
a.prev:hover{
    background-position:0 -100px;
}
a.next{
    background:url(../images/btn-showcase.png) no-repeat -100px 0;
    width:22px;
    height:62px;
    position: absolute;
    right: -51px;
    top: 185px;
    text-indent: -9999px;
}
a.next:hover{
    background-position:-100px -100px;
}

.product-descr{
    width: 780px;
    position: relative;
    margin: -1px 0 0 44px;
}

/*a.prev{*/
    /*position: absolute;*/
    /*left: -56px;*/
    /*top: 184px;*/
    /*background: url(../images/white/btn-left-right.png) no-repeat;*/
    /*width: 22px;*/
    /*height: 62px;*/
    /*text-indent: -9999px;*/
/*}*/

/*a.next{*/
    /*position: absolute;*/
    /*right: -51px;*/
    /*top: 185px;*/
    /*background: url(../images/white/btn-left-right.png) no-repeat -74px 0;*/
    /*width: 22px;*/
    /*height: 62px;*/
    /*text-indent: -9999px;*/
/*}*/


.pager{
    width: 774px;
    position: absolute;
    bottom: 84px;
    right: 6px;
}

.pager:after{
    content: "";
    clear: both;
    display: block;
}

* + html .pager{
    bottom: 78px;
}

.pager ul{
    margin: 0 0 0 9px;
    list-style: none;
    float: right;
}

.pager ul li{
    float: left;
    margin: 0 0 0 5px;
}

.pager ul a{
    background: url(../images/btn-pager.png) no-repeat;
    background-position: 0 -8px;
    width: 7px;
    height: 6px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}

.pager ul a:hover,
.pager ul li.current a{
    background-position: 0 0px;
}

a.prev-page{
    background: url(../images/white/btn-prev-page.png) no-repeat;
    width: 18px;
    height: 13px;
    float: right;
    text-indent: -9999px;
    margin: -5px 0 0;
}

a.prev-page:hover{
    background: url(../images/white/btn-prev-page.png) no-repeat 0 -17px;
}

ul.prod-list{
    width: 774px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.prod-list li{
    float: left;
}

ul.prod-list li img{
    display: block;
}

ul.prod-list li div.descr-box{
    padding: 0;

}

.descr-box .last{
    padding-left: 24px;
}

ul.prod-list li h1{
    display: block;
    font-size: 14px;
    margin: 11px 0 15px;
}

ul.prod-list li div.descr-box-left, ul.prod-list li div.descr-box-right{
    width: 375px;
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}

ul.prod-list li div.descr-box-left{
    float: left;
}

ul.prod-list li div.descr-box-right{
    float: right;
}

.clear{
    clear: both;
}

ul.prod-list li div.descr-box div.std{
    -moz-column-count: 2;
    -moz-column-gap: 24px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 24px;
    height: 50px;
}

ul.prod-list li div p{
    line-height: 16px;
}