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

/* Featured */


#singleprop {
	background:url(/images/bg_singleprop.png);
	width:263px;
	height:74px;
	padding:9px 9px 0 9px;
	}

.thumb-featured {
	border:2px solid #FFF;
	float:left;
	margin-right:10px;
	width:81px;
	height:61px;
	}
	
#singleprop .name {
	margin-top:10px
	}



/*Listing Results*/


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

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

.pagination {
	}

.sorting {
	border-top: 2px solid #7a312d;
	background: #521712;
	padding: 6px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 0.975em;
}

.sorting * {
	float: left;
	line-height: 1em;
}

.sorting ul {
	float: left;
	height: 1em;
}

.sorting li {
	float: left;
	height: 1em;
	line-height: 1em;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
}

.sorting li.last {
	border: none;
}

.sorting a:link, .sorting a:visited {
	color: #fbcc69;
	font-weight: bold;
}

.sorting a:hover, .sorting a:active {
	color:#feedca;
	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;
}

.listing {
	width: 345px;
	padding: 10px;
	float: left;
	height: 160px;
	margin: 0 25px 20px 0;
	background: #e6cfb3;
	border-bottom:1px solid #c6aa8d;
	border-right:1px solid #c6aa8d;
	position: relative;
}

.landlisting {
        width: 345px;
        padding: 10px;
        float: left;
        height: 150px;
        margin: 0 25px 20px 0;
        background: #e6cfb3;
        border-bottom:1px solid #c6aa8d;
        border-right:1px solid #c6aa8d;
        position: relative;
}

.listing_rows {
	margin-right: -25px;
}

.listing h3.address {
	font-size: 1.3em;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d0a574;
}

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

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

.listing img {
	float: left;
	margin: 2px 10px 0 0;
	border: 2px solid #fff;
	width:122px;
	height:92px
}

.listing h4.status {
	color: #851515;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	width: 200px;
	text-align: right;
	position: absolute;
	right: 18px;
	padding-top: 10px;
}

.listing p.status {
        color: #851515;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.1em;
	margin:0px 0;
}

.listing .data {
	width: 200px;
}

.listing .data th {
	width: 120px;	
	background: #dcbb96;
	padding: 2px 2px 2px 10px;
	border-left: 5px solid #c4a889;
	text-align: left;
	font-weight: normal;
}

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





/*Details Page*/

#listingdetail #fullsize {
	background: #e6cfb3 url(/images/bg_listing.gif) no-repeat;
	padding: 10px;
	margin-bottom: 20px;
}

#listingdetail #property_photo {
	float: left;
	position: relative;
}

#listingdetail h4.status {
	color: #851515;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	margin: -7px 0 10px 0;
	padding: 0 10px;
}

#property_photo img {
	display: block;
}

#fullsize img {
	border: 4px solid #fff;
	width:320px;
	height: 240px;
	margin-right: 15px;
}

#listingdetail h3 {
	padding-top: 10px;
}

#listingdetail .data {
	float: left;
	width: 360px;
	margin-right: 15px;
	border-collapse: collapse;
}

#listingdetail .data th {	
	width: 135px;
	background: #e0c3a0;
	padding: 4px 4px 4px 10px;
	border-bottom: 1px solid #e6cfb3;
	border-left: 5px solid #b08c62;
	text-align: left;
	font-weight: normal;
}

#listingdetail .data td {	
	padding: 2px;
	border-left: 1px solid #eedecb;
	border-bottom: 1px solid #eedecb;
	background: #e6cfb3;
}

#imagescroll {
	width: 339px;
	padding: 4px 4px 4px 7px;
	margin-top: 20px;
	background:#d9c0a6;
	float: left;
}

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

.remarks {
	float: left;
	width: 400px;
}

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

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


/*Offices*/

.office_summary, .office_detail {
	background: #e6cfb3;
	padding: 0 20px 0 0;
	border-bottom:1px solid #c6aa8d;
	border-right:1px solid #c6aa8d;
}

.office_summary {
	margin-bottom: 20px;
	padding: 20px;
}

.office_summary a.read_more, a.office_properties {
	display: block;
	background: url(/images/button_more.gif);
	width: 128px;
	height: 23px;
	text-indent: -9000px;
	margin: 10px 10px 10px 0;
	float: left;
}

a.office_properties {
	background: url(/images/button_properties.gif);
	width: 169px;
}

.office_detail a.office_properties {
	float: none;
}

.office_summary img, .office_detail img {
	border: 4px solid #fff;
	float: left;
	margin-right: 20px;
}

.office_summary img {
	width: 139px;
	height: 102px;
}

.office_description {
	float: left;
	width: 400px;
}

.office_detail h3 {
	margin: 15px 0 -5px 0;
}

.office_info {
	margin-top: 20px;
}

.office_map {
	width: 198px;
	height: 78px;
	border: 1px solid #a49375;
}

.office_agents {
	float: left;
	width: 550px;
}

.office_agents h4 {
	margin: 15px 0 5px 0;
	font-size:1.5em;
}

.office_agents h4 a:link, .office_agents h4 a:visited {
	color: #403923;
	text-decoration: none;
}

.office_agents .agent {
	background: #e6cfb3;
	width: 260px;
	float: left;
	margin: 0 10px 15px 0;
	border-bottom:1px solid #c6aa8d;
	border-right:1px solid #c6aa8d;
}

.office_agents .agent img {
	border: 4px solid #fff;
	float: left;
	margin-right: 20px;
	height: 70px;
	width: 70px;
}

.office_attributes {
	float: right;
}

.office_attributes .phone, .office_attributes .directions a {
	color: #403923;
	text-decoration: none;
}

.office_attributes .directions a:hover {
	text-decoration: underline;
}

.office_attributes .phone, .office_attributes .directions {
	margin-right: 10px;
	padding-bottom: 3px;
}


/*Agents*/


#agent_list .agent h4 {
	margin: 10px 0 0px 0;
	font-size:1.4em;
}

#agent_list .agent h4 a:link, #agent_list .agent h4 a:visited {
	color: #403923;
	text-decoration: none;
}

#agent_list .agent {
	background: #e6cfb3;
	width: 260px;
	float: left;
	margin: 0 10px 15px 0;
	font-size: 0.95em;
}

#agent_list .agent .property_link {
	float: left;
	padding: 0px 0px 4px;
}

body.propertylisting_agent #agent_list .agent {
	width: 250px;
}

#agent_list .agent img {
	border: 4px solid #fff;
	float: left;
	margin-right: 20px;
	height: 70px;
	width: 70px;
}

.agent_summary {
	float: left;
	padding-right: 18px;
}

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

.agent_detail img {
	margin-right: 10px;
}

.agent_summary img {
	width: 75px;
	height: 96px;
}

.agent_fullsize {
	width: 138px;
	float: left;
}

.agent_info {
	float: left;
	width: 400px;
	background: #e6cfb3;
	padding: 10px;
	font-size: 0.95em;
	border-right:1px solid #c6aa8d;
	border-bottom:1px solid #c6aa8d;
}

.agent_detail {
	background: #e6cfb3 url(/images/bg_listing.gif) no-repeat;
	padding: 20px;
}

.agent_detail ul {
	margin-top: 5px;
}

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

.agent_links {
	float: left;
}

.agent_links ul {
	padding-left: 14px;
}

.agent_links ul {

}

.agent_properties a {
	display: block;
	background: url(/images/button_properties.gif);
	width: 169px;
	height: 23px;
	text-indent: -9000px;
	margin: 15px 10px 0 0;
}

.agent_bio {
	padding-bottom: 25px;
	float: left;
	margin-left: 20px;
}


/*Search*/

.search_info {
	float: right;
	width: 275px;
	padding: 10px;
	margin-right: 20px;
	background: #e6cfb3 url(/images/bg_listing.gif) no-repeat;
}

#searchform {
	float: left;
}

#searchform table {
	width: 400px;
	border-collapse: collapse;
}

#searchform th {	
	width: 135px;
	background: #e6cfb3 url(/images/bg_listing.gif) -100px -10px no-repeat;
	padding: 4px 4px 4px 10px;
	border-bottom: 2px solid #e6cfb3;
	border-left: 5px solid #b08c62;
	text-align: left;
	font-weight: normal;
}

#searchform td {	
	padding: 2px;
	border-left: 2px solid #e6cfb3;
	border-bottom: 2px solid #e6cfb3;
	background: #e6cfb3 url(/images/bg_listing.gif) -100px -18px no-repeat;
}

