/* ---------- @ Listings -----------*/


/*Layout Adjustments*/

#propertylisting #nav {
	margin-bottom:0;
	}

#propertylisting #content {
	margin-top: 16px;
	width:auto;
	padding-left:0;
}

#propertylisting.propertylisting_agent #content {
	padding: 0 24px;
	margin-top: 5px;
}

/* Featured */

#home .featured-listing {
	width: 325px;
	padding: 15px 0 0 20px;
	float: left;
	font-size: .975em;
	color: #9d9d9d;
	line-height: 140%;
}

#home .featured-listing .thumb-featured {
	border: 2px solid #e3dba5;
	width: 114px;
	height: 88px;
	float:left;
	margin: 3px 12px 0 0;
}

#home .featured-listing .address {
	color: #c6c6c6;
	font-size: 1.05em;
	text-decoration: none;
}

/* Search */

.searchform {
	margin-top: 20px;
	margin-left: 10px;
}

.searchform fieldset {
	border: none;
	clear: both;
	padding-left: 10px;
}

.searchform fieldset fieldset {
	margin-top: 10px;
	padding-left: 0;
}

.searchform legend {	
	font-size: 1.4em;
	color: #e1b53f;
	margin: 0 0 20px -10px;
	letter-spacing: .1em;
	border-bottom: 1px solid #d9db87;
}

.searchform fieldset fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	color: #d9db87;
	border-bottom: none;
	margin: 0 0 10px 0;
}

.searchform label {
	margin: 5px 3px 5px 0; 
	display: block; 
	float: left; 
	clear:both;
	width: 50px;
	font-size: 1.2em;
	font-weight: bold;
	color: #d9db87;
}

.searchform fieldset fieldset label {
	text-align: right;
	width: 110px;
	font-size: .9em;
	color: #aeae99;
	font-weight: normal;
}

.searchform input, .searchform select {
	margin: 0;
	margin-top: 4px;
	}

.searchform #area {
	margin-bottom: 10px;
}

.searchform label#checkboxfeatured {
	width: 170px;
	font-size: .9em;
	color: #aeae99;
	font-weight: normal;
}

.searchform input.button {
	margin-top: 10px;
}

/*Listing Results*/

.sorting {
	border-bottom: 1px solid #292929;
	background: #171717;
	padding: 35px 15px 0 15px;
	clear: both;
	line-height: 1em;
}

.sorting#sorting-bottom {
	background: transparent url(/images/propertylisting/bg_sorting_bottom.gif) bottom repeat-x;
	padding-top: 20px;
}

.sorting span {
	display: block;
	float: left;
	font-size: .9em;
}

.sorting ul {
	float: left;
	margin: 0;
	margin-right: 10px;
}

.sorting li {
	font-size: .9em;
	float: left;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
	margin: 0;
}

.sorting li a, .sorting span a {
	font-weight: normal;
}

.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;
}

.links {
	float: right;
	text-align: right;
	padding-bottom: 10px;
	margin: 0;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}

.links span {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-right: 8px;
}

.links img {
	margin: 1px 0 0 1px;
}

.listing {
	width: 790px;
	padding: 20px 20px 100px 20px;
	float: left;
	height: 130px;
	background: transparent url(/images/propertylisting/bg_listing.gif) no-repeat;
	font-size: .85em;
}

.listing a.address {
	color: #d9db87;
	font-size: 2em;
	margin-top: 3px;
	display: block;
	line-height: 100%;
}

.listing a:link, .listing a:visited {
	font-weight: bold;
	text-decoration: none;
}

.listing .details {
	width: 28px;
	display: inline;
}

.listing .details a {
	display: block;
	width: 28px;
	height: 28px;
	margin-bottom: -35px;
	background: url(/images/propertylisting/icon_details.gif) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	position: relative;
	left: -224px;
	top: 3px;
}

.listing .thumb {
	border: 1px solid #5d5e5e;
	width: 213px;
	height: 160px;
	float: left;
	margin: 2px 10px 0 0;
}

.listing .listing-item {
	width: 300px;
	float: left;
	padding: 0 20px;
	line-height: 150%;
	margin-top: 20px;
}

.listing .data {
	width: 150px;
	margin: 20px 0 0 35px;
	padding-left: 15px;
	float: left;
	background: url(/images/propertylisting/bg_detail_item.gif) repeat-y;
}

.listing .data dt {
	padding: 10px 2px 0 15px;
	text-align: left;
	text-transform: uppercase;
	color: #d9db87;
	font-size: .9em;
	font-weight: bold;
}

.listing .data dd {
	padding: 0 2px 7px 15px;
	border-bottom: 1px dotted #565656;
	color: #e1b53f;
	font-size: 1.2em;
}

.listing .data dd.last {
	border-bottom: none;
}

.listing .datasource_icon {
	font-size: .9em;
	margin: 30px 2px 0 0;
	color: #666;
}

.listing .datasource_icon a {
	color: #666;
	font-weight: normal;
}




/*Details Page*/


#listingdetail {
	margin: 10px 20px 0 30px;
	font-size: .85em;
}

#listingdetail .address {
	color: #d9db87;
	font-size: 2em;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0 8px 0 0;
	letter-spacing: normal;
}

#listingdetail .price {
	background: url(/images/propertylisting/flourish.gif) left 8px no-repeat;
	letter-spacing: .1em;
	color: #828181;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 0 54px;
}

#listingdetail .description {
	margin-top: 20px;
}

#listingdetail #fullsize {
	width: 275px;
}

#fullsize .thumb {
	border: 1px solid #5d5e5e;
	padding: 2px;
	width: 240px;
	height: 180px;
}

#imagescroll {
	width: 234px;
	padding: 10px 0 10px 12px;
	background: #333;
	margin: 25px 0;
}

#imagescroll img {
	margin-bottom: 5px;
	padding: 0;
	width: 100px;
	height: 75px;
	margin-right: 10px;
	border: 2px solid #5d5e5e;
}

#imagescroll .current_image img {
	border: 2px solid #b8b845;
}

#extraImages {
	padding-top: 20px;
}

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

#extraImages ul#additionalFiles li {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 108px;
	height: 15px;
	padding-right: 12px;
	padding-bottom: 20px;
}

a.type_pdf {
	background: transparent url(/images/file_icons/icon_pdf.gif) no-repeat;
	padding: 0 0 4px 20px;
}

a.type_movie{
	background: transparent url(/images/file_icons/icon_movie.gif) no-repeat;
	padding: 0 0 4px 20px;
}

a.type_file {
	background: transparent url(/images/file_icons/icon_file.gif) no-repeat;
	padding: 0 0 4px 20px;
}

#listingdetail .info {
	width: 450px;
}

#listingdetail #text {
	margin: 0 0 10px 15px;
	padding-left: 15px;
	background: url(/images/propertylisting/bg_detail_item.gif) repeat-y;
}

#listingdetail #text dt {
	padding: 10px 2px 0 15px;
	text-align: left;
	text-transform: uppercase;
	color: #d9db87;
	font-size: .9em;
	font-weight: bold;
}

#listingdetail #text dd {
	padding: 0 2px 7px 15px;
	color: #e1b53f;
	font-size: 1.2em;
}

#listingdetail .remarks {
	line-height: 150%;
	font-size: 1.1em;
	padding: 15px 0 35px 0;
	border-top: 1px dotted #565656;
}

#listingdetail .data {
	width: 350px;
}

#listingdetail .data th {	
	padding: 4px 2px 5px 2px;
	text-align: left;
	text-transform: uppercase;
	color: #d9db87;
	font-size: .9em;
	font-weight: bold;
	vertical-align: top;
	width: 110px;
}

#listingdetail .data td {	
	color: #e1b53f;
	padding: 0 2px 5px 2px;
	font-size: 1.2em;
	vertical-align: top;
	border-bottom: 1px dotted #565656;
}

#listingdetail .datasource_icon {
	font-size: .9em;
	margin: 30px 0 0 0;
	color: #666;
}

#listingdetail .datasource_icon a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

/*Agents*/

#agent_list {
	margin: 15px 0;
}

.agent_summary {
	float: left;
	padding-right: 18px;
	width: 110px;
	height: 175px;
}

.agent_detail h3 {
	margin-bottom: 25px;
}

.agent_fullsize {
	float: left;
	margin-right: 25px;
}

.agent_detail img, .agent_summary img {
	border: 1px solid #5d5e5e;
	padding: 1px;
	margin-bottom: 15px;
}

.agent_info {
	float: left;
	width: 425px;
}

.agent_summary img {
	width: 105px;
	height: 120px;
}

.agent_detail ul {
	float: left;
}

.agent_detail li {
	margin-left: 0;
	list-style-type: none;
}

.agent_bio {
	padding-bottom: 25px;
}