/* Start: Autosuggest */
.ms-autosuggest {
	border: 1px solid #394052;
	background: #fff url(/gfx/default/autosuggest-bg.jpg) 0 0 no-repeat;
	padding-top: 20px;
	text-align: left;
}

.ms-autosuggest li {
	padding: 0 0 0 14px;
	margin: 0;
	height: 19px;
	line-height: 19px;
	cursor: pointer;
	font-size: 1.1em;
	color: #000;
	font-family: Verdana, sans-serif;
	list-style: none;
}

.ms-autosuggest li:hover,
.ms-autosuggest li.current {
	background: #092469;
	color: #fff; 
}
/* Koniec: Autosuggest */