#ConteudoFavoritosLateral ul{
	width:191px;
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
}

#ConteudoFavoritosLateral ul li{
	width:191px;
	float:left;
	display:inline;
	border-bottom:1px dotted #666;
	padding:0 0 10px 0;
	margin:10px 0 1px 10px;
}


.RefImovelFavorito{
	display:block;
}

.ImovelFavorito{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0362B0;
	cursor:pointer;
	position:relative;
}

.ImovelFavorito .FotoImovelFavorito{
	width:65px;
	height:48px;
	float:left;
	display:inline;
	background-color:#CCC;
        text-align: center;
}

.ImovelFavorito .FotoImovelFavorito a img{
	/*width:65px;*/
	height:48px;
	border:0;
}

.ImovelFavorito .TxtImovelFavorito{
	width:115px;
	float:left;
	display:inline;
	margin:0 0 0 9px;
}

.ImovelFavorito .TxtImovelFavorito span{
	width:100%;
	float:left;
	display:inline;
	line-height:15px;
}

.ExcluirFavorito{
	position:absolute;
	background-image:url(../../slices/img-ExcluirFavorito.jpg);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	top:0;
	right:0;
}

.ExcluirFavorito a{
	display:block;
	text-indent:-9999px;
}
