.dmg_results_search {
    background: #EDEEF2;
}

.dmg_results_form_areas .dmg_select_wrap {
    background: #d1d2d6;
}

.dmg_results_search_form .search-bar-top > li .dmg_results_nav_control,
.dmg_results_search_form .search-bar-top > li .dmg_select_display {
    color: #D71344;
    text-transform: capitalize;
}

.dmg_results_search_form {
     background: transparent;
}


.dmg_select_display, .dmg_results_nav_control { 
    background: url(/images/layout/select-down-arrow-red.png) right center no-repeat;
}

#dmg_control_form_options:checked + .dmg_results_search .dmg_results_form_options .dmg_results_nav_control {
    background: url(/images/layout/select-up-arrow-red.png) right center no-repeat;
}

.content_check:checked + .dmg_results_nav_control {
    background: url(/images/layout/select-up-arrow-red.png) right center no-repeat;
}

.dmg_listing_address {
    color: #D71344;
}

.dmg_listing_price {
    font-size: 26px;
    color: #343434;
}

.dmg_sidebar_wrapper .dmg_listing_price {
    font-size: 22px;
}

.dmg_results_filter .dmg_select_display { 
    background: #EDEEF2 url(/images/layout/select-down-arrow-red.png) right 5px center no-repeat;
}

#dmg_result_view + .dmg_select_display,
#sort_by + .dmg_select_display {
    color: #D71344;
    text-transform: capitalize;
}

.dmg_sidebar_wrapper #dmg_result_view + .dmg_select_display,
.dmg_sidebar_wrapper #sort_by + .dmg_select_display {
    height: 34px;
    line-height: 34px;
}

.dmg_results_firstPageActive {
    background-image: url(/images/layout/paginate-first-red.png);
}


.dmg_results_previousPageActive {
    background-image: url(/images/layout/paginate-prev-red.png);
}

.dmg_results_nextPageActive {
    background-image: url(/images/layout/paginate-next-red.png);
}

.dmg_results_lastPageActive {
    background-image: url(/images/layout/paginate-last-red.png);
}

.dmg_listing_mlslogo.company img {
    height: 45px;
}

.dmg_sidebar_wrapper .dmg_listing_mlslogo.company img {
    height: 30px;
}