.ac_results {
	text-align: left;
	padding: 0px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 10px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	border-bottom: 1px solid #f5f5f5;
	line-height: 16px;
	overflow: hidden;
	position: relative;
}

.ac_results li.show-all {
	text-align: center;
	background: #fbfbfb;
}
.ac_results li .instsearch_image {
	float: left;
	width: 45px;
}
.ac_results li .instsearch_image img {
	width: 100%;
}
.ac_results li .instsearch_name {
	display: block;
	padding: 0 80px 0 10px;
	height: 29px;
	overflow: hidden;
	line-height: 14px;
	color: #000;
}
.ac_results li .in-stock,
.ac_results li .out-of-stock {
	padding: 0 0 0 10px;
	display: inline-block;
	margin-top: 5px;
}
.ac_results li .in-stock:before,
.ac_results li .out-of-stock:before {
	content: ' ';
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: -2px;
}
.ac_results li .in-stock {
	color: #01B706;
}
.ac_results li .in-stock:before {
	background-color: #01B706;
}
.ac_results li .out-of-stock {
	color: #ff6433;
}
.ac_results li .out-of-stock:before  {
	background-color: #ff6433;
}
.ac_results li .instsearch_price {
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 70px;
	font-weight: 600;
	font-size: 13px;
	color: #000;
	height: 60px;
	text-align: right;
}

/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
