/* CSS Document */

.resultado_bairro {
	background: url(../img/resultado_bairro_bac.jpg);
	padding-left: 6px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	}
.resultado td {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 26px;
	background-image: url(../img/resultado_res_bac.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	}
.resultado_tits, .resultado_tits td {
	background: url(../img/resultado_campos_bac.jpg);
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 26px;
	color: #000;
	text-align: center;
	}
.resultado_cod {
	color: #ABCC19;
	text-align: center;
	}
	
.detalhes_top {
	font: bold 26px 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
	line-height: 49px;
	padding-left: 14px;
	color: #ABCC19;
	}
.detalhes_top_cod {
	vertical-align: top;
	text-align: right;
	padding-right: 13px;
	padding-top: 23px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
.detalhes_tit {
	padding-left: 7px;
	background: url(../img/detalhes_tits_bac.jpg);
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	}
.detalhes_texto {
	line-height: 15px;
	padding: 10px 16px;
	text-align: justify;
	background: #DADADA;
	}
.detalhes_informacoes {
	padding: 4px 23px 15px 15px;
	background: #DADADA;
	}
.detalhes_informacoes label {
	line-height: 24px;
	font-weight: bold;
	padding-left: 8px;
	display: block;
	}
.detalhes_informacoes input, .detalhes_informacoes textarea {
	border: 2px solid #666;
	font: 15px Arial, Helvetica, sans-serif;
	background: #fff;
	}
.detalhes_informacoes textarea {
	overflow: auto;
	}
.detalhes_fechar {
	height: 38px;
	text-align: center;
	}
.detalhes_fechar a {
	font-weight: bold;
	color: #ABCC19;
	text-decoration: underline;
	}
.detalhes_fechar a:hover, .detalhes_fechar a:active {
	color: #333;
	}
.detalhes_observacao {
	height: 32px;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}
.detalhes_dados td {
	line-height: 24px;
	width: 25%;
	padding: 0 10px 2px 10px;
	}
.detalhes_dados .impar td {
	background-image: url(../img/detalhes_bac_impar.jpg);
	background-position: bottom;
	background-color: #F5F4F2;
	background-repeat: repeat-x;
	}
.detalhes_dados .par td {
	background-image: url(../img/detalhes_bac_par.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #DADADA;
	}
.detalhes_dados .campos {
	color: #666;
	text-align: right;
	border-right: 1px solid #fff;
	}
.detalhes_dados .coluna1 {
	border-right: 2px solid #fff;
	}
.detalhes_dados .coluna2 {
	border-right: 2px solid #fff;
	}
.detalhes_dados .coluna3 {
	border-right: 2px solid #fff;
	}
.detalhes_corretor td {
	line-height: 24px;
	padding: 0 10px 2px 10px;
	}
.detalhes_corretor .impar td {
	background: url(../img/detalhes_bac_impar.jpg);
	}
.detalhes_corretor .par td {
	background: url(../img/detalhes_bac_par.jpg);
	}
.detalhes_corretor .coluna1 {
	color: #666;
	text-align: right;
	border-right: 1px solid #fff;
	width: 25%;
	}
.detalhes_corretor .coluna2 {
	width: 75%;
	}
.detalhes_fotos {
	padding: 12px 0;
	text-align: center;
	background: #DADADA;
	}
.detalhes_fotos .maior {
	width: 100%;
	text-align: center;
	}
.detalhes_fotos .maior img {
	max-width: 400px;
	max-height: 300px;
	border: 3px solid #fff;
	}
.detalhes_fotos .menor td {
	text-align: center;
	font-size: 10px;
	color: #333;
	}
.detalhes_fotos .menor img {
	border: 3px solid #fff;
	width: 90px;
	height: 72px;
	}
.semborda, .sem_borda, .semborda input, .sem_borda input {
	border: none;
	}

