.ac_results {
	padding: 0px;
    /*border: 1px solid #8c8b8b;*/
	background-color: #fff;
	overflow: hidden;
	width: 250px;
	color: #5c5c5e;
}

.ac_results ul {
	width: 250px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	margin: 0px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	background-color: #fff;
}
.ac_results li a img {
	float: right;
	padding: 5px;
	border: 1px solid #999;
	background-color: #fff;
}
.ac_results li.result-desc {
	float: left;
	width: 250px;
}
.ac_results li a {
	text-decoration: none;
	display: block;
}
.ac_results li.search-box-pens {
	height: 200px;
}
.ac_results li.search-box-mugs {
	height: 70px;
}
.ac_results li.search-box-wa {
	height: 70px;
}
.ac_results li:hover {
	color: #fff;
	/* padding: 0 0 5px 5px; */
	background-color: #757575;
}

.ac_results li:hover a {
		color: #fff !important;
}

.ac_loading {
	/*background : Window url('./indicator.gif') right center no-repeat;*/
}

ul ul .autocompletesub {
	background:#0F0 !important;
	z-index:10000;
}

.ac_results ul ul {
	color:#757575 !important;
}

.ac_results ul ul li {
	background:none;
	padding-left: 15px !important;
	padding-right: 5px !important;
	color:#757575 !important;
}

.ac_results ul ul li:hover {
	background-color: #757575 !important;
	color:#FFF;
}

.ac_over {
	color: #000;
	width: 250px;
	padding: 8px 5px 5px 0px;
}
.ac_odd {
	width: 250px;
	padding: 8px 5px 5px 0px;
}
.ac_even {
	width: 250px;
	padding: 8px 5px 5px 0px;
}
.ac_odd img, .ac_even img, .ac_over img  {
	float:right;
	margin: 0 5px 3px 0;
	padding: 0px;
	border: 1px solid #999;
	background-color: #fff;
	height: auto;
}
