@charset "utf-8";


.ui-slider{
    position: relative;
    text-align: center;
    margin: 18px 5px 5px;
}
.ui-slider .delimeter{
    top:-2px;
    height: 10px;
    position: absolute;
    border-left: 1px solid #000;
}
.ui-slider .marker{
    left: -50%;
    top:-16px;
    position: relative;
    font-size: 0.8em;
}
.ui-slider-horizontal{
    height: 0.5em;
    background-color: #d1d0d0;
    cursor: pointer;
}
li:hover .ui-slider-horizontal{
    background-color: #E9E9E9;
}
.ui-slider-range{
    background-image: -webkit-gradient(linear, center top, center bottom, from(#66666 83%), to(#222222));
    background-image: -webkit-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: -moz-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: -o-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: -ms-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: linear-gradient(to bottom, #666666 33%, #333333 83%, #222222);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    position: absolute;
    height:0.5em;
}
.ui-slider-handle{
    position: absolute;
    margin-left:-0.3em;
    top:-0.4em;
    width: 0.6em;
    height: 1.3em;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#666666 33%), to(#333333));
    background-image: -webkit-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: -moz-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: -o-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: -ms-linear-gradient(top, #666666 33%, #333333 83%, #222222);
    background-image: linear-gradient(to bottom, #666666 33%, #333333 83%, #222222);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    z-index: 1;
}
#filter .slider input[type="text"]{
    width: 55px;
    text-align: center;
    padding: 2px;
    border: 1px solid #d1d0d0;
}

.catalog_with_sidebar {
    /*margin-top:20px;*/
}
.catalog_with_sidebar .products_list {
    margin-left:245px;
    overflow: hidden;
}

.products_list .actions {
    margin-bottom:20px;
}

.products_list  .buy-button {
    display: table-row;
    text-align: center;
}
.products_list  .buttons {
    float:right;
    margin-right:15px;
}

.price_slider input[type="text"]{
    width: 60px;
}

.navigation ul {
    list-style:none;
}
.navigation ul.menu li{
	white-space: normal;
}
.navigation ul li{
    padding-bottom:5px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;

}
.navigation label{
    cursor: pointer;
}
.navigation ul.filter-list > li{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #d1d0d0;
    padding: 5px 15px;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.navigation ul.filter-list > li:hover{
    background-color: #d1d0d0;
}
.navigation h3 {
    color:#000;
    font-weight:bold;
    font-size:14px;
    margin-bottom: 8px;
    clear: both;
}

.navigation .filter_manuf h3 span{
    color: #349FE3;
    border-bottom: 1px dotted #349FE3;
    font-size: 13px;
    cursor: pointer;
    font-weight: normal;
}

.navigation .filter_manuf h3 span.active{
    color: #000000;
    border-bottom-style: none;
    cursor: default;
    font-weight: bold;
}

.navigation .filter_manuf ul{
    /*margin-bottom:20px;*/
    /*width: 49%;
    float: left;*/
    width: 100%;
}
.navigation .filter_links li{
    padding: 0;
}
.navigation .col2 ul{
    -moz-column-width:82px;
    -moz-column-count:auto;
    -moz-column-gap:10px;
    -webkit-column-width:82px;
    -webkit-column-count:auto;
    -webkit-column-gap:10px;
    column-width:82px;
    column-count:auto;
    column-gap:10px;
    column-fill:balance
}
.navigation .collapsible h3{
    display: inline;
    cursor: pointer;
}
.navigation .collapsible h3 span{
    border-bottom: 1px dotted #000;
}
.navigation .collapsible h3:before{
    background: url(../images/sprite.png) no-repeat -55px -5px;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: none;
    content: "";
    margin-right: 2px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.navigation .collapsible.collapsed h3:before{
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
}
.navigation .collapsible.collapsed  .collapsible_block{
    max-height:0;
}
.navigation .slider{
    overflow: hidden;
    text-align: center;
}
.navigation .collapsible .collapsible_block{
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    max-height: 500px;
}
.navigation span.count{
    vertical-align: super;
    color: #9A9A9A;
    font-size: 0.8em;
}
.navigation .filter-tip:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: 0;
    margin-top: -7px;
    margin-left: -14px;
    border-right-color: #E9E9E9;
    border-width: 7px;
}
.navigation .filter-tip:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: 0;
    margin-top: -7px;
    margin-left: -14px;
    border-right-color: #D1D0D0;
    border-width: 7px;
}
.navigation .filter-tip{
    margin-left: 7px;
    margin-top: -5px;
    padding: 3px 7px;
    position: absolute;
    left: 100%;
    color: #000;
    background-color: #E9E9E9;
    border: 1px solid #D1D0D0;
    white-space: nowrap;
    z-index: 999;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    behavior: url(border-radius.htc);

    -moz-box-shadowss:0 2px 4px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);

}
.navigation .cancel_filter{
    padding-left: 10px;
}
.products_list .actions
{
    border-top: 3px solid #F3F0EB;
    color: #9A9A9A;
}
.products_list .actions a
{
    color: #000000;
    padding: 4px 8px;
}
.products_list .actions a.active
{
    background: #F3F0EB;
}
.products_list .actions .sort-popular.s-popular, .products_list .actions .sort-price.s-price{
    background: #F3F0EB;
}
.products_list .actions .sort-popular.s-popular i, .products_list .actions .sort-price.s-price i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/sprite.png);
}
.products_list .actions .sort.desc i{
    background-position: -6px -5px;
}
.products_list .actions .sort.asc i{
    background-position: -22px -5px;
}

.products_list .actions span.icon{
    display: inline-block;
    background-image: url(../images/sprite.png);
    float: none;
    height: 14px;
    width: 16px;
    padding-right: 0;
}

.products_list .actions span.dots{
    background-position: -39px -16px;
    padding-right: 6px;
}
.products_list .actions span.lines{
    padding-right: 6px;
    background-position: -9px -14px;
}


.products_list {

}

.products_list .summary,
.products_list .pager
{
    clear:both;
    margin-right: 15px;
}

.products_list .sorter {
    margin-right: 15px;
}

.products_list .product_item {
    width:230px;
    height:320px;
    /*margin-right:10px;
    margin-left:2px;*/
    /*margin-bottom:30px;*/
    float:left;
    position:relative;
    /*display:table;*/
    overflow: hidden;
}
/*.products_list .product_item:hover {
    -moz-box-shadowss:0 0 1px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35);
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
*/
.products_list .product_item b.novelty,
.products_list .product_item b.top
{
    position: absolute;
    left:10px;
    z-index: 1;
}
.products_list .product_item b.novelty:before
{
    position: absolute;
	background: url(../images/sprite.png) -107px -83px no-repeat;    
    width: 75px;
    height: 75px;
    display: block;
    content: "";
}

.products_list .product_item b.top:after
{
    position: absolute;
	background: url(../images/sprite.png) -30px -83px no-repeat;
    width: 75px;
    height: 75px;
    display: block;
    content: "";
}
.products_list .product_item b.novelty.top:before{
    top: 50px;
}
/*.products_list .product_item b.top {
    position: absolute;
    left:-30px;
    top:18px;
    background-color: #02AEE7;
    z-index: 1;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    padding: 5px 30px;
    font-size: 1.2em;
    color: #FFF;
}*/
.products_list .product_item .image {
    height:190px;
    /*display:table-cell;*/
    vertical-align:middle;
    text-align:center;
    position:relative;
    padding-top: 5px;
}

.products_list .product_item .name {
    position:relative;
    display:table-row;
    text-align:center;
    color: #595959;
    height:35px;
}

.products_list .product_item .name  a {
    display:inline-block;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    color: #595959;
    width:215px;
}

.products_list .product_item .name a:hover {
    color:#146ac0;
}

.products_list .wide .product_item .buttons {
    padding:10px 0 0 0;
}

.products_list .price-info {
    font-size:18px;
    text-align: center;
}
.products_list .price, .products_list .price-retail {
    background-color: #E9E9E9;
    color:#000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0px 5px 5px;
    /*margin: 0 5px;*/
    text-align: center;
    width: 90px;
    display: inline-block;
}
.products_list .price-retail{
    background-color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    color:#aaa;
}
.products_list .price-retail del{
    text-decoration: line-through;
}
.products_list .price.out-stock{
    color: #595959;
}

.products_list .product_item .actions {
    position:relative;
    display:table-cell;
    padding-left:20px;
}

/** Wide products list **/
.products_list .wide .product_item {
    float:none;
    width:100%;
    height:190px;
    display:block;
    margin-bottom: 10px;
}

.products_list select {
    margin-left: 5px;
}

.products_list .wide .product_item .table {
    display:table;
    float:left;
}

.products_list .wide .product_item .image {
    display:table-cell;
    width:200px;
    height:200px;
}

.products_list .wide .product_item .name {
    display:block;
    text-align:left;
    padding:40px 0 0px 10px;
    height:20px;
}

.products_list .wide .product_item .name  a {
    text-align:left;
    font-size:14px;
    width:auto;
    color:#146ac0;
    text-decoration:underline;
}

.products_list .wide .product_item .name  a:hover {
    color: #1697c0;
}

.products_list .wide .product_item .name  a.comments {
    text-align:left;
    font-size:12px;
    margin-left:10px;
    color:#595959;
}

.products_list .wide .product_item .name  a.comments:hover {
    color: #757372;
}

.products_list .wide .product_item .price {
    display: table-row;
    padding:0px;
    clear:both;
    height:14px;
    background-color: transparent;
}

.products_list .wide .product_item .desc {
    padding:7px 0 10px 0;
    height:29px;
    line-height:13px;
    overflow:hidden;
}

.product_item i.out-stock{
	display: block;
	width: 59px;
	height: 25px;
	margin: 0 auto;
	/*background: url(../images/out-stock.png) no-repeat;*/
}
.product_item i.stock{
	display: block;
	width: 59px;
	height: 25px;
	margin: 0 auto;
	/*background: url(../images/stock.png) no-repeat;*/
}