#offerTypes .sale {
    background: url('/img/locale/hr/prodaja.jpg') no-repeat left top;
}

#offerTypes .rent {
    background: url('/img/locale/hr/najam.jpg') no-repeat left top;
}

#offerTypes .smallBuy {
    background: url('/img/locale/hr/kupnja.jpg') no-repeat left top;
}

#offerTypes .smallRent {
    background: url('/img/locale/hr/najam_potraznja.jpg') no-repeat left top;
}

#offerTypes .smallReplace{
    background: url('/img/locale/hr/zamjena.jpg') no-repeat left top;
}

#offerTypes .smallRoomate {
    background: url('/img/locale/hr/cimer_cimerka.jpg') no-repeat left top;
}

#offerTypes .sale:hover {
    background: url('/img/locale/hr/prodaja.jpg') no-repeat left top;
}

#offerTypes .rent:hover {
    background: url('/img/locale/hr/najam.jpg') no-repeat left top;
}

#offerTypes .smallBuy:hover {
    background: url('/img/locale/hr/kupnja.jpg') no-repeat left top;
}

#offerTypes .smallRent:hover {
    background: url('/img/locale/hr/najam_potraznja.jpg') no-repeat left top;
}

#offerTypes .smallReplace:hover{
    background: url('/img/locale/hr/zamjena.jpg') no-repeat left top;
}

#offerTypes .smallRoomate:hover {
    background: url('/img/locale/hr/cimer_cimerka.jpg') no-repeat left top;
}

#formSearch #subRegionText {
    max-width: 45%;
}