/* Do not put any placement or width style in the citySuggest tags or you may break
   a bunch of pages. A bunch of pages are now using UniversalSuggest widget and within
   each of those pages are defined the placement of this widget.
 */

#citySuggest {
	position: absolute;
	}
#citySuggest ul {
	background: #f6f7fb;
	border-right: 1px solid #0C4D87;
	border-bottom: 1px solid #0C4D87;
	border-left: 1px solid #2967BA;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	text-align: left;
	white-space:normal;
	}
#citySuggest li {
	color: #000;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
#citySuggest li span {
	border-top: 1px solid #fff;
	border-right: 1px solid #d7e3fc;
	border-bottom: 1px solid #d7e3fc;
	border-left: 1px solid #fff;
	cursor: pointer;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 4px 5px 5px 5px;
	text-decoration: none;
	}
#citySuggest li.selected span {
	background-color: #2967BA; /* old color #eaedf8 */
	border: 1px solid #2967BA;
	color: #fff !important;
	}
#citySuggest li a:hover {
	background: #eaedf8;
	}
