.imeDisabled {
    ime-mode:disabled;
}

#tabContent2 .carsList .carInfo .textColumn .fieldLabel input,
#tabContent2 .carsList .carInfo .textColumn .checkboxesWrapper input{
    *margin: 0 3px 0 0;
}

.zipCodesBox {
    *filter:alpha(opacity=80);
}

#searchResult .cellLayout .car .content .middle .properties div {
    *font-size: 13px;
}

#CarBody DIV.main .prev, #CarBody DIV.main .next {
    *filter:alpha(opacity=50);
}

#CarBody DIV.main .prev:hover, #CarBody DIV.main .next:hover {
    *filter:alpha(opacity=80);
}


#CarBody .main {
    height: expression(this.scrollHeight < 482 ? "480px" : "auto");
}

#CarBody {
    height: expression(this.scrollHeight < 682 ? "680px" : "auto");
}

#photoDescription {
    *filter:alpha(opacity=90);
}

#dealerInformation .dealerData .address .value{
    *width: expression(this.scrollWidth > 427 ? "425px" : "auto");
}

#Block1 td, #Block2 td {
    *font-size: 11px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ui-dialog .ui-dialog-content { padding-right: 0 !important;}
}

body:nth-of-type(1) #tabContent2 .carsList .carInfo .labelColumn,
        #tabContent2 .carsList .carInfo .valuesColumn{
    padding-top: 5px;
    padding-bottom: 5px;
    height: 20px;
}

.dealerSearch .expandedView dd table .firstColumn .info a:hover span {
    filter:alpha(opacity=60);
}
