.ac_results {
	
	/*display: table;*/
	position:absolute;
	
	margin-left: -9px;
	
	/*background-color: #fefefe;*/
	overflow: hidden;
	z-index: 99;
	
	
	height: 560px;	
	
	background-image: url(/imagens/close3.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
	width: 99%;	
}

.ac_results ul 
{
	width: 99%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	position:absolute;
	z-index: 100;
	background-color: #fefefe;

	border: solid 5px #93DB11;	
	
	
}

.ac_results li a{
	margin: 0px;
	/*padding: 3px 8px;*/
	cursor: pointer;
	display: block;
	
	font-family: verdana;
	font: menu;
	font-size: 12px;	
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	color: #72B710;


}

.ac_results li{
	/*width: 260px;*/	
	float: left;	
}


.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	
}

.ac_over 
{
	/*background-color: #2a2a2a;
	border: solid 1px #2a2a2a;*/
	color: #93DB11;	
}

.autocomplete-result-item
{
	width: 200px;
	text-align: center;	
	height: 320x;
}


.autocomplete-result-item img{
	margin: 5px;
	padding-top: 15px;
}

.autocomplete-result-item p{
	margin: 5px;	
	text-align: center;
	padding-bottom: 15px;
	
}



/*css do resultado dos produtos*/
.autocomplete-produtos-item
{
	margin: 5px;
	padding: 2px;
	font-weight: 14px;
	cursor: pointer;
}



