﻿
.autocomplete-w1 {
	position:absolute;
	top:3px;
	left:4px;
	margin:8px 0 0 6px; /* IE6 fix: */
	_background:none;
	_margin:0;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.autocomplete { border:1px solid #d3e4ee; border-top:none; background:#fff; cursor:pointer; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#d3e4ee; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

