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


/*Default Page*/

.sorting {
	overflow:hidden;	
}

#filters {
	overflow:hidden;
	margin-bottom:15px;
	width:450px;
	float:left;
}

#filters li {
	float:left;
	list-style:none;
	padding:0 6px;
}

#filters li#filter-label {
	padding-left:0;
	font-weight:bold
}

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

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

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

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

#key {
	overflow:hidden;
	list-style:none;
	float:right;
	width:400px;
}

#key li {
	float:right;
}

#key img {
	margin:0 6px;
}

.listing h3 a, .listing h3 a:visited {
	color:#1c1c1c;
	text-decoration:none;
	font-size:1.1em
}

.listing h3 a:hover, .listing h3 a:active {
	text-decoration:underline;
}

.listing .default-details {
	width:200px;
	float:right;
	color:#706c62;
	padding-top:20px;
}

.default-details p {
	margin:0;
}

.key-details {
	background:#edeae1;
	overflow:hidden;
	margin-top:16px;
	width:149px;
}

.key-details li {
	list-style:none;
	float:left;
	padding:3px 6px 3px 8px;
	color:#1c1c1c;
	font:0.9em Arial, Helvetica, sans-serif
}

.key-details img {
	margin-right:2px;
}



/* Featured */

.thumb-featured {
	border: 1px solid #9D9D68;
	padding: 1px;
	width: 111px;
	height: 86px;
}



/*Listing Results*/


.pagination .info {
	padding-bottom: 10px;
	float: left;
}

.pagination .links {
	float: right;
	font-size: 1.1em;
	text-align: right;
	padding-bottom: 10px;
	margin: 0;
}

#pagination {
	clear:both;
	color:#5a5953;
	text-align:center;
	margin:32px 0 35px;
	padding-top:30px
	}

#pagination a, #pagination a:visited {
	background:#636733;
	color:#FFF;
	padding:4px 8px;
	text-decoration:none;
	margin:0 1px
}

#pagination a:hover, #pagination a:active {
	background:#484b25;
}

.listing {
	width: 415px;
	padding: 15px;
	float: left;
	height: 175px;
	border-top:1px solid #C3BEAF;
}

.listing a {
	font-weight: bold;
}

.listing .details {
	padding-top: 5px;
	overflow:hidden;
}

.listing .thumb {
	float: left;
	margin: 2px 10px 0 0;
	width:186px;
	height:145px;
	padding:3px;
	border:1px solid #C3BEAF;
	overflow:hidden
}


.data {
	width: 100%;
}

.data th {
	width: 130px;	
	background: #e5e5d7;
	padding: 2px 2px 2px 10px;
	text-align: left;
	font-weight: normal;
}

.data td {	
	background: #f2f1ea;
	padding: 2px;
}





/*Details Page*/

#listingdetail {
	float:right;
	width:573px;
}

#listingdetail h2 {
	margin:0;
}

#listingdetail h3 {
	margin-top:15px;
}

#listingdetail h4 {
	margin-bottom:15px;
}

#listingdetail .address {
	font-size:1.6em;
	}

#listingdetail #text {
	height:167px;
	padding-top:30px;
	float:left
	}

#listingdetail .data {
	font-size:1em;
}

.data {
	border:1px solid #c6c2b5;
}

.data th {	
	width: 135px;
	background: #c6c2b5;
	padding: 3px 10px;
	text-align: left;
	font-weight: normal;
}

.data tr {
	border:1px solid #c6c2b5;
}

.data td {	
	background: #f2f1ea;
	padding: 3px 10px;
}

#fullsize {
	margin-right: 15px;
	float: left;
	width:290px
}

#fullsize img {
	border: 1px solid #d9d9c4;
	padding: 1px;
	width:280px;
}

#imagescroll {
	width: 280px;
	height: 180px;
	overflow: auto;
	margin-top: 15px;
	background:#FFF;
}

#imagescroll li {
	float:left;
	list-style:none;
	margin:5px 10px
}

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

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


#additional-links li {
	margin-left:30px;
	padding:4px 0;
}




/*Agents*/

#agent_list {
	padding-top: 10px;	
}

.agent_summary {
	float: left;
	margin-right: 18px;
	width: 120px;
	height: 175px;
}

.agent_summary img {
	width: 75px;
	height: 96px;
	margin: 0 0 4px !important;
}

.agent_name {
	display: block;
	width: 80px;
	font-size: .9em;
	text-align: center;
	margin-left: 1px;
}

.agent_bio .data {
	width:100%;
	margin-top:-15px;
}

#agent-detail h2 {
	margin-top:0;
}

#fullsize-agent {
	width:150px;
	float:left
}

.agent_detail img, .agent_summary img {
	border: 1px solid #d9d9c4;
	padding: 1px;
}

#agent-detail {
	float:right;
	width:573px;
}

.agent_detail ul {
	float: left;
}

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

.agent_bio {
	padding-bottom: 25px;
}

.agent_bio h3 {
	margin:15px 0 -12px;
}

img.agent-photo {
	width:200px;
	border:1px solid #C6C2B5;
	padding:2px;
}



/* Listings Thickbox */

#TB_window #shadows {
	width: auto;
	color: #1c1c1c;
	font: 120% Georgia, "Times New Roman", Times, serif;
}

#TB_window #shadows,
#TB_window #main {
	background: none;	
}

#TB_ajaxContent {
	background: #dbd7c5;
	padding-top: 0 !important;
}

#TB_window #masthead {
	display: none;	
}



