/* 
    Document   : search
    Created on : 08.12.2011, 13:09:59
    Author     : shsdev
    Description:
        Style sheet for the search box
*/

form.globalsearch { margin:0; display: inline }

span.highlight { background-color: #E3E5E5; padding:1px}

.suggestionsBox span.highlight { background-color: #9bb9db; padding:1px}

.suggestionsBox {
    font-size: 0.8em;
    position: relative;
    left: 0px;
    margin: 10px 0px 0px 0px;
    width: 16.9em;
    background-color: #E3E5E5;
    color: #2f65a1;
}

.suggestionsBox img {
    left: 7px !important;
	top: -10px !important;
}

.suggestionList {
    margin: 0px;
    padding: 10px;
}

.suggestionList a {
    color: #445666 !important;
}

.suggestionList a span {
    background-color: #f9f9f9 !important;
}

.suggestionList li {

    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #9BB9DB;
}
