@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.hideSuggestClass{
	height: auto;
	display:none;
	width: 260px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
	color:#849da7;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	color:#000 !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.auto
{ 
	padding-left:15px;
	padding-right:15px;
	background:url(../../_imagens/comum/bg-auto-suggest.png) repeat-y;
}
.auto-titulo
{
	width:236;
	height:34px;
	background:url(../../_imagens/comum/titulo-auto-suggest.png) no-repeat;
}
.auto-rodape
{
	width:236;
	height:13px;
	background:url(../../_imagens/comum/rodape-auto-suggest.png) no-repeat;
}
.auto-pontilhado
{
	width:200px;
	height:10px;
	clear:both;
}
/*background:url(../_imagens/comum/bg-linha.gif) repeat-x;*/
