div.fld {
    background: #FFFFFF url( /static/images/selectWidget/select.gif ) no-repeat right;
    border: 1px solid  #B0B0B0;
    cursor: default;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    text-align:center;
    width: 211px;
    color: black;
    padding-top:2px;
}

.optionsDiv {
    position: absolute;
    width: 210px;
    height: 200px;
    background-color: white;
    display: none;
    overflow: auto;
    border: 1px solid #B0B0B0;
    color: black;
}
.optionsDivIE {
    position: absolute;
    width: 210px;
    height: 200px;
    background-color: white;
    display: none;
    overflow: auto;
    border: 1px solid #B0B0B0;
    color: black;
}

.rootcategoryHeader {
    font-weight: bold;
    color:#000000;
}

.selectItem {
    width:100px;
    margin-left:5px;
    _vertical-align:top;
}
html:root*.selectItem {
    width:100px;
    margin-left:5px;
    vertical-align:middle;
}
@media all and (min-width:0) {.selectItem {
    width:100px;
    margin-left:5px;
    vertical-align:baseline;
}}
input.category_check_box {
    margin-right:0px;
    margin-left:3px;
    vertical-align:middle;
    margin-top:1px;
    _margin-top:0px;
    padding:0px;
    font-size:0px;
    border:0px;
    width:16px;
    height:16px;
}
html:root*input.category_check_box {
    margin-right:0px;
    margin-left:3px;
    vertical-align:middle;
    margin-top:5px;
}
body:last-child:not(:root:root) input.category_check_box{
    height:auto;
}