@charset "utf-8";
/* CSS Document */

.page-main .main-left {
     width: 262px;
     margin-right: 2px;
     overflow: hidden;
     zoom: 1;
}

.product-catalog {
    margin-top: 22px;
    background-image: url(/img/design/name-bg_19.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

.product-catalog UL.product-type {
     background: url(/img/design/border-bottom_24.jpg) no-repeat bottom center;
}

.product-catalog UL.product-type .rubric{
    position: relative;
}

.product-catalog UL.product-type .header{
    background: url(/img/design/bg-product-type_14.jpg) no-repeat left top;
    overflow: hidden;
    zoom: 1;
    line-height: 30px;
}
.product-catalog UL.product-type .header.m-sale, .product-catalog UL.product-type .active .header.m-sale{
	background: url(/img/bg_sale.png) no-repeat left top;
}
.product-catalog UL.product-type .active .header{
    background: url(/img/design/bg_product_type_active.png) no-repeat left top;
}

.product-catalog UL.product-type .header .title{
    color: #2f2f2f;
    font-size: 14px;
    font-weight: bold;
    margin-left: 25px;
    line-height: 14px;
    cursor: pointer;
}
.product-catalog UL.product-type .header.m-sale .title {
	color:#fff;
}.product-catalog UL.product-type .header.m-sale .title:hover {
	 color:#fff;
 }
.product-catalog UL.product-type .header .title:hover{
    color: #0495d7;
}

.product-catalog UL.product-type .active .header .title{
    color: white;
}

.product-catalog UL.product-type .header .up_down_arrow{
    position: absolute;
    right: 14px;
    top: 9px;
    width: 11px;
    height: 11px;
    background: url('/img/design/left_menu_arrows.png') no-repeat 0px -11px;
    cursor: pointer;
    line-height: 1px;
}

.product-catalog UL.product-type .open .header .up_down_arrow{
    background-position: 0px 2px;
}

.product-catalog UL.product-type .open UL.name{
    display: block;
}

.product-catalog UL.product-type UL.name{
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.product-catalog UL.product-type UL.name A{
    color: #5c5d5d;
    font-size: 12px;
    display: block;
    padding: 5px;
}

.product-catalog UL.product-type UL.name A:hover{
    color: #0495d7;
}

.product-catalog UL.product-type UL.name LI{
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
}

.product-catalog UL.product-type UL.name LI.current A{
    color: #ff7200;
}

.product-catalog UL.product-type UL.name LI.first{
    border-top: 0px none;
}

.product-catalog UL.product-type .header .title .count,
.product-catalog UL.product-type UL.name LI .count{
    color: #8a8a8a;
    font-size: 12px;
    font-weight: normal;
}

.product-catalog UL.product-type UL.name LI.last{
    border-bottom: 0px none;
}

.vendor-list {
    background-image: url(/img/design/bg-select1_03.jpg);
    background-repeat: no-repeat;
    height: 34px;
    padding-left: 6px;
    padding-top: 5px;
    background-color: rgb(48,172,228);
}

.vendor-list SELECT{
    border: 0px none;
    padding: 0px;
}

.categories-header {
     margin-top: 27px;
     background: url(/img/design/find2_03.jpg) no-repeat left center;
     padding-left: 28px;
     font-size: 18px;
     color: #012c70;
     letter-spacing: -0.4px;
     margin-left: 24px;
 }