	#suggestBoxElement {
		border: 1px solid #8FABFF; 
		visibility: hidden; 
		text-align: left;  
		white-space: nowrap; 
		background-color: #eeeeee;
	}
	.suggestions {
		font-size: 14;
		background-color: #eeeeee;  
	}
	.suggestionMouseOver {
		font-size: 14;
		background: #3333ff; 
		color: white;
		cursor: pointer; 
		cursor: hand;		
	}
	.customSearch {
		z-index: 1000 !important;
	}
	.customSearch .qsi_wrapper {
		/* height: 220px; */
		height: 195px;
	}
	.customSearch .boxContent {
		overflow: visible;
		margin-top: 10px;
		padding-top: 0px;
	}
	.customSearch .city {
		overflow: visible; 
		margin-bottom: 0px; 
		z-index: 1000;
	}
	.customSearch .city .qsi_second {
		padding-bottom: 0px;
	}