

.ac_results 
{
	z-index: 99999;
}

.ac_results ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
	text-align:left;
	background: rgb(241, 241, 241);
	background: rgba(241, 241, 241, 0.8);
	border: 1px solid #590c12;
	-moz-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	width: 310px;
	
	
}

.SearchImg {
				border:1px solid #590c12;
				width: 50px;
				height: 50px;
				margin-right: 5px;
				float: left;
}


.ac_results li {
	clear: both;
	padding: 5px;
	min-height: 50px;
}

.ac_loading {
	background: green url('../Images/ThumbZoom/Loader.gif') right center no-repeat;
}

.ac_over {
	color: #ffffff;
	background-color: #481109; 
}

.ac_over a
{
    color: #ffffff;
    text-decoration:none;
}

.ac_results li a.last
{
    /*color: #ffffff;*/
    text-decoration:none;
    text-align:center;
}

.SearchList li.SearchListLast {
	min-height: inherit;
	text-align:center;
	background-color: none; 
}

.SearchList li.SearchListLast:hover {
	background-color:transparent; 
}
	

/* Search Bar 

.SearchImg {
				border:1px solid #590c12;
				width: 50px;
				height: 50px;
				margin-right: 5px;
				float: left;
}

.SearchList {
	margin: 0; 
	padding: 0; 
	list-style: none;
	text-align:left;
	background: rgb(241, 241, 241);
	background: rgba(241, 241, 241, 0.8);
	border: 1px solid #590c12;
	-moz-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	width: 310px;
}

.SearchList li {
	clear: both;
	padding: 5px;
	min-height: 50px;
}

.SearchList li:hover {
	color: #ffffff;
	background-color: #481109; 
}

.SearchList li.SearchListLast {
	min-height: inherit;
	text-align:center;
	background-color: none; 
}

.SearchList li.SearchListLast:hover {
	background-color:transparent; 
}

*/

/*Default autocomplete styles 

.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;
	font: menu;
	font-size: 12px;
	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: #0A246A;
	color: white;
}
*/