﻿
.autocomplete-w1 {position: fixed;width:auto;/* IE6 fix: */ _background:none; _margin:0;}
.autocomplete {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    /*margin-top: 10px;*/
    cursor: pointer;
    font-size: 18px;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    position: absolute;
    transition: transform .2s,visibility .2s;
    transform: translateY(0);
    width: 100%;
    z-index: -1;
    _height:350px;  _margin:0; _overflow-x:hidden; 
}
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight: bold; color:#FF6600; }
.autocomplete a { font-weight: bold; color:#FF6600; text-decoration:none;}
.old-autocomplete { 
	border:1px solid #999; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	color: #666;
	background:#FFF; 
	cursor:default; 
	text-align:left; 
	max-height:450px; 
	overflow:auto; 
	margin:-6px 6px 6px -6px; 
	/* IE6 specific: */ 
	_height:350px;  _margin:0; _overflow-x:hidden; }