/* 
    Document   : cms39_css
    Created on : 30 Νοε 2012, 12:06:10 μμ
    Author     : nikmauro
    Description:
        Purpose of the stylesheet follows.
*/

.typeahead__list {
    z-index: 200;
}

/*
root {
    display: block;
}

#masterSearch {
}

#masterSearch .searchResultLoop li a {
    color: black;
}

#masterSearch .searchResultLoop .excerpt {
    display: block;
    margin-bottom: 10px;
    font-size: 1em;
}

.cms39-searchSuggest-not-data {
    padding: 5px;
}

.cms39-searchSuggest {

}

.cms39-searchSuggest-link {
    display: block;
    padding: 2px 0px;
}

.cms39-searchSpinner {
    background-repeat: no-repeat !important;
    background-position: right 5px center !important;
    background-image: url('ajax-loader.gif') !important;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}
*/