@charset "utf-8";
/* CSS Document */

/*Estrutura Interna Módulo Comparar*/

#tabela_comparar {
	position:relative;
	float:left;
	width:760px;
	}

#linha_foto_imovel {
	position:relative;
	float:left;
	width:760px;
	}

.divisao_interna_tabela {
	position:relative;
	float:left;
	width:760px;
	height:10px;
	}

.linha_itens {
	position:relative;
	float:left;
	width:760px;
	border-top:1px dotted #CCC;
	}
	
.linha_itens:hover {
	background-color:#E9E9E9;
	}
	
.item_padrao {
	position:relative;
	float:left;
	width:178px;
	margin-left:55px;
	}

.item_padrao h1 {
	position:relative;
	float:left;
	width:177px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	}

.item_padrao h2 {
	position:relative;
	float:left;
	width:177px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	clear:left;
	font-weight:bold;
	}

.comporta_ver_detalhes {
	position:relative;
	float:left;
	margin-top:10px;
	}

.comporta_excluir_imovel {
	position:relative;
	float:left;
	margin-top:5px;
	}

.botao_ver_detalhes {
	position:relative;
	float:left;
	width:176px;
	height:21px;
	background:url(imagem/botao-ver-detalhes.png) no-repeat;
	cursor:pointer;
	}

.botao_ver_detalhes:hover {
	background-position:0px -21px;
	}

.botao_excluir_imovel {
	position:relative;
	float:left;
	width:176px;
	height:21px;
	background:url(imagem/botao-excluir-imovel.png) no-repeat;
	cursor:pointer;
	}

.botao_excluir_imovel:hover {
	background-position:0px -21px;
	}

.foto_comparar {
	position:relative;
	float:left;
	width:178px;
	margin-top:10px;
	margin-left:55px;
	}

.referencia_comparar {
	position:relative;
	float:right;
	width:76px;
	}

.referencia_comparar h3 {
	position:relative;
	float:right;
	width:72px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	padding-right:4px;
	}
	
.comparar_foto_imovel {
	position:relative;
	float:left;
	width:176px;
	height:130px;
	border:1px solid #CCC;
	background-image:url(imagem/fundo-sem-imovel.jpg);
	background-repeat:no-repeat;
	}

.comparar_foto_imovel img {
	width:176px;
	height:130px;
	}

.botao_favoritos {
	position:absolute;
	bottom:-5px;
	right:-10px;
	width:34px;
	height:30px;
	background:url(imagem/favoritos.png) no-repeat;
	z-index:10;
	cursor:pointer;
	}

.botao_favoritos:hover {
	background-position:-34px 0px;
	}

.imoveis_favoritos_botao {
position:absolute;
width:33px;
height:34px;
right:-10px;
bottom:-5px;
background-image:url(imagem/botao-favoritos.png);
background-repeat:no-repeat;
cursor:pointer;
z-index:10;
}

.imoveis_favoritos_botao:hover {
background-position:0px -35px;
}