/* ---------- @ Listings -----------*/

/* Featured */

.thumb-featured {
	border: 1px solid #fff;
	margin: 0 10px 0 13px;
	width: 111px;
	height: 86px;
	float: left;
}

.featuredlisting {
	background: #e5dece url(/images/bg_sidebar.gif) bottom repeat-x;
	padding: 13px 0;
	color: #857e77;
	margin-bottom: 55px;
}

.featuredlisting .listing-item {
	font-size: .85em;
}

.featuredlisting .address {
	font-weight: bold;
	font-size: 1.2em;
	color: #655e57;
}

.featuredlisting p {
	float: left;
	margin-top: 25px;
	width: 150px;
}

h4.featured-details {
	margin-top: 13px;
	/*width: 324px;*/
	height: 37px;
	text-indent: -9000px;
	background: url(/images/propertylisting/header_featured-details.gif);
}

.featuredlisting .data {
	margin: 2px 24px -6px 24px;
	border-collapse: collapse;
	width: 276px;
	background: none;
	border: none;
}

.featuredlisting .data th, .featuredlisting .data td {
	border: none;
	background: none;
	border-top: 1px solid #c9c3bd;
	padding: 7px 0 5px 0;
}

.featuredlisting .data th.price, .featuredlisting .data td.price {
	border-top: none;
}

.featured-more {
	display: block;
	width: 127px;
	height: 25px;
	text-indent: -9000px;
	background: url(/images/propertylisting/more.gif) no-repeat;
	margin: 20px 0 0 190px;
}



/*Listing Results*/

.pagination {
	text-transform:uppercase;
	font-size: 0.75em;
	border-bottom: 1px solid #d4c7b7;
	border-top:1px solid #d4c7b7;
	padding:3px 0;
	margin: 20px 0;
	}

.listing {
	background: #f2f5e1;
	padding: 10px;
	border: 1px solid #eaeedd;
	margin: 15px 0 20px 0;
}

.listing h3.address {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8daba;
}

.listing h3.address a {
	letter-spacing: .1em;
	font-size: 1.1em;
}

.listing .details {
	padding-top: 10px;
}

.listing .details img {
	float: left;
	margin: 2px 15px 0 0;
	border:2px solid #d8daba;
}

.listing .data {
	width: 230px;
	border-collapse: separate;
}

.listing .data th {
	width: 120px;	
	background: #d8daba;
	padding: 2px 2px 2px 10px;
	border: none;
	border-left: 6px solid #b4b87d;
	text-align: left;
	font-weight: normal;
}

.listing .data td {	
	border: none;
	background: #e9ebd1;
	padding: 2px;
}

.listing h4 {
	margin-top: 0;
}

.listing .property-description {
	font-size: .85em;
}

.listing-more {
	display: block;
	width: 127px;
	height: 25px;
	text-indent: -9000px;
	background: url(/images/propertylisting/more.gif) no-repeat;
	margin: 25px 0 0 0;
	float: left;
}



/*Details Page*/

#listingdetail {
	margin: 20px 0 35px 0;
	padding: 15px;
}

#listingdetail h3 {
	line-height: 1.4em;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#listingdetail h3 span.address {
	letter-spacing: .1em;
	font-size: 1.3em;
}

#listingdetail .data {
	width: 190px;
}

#listingdetail .data th {
	width: 90px;
}

#listingdetail .property_contact {
	font-size: .85em;
	margin-top: -5px;
}

#fullsize img {
	margin: 0 15px 0 0;
}

#listingdetail .map_link {
	margin: 15px 0 25px 0;
}

#listingdetail .map_link img {
	border: none;
	margin: 0;
}

table.data_wide td, table.data_narrow td,
table.data_wide th, table.data_narrow th {
	padding: 7px;
}

table.data_wide {
	width: 90%;
	margin-bottom: 30px;
}

table.data_narrow {
	width: 250px;
	margin-bottom: 30px;
}

table.data_wide th {
	width: 150px;
}

table.data_narrow th {
	width: 90px;
}
