.ac_results {
	padding: 0px;
	margin-top: 5px;
	border-top: 0px solid #919191;
	border-bottom: 0px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 0px 1px 4px #666;
	box-shadow: 2px 2px 2px #666;
	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: 4px 12px;
	cursor: default;
	display: block;
	text-align:left;

	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;
	font-size: 0.9em; */
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 1.5em;
	overflow: hidden;
}

.ac_results li img {
	width: 45px;
	float:left;
	/*border: 1px solid #b7b7b7;*/
}

.ac_results li span {
	display:block;
	margin-left:50px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 5px;
}

.ac_results li div {
	clear:both;
	text-align: right;
	padding: 2px;
	margin: 0;
}
.ac_results li div a{
	font-weight: bold;
	text-decoration: none;
}
.ac_results li:last-child {
	background-color: #919191;
}
.ac_results li:last-child div a {
	color: #fff;
}


.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
	background-color: #dfdfdf;
}
.ac_even {
	/*background-color: #eee;*/
	background-color: #dfdfdf;
}

.ac_over {
	/*background-color: #777;*/
	background-color: #b7b7b7;
	color: white;
}
#dukewidget { display:block; }
#dukewidget h3 { display:block; height: 24px; color: #fff; padding: 4px 5px 0 5px; font-family: Tahoma; font-size: 1.1em;  margin: 0;}
#dukewidget p { display:block; float:left; width: 50%;margin:2px 0; text-transform:uppercase; }
#dukesearchboxcontainer { width: 50%; display:block; float:right; height: 30px; }
#dukewidgetsearchbox { margin:0px 5px; height: 15px; display:block; width:130px; float:left; font-size: 0.9em; padding-left: 5px; border:1px solid #ccc; }
#dukewidgetsearchbutton { display:block; float:right; background-color: #666; height: 20px; border: 1px solid #999; padding: 2px 5px; color: #fff; font-weight: bold;  font-size: 11px; }


#dukewidgetimages { clear: both; display:block; width: 100%; font-family: tahoma; font-size: 0.9em; list-style-type: none; background: #fff; height: 230px; margin:0; padding:0;  }
#dukewidgetimages li { float: left; padding: 6px 6px 0px 6px; text-align:center; width: 100px; height: 106px; overflow:hidden; }
#dukewidgetimages li a { color: #0068c4; }
#dukewidgetimages img { display:block; height: 60px; margin:5px auto; border: none; }