#catalog_list {
        position: relative;
        z-index: 10;
        padding: 0px 0;
}

#cat_list .lv0 {font-weight: bold;}
#cat_list .lv1,
#cat_list .lv2,
#cat_list .lv3,
#cat_list .lv4 {font-weight: normal;}

#cat_list, #cat_list a {text-decoration: none; }
#cat_list p, #cat_list a {display: block; cursor: pointer}
#cat_list p {cursor: default}

/*#cat_list li {display: block; position: relative; z-index: 10; background-color: #F2F2F2; border-bottom: 1px solid #ffffff; font-size: 13px; white-space: nowrap;}   */
#cat_list li {display: block;}
#cat_list li:hover {background:url("../ima/catalog_item_bg_active.png");}
#cat_list li span {float:right; font-size:20px; color: #fff}


#cat_list ul {display: none; position: absolute; z-index: 50;  top: 0; left: 100%;
background:url("../ima/catalog_bg.png");
-webkit-box-shadow: 2px 1px 5px rgba(50, 50, 50, 0.67);
-moz-box-shadow:    2px 1px 5px rgba(50, 50, 50, 0.67);
box-shadow:         2px 1px 5px rgba(50, 50, 50, 0.67);
min-width:220px; //width:220px;
min-height:100%; //height:100%;
}
#cat_list ul ul {margin-top:0}

/*
#catalog_list {margin: 0 0 15px 0;}

#cat_list .lv0 {font-weight: bold; background-color: #ffffff}
#cat_list .lv1,
#cat_list .lv2,
#cat_list .lv3,
#cat_list .lv4 {font-weight: normal;}

#cat_list, #cat_list a {color: #000000; text-decoration: none}
#cat_list p, #cat_list a {display: block; margin: 0; padding: 5px 10px; cursor: pointer}
#cat_list p {cursor: default}

#_cat_list li {display: block; position: relative; z-index: 10; background-color: #F2F2F2; border-bottom: 1px solid #ffffff; font-size: 13px; white-space: nowrap;}
#cat_list li {display: block; position: relative; z-index: 10; background-color: #F2F2F2; border-bottom: 1px solid #ffffff; font-size: 13px; white-space: nowrap;}
#cat_list li:hover {background-color: #C1BFC0;}
#cat_list li span {color: #990000}

#cat_list ul {position: absolute; z-index: 50; display: none; top: 0; left: 100%;}
*/
.ext_cat_list {font-size: 13px; font-weight: bold;}
.ext_cat_list:hover {background-color: #C1BFC0;}
.ext_cat_list a {display: block; margin: 0; padding: 5px 10px; color: #000000; text-decoration: none;}

.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.7;filter:alpha(opacity=70);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#A3A08C url(https://allcolors.ru/ima/b-j-top.png) no-repeat 50% 11px;border-radius:7px;}
