.ac_results {
	padding: 0px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	overflow: hidden;
	width: 286px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	margin: 0;
}

.ac_results iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}

.ac_results li.cidade {
	color: #3f3f3f;
	background: url(imagens/sobre_produtos/table_th_bkg.gif) repeat-x;
	cursor: auto;
	float: left;
}

.ac_results li {
	margin: 0px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 0.76em;
	overflow: hidden;
	float: left;
	color: #ca4141;
}

.ac_results li strong {
	width: 190px;
	float: left;
	text-align: left;
	padding: 5px 12px 5px 12px;
	border-right: #d3d3d3 1px solid;
	font-weight: normal;
}

.ac_results li em {
	font-style: normal;
	padding: 5px 12px 5px 12px;
	float: left;
	width: 45px;
}

.ac_loading {
	background: Window url('../imagens/indicator.gif') right center
		no-repeat;
}

.ac_over {
	background-color: #f0f0f0;
	color: #ca4141;
}
/*.jqac-menu { overflow:hidden;}
.jqac-menu ul,
.jqac-menu ul li {display:inline; float:left; clear:both;}
.jqac-menu ul li { width:100%; border-bottom:1px solid #ccc; cursor:pointer; }
.jqac-menu ul {	
	width:300px;
	background:#fff;	
}
*/
.jqac-menu{
    /*font-size: 14px;*/
    color: black;
    background-color: white;
    border: 1px solid #aaa;
    overflow:hidden;
}
.jqac-menu ul{
    list-style: none;
    margin: 1px;
    padding: 1px;
    overflow: hidden;
}
.jqac-menu .jqac-link {
    cursor: hand;
    cursor: pointer;
    display: block;  }
.jqac-menu .jqac-highlight {
    background-color: #ddf;  }
.jqac-menu .jqac-warning {
    font-style: italic;  }
.jqac-menu em {
    text-decoration: underline;  }
.jqac-menu .jqs-info {
    text-align: right;
    font-style: italic;
    /*font-size: .75em;*/
    color: #666;  }
