/* =================================================================
 listing.css

 Description: Page formatting for listing pages
================================================================== */

/*  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;
	border:1px solid #ccc;
	background-color:#F2F2EA;
}
	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:0;
	margin:10px;
}
	div.property_desc span {
		display:block;
		width:100%;
	}
	a.more_info {
		font-size:0.85em;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}
	img.icon {
		float:right;
	}
	
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{
		display:block;
		font-weight:bold;
	}
	div.sort ul {
		margin:0;
		padding:0;
	}
		div.sort ul li {
			margin:0;
			padding:0;
			float:left;
			display:inline;
			list-style:none;
		}
div.page_control {
	float:left;
	width:100%;
	font-size:0.9em;
	line-height:1.5em;
	margin:10px 0;
	background-color:#F2F2EA;
}
	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;
	}
div.image,
div.image img,
#page_body div.image img {
	padding:0px;
	overflow:hidden;
}
.image_wrapper {
	margin:0 auto;
	width:370px;
}
.thumb_wrapper {
	width:392px;
}
div.thumb {
	float:left;
	width:114px;
	padding:8px;
}
	div.thumb a.button span span {
		width:114px;
		padding-left:0;
		padding-right:0;
	}
