.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin: 4px 0 0 0px;
}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
		.ac_results li {
			margin: 0;
			padding: 5px 2px 5px 2px;
			cursor: default;
			display: block;
			background-position: 3px 5px;
			background-image: none;
			/* 
			if width will be 100% horizontal scrollbar will apear 
			when scroll mode will be used
			*/
			/*width: 100%;*/
			font: menu;
			font-size: 12px;
			/* 
			it is very important, if line-height not setted or setted 
			in relative units scroll will be broken in firefox
			*/
			line-height: 16px;
			overflow: hidden;
		}
	.ac_results img {
		float: left;
		margin-right: 3px;
	}
	.ac_results div {
		width: 107px;
		float: right;
	}
	.ac_results div.rychle_pridavani {
		width: 345px;
		float: left;
	}
	.ac_results .obj_c {
		font-size: 15px;
		line-height: 150%;
	}
	.ac_results .nazev-rychle-pridani {
		font-size: 11px;
		font-weight: normal;
		line-height: 120%;
	}
	.ac_results .nazev {
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		line-height: 120%;
	}
	.ac_results .cena {
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		text-align: right;
		padding-top: 5px;
	}
	.ac_results a {
		color: #000000;
		font-size: 11px;
	}
	.ac_results .ac_over p,
	.ac_results .ac_over .cena {
		color: #FFFFFF;
	}

.ac_loading {
	background-image: url('/autocomplete/loading.gif')!important;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #666666;
	color: white;
}
	.ac_over a {
		color: #FFFFFF !important;
	}