/*  id/classes for listing pages
	listings.asp
	listing_tour.asp
	listing_tour2.asp
	open_houses.asp
**********************************************/
.listing_tour {
	margin:0 auto;
	width:100%;
	clear:both;
	text-align:left;
}
	#listings .listing_tour {
		width:100%;
	}
.listing_tour2 {
	position:relative;
	width:100%;
	text-align:center;
}
div.property {
	float:left; display:inline;
	width:100%;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border:1px solid #ccc;
}
	img.prop_img {
	}
	
div.property_image {
	float:left;
	width:114px;
}
	div#property_image a{
		border:0;
	}
	div#property_image img {
		
	}
div.property_desc p{
	float:left;
	display:inline;
	padding:8px 0 0 10px;
	margin:10px;
	font-size:1.0em;
	line-height:1.5em;

}
	div.property_desc span {
		display:block;
		width:100%;
	}
	a.more_info {
		font-size:0.85em;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}
	.icon {
		float:right;
		padding-right:2px;
	}
	
div.prop_desc {
	line-height:1.6em;
}

/* page control */
div.sort {
	float:left;
	font-size:1em;
	line-height:1.5em;
	margin:10px 0;
}
	div.sort span{
		font-weight:bold;
	}
div.page_control {
	float:left;
	font-size:0.9em;
	line-height:1.5em;
	margin:10px 0;
}
	div.back, div.more {
		width:100px;
		text-decoration:none;
		text-transform:uppercase;
	}
		div.back a, div.more a {
			margin:0 5px;
			text-decoration:none;
			font-weight:bold;
		}
	div.back {
		float:left;
		display:inline;
		width:32%;
		text-align:left;
	}
	div.more {
		float:right;
		display:inline;
		width:32%;
		text-align:right;
	}
	div.page {
		float:left;
		display:inline;
		width:32%;
		text-align:center;
	}
	
.image_wrapper {
	margin:0 auto;
	width:370px;
}
.thumb_wrapper {
	margin:0 auto;
	width:522px;
}
div.thumb {
	float:left;
	width:114px;
	padding:8px;
}
	div.thumb a span{
		display:block;
		width:114px;
		text-align:center;
		font-weight:bold;
		font-size:0.9em;
		line-height:1.1em;
		text-transform:uppercase;
	}
	div.thumb a span span {
		font-size:1em;
		padding:9px 0;
	}