﻿.busca { margin-top: 20px }
.ie .busca { margin-top: 30px }

.nav_busca {
	height: 26px;
}
.nav_busca a {
	display: block;
	float: left;
	margin-right: 2px;
	background-image: url(../../images/bg_menu_busca_r1.png);
	background-repeat: no-repeat;
	height: 27px;
	text-indent: -9999px;
}

.ie6 .nav_busca a {
   background-image: url(../../images/bg_menu_busca_r1.gif);
}

.nav_busca .buscaRapida_off {
	background-position: 0 0;
	width: 100px; 
}
.nav_busca .buscaRapida_on,
.nav_busca .buscaRapida_off:hover  {
	background-position: 0px -28px;
	width: 100px;
}
.nav_busca .buscaCompleta_off {
	background-position: -101px 0;
	width: 100px;
}
.nav_busca .buscaCompleta_on,
.nav_busca .buscaCompleta_off:hover  {
	background-position: -101px -28px;
	width: 100px;
}
.nav_busca .buscaCodNome_off {
	background-position: -202px 0;
	width: 140px;
}
.nav_busca .buscaCodNome_on,
.nav_busca .buscaCodNome_off:hover {
	background-position: -202px -28px;
	width: 140px;
}
.nav_busca .no_bg {
	background-image: none;
}
.buscaContent {
	background: url(../../images/bg_busca_box.gif) bottom left;
	padding: 6px 0px 10px 10px;
	position: relative;
	z-index: 20;
	color: #656565;
}

.buscaContent .text {
	color: #656565;
}

.buscaContent .ctr {
	background: url(../../images/bg_busca_corner_r2.gif) 0px 0px no-repeat;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.ie6 .buscaContent .ctr {
	position: absolute;
	top: 0;
	right: 27px;
}
.combo_box,	
.combo_box_on {
	display: block;
	color: #171717;
	background: url(../../images/bg_combo_r1_v3_pt2.gif) scroll no-repeat left top;
	float: left;
	position: relative;
	cursor: pointer;
}
.combo_box span,
.combo_box_on span {
	display: block;
	height: 20px;
	background: url(../../images/bg_combo_r3_v2.gif) scroll no-repeat right top;
	margin-left: 5px;
	line-height: 20px;
} 
.combo_box_off {
	display: block;
	color: #171717;
	background: url(../../images/bg_combo_r1_v3_pt2.gif) scroll no-repeat left top;
	float: left;
	position: relative;
	cursor: pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.combo_box span,
.combo_box_off span {
	display: block;
	height: 20px;
	background: url(../../images/bg_combo_r3_v2.gif) scroll no-repeat right top;
	margin-left: 5px;
	line-height: 20px;
} 
	
.combo_box {
	z-index: 1;
}
.combo_box_on {
	z-index: 9;
}
 
/*.busca .combo_box_on ul {
	position: absolute;
	top: 18px;
	left: -1px;
	z-index: 1000;
	border: solid 1px #dce0df;
	padding: 2px;
	background-color: #fff;
	overflow: auto;
	}*/
	
.combo_box ul,	
.combo_box_off ul { display: none; }
.combo_box_on ul { display: block; }

* html body .busca .combo_box_on ul { top: 17px; }
*:first-child+html body .busca .combo_box_on ul { top: 17px; }

.combo_box_on ul {
	position: absolute;
	top: 18px !important;	
	left: -1px;
	z-index: 5000;
	border: solid 1px #dce0df;
	padding: 2px;
	background-color: #fff;
	overflow: auto;
	}

* html body .combo_box_on ul { top: 3px; }
*:first-child+html body .combo_box_on ul { top: 3px; }

.combo_box ul li { height: 17px; overflow: hidden; z-index: 10; }
	
.combo_box_on ul li a
{
	font: normal 11px/17px arial;
	color: #171717;
	padding: 2px;
	display: block;
	height: 17px;
	z-index: 10;
	white-space: nowrap;
}
	
.combo_box_on ul li a:hover { background-color: #e1e1e1; }

input.text_box {
	height: 17px; 
	border: solid 1px #dce0df; 
	display: block; 
	font: normal 11px arial;
	line-height: 17px;
	color: #171717;
	background: #fff scroll no-repeat right top;
	padding-left: 5px;
	float: left;
}


.inputText {
	background: url(../../images/bg_inputText_l_r1.gif) top left no-repeat;
	display: inline-block;
	vertical-align: top;
}
.inputText_off {
    background: url(../../images/bg_inputText_l_r1.gif) top left no-repeat;
	display: inline-block;
	vertical-align: top;
    filter: alpha(opacity=50); 
    opacity: 0.5;
}
.inputText input, .inputText_off input {
	background: url(../../images/bg_inputText_r_r1.gif) top right no-repeat;
	line-height: 19px;
	height: 19px;
	margin-left: 5px;
	border: none;
}
.ie6 .inputText input, .ie6 .inputText_off input {
	margin-top: -1px;
}
.ie7 .ie7mt input {
	margin-top: -1px;
}
.info {
	height: 19px;
	width: 17px; 
	display: inline-block;
	background: url(../../images/bt_duvida_r3.gif) scroll no-repeat center center;
	text-indent: -2000px;
	outline: none;
	display: none;
}

.text { 
	height: 19px;
	font: normal 11px/19px arial;
	color: #171717;
}
.txtEnd { 
	padding-left: 145px;
}
.chrome .txtEnd { margin-top: -15px; }
.ie7 .txtEnd { padding-left: 30px; }
.ie6 .txtEnd { padding-left: 30px; }

.bt_buscar {
	height: 20px;
	width: 72px; 
	display: inline-block;
	background: url(../../images/bt_buscarSup_r3.gif) scroll no-repeat center center;
	text-indent: -2000px;
	overflow: hidden;
	}
.ie7 .bt_buscar { float: left; }
.ie6 .bt_buscar { float: left; }
.safari .bt_buscar {
	float: none;
}
.bt_buscar_off {
	height: 20px;
	width: 72px; 
	display: inline-block;
	background: url(../../images/bt_buscarSup_r3.gif) scroll no-repeat center center;
	text-indent: -2000px;
	overflow: hidden;
	cursor: default;
	filter:alpha(opacity=30);
	opacity:0.3;
	float: left;
}

.busca .linha1,
.busca .linha2,
.busca .linha3,
.busca .linha2_off,
.busca .linha3_off {
	padding-left: 40px;
}
	
.linha1 {
	background: url(../../images/img_1_r3.gif) scroll no-repeat 0px 10px;
	height: 40px;
	margin-bottom: 10px;
	z-index: 30 !important;
}
.linha2 {
	background: url(../../images/img_2_r3.gif) scroll no-repeat 0px 15px;
	height: 40px;
	margin-bottom: 10px;
	z-index: 20 !important;
}
.linha3 {
	background: url(../../images/img_3_r3.gif) scroll no-repeat 0px 30px;
	height: 40px;
	margin-bottom: 10px;
	z-index: 20 !important;
}
.linha2_off {
  display: none;	
}
.linha3_off {
  display: none;	
}
.linha3 .busca_ou {
    background: url(../../images/img_ou_r2.gif) no-repeat;
    text-indent: -3000px;
    float: left;
    width: 29px;
    height: 31px;
    margin: -10px 0 0 30px;
}
.linha3 .financiamento {
    background: url(../../images/seta_novo_r3.gif) no-repeat left center;
    padding-left: 70px;
    position: absolute;
    right: 115px;
}
.ie6 .linha3 .financiamento, 
.ie7 .linha3 .financiamento { 
    margin: 0 0 0 190px;
    z-index: 10;
}
.linha3 .financiamento_off {
    margin-left: 300px;
    background: url(../../images/seta_novo_off.gif) no-repeat left center;
    padding-left: 70px;
    position: absolute;
    opacity: 0.3;
}
.ie6 .linha3 .financiamento_off, 
.ie7 .linha3 .financiamento_off { 
    margin: 0 0 0 190px;
    z-index: 10;
}
.ie6 .linha3 .financiamento_off .info_financiamento, .ie7 .linha3 .financiamento_off .info_financiamento { color: #C6C6C6 !important; }
.ie6 .linha3 .financiamento_off input, .ie7 .linha3 .financiamento_off input { filter: alpha(opacity=50); }
.ie6 .linha3 .financiamento_off .duvida, .ie7 .linha3 .financiamento_off .duvida { filter: alpha(opacity=50); }

.linha3 input { float: left; padding-right: 5px; font-size: 11px; }
.linha3 label { float: left; margin: 2px 5px 0 0; }

.linha3 .duvida {
    background: url(../../images/bt_duvida_r3.gif) no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -3000px;
    float: left;
    margin-left: 0px;
}
.linha3 #balaoBuscaCompletaFinanciamento01 {
    display: none;
    position: absolute;
    width: 265px;
    margin: -30px 0 0 715px;
    z-index: 1000;
}
.linha3 #balaoBuscaCompletaFinanciamento02 {
    display: none;
    position: absolute;
    width: 265px;
    margin: -15px 0 0 540px;
    z-index: 1000;
}
.linha3 #balaoBuscaCompletaFinanciamento03 {
    display: none;
    position: absolute;
    width: 265px;
    margin: -15px 0 0 695px;
    z-index: 1000;
}

.ie6 .linha3 #balaoBuscaCompletaFinanciamento01,
.ie7 .linha3 #balaoBuscaCompletaFinanciamento01 { margin: -30px 0 0 615px; }
.ie6 .linha3 #balaoBuscaCompletaFinanciamento02 { margin: -15px 0 0 -295px; }
.ie7 .linha3 #balaoBuscaCompletaFinanciamento02 { margin: -15px 0 0 -360px; }
.ie6 .linha3 #balaoBuscaCompletaFinanciamento03 { margin: -15px 0 0 -140px; }
.ie7 .linha3 #balaoBuscaCompletaFinanciamento03 { margin: -15px 0 0 -205px; }

.linha3 #balaoBuscaCompletaFinanciamento01 .balao_top, .linha3 #balaoBuscaCompletaFinanciamento02 .balao_top, .linha3 #balaoBuscaCompletaFinanciamento03 .balao_top {
    background: url(../../images/balao_top.png) no-repeat;
    width: 250px;
    height: 12px;
    margin-left: 15px;
}
.ie6 .linha3 #balaoBuscaCompletaFinanciamento01 .balao_cont, .ie6 .linha3 #balaoBuscaCompletaFinanciamento02 .balao_cont, .ie6 .linha3 #balaoBuscaCompletaFinanciamento03 .balao_cont { margin-top: -2px; }

.linha3 #balaoBuscaCompletaFinanciamento01 .seta, .linha3 #balaoBuscaCompletaFinanciamento02 .seta, .linha3 #balaoBuscaCompletaFinanciamento03 .seta {
    background: url(../../images/seta_box.png) no-repeat left 18px;
    position: absolute;
    width: 17px;
    height: 40px;
    float: left;
    margin-right: 10px;
    
}
.linha3 #balaoBuscaCompletaFinanciamento01 .balao_cont, .linha3 #balaoBuscaCompletaFinanciamento02 .balao_cont, .linha3 #balaoBuscaCompletaFinanciamento03 .balao_cont {
    font-size: 10px; 
    color: #000;
    width: 234px;
    float: right;
    padding: 0 7px;
    background-color: #f5f5f5;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.linha3 #balaoBuscaCompletaFinanciamento01 .balao_bottom, .linha3 #balaoBuscaCompletaFinanciamento02 .balao_bottom, .linha3 #balaoBuscaCompletaFinanciamento03 .balao_bottom {
    background: url(../../images/balao_bottom.png) no-repeat;
    width: 250px;
    height: 17px;
    margin-left:15px;
}

.linha3 .margin_busca { margin: 0; }

.busca ul {
	float: left;
}
.item_box {
	display: inline-block;
	font: normal 11px/20px arial;
	color: #171717;
	background: url(../../images/bg_combo_r1_v3_pt2.gif) scroll no-repeat left top;
	position: relative;
	cursor: pointer;
	z-index: 1;
	height: 20px;
}
.item_box span {
	display: block; 
	font: normal 11px/20px arial;
	color: #171717;
	background: url(../../images/bg_combo_r3_v2.gif) right top no-repeat;
	position: relative;
	height: 20px;
	margin-left: 5px;
}

.item_box_off {
	display: inline-block;
	font: normal 11px/20px arial;
	color: #171717;
	background: url(../../images/bg_combo_r1_v3_pt2.gif) scroll no-repeat left top;
	position: relative;
	cursor: pointer;
	z-index: 1;
	height: 20px;
	margin-left: 5px;
	filter:alpha(opacity=30);
	opacity:0.3;
}
.item_box_off span {
	display: block; 
	font: normal 11px/20px arial;
	color: #171717;
	background: url(../../images/bg_combo_r3_v2.gif) right top no-repeat;
	position: relative;
	height: 20px;
	margin-left: 5px;
}

.popup_busca {
	position: absolute; 
	z-index: 10000; 
	background-color: #E4E4DC; 
	border: solid 1px #D2D0C3;
	left: 1px; 
	top: 1px;
	padding: 15px 10px;
}
.popup_busca ul { padding-left: 20px; }	
.popup_busca ul li {float: left; width: 165px; }
.popup_busca h5 { color: #333333; font: bold 16px/50px 'arial';  }
.popup_busca label { margin-left: 5px; font: normal 11px/1.5em 'arial'; color: #171717; }
.popup_busca .bt_ok { 
	display: block; 
	background: url(../../images/bt_ok_busca_r3.gif) scroll no-repeat 0 0; 
	width: 54px; 
	height: 19px; 
	text-indent: -20000px; 
	overflow: hidden;
	margin: 10px auto 0;
	} 
.popup_busca .bt_close {
	display: block; 
	background: url(../../images/bt_close.jpg) scroll no-repeat 0 0; 
	width: 10px; 
	height: 10px; 
	text-indent: -20000px; 
	overflow: hidden; 
	position:absolute;
	right:2px;
	top:2px;
	z-index:1;
	}
	
.popup_financiamento {
	position: absolute; 
	z-index: 10000; 
	background-color: #E4E4DC; 
	border: solid 1px #D2D0C3;
	left: 435px; 
	top: 130px;
	padding: 15px 10px;
	width: 225px;
}
.popup_financiamento_impo { top: 95px !important; left: 25px !important; }
.popup_financiamento ul { padding-left: 20px; }	
.popup_financiamento ul li {float: left; width: 165px; }
.popup_financiamento h5 { color: #333333; font: bold 16px/50px 'arial'; padding-bottom: 5px; width: 200px; height: 30px;  }
.popup_financiamento p { color: #333333; font: 11px 'arial'; }
.popup_financiamento .bt_ok { 
	display: block; 
	background: url(../../images/bt_ok_busca_r3.gif) scroll no-repeat 0 0; 
	width: 54px; 
	height: 19px; 
	text-indent: -20000px; 
	overflow: hidden;
	margin: 10px auto 0;
	} 
.popup_financiamento .bt_close {
	display: block; 
	background: url(../../images/bt_close.jpg) scroll no-repeat 0 0; 
	width: 10px; 
	height: 10px; 
	text-indent: -20000px; 
	overflow: hidden; 
	position:absolute;
	right:2px;
	top:2px;
	z-index:1;
	}
	
.busca ul.valor {
	width: 350px;
}

.popup_busca .sub_grupo { 
	height: 34px;
	padding: 0;
	margin-left: 20px; 
	}
.popup_busca .sub_grupo li { 
	float: left; 
	height: 29px;
	padding-top:5px;
	width: 100px;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(../../images/bg_popup_center.gif); 
	}
.popup_busca .sub_grupo li.frt {
	background-image: url(../../images/bg_popup_left.gif);
	background-position: right center;
	width: 34px;
	background-repeat: no-repeat;
	}
.popup_busca .sub_grupo li.last {
	background-image: url(../../images/bg_popup_right.gif);
	background-position: left center;
	width: 34px;
	background-repeat: no-repeat;
	}
.popup_busca .sub_grupo li input { 
	float: left; 
	margin-right: 2px; 
	margin-top: 4px;
	}
.popup_busca .sub_grupo li label {
	color: #ff8106; 
	display: block; 
	float: left; 
	}

.rolbar { height: 245px; overflow-x:hidden; overflow-y:auto; width: 480px; _width: 500px; position: relative; }
		
.popup_busca .tipo_busca .bx_11 .box_cont { width: 410px; }
.popup_busca .tipo_busca .bx_11 .box_cont .bx_12 .box_cont { width: 390px; }

* html body .popup_busca .tipo_busca .ie6_w180 { width: 180px!important; }
* html body .popup_busca .tipo_busca .ie6_w180 .box_cont { width: 180px!important; }

.popup_busca .tipo_busca .bx_11 .te,
.popup_busca .tipo_busca .bx_11 .td,
.popup_busca .tipo_busca .bx_11 .bd,
.popup_busca .tipo_busca .bx_11 .be { background-image:url(../../images/box_11.gif); }

.popup_busca .tipo_busca .bx_11 .box_cont .bx_12 .te,
.popup_busca .tipo_busca .bx_11 .box_cont .bx_12 .td,
.popup_busca .tipo_busca .bx_11 .box_cont .bx_12 .bd,
.popup_busca .tipo_busca .bx_11 .box_cont .bx_12 .be { background-image: url(../../images/box_03.gif); }

.popup_busca .tipo_busca .bd,
.popup_busca .tipo_busca .be { bottom: 0px; }

.popup_busca .busca_localidade .bx_11 .box_cont { width: 600px; }
.popup_busca .busca_localidade .bx_11 .box_cont .bx_12 .box_cont { width: 580px; }

.popup_busca .busca_localidade .bx_11 .te,
.popup_busca .busca_localidade .bx_11 .td,
.popup_busca .busca_localidade .bx_11 .bd,
.popup_busca .busca_localidade .bx_11 .be { background-image:url(../../images/box_11.gif); }

.popup_busca .busca_localidade .bx_11 .box_cont .bx_12 .te,
.popup_busca .busca_localidade .bx_11 .box_cont .bx_12 .td,
.popup_busca .busca_localidade .bx_11 .box_cont .bx_12 .bd,
.popup_busca .busca_localidade .bx_11 .box_cont .bx_12 .be { background-image: url(../../images/box_03.gif); }

.popup_busca .busca_localidade .bd,
.popup_busca .busca_localidade .be { bottom: 0px; }

.popup_busca .busca_bairro .bx_11 .box_cont { width: 490px; }
.popup_busca .busca_bairro .bx_11 .box_cont .bx_12 .box_cont { width: 450px; }

.popup_busca .busca_bairro .rolbar { width: 470px; }

.popup_busca .busca_bairro .bx_11 .te,
.popup_busca .busca_bairro .bx_11 .td,
.popup_busca .busca_bairro .bx_11 .bd,
.popup_busca .busca_bairro .bx_11 .be { background-image:url(../../images/box_11.gif); }


.popup_busca .busca_bairro .bx_11 .box_cont .bx_12 .te,
.popup_busca .busca_bairro .bx_11 .box_cont .bx_12 .td,
.popup_busca .busca_bairro .bx_11 .box_cont .bx_12 .bd,
.popup_busca .busca_bairro .bx_11 .box_cont .bx_12 .be { background-image: url(../../images/box_03.gif); }

.popup_busca .busca_bairro .bd,
.popup_busca .busca_bairro .be { bottom: 0px; }

.bullet_on { display:inline-block; float:left; width: 16px; height: 16px; margin: 15px 10px 0;  background: url(../../images/bullet_busca_on_r3.gif) 0px 0px no-repeat; }
.bullet_off {
	display:inline-block;
	float:left;
	width: 16px;
	height: 16px;
	margin: 15px 10px 0;
	background: url(../../images/bullet_busca_on_r3.gif) 0px 0px no-repeat;
	filter:alpha(opacity=40);
	opacity:0.4;
}
	
.floatingWindow {
	position: absolute;
	z-index: 10000;
	background-color: #fafafa;
	border: solid 1px #dce0df;
	left: 1px;
	top: 1px;
	overflow: auto;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	}

.floatingWindowContent {
	clear:both;
	overflow: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	}

* html body .floatingWindow { left: -100px; }
	
.floatingWindow .bt_close {
	display: block; 
	background: url(../../images/bt_close.jpg) scroll no-repeat 0 0; 
	width: 10px; 
	height: 10px; 
	text-indent: -20000px; 
	overflow: hidden; 
	float: right;
	}

/* --------------Pag de resultado Busca -------------------------------------------------------------------------------- */	
.traco { 
    background: url(../../images/img_traco.gif) repeat-x left bottom; 
    padding-bottom: 10px; 
}
.traco_02 { 
    background: url(../../images/img_traco_02.gif) repeat-x left bottom; 
    padding-bottom: 10px; 
}
.resul_busca { 
    font-size: 12px; 
}
.abre { 
    background: url(../../images/ico_mais_r3.gif) no-repeat; 
    text-indent: -9000px; 
    width: 19px; 
    height: 19px; 
    float: right;
    overflow: hidden; 
}
.fecha { 
    background: url(../../images/ico_menos_r3.gif) no-repeat; 
    text-indent: -9000px; 
    width: 19px; 
    height: 19px; 
    float: right;
    overflow: hidden; 
}
.on { display: block; }
.off { display: none; }

.area_util { 
    height: 30px;
    background: url(../../images/img_area_util_r3.gif) no-repeat left 3px; 
    padding-top: 25px;
}
.area_util li {  
    float: left;
}

.area_util li .combo_box_on ul li { background-image: none; padding-left: 0; float: none; }

.valor_area { 
    height: 30px;
    background: url(../../images/btn_valor_r3.gif) no-repeat left 3px; 
    padding-top: 25px;
}
.valor_area li {  
    float: left; 
}

.valor_area li .combo_box_on ul li { background-image: none; padding-left: 0; float: none; }

.pag { 
    position: relative; 
    margin-top: 20px; 
}
.pag li { 
    height: 28px; 
}
.refinar { 
    background: url(../../images/bt_refinar_r3.gif) no-repeat; 
    width: 141px; 
    height: 19px; 
    float: right; 
    text-indent: -9000px; 
    margin: 10px 10px 0 0;
    overflow: hidden; 
}
.bt_mostrar_todos { 
    background: url(../../images/bt_mostrar_todos_r3.gif) no-repeat; 
    width: 104px; 
    height: 19px; 
    float: right; 
    text-indent: -9000px; 
    margin: 10px 10px 0 0;
    overflow: hidden; 
}
.resultado { 
    height: 22px;
    float: left;
    margin-top: 10px;
}
.resultado li { 
    display: inline; 
    height: 22px;
    float: left;
    margin: 0 10px 0 0;
}
.resultado li.ordenar {     background: url(../../images/seta_ordenar_por.gif) no-repeat left 3px; padding-left: 88px;}
.resultado li.exibir {     background: url(../../images/seta_exibir.gif) no-repeat left 3px; padding-left: 48px;}
.pontilhado {    background: url(../../images/img_traco_02.gif) repeat-x left bottom;}
.link_pag {    font-weight: bold;    background: url(../../images/icon_seta.gif) no-repeat right; padding-right: 10px;}
.busca_nula { margin: 0 30px; line-height: 18px; width: 585px; float: right; }
.busca_nula b {    font-size: 12px;}

.filtro_resultado .combo_box_on ul { left: -1px; top: 17px; }
*:first-child+html body .filtro_resultado .combo_box_on ul { top: 17px; }

.loading_on { text-align: center; }
.loading_off { display: none; }

.busca .popup_busca .tipo_imovel { float: none; margin: 20px; }
.busca .popup_busca .tipo_imovel li { float: left; }

.popup_busca_cont {
	}

.a_topN_on {
	display:block;
	margin-bottom:10px;
	margin-left:20px;
	color: #ffab06;
	font-weight: bold;
	float: right;
	line-height: 40px;
}
.buscaRapida {
	background: url(../../images/bg_bullet_busca_r3.gif) 0px 7px no-repeat;
	padding-left: 35px;
}
.buscaRapida input {
	border: none;
}
.buscaRapida .campo_obrig,
.buscaCompleta .campo_obrig {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 10px;
  display: block;
}

.ie6 .buscaRapida .campo_obrig,
.ie6 .buscaCompleta .campo_obrig {  
  right: 30px;  
} 

.buscaCompleta input {
	border: none;
}
.buscaCodNome {
	background: url(../../images/bg_bullet_busca_r3.gif) 0px 15px no-repeat;
	padding-left: 35px;
}
.buscaCodNome input {
	border: none;
}
.filtrosResultado input {
	border: none;
}

#divFiltroResultadoTipoImovel {
	 
	}
	
#divFiltroResultadoCondicaoPagamento .condicao {
    font-size: 12px;
    font-weight: bold;
    padding: 1px 0 5px 5px;
    position: relative;
    float: left;
}
#divFiltroResultadoCondicaoPagamento .input_text {
    border: 1px solid #DCE0DF;
    width: 90px;
    padding: 0 5px;
    font-size: 11px;
    height: 15px;
    float: left;
}
#divFiltroResultadoCondicaoPagamento .duvida {
    background: url(../../images/bt_duvida_r3.gif) no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -3000px;
    float: left;
    margin: 0 8px 0 5px;
}

#balaoFiltroResultadosFinanciamento01 {
    display: none;
    position: absolute;
    width: 265px;
    margin: -65px 0 0 200px;
    z-index: 1000;
}
#balaoFiltroResultadosFinanciamento02 {
    display: none;
    position: absolute;
    width: 265px;
    margin: 8px 0 0 125px;
    z-index: 3000;
}
#balaoFiltroResultadosFinanciamento03 {
    display: none;
    position: absolute;
    width: 265px;
    margin: 5px 0 0 255px;
    z-index: 3000;
}

.ie6 #balaoFiltroResultadosFinanciamento01,
.ie7 #balaoFiltroResultadosFinanciamento01 { margin: -63px 0 0 205px; }
.ie6 #balaoFiltroResultadosFinanciamento02,
.ie7 #balaoFiltroResultadosFinanciamento02 { margin: 0px 0 0 125px; }
.ie6 #balaoFiltroResultadosFinanciamento03,
.ie7 #balaoFiltroResultadosFinanciamento03 { margin: 0px 0 0 255px }

#balaoFiltroResultadosFinanciamento01 .balao_top, #balaoFiltroResultadosFinanciamento02 .balao_top, #balaoFiltroResultadosFinanciamento03 .balao_top {
    background: url(../../images/balao_top.png) no-repeat;
    width: 250px;
    height: 12px;
    margin-left: 15px;
}
.ie6 #balaoFiltroResultadosFinanciamento01 .balao_cont, .ie6 #balaoFiltroResultadosFinanciamento02 .balao_cont, .ie6 #balaoFiltroResultadosFinanciamento03 .balao_cont { margin-top: -2px; }

#balaoFiltroResultadosFinanciamento01 .seta, #balaoFiltroResultadosFinanciamento02 .seta, #balaoFiltroResultadosFinanciamento03 .seta {
  background: url(../../images/seta_box.png) no-repeat left 18px;
  position: absolute;
  width: 17px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

#balaoFiltroResultadosFinanciamento01 .balao_cont, #balaoFiltroResultadosFinanciamento02 .balao_cont, #balaoFiltroResultadosFinanciamento03 .balao_cont {
    font-size: 10px; 
    color: #000;
    width: 234px;
    float: right;
    padding: 0 7px;
    background-color: #f5f5f5;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#balaoFiltroResultadosFinanciamento01 .balao_bottom, #balaoFiltroResultadosFinanciamento02 .balao_bottom, #balaoFiltroResultadosFinanciamento03 .balao_bottom {
    background: url(../../images/balao_bottom.png) no-repeat;
    width: 250px;
    height: 17px;
    margin-left:15px;
}

/*Resultado busca lista*/
.mn_lista_busca {
    width: 959px;
}
.mn_lista_busca table tr.mn td a {
    background: url('../../images/bg_lista_r3.gif') repeat-x left center;
    display: block;
    border-left: 1px solid #2d58ab;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-top: 13px;
    height: 28px;
}
.mn_lista_busca table tr.mn td a.duas_linha {
    padding-top: 5px;
    height: 36px;
}
.mn_lista_busca table tr.mn td a.bairro {
    width: 71px;
}
.mn_lista_busca table tr.mn td a.segmento {
    width: 74px;
}
.mn_lista_busca table tr.mn td a.codigo {
    width: 120px;
}
.mn_lista_busca table tr.mn td a.tipo_imovel {
    width: 98px;
}
.mn_lista_busca table tr.mn td a.dorms {
    width: 55px;
}
.mn_lista_busca table tr.mn td a.vagas {
    width: 50px;
}
.mn_lista_busca table tr.mn td a.area_util_m {
    width: 56px;
}
.mn_lista_busca table tr.mn td a.endereco {
    width: 129px;
}
.mn_lista_busca table tr.mn td a.cidade {
    width: 87px;
}
.mn_lista_busca table tr.mn td a.a_vista {
    width: 88px;
}
.mn_lista_busca table tr.mn td a.parcela {
    width: 86px;
}
.mn_lista_busca table tr.mn td a.branco {
    width: 34px;
}
.mn_lista_busca table tr.mn_cont td {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    text-align: center;
    height: 50px
}
.mn_lista_busca table tr.mn_cont td a {
    color: #000;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}
.mn_lista_busca table tr.mn_cont:hover td a {
    color: #315bac;
}
.mn_lista_busca table tr.mn_cont td a.detalhe {
    float: right;
}
.mn_lista_busca table tr.mn_cont td a.favorito {
    float: right;
}

/*Resultado busca lista Alg*/
.mn_lista_busca_locacao {
    width: 959px;
}
.mn_lista_busca_locacao table tr.mn td a {
    background: url('../../images/bg_lista_r3.gif') repeat-x left center;
    display: block;
    border-left: 1px solid #2d58ab;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-top: 13px;
    height: 28px;
}
.mn_lista_busca_locacao table tr.mn td a.duas_linha {
    padding-top: 5px;
    height: 36px;
}
.mn_lista_busca_locacao table tr.mn td a.bairro {
    width: 71px;
}
.mn_lista_busca_locacao table tr.mn td a.segmento {
    width: 74px;
}
.mn_lista_busca_locacao table tr.mn td a.codigo {
    width: 122px;
}
.mn_lista_busca_locacao table tr.mn td a.tipo_imovel {
    width: 126px;
}
.mn_lista_busca_locacao table tr.mn td a.dorms {
    width: 55px;
}
.mn_lista_busca_locacao table tr.mn td a.vagas {
    width: 50px;
}
.mn_lista_busca_locacao table tr.mn td a.area_util_m {
    width: 56px;
}
.mn_lista_busca_locacao table tr.mn td a.endereco {
    width: 149px;
}
.mn_lista_busca_locacao table tr.mn td a.cidade {
    width: 126px;
}
.mn_lista_busca_locacao table tr.mn td a.aluguel {
    width: 86px;
}
.mn_lista_busca_locacao table tr.mn td a.branco {
    width: 34px;
}
.mn_lista_busca_locacao table tr.mn_cont td {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    text-align: center;
    height: 50px
}
.mn_lista_busca_locacao table tr.mn_cont td a {
    color: #000;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}
.mn_lista_busca_locacao table tr.mn_cont:hover td a {
    color: #315bac;
}
.mn_lista_busca_locacao table tr.mn_cont td a.detalhe {
    float: right;
}
.mn_lista_busca_locacao table tr.mn_cont td a.favorito {
    float: right;
}