/*  Styling for Suggestion Box Container  */
.suggestionsBox {
   border: 1px solid #D9E6F0;
    color: #000000;
    left: 499px;
    position: absolute;
    top: 204px;
    width: 120px;
    background-color: #fff;
    }
	
.suggestionsBox {
    background-color: #FFFFFF;
    border: 1px solid #D9E6F0;
    color: #000000;
    left: 103px;
    position: absolute;
    top: 34px;
    width: 118px;
}
#inputString { width: 240px; padding: 0px; font-size: 18px;}

/*.suggestionList {   position: relative; top: 15px;}*/

/*  Individual Search Results  */
.suggestionList ul {margin-left:5px;}
.suggestionList li {
	
	padding: 0 0 3px 0px;
	cursor: pointer;
	list-style-type: none;
}

/*  Hover effect  */
.suggestionList li:hover { background-color: #C1C1C1; font-weight: bold;}
