.bookingLocationSearchWidget {	display: block;	width: 100%;	position: relative;}.bookingLocationSearchWidget .caption {	display: block;	width: 99%;}.bookingLocationSearchWidget .results {	padding:0 .4em;	margin-bottom:2em;	vertical-align:middle;	border-radius:3px;	min-width:50px;	max-width:400px;	width:100%;	min-height:36px;	background-color:#fff;	border:2px solid #c9c9c9;	margin:0 0 24px;	position: static;	display: none;	height: 200px;	overflow-x: hidden;	overflow-y: scroll;	z-index: 10;}.bookingLocationSearchWidget .results .area {	font-weight: bold;	color: #333;	margin-top: .5em;}.bookingLocationSearchWidget .results .location {}.bookingLocationSearchWidget .results .location a {	/*padding-left: 1em;	display: block;	text-decoration: none;	color: #333;*/}.bookingLocationSearchWidget .results .location a:hover {	/*color: white;	background-color: #09678D;*/}