/*
 * ---------------------------------- menu catalog ---------------------------------------
 */
.box-menu-spares{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
    .box-menu-spares div.head{
        position: relative;
        width: 100%;
        font: bold 13px/35px Arial, Helvetica, sans-serif;
        color: #3f4096;
        text-align: center;
        text-transform: uppercase;
        background:#e6eaed url('../../img/common/repeat-x/bg-head-menu.png') 0 0 repeat-x;
        margin-bottom: 1px;
        z-index: 10;
    }
    .box-menu-spares .head:before{
        position: absolute;
        top: 35px;
        left: 0;
        margin-left: 92px;
        width: 15px;
        height: 9px;
        font-size: 0;
		line-height: 0;
        background: url('../../img/common/menu-spares.gif') 0 0 no-repeat;
        content: url(http://img.auto.ria.ua/img/common/bg_none.gif);
    }
    .box-menu-spares ul.list-spares{
        padding: 5px 0;
        margin: 0;
        list-style: none;
        border: 1px solid #d1dae1;
    }
        ul.list-spares li{
            padding: 0 5px 0 14px;
            margin: 10px 0;
            list-style: none;
            font: normal 12px/16px Arial, Helvetica, sans-serif;
        }
        ul.list-spares li.select-catalog div.box-sub-menu{
            padding-bottom: 10px;
            border-bottom: 1px solid #d1dae1;
            width: 100%;
            overflow-x: hidden;
        }
            ul.list-spares li ol{
                margin: 5px 0 0 0;
                padding: 1px 0 1px 5px;
                list-style: none;
                background: #f9fbfc;
                border-radius: 5px;
               -moz-border-radius: 5px;
               -opera-border-radius: 5px;
               -webkit-border-radius: 5px;
               -khtml-border-radius: 5px;
                * zoom: 1;
            }
                ul.list-spares li ol li{
                    padding: 0 0 0 5px;
                    margin: 10px 0;
                    line-height: 15px;
                    color: #3f4096;
                }
                ul.list-spares li ol li a{ /*text-decoration: none;*/
                    color: #454545;
                    }
                ul.list-spares li ol li a:hover{ /*text-decoration: underline;*/
                    color: #454545;
                    }
         .box-menu-spares a.switch{
             background: url('http://img.auto.ria.ua/img/common/left-s.gif') 0 4px no-repeat;
             padding-left: 8px;
             margin-left: -8px;
             position: relative;
             * zoom: 1;
         }       
    .box-menu-spares em{
        position: absolute;
        font-size: 0;
        line-height: 0;
        width: 8px;
        height: 8px;
        z-index: 15;
        }
    .box-menu-spares em.tl, 
    .box-menu-spares em.tr{ background: url('../../img/common/round/ie/round-8px.gif') no-repeat; }
    .box-menu-spares em.bl, 
    .box-menu-spares em.br{ background: url('../../img/common/round/round-x8.gif') no-repeat ; }
    
	.box-menu-spares em.tl, .box-menu-spares em.tr { top: 0;    }
	.box-menu-spares em.bl, .box-menu-spares em.br { bottom: 0; }
	.box-menu-spares em.tl, .box-menu-spares em.bl { left: 0;   }
	.box-menu-spares em.tr, .box-menu-spares em.br { margin-left: 100%; left: -8px; }
        
	.box-menu-spares em.tl { background-position:  0   0; }
	.box-menu-spares em.tr { background-position: -8px 0; }
	.box-menu-spares em.bl { background-position: -8px 0; }
	.box-menu-spares em.br { background-position:  0   0; }
    
    @-moz-document url-prefix() {	
		.box-menu-spares em{ display: none; }
        .box-menu-spares div.head      { -moz-border-radius: 8px 8px 0 0; }
		.box-menu-spares ul.list-spares{ -moz-border-radius: 0 0 8px 8px; }
		}
div.b-contacts.spares-counters{
    padding: 0 0 0 10px;
}        
div.spares-counters .panel{
    padding:0;
    border: 0 none;
}
