	.suggestionsBox {
		position: absolute;
		left: 0px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #214478;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;
		z-index: 999;
	}
	
	 .suggestionsBoxFast {
    position: absolute;
    left: 50px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    z-index: 999;
  }
  
	.suggestionsBoxCity {
		position: relative;
		left: 40px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;
		color: #fff;
	}

	.suggestionListCity {
		margin: 0px;
		padding: 0px;
	}

	.suggestionList {
		margin: 0px;
		padding: 0px;
                background-color: #214478;
	}

	.suggestionList li {
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style-type:none;
	}

	.suggestionListCity li {
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style-type:none;
	}

	.suggestionList li:hover {
		background-color: #AFC6E9;
                color: black;
	}
	
	.suggestionList li {
   color: white;
  }

