.ac_results {
	padding: 0px;
	border: 1px solid black;
	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: 2px 5px;
	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: #eee;
}

.ac_over {
	background-color: #0073B2;
	color: white;
}

/* OVERLAY */

/* the overlayed element */ 
div.overlay {
	/* growing background image */ 
    background-image:url(../img/overlay/white.png);
	/* dimensions after the growing animation finishes  */ 
    width:540px;
	height:620px;
	/* initially overlay is hidden */ 
    display:none;
	/* some padding to layout nested elements nicely  */ 
    padding:55px;
}
/* default close button positioned on upper right corner */ 
div.overlay div.close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* black */ 
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat    !important;
	color:#fff;
}
/* petrol */ 
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat    !important;
	color:#fff;
}
div.black h2, div.petrol h2 {
	color:#ddd;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
div.rating-cancel, div.rating-cancel a {
	background:url(../../www.comparephonerecyclers.co.uk/img/delete.gif) no-repeat 0 -16px

}
div.star-rating, div.star-rating a {
	background:url(../img/star.gif) no-repeat 0 0px


}
div.rating-cancel a, div.star-rating a {
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px;
	border:0
}
div.star-rating-on a {
	background-position:0 -16px!important
}
div.star-rating-hover a {
	background-position:0 -32px
}
/* Read Only CSS */
div.star-rating-readonly a {
	cursor:default !important
}
/* Partial Star CSS */
div.star-rating {
	background:transparent!important;
	overflow:hidden!important
}
/* END jQuery.Rating Plugin CSS */
*/