#home-lastupdate {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ff8f3d;
	padding-right:20px;
}

.home-pa-row {
	float:left;
	display:inline;
	width: 730px;
	vertical-align:top;
	
	margin-top:4px;
}

.home-pa-spacer {
	float:left;
	display:inline;
	width: 6px;
	height:100px;
	
}

.home-sa-box {
	position:relative;
	float:left;
	display:inline;
	width:340px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 20px 10px 10px 10px;
	/*background-color:#f9f8f8;*/
	background-color:#fef6eb;
	
	border:1px solid #bfbdbd;
	-moz-border-radius: 4px; /* Per firefox */
	-webkit- border-radius: 4px; /* Safari e Chrome*/
	border-radius: 4px; /* Standard CSS */
	behavior: url('/style/PIE.htc');
}

.home-sa-box-new {
	position:relative;
	float:left;
	display:inline;
	width:340px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 20px 10px 10px 10px;
	background-color:#fef6eb;
	
	background-image: url('/img/home-new-rect.png');
	background-position: 290px 0px;
	background-repeat:no-repeat;
	
	border:1px solid #f4a201;
	-moz-border-radius: 4px; /* Per firefox */
	-webkit- border-radius: 4px; /* Safari e Chrome*/
	border-radius: 4px; /* Standard CSS */
	behavior: url('/style/PIE.htc');
}

.home-sa-header {
	float:left;
	display:inline;
}

.home-sa-header-img {
	float:left;
	display:inline;
	margin:0px 10px 5px 0px;
	border:2px solid #fef6eb;
	line-height:0px;
	font-size:0px;
}
.home-sa-header-img:hover {
	border:2px solid #4da6eb;
}

.home-sa-header-info {
	float:left;
	display:inline;
	margin-top:-6px;
}

.home-sa-city {
	color:#4da6eb;
	font-size:18px;
}

.home-sa-rif a {
	line-height:30px;
	color:#ff0000;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}

.home-sa-rooms {
	line-height:54px;
	font-size:12px;
	/*color:#606161;*/
	color:#ff0000;
}

.home-sa-price {
	color:#7ba242;
	font-size:18px;
}
.home-sa-desc {
	font-family:Arial, Helvetica, sans-serif;
	float:none;
	display:block;
	clear:left;
	color:#606161;
	font-size:12px;
	text-align:justify;
	overflow:auto;
	height:60px;
}

.home-sa-desc a , .home-sa-desc a:visited  {
	color:#606161;
	text-decoration:none;
}
.home-sa-desc a:hover {
	color:#000000;
	text-decoration:underline;
}







div.listing-home {
/*	font-family:Arial, Helvetica, sans-serif; */
	font-size:14px;
	
	border:1px solid #D2D2D2;
	display:inline;
	float:left;
	
	height:190px;
	margin:0 5px 5px 0;
	overflow:hidden;
	width:330px;	/*-> 685 / 2 = 342.5 */
}


div.listing-home img {
	display:inline;
	float:left;
	margin:2px 5px 5px 5px;
}

div.listing-home .listing-home-info {
	margin-top:5px;
}

.listing-home-city {
	color:#990033;
	padding-left:3px;
}

.listing-home-rooms {
	line-height:20px;
	font-size:13px;
	display: block;
	font-weight: bold;
}

.listing-home-price {
	line-height:20px;
	display: block;
	font-weight: bold;
}

.listing-home-new {
	color:#101787;
	line-height:20px;
	display: block;
	font-weight: bold;
}

.listing-home-title {
	clear:left;
	margin:0 10px 10px 5px;
	line-height:120%;
}
.listing-home-title a, .listing-home-title a:visited {
	/*text-decoration:none;*/
	/*color:#990033;*/
	color: #2D7486;
}
.listing-home-title a:hover {
	text-decoration:none;
	
}

.listing-home-desc {
	font-size:12px;
	clear:left;
	margin:0 4px 4px 5px;
	line-height:120%;
	text-align:justify;
	overflow:auto;
	height:60px;
}
.listing-home-desc a , .listing-home-desc a:visited  {
	color:#000000;
	text-decoration:none;
}
.listing-home-desc a:hover {
	color:#000000;
	text-decoration:underline;
}



