
/*Listings*/


.data {
	width: 200px;
	margin: 0;
	padding: 0;
}

.data th {
	width: 140px;	
	background: #e5e5d7;
	padding: 2px 2px 2px 6px;
	font-weight: normal;
}

.data td {	
	background: #efefe6;
	padding: 2px 2px 2px 6px;
	margin: 0;
	width:100px;
}

.address {
	font: 1.5em Georgia,Times New Roman;
}

.pagination .info {
	width: 300px;
	padding-bottom: 10px;
	float: left;
	margin: 0;
}

.pagination .links {
	float: left;
	width: 280px;
	text-align: right;
}

.pagination .links a {
	text-decoration: underline;
	font-weight: bold;
}
	
.sorting {
	background: #FFF url(/images/bg_sorting.gif);
	padding: 4px;
	clear: both;
}

.sorting ul {
	display: inline;
	margin-right: 5px;
}

.sorting li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #999;
}

.current-order-desc a {
	padding-right: 13px;
	background: transparent url(/images/arrows/down.gif) right center no-repeat;
}

.current-order-desc a:hover {
	background: transparent url(/images/arrows/downhover.gif) right center no-repeat;
}

.current-order-asc a {
	padding-right: 13px;
	background: transparent url(/images/arrows/up.gif) right center no-repeat;
}

.current-order-asc a:hover {
	background: transparent url(/images/arrows/uphover.gif) right center no-repeat;
}

.listing {
	margin: 0px;
	padding: 18px 0px 10px 0px;
	border-bottom: 1px solid #EAEAEA;
}

.thumb, .thumb-featured {
	border: 1px solid #bcbcaa;
	padding: 1px;
	width: 122px;
	height: 92px;
	margin-bottom: 15px;
}

a.more {	
	background: url(/images/property_details.gif) no-repeat;
	width: 126px;
	height: 27px;
	display:block;
	padding: 2px 0px 0px 26px;
	margin-top: 10px;
	font-weight:normal;
	}

.price {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #333
	}

.featured {
	border:none;
	}



/*Details*/


#listingdetail .data {
	width:100%;
	}
 
#listingdetail .data td {
	width:70%;
	}

#listingdetail .data th {
	width:30%;
	}

#listingdetail .mls {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 5px;
}

#fullsize {
	width: 290px;
	margin: 5px 15px 10px 0px;
	padding: 3px 0 3px 3px;
	background: #FFF url(/images/bg_sorting.gif);
	float: left;
}

#fullsize img {
	border: 1px solid #bcbcaa;
	padding: 1px;
	width: 250px;
	height: 188px;
	margin: 10px 0px 10px 15px;
}

#imagescroll {
	width: 250px;
	height: 110px;
	overflow: auto;
	padding: 5px;
	margin: 10px;
}

#imagescroll .current_image img {
	border: 1px solid #000;
}

#imagescroll img {
	width: 100px;
	height: 75px;
	margin: 0;
}

#extraImages {
	float: left;
	padding-top: 30px;
}

#extraImages ul#additionalFiles {
	margin-top: -5px;
	width: 400px;
}

#extraImages ul#additionalFiles li {
	list-style-type: none;
	display: inline;
	padding-right: 12px;
	padding-bottom: 20px;
}


