﻿.overflow-hidden {
    overflow:hidden;  
}

.floatLeft{
    float: left;
}

/*for the search engine word hit*/
.searchHitList em
{
    color: #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px #FFFFFF inset;
    font-style: normal;
    font-weight: bold;
}


/*find for best bets*/
.searchHitList li.bestBet{
    background-color: wheat;
}


/*iframes from google and addthis under body*/
body > iframe{
    left: 0px !important;
}
