/* CSS Document */

.caixaBusca {
	background-color: #9CBB20;
	height: 40px;
}

#imgPreload {
	display:none;
}

#meio {
	float: left;
	margin-top: 0px;
	*margin-top: -19px;
}

#countainer {
	float: left;
	width: 973px;
}

#resultados {
	float: left;
	width: 720px;
	display: inline;
}

#resultadosPesquisa {
	float: left;
	width: 100%;
	border: 1px solid #9CBB20;
	color: #9CBB20;
	margin-left: 26px;
	display: inline;
}

#resultadosPesquisaInner {
	float: left;
	padding: 12px;
	display: inline;
}

.resultadoMsg {
	margin-bottom: 15px;
}

.resultadoTipo{
	font-size:18px;
	margin-left: 30px;
	padding-left: 15px;
	background-image: url(../img/seta_direita_verde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
}
.resultadoCidade{
	font-size:14px;
	margin-left: 30px;
	padding-left: 15px;
	background-image: url(../img/seta_direita_verde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
}
.resultadoOutros{
	font-size:11px;
	margin-left: 30px;
	padding-left: 15px;
	background-image: url(../img/seta_direita_verde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
}

.itemResultado {
	float: left;
	width: 100%;
	height: 171px;
	padding-right: 28px;
}

.itemResultadoPatrocinado {
	float: left;
	width: 100%;
	height: 171px;
	background-color: #EEF3F7;
	padding-right: 28px;
}

.fotoResultado {
	border: 1px solid #9CBB20;
	padding: 2px;
	float: right;
}

.fotoResultadoPatrocinado {
	border: 1px solid #487CA4;
	padding: 2px;
	float: right;
}

#filtrosArrastando {
	width: 200px;
	height: 400px;
	border: 3px dashed #0066CC;
	left: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
}

#filtrosGeral {
	width: 200px;
	border-bottom: 2px solid #9CBB20;
	border-top: 2px solid #9CBB20;
	border-left: 2px solid #9CBB20;
	border-right: 2px solid #9CBB20;
	display: inline;
	background-color: #FFFFFF;
	visibility: visible;
	margin-right: 4px;
	margin-top: -53px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

#filtroTopo {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #9CBB20;
	background-image: url(../img/bg_topo_filtro.jpg);
	background-repeat: repeat-x;
}

.filtroMove {
	float: left;
	width: 166px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #9ABC1F;
	cursor: move;
}

.botaoAba {
	float: left;
	width: 22px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}

#botaoAbaImg {
	margin-top: 12px;
}

#filtroAba {
	float: right;
	width: 8px;
	background-color: #33CC33;
}

.botaoArrasta {
	cursor: move;
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px;
	line-height: 20px;
	font-family: tahoma;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0033CC;
	display: none;
}

#innerFiltro {
	float: left;
	width: 180px;
}

.filtroLabel {
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #9ABC1F;
	padding-left: 20px;
	background-repeat: no-repeat;
	line-height: 15px;
	height: 15px;
	cursor: pointer;
	margin-bottom: 5px;
}

.filtroOptionsFrame {
	float: left;
	padding: 4px 0px 10px 4px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	width: 196px;
	cursor: default;
}

#filtroLocalidadeCont {
	float: left;
	width: 196px;
	height: 480px;
	*height: expression( this.scrollHeight > 480 ? "480px" : "auto" );
	max-height: 480px;
	overflow: scroll;
	overflow-x: hidden;
}

#filtroTipoCont {
	float: left;
	width: 196px;
	height: 165px;
	*height: expression( this.scrollHeight > 165 ? "165px" : "auto" );
	max-height: 165px;
	overflow: scroll;
	overflow-x: hidden;
}

.filtroOptions {
	float: left;
	width: 161px;
	margin-left: 20px;
	display: inline;
	margin-top: 3px;
	font-family: arial;
	font-size: 11px;
}

.filtroOptionsSelected {
	float: left;
	width: 161px;
	margin-left: 20px;
	display: inline;
	background-color: #E0EBB9;
	font-family: arial;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 3px;
	font-weight: bold;
}

.filtroOptions div {
	float: left;
	margin-top: 1px;
	*margin-top: 2px;
	text-align: left;
}

.filtroOptionsSelected div {
	float: left;
	margin-top: 1px;
	*margin-top: 2px;
	text-align: left;
	font-weight: bold;
}

.filtroOptions input {
	float: left;
	margin-left: 0px;
}

.filtroOptionsSelected input {
	float: left;
	margin-left: 0px;
}

.filtroOptionsHoriz {
	float: left;
	width: 31px;
	margin-left: 3px;
	display: inline;
	margin-top: 3px;
	font-family: arial;
	font-size: 11px;
}

.filtroOptionsHorizSelected {
	float: left;
	width: 31px;
	margin-left: 3px;
	display: inline;
	margin-top: 3px;
	font-family: arial;
	font-size: 11px;
	background-color: #E0EBB9;
	font-weight: bold;
}

.filtroOptionsHoriz div {
	float: left;
	margin-top: 1px;
	*margin-top: 2px;
	text-align: left;
}

.filtroOptionsHorizSelected div {
	float: left;
	margin-top: 1px;
	*margin-top: 2px;
	text-align: left;
	font-weight: bold;
}

.filtroOptionsHoriz input {
	float: left;
	margin-left: 0px;
}

.filtroOptionsHorizSelected input {
	float: left;
	margin-left: 0px;
}

#divOrdenamento {
	float: left;
	border: 1px solid #DDDDDD;
	border-top: none;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 5;
	overflow-x: hidden;
	cursor: pointer;
}

.ordenamentoItem {
	float: left;
	width: 100%;
	padding-left: 15px;
	background-image: url(../img/seta_direita_cinza.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: arial;
	font-size: 11px;
	color: #999999;
	height: 22px;
	line-height: 22px;
}

.ordenamentoItemSelected {
	float: left;
	width: 100%;
	padding-left: 15px;
	background-image: url(../img/seta_direita_branca.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #146798;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	line-height: 22px;
}

.frameOrdenamento {
	float: left;
	margin: 35px 0px 0px 26px;
}

.txtOrdenamento {
	float: left;
	font-family: arial;
	font-size: 11px;
	color: #999999;
	padding-top: 3px;
}

.btnOrdenamento {
	float: left;
	width: 105px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	border: 1px solid #DDDDDD;
	background-image: url(../img/seta_baixo_cinza.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 15px;
	margin-left: 5px;
}

.verMaisBairros {
	float: left;
	width: 151px;
	font-family: arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	margin-left: 55px;
	display: inline;
	cursor: pointer;
}

.caixaBairros {
	float: left;
	width: 99%;
	height: 115px;
	overflow: hidden;
}

.caixaRolaBairros {
	float: left;
	width: 99%;
	height: 115px;
	overflow: hidden;
}

.rolagemBairrosCima {
	float: left;
	width: 151px;
	height: 10px;
	line-height: 10px;
	margin-left: 30px;
	display: inline;
	background-image: url(../img/seta_rola_cima.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.rolagemBairrosBaixo {
	float: left;
	width: 151px;
	height: 10px;
	line-height: 10px;
	margin-left: 30px;
	display: inline;
	background-image: url(../img/seta_rola_baixo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.framePaginacao {
	width:100%;
	height:18px;
	float:left;
	cursor:default;
	margin-top: 15px;
}

.innerPaginacao {
	width:580px;
	height:18px;
	cursor: default;
}

.itemPagina {
	float: left;
	margin-left: 2px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #9ABC20;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.itemPaginaOn {
	float: left;
	margin-left: 2px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #9ABC20;
	background-color: #9ABC20;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

#rodapeFrame {
	float: left;
	width: 940px;
	border-top: 1px solid #DDDDDD;
	margin: 45px 0px 0px 26px;
	padding: 7px 0px 15px 0px;
	color: #666666;
}

#rodapeFrame a {
	text-decoration: none;
	color: #666666;
	font-family: arial;
	font-size: 12px;
}

#rodapeFrame a:hover {
	text-decoration: underline;
}

#searching {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
/*	background-image: url(../img/searching.gif);*/
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 100%;
	font-family: arial;
	font-size: 12px;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}