﻿.ac_results {
	padding: 0px;
	border: 1px solid #c7b060;/*black*/
	overflow: hidden;
	z-index: 99999;
	background-color:white;
	margin-top:3px;
	
}

.ac_results ul {
	width: 99%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background:transparent url(../../Images/bg_searchHotel_248.gif) repeat-y scroll 0 0;/*new*/
	border:1px solid #fff;/*new*/
	
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px 2px 14px;
	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;
	cursor:pointer;
	background:transparent url(../../Images/arrowRight.gif) no-repeat 6px 8px;
	
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	color:#826e27;
}

.ac_even {color:#826e27;
          
}


.ac_over {
	
	color:#3f3b37;	
	sbackground: none !important;
	background-color: #e6d7a6 !important;
}

.divLabel
{
    padding: 8px 3px 1px 5px;
    text-align: left;
    font-weight:bold;
    color:#7f7f7f;
    border-bottom:1px dotted #c7b060;
    
    }