/*
    * html .name — <=ie6
    * html*.name — =ie6
    *+html .name — =ie7
    [class].name — =ie7-8
*/
/*---content---------------------*/
.content__indent,
.content__right,
.content__center,
.content__left {
    zoom: 1;
}
/*---grid------------------------*/
.grid__indent,
.grid__wrapper {
    zoom: 1;
}
/*---search----------------------*/
.b-search {
    zoom: 1;
}
/*---sevice----------------------*/
.b-sevice {
    zoom: 1;
}
.b-sevice li{
    display: inline;
}
/*---menu------------------------*/
.b-menu .item-1 span,
.b-menu li,
.b-menu ul,
.b-menu {
    zoom: 1;
}
/*---special---------------------*/
.b-special div,
.b-special {
    zoom: 1;
}
/*---news------------------------*/
.b-news dl,
.b-news {
    zoom: 1;
}
/*---path------------------------*/
.b-path {
    zoom: 1;
}
.b-path li {
    zoom: expression(
        runtimeStyle.zoom = 0,
        previousSibling &&
        insertBefore(
            createElement("m"), firstChild)
    );
}
.b-path m {
    zoom: expression(
        runtimeStyle.zoom = 0,
        innerText = "\a0\2192\20"
    );
}
/*---editor----------------------*/
.b-editor {
    zoom: 1;
}