/* autocomplete */
#autocomplete { z-index:9000 } /* for IE z-index of absolute divs inside relative divs issue */
#autocomplete {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: 306px;
}
#autocomplete .yui-ac-content {
    position: absolute;
    border-left: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-right: 2px solid #aaaaaa;
	border-top: none;
    background: #ffffff;
    z-index: 9050;
    padding: 0px;
	width: 128px;
	overflow: hidden !important;
}
#autocomplete ul {
    padding: 0px;
    margin: 0px;
}
#autocomplete li {
	width: auto;
	overflow: hidden;
	padding: 2px;
    margin: 0px;
    cursor: pointer;
    white-space: nowrap;
	overflow: hidden !important;
}
#autocomplete li.yui-ac-highlight { background: #aaaaaa; color: #fff; }
#autocomplete li.yui-ac-prehighlight { background: #666; color: #fff; }

/* yesterday's top searches */
.popularSearches {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
	color: #575757;
	width: 250px;
	position: relative;
	top: 3px;
	z-index: 2;
}
table.top_queries {
	border: double 3px #e5e5e5;
    margin: 0px 0px 30px 0px;
    width: 450px;
}
table.top_queries td { 
	text-align: left; 
	padding: 10px;
}
.top_queries ol {
    margin: 0pt -20px 0pt 30px;
    padding: 0px;
    color: #000000;
    font-size: 12px;
}
