@charset "utf-8";

/* RESULTADOS */

#resultados {
	margin-top:0px;
	margin-left:12px;
	
}

#resultados .anuncio {
	padding:45px 0 0 0;
}

#resultados .anuncio .select {
	width:17px;
	min-height:100px;
	_height:100px;
	padding:5px 0 0 0;
	*padding:0;
	text-align:center;
	float:left;
	background:url(../img/bg_anuncio.jpg) no-repeat;
}

#resultados .anuncio .select input {
	*margin:0 0 0 -2px;
	_width:16px;
	_margin:0;
}

#resultados .anuncio .imovel {
	width:601px;
	float:right;
	background:#d1d7db;
	padding:11px;
	min-height:360px;
}

#resultados .anuncio:hover .imovel, #resultados .anuncio.aberto .imovel {
	width:601px;
	padding:10px;
	_padding:9px;
	border:1px solid #ff7d00;
	background:#FEF6ED;
}

/*#resultados .anuncio:hover .imovel .descricao, #resultados .anuncio.aberto .imovel .descricao {
	background:url(../img/bg_descricao_anuncio_over.jpg) repeat-y;
}*/

#resultados .anuncio .imovel .imagem {
	min-width:602px;
	float:left;
}
#resultados .anuncio .imovel .imagem .fotoPrin {
	float:left;
}
#resultados .anuncio .imovel .imagem ul.propriedades img {
	padding:0;
	background:none;
}

#resultados .anuncio .imovel .imagem ul.propriedades li {
	float:none;
	display:block;
	margin:5px 0;
}

#resultados .anuncio .imovel .imagem ul.propriedades li a {
	color:#5C7486;
	font-weight:normal;
}
.btn_inferiores { 
	margin-top:10px;
	float:left;
	width:607px;
	
}
.btn_inferiores span.cod {
/*	background:url(../img/bg_cod.png) no-repeat;*/
	margin:0 5px 0 0;
	padding:2px 0 1px 5px;
	width:163px;
	height:40px;
	display:table-cell;
	border:none;
	float:right;
}

#resultados .anuncio .imovel .imagem img {
	padding:5px;
	background:#fff;
	border:1px solid #c4cfd7;
}

#resultados .anuncio .imovel .tit {
	width:420px;
	min-height:114px;
	padding:10px 0 0 10px;
	float:right;
	background:#fff;
	cursor:pointer;
}

#resultados .anuncio .imovel .tit span {
	display:block;
	float:left;
	font-weight:bold;
	padding:2px 8px 0 0;
}

#resultados .anuncio .imovel .tit span.cod {
	width:80px;
	height:17px;
	float:right;
	margin:0 5px 0 15px;
	padding:2px 0 0 0;
	background:#eef2f5;
	border:1px solid #c4cfd7;
	text-align:center;
}

#resultados .anuncio .imovel .descricao {
	float:left;
	margin:10px 0 0 0;
}
#resultados .anuncio .imovel .descricao .video {
	float:left;
	width:165px;
	color:#000;
}
#resultados .anuncio .imovel .descricao .valor {
	width:140px;
	float:left;
	margin:0;
	text-align:center;
}

#resultados .anuncio .imovel .descricao .valor span {
	display:block;
	font:bold 20px Arial, Helvetica, sans-serif;
	padding:15px 0;
}

#resultados .anuncio .imovel .descricao .itens {
	width:170px;
	float:left;
	font:normal 11px Arial, Helvetica, sans-serif;
	margin-left:60px;
}

#resultados .anuncio .imovel .descricao .itens strong {
	font-size:12px;
}

#resultados .anuncio .imovel .descricao .anunciante {
	width:162px;
	float:left;
	margin:0 0 0 43px;
	text-align:center;
}

#resultados .anuncio .imovel .descricao .anunciante span {
	color:#000;
/*	text-transform:uppercase;
	font-weight:bold; */
}

#resultados .anuncio .imovel .descricao .anunciante .wrap, #resultados .anuncio .imovel .descricao .valor .wrap {
	height:100%;
}

#resultados .anuncio .imovel .descricao .anunciante .wrap a {
	display:block;
	margin:0;
}



/*  DATALHES   */

.detalhes {
	display:none;
	margin:0px -10px 0 -10px;
	padding:0px 11px;
	background:url(../img/bg_detalhes.jpg) no-repeat left top #FEF6ED;
}


.detalhes ul.propriedades li {
	width:auto;
	margin:0 20px;
}

.detalhes .wrap {
	width:295px;
	float:left;
}

.preco_imovel {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#000;
	margin-top:12px;
	float:left;
}
.preco_imovel address {
	font-size:11px;
	font-weight:normal;
	color:#000;
	font-style:normal !important;
	float:left;
	margin:15px 10px 0 0;
}
.v_condominio {
	float:right;
	margin: 26px 6px 0 0;
	color:#000;
}
/*  DATALHES  - AVALIAÇÃO */

.detalhes .avaliacao {
	width:135px;
	float:left;
	margin:10px 0 0 0;
}

.detalhes .avaliacao strong {
	font-size:12px;
}

.detalhes .avaliacao span {
	font-size:10px;
	float:right;
	padding:0 10px 0 0;
}

.detalhes .avaliacao img {
	cursor:pointer;
}


/*  ------------------------- */
.detalhes .wrap .logo {
	width:135px;
	height:90px;
	line-height:70px;
	float:right;
	background:#fff;
	text-align:center;
	border:1px solid #C6CED1;
	vertical-align:middle;
}

.detalhes .wrap .tipo_anunciante {
	clear:both;
	width:135px;
	text-align:center;
	float:right;
}

.detalhes .wrap .logo a:hover {
	text-decoration:none;
}

.detalhes .wrap .logo img {
	vertical-align:middle;
}

.detalhes .wrap ul.propriedades li {
	margin:0 45px 0 -10px;
}



/* DETALHE - BARRA DE CONTATOS -------------  */


.detalhes .barra_contatos {
	width:621px;
	min-height:100px;
	background:#fff;
	margin:5px -11px;
	border-top:1px solid #C6CED1;
	border-bottom:1px solid #C6CED1;
}

.detalhes ul.formas_contato {
	float:left;
	display:inline;
	padding:10px 0;
}

.detalhes ul.formas_contato li {
	float:left;
	display:inline;
	margin:0 6px;
	text-align:center;
}
.ie8 .detalhes ul.formas_contato li {
	margin:0 11px;
}
.detalhes #audio {
	width:240px;
	height:60px;
	float:right;
	margin:10px 0 0 0;
}




/*  DETALHES - MENU DAS ABAS  --------------- */


.detalhes ul.menu_abas, ul.menu_abas2 {
	height:40px;	
	margin:0;
	background:#FFF;
	float:left;
}

.detalhes ul.menu_abas li, ul.menu_abas2 li {
	float:left;
	margin:8px 1px;
}

.detalhes ul.menu_abas li a, ul.menu_abas2 li a {
	display:block;
	float:left;
	height:17px;
	padding:6px 12px 9px;
	font:bold 15px Tahoma,sans-serif;
	color:#FFF;
	background:#FF9C3E;
	text-align:center;
}

.detalhes ul.menu_abas li a.atual, ul.menu_abas2 li a.atual {
	background:#ED7401;
	font-weight:bold;
	text-decoration:none;
	height:25px;	
}

.detalhes ul.menu_abas li a:hover, ul.menu_abas2 li a:hover {
	text-decoration:none;
	background:#FC6;
	color:#555;
}

.detalhes .cx_abas .conteudoAba {
	padding:15px;
	font:12px Arial, Helvetica, sans-serif;
	background:#FEF5EC;
	border: 1px solid #ED7401;
	width:625px;	
	color:#000;
}
#box3{
	width:645px !important;
}
#mapa{
	width:613px !important;
	float:left !important;
}

/*  DETALHES - ABAS   ----------------*/


.detalhes .cx_abas {
	width:648px;
	margin:20px 0;
	background:#fff;	
	_height:227px;
}

.detalhes .abas_setas {
	width:647px;
	height:40px;
	overflow:hidden;
	background:#FFF;	
}

.detalhes .abas_setas a.seta_dir, .detalhes .abas_setas a.seta_esq {
	display:none;
	width:20px;
	height:32px;
	overflow:hidden;
	padding-left:3px;
	margin-top:8px;
	float:left;
	background:#fff;
	border-left:2px solid #EFF2F4;
}

.detalhes .abas_setas a.seta_esq {
	cursor:default;
	border:none;
	border-right:2px solid #EFF2F4;
}

.detalhes .abas {
	width:601px;
	height:40px;
	overflow:hidden;
	float:left;
	background:none;
}

.detalhes .cx_abas .carregando {
	position:absolute;
	display:none;
	width:130px;
	height:50px;
	margin:30px 0 0 230px;
	background:#fff;
	padding:10px;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}

.detalhes .cx_abas .imgs {
	padding:10px;
	_padding:8px;
}

.detalhes .cx_abas .imgs ul.imagens li {
	width:140px;
	height:100px;
	margin:20px 2px 0 3px;
	float:left;
	text-align:center;
	color:#4e4e4e;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.detalhes .cx_abas .imgs ul.imagens li a {
	display:block;
	width:131px;
	height:58px;
	padding:3px;
	border:1px solid #c8d2da;
	overflow:hidden;
}

dl.videos, ul.vids_thumbs {
	background:#fff;
	float:left;
	margin:10px 0;
}

dl.videos dt {
	font-size:20px;
	margin:5px 0;
}

ul.vids_thumbs {
	margin:10px 0 0 0;
	padding:20px 0;
}

ul.vids_thumbs li {
	width:130px;
	height:120px;
	float:left;
	padding:0;
	text-align:center;
	margin:7px;
	_margin:5px;
	font-size:11px;
}

/* 21.12.2011 */
.info_col1 li {
	padding: 7px 0 7px 0;
	text-align:left;
	font-size:12px;
}
.descricao .itens .info_col2 li {
	padding: 2px 0 2px 0;
	text-align:left;
	font-size:12px;
	color:#000;
}
.anunciante .wrap .info_col3 {
	margin-top:3px;
}
.anunciante .wrap .info_col3 li {
	padding: 3px 0 3px 0;
	text-align:left;
	font-size:11px;
	color:#000;
}
.informativo{
	background-color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 27px 0;
    text-align: justify;
    width: 647px;
}
.infoRodape{
	margin:16px 0 0 15px;
	height:25px;
	border-top:1px solid #EDBB89;
	padding-top:15px;
}
.infoRodape dt{
	font: 13px Arial, Helvetica, sans-serif;
	display:inline;
}

