body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 150%;
}

#expoLogo {
	margin-top: -35px;
	margin-bottom: -20px;
	padding: 0;
}

#searchField {
	font-size: 1.0em;
	height: 1.2em;
	-webkit-border-radius: 10px;
}

.suggestions {
	background-color: #F0F0F0;
	padding: 2px 6px;
	font-size: 0.8em;
	margin-left: 20px;
	border: 1px #666 groove;
}

#popups {
	position: relative;
	width: 250px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

#searchField.error {
	background-color: #FFC;
}

.pickedDiv {
	z-index: 3;
	background-color: #F00;
	opacity: 0.20;
}

#map {
	margin-top: 5px;
	margin-left: 1px;
}

#vendorInfo {
	visibility: hidden;
	position: absolute;
	background-color: #FF6;
	border: 1px solid gray;
	z-index: 5;
	width: 150px;
	font-size: 0.5em;
	padding: 10px 2px 2px 10px;
	-webkit-tap-highlight-color: rgba(255,255,128,1.0);
	-webkit-border-radius: 10px;
}

#closeBox {
	visibility: hidden;
	margin: 3px;
	z-index: 6;
	position: absolute;
}

.smInfo {
	font-size: .8em;
	padding-top: 0;
	margin-top: 0;
}

#goHome {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	font-size: .5em;
}

/*
 From here to the end, borrowed from Apple
*/

ul {
	padding: 0;
	margin: 0 10px 17px 10px;					/* Set each list 17 pixels from the top */
	font-family: Helvetica;
	width: 290px;
	-webkit-border-radius: 8px;					/* Round each corner of the created rectangle */
	border: 1px rgb(217, 217, 217) solid;		/* Draw a rectangle around each list */
}

li {
	list-style-type: none;
	border-top: 1px solid rgb(217,217,217);	/* Create lines between cells. Each placed above each item */
	padding: 10px 10px 14px 10px;		/* Indent the cell content 14 pixels from the bottom edge of a cell */
	font-size: .8em;
}

li:first-child {
	border-top:0;    				/* Remove border above the first item of the list */
}

li a {
	display: block; 				/* Sets the href to be a block rather than inline */
	padding: 8px 0 12px 8px;	 	/* The padding properties adjust the text content within the href block */
	margin: -8px 0 -12px -8px;		/* The margin properties adjust the size of the href block  */  
}