body {
    background-color: white;
}

#listings_brand_filters {
    position: relative;
    clear: both;
    margin-top: 13px;
    margin-left: 18px;
}
    #listings_brand_filters img {
        position: relative;
        float: left;
        margin:2px;
        border: solid #ABB2E0 1px;
        cursor: pointer;
    }
    
    #listings_brand_filters img.show {
        margin: 0px;
        border: solid #FE0000 3px;
    }
    
#listings_table {
    position: relative;
    clear: both;
    padding-top: 11px;
}
