#questLogo{
  float:left;
  margin:0;
}

.logo-holder {
	width: 180px;
}

#navigation {
	padding:0px;
	margin:0px;
}

#sign-in {
	width: 10px;
}

.countries-content ul li {
	background-color: #FFFFFF;
}

#autocompleteUpper {
	float:left;
}

.yui-ac-bd ul li {
	float: none;
	padding: 0px;
	background: none;
	list-style-type: none;
}

/* header styles */
.toolbar, .toolbar:link, .toolbar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0e7499;
	text-decoration: underline;
}

a.toolbar:hover, .toolbar:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0e7499;
}

/* Tooltip */

.tooltip { display: none; }

#tooltip {
	position: absolute;
	z-index: 3000;
	/*border: 1px solid #111;*/
	/*background-color: #eee;*/
	padding: 5px;
	opacity: 0.85;
	width: 285px;
  color: #ffffff;
}

#tooltip .top {
	height: 5px;
	background: url(http://ko-mp.quest.com/shared/images/tooltip-top-2.png) 0 0 no-repeat;
}

#tooltip .body {
	background: url(http://ko-mp.quest.com/shared/images/tooltip-background-2.png) 0 0 repeat-y;
	padding: 5px 10px;
	min-height: 100px;
	font-size: 12px;
}

#tooltip .bottom {
	height: 8px;
	background: url(http://ko-mp.quest.com/shared/images/tooltip-bottom-2.png) 0 0 no-repeat;
}

#tooltip h3, #tooltip div { margin: 0; }
