.sfc_favourite {
    cursor:pointer;
    float:left;
}
.sfc_favourite div {
    float:left;
}
/* Favourite Listing loading image  */
.sfc_loading {
    background:url(../loading.gif) 2px 2px no-repeat!important;
}
.sfc_favourite_star {
    background:url(stars.png) top left no-repeat;
    width:20px;
    height:20px;
    margin-right:5px;
}
.sfv_add_fav .sfc_favourite_star,
.sfc_remove_fav:hover .sfc_favourite_star{
    background-position:0 0px;
}
.sfc_remove_fav .sfc_favourite_star, 
.sfv_add_fav:hover .sfc_favourite_star{
    background-position:0 -20px;
}
.sfc_favourite_text {
    padding-top:1px;
}

/* Overwrite My Favourite Searches loading image */
/*
.eip-loading {
    background:url(newloadingimage.gif) 2px 2px no-repeat!important;
}
*/