.ac_results {
	padding: 0 0.4em;
	margin-left:-0.1em;
	margin-top: 0.3em;
	/*border: 1px solid WindowFrame;*/
	background-color: #fff;
	border-left: 4px solid #30cdd7;
	border-bottom: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	box-shadow: 1px 1px 1px #CCCCCC;
	-webkit-box-shadow: 1px 1px 1px #CCCCCC;
	-moz-box-shadow: 1px 1px 1px #CCCCCC;
	overflow: hidden;
	z-index:99;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	background: url("/i/sidenav_dev.gif") repeat-x scroll 0 0 transparent;
	padding: 5px 0.4em;
	margin: 0 0 0 -0.4em;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	text-align:left;
}

.ac_loading {
	background : Window url('/images/indicator.gif') right center no-repeat;
}

.ac_over {
	background: #d8fdff!important;
	/*color: HighlightText;*/
}


.dropdown-search{
    position: absolute;
    top: 40px;
    left: 0;
    width: 401px;
    overflow: hidden;
    z-index: 5;
    display: none;
    box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
    -webkit-box-shadow: 0 1px 3px #666;
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=1, color=#666);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=90, color=#666, strength=3);
    background:#fff;
    z-index:11;
    border-radius:1px;
}
.dropdown-search .c{
    margin: 10px 0 0;
    height: 1%;
    overflow: hidden;
    border-left: 1px solid #8b9696;
    border-right: 1px solid #8b9696;
    border-top: 1px solid #8b9696;
    background: #fff;
}
.dropdown-search .b{
    height: 2px;
    overflow: hidden;
    background:url(/images/search-dr-b.png) no-repeat;
}
.dropdown-search ul{
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    font-family: 'PT Sans',arial,sans-serif;
}
.dropdown-search ul li{
    font-size: 17px;
}
.dropdown-search ul li a{
    text-decoration: none;
    display: block;
    padding: 3px 0 3px 12px;
}
.dropdown-search ul li a:hover{
    background: #cdebeb;
}