.ac_results {
	padding: 0px;
	border: 1px solid #B08F42;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 0px 0px;
	cursor: default;
	display: block;
	/* 
	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_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8DEC7;
}

.ac_over {
	background-color: #CAAF71;
}






.barSearchResultItem{
	display:block;
}

	.barSearchResultItem .Img{
		width:60px;
		height:35px;
		float:left;
		margin-right:4px;
		background-color:#FFF;
		text-align:center;
		border-bottom:1px solid #E5E5E5;
		border-right:1px solid #E5E5E5;

	}
	.barSearchResultItem .Marka{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11;
		color:#5F3913;
		font-weight:bold;
		float:left;
	}
	.barSearchResultItem .Isim{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11;
		color:#5F3913;
		float:right;
	}
	.barSearchResultItem .Fiyat{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13;
		font-weight:bold;
		color:#CC3300;
		float:right;
		padding-left:10px;
		margin-top:-20px;
		padding-right:10px;
	}
	.barSearchResultItem .Break{
		clear:both;
	}
