/*
	Search Styles
	
	Used on search form and results
	
	Title:		Property Line v6.0
	Author:		Nesbert Hidalgo
	Created:	Sep 24, 2007
	Updated:	Feb 24, 2008
	URL:		http://www.propertyline.com	
	
*/

/* @group Search Form */

/* Search Form */

#search_form {}

	#content #basic_categories table {
		width: auto;
		margin: 0 auto;
	}

	#basic_categories table td {
		padding: 0 22px 2px 4px;
	}
	
	.bo_long,
	#advance_categories select, 
	select#search_search_by {
		height: 214px;
	}

	select.state_advance {
		height: 101px;
	}
	
	#search_form #search_by_options {
	}

	#search_form #search_by_links {
		display: block;
		float: left;
		clear: left;
		width: 140px;
		margin-right: 14px;
		text-align: right;
		white-space: nowrap;
	}
	
	#search_form #search_by_links li {
		width: 140px;
		background: url(/images/listArrow.png) no-repeat 2px 2px;
		border-bottom: 1px dashed #ccc;
	}

	#search_form #search_by_links li.label,
	#search_form #search_by_links li.map {
		padding-bottom: 4px;
		background: none;
	}

	#search_form #search_by_links a {
		display: block;
		padding: 4px 2px;
	}
	#search_form #search_by_links a:hover {
		color: #67a453;
	}	
	#search_form #search_by_links a.current {
		font-weight: bold;
	}

	#search_form .loading {
		background: #fff url(/images/activity_indicators/indicator_arrows_circle.gif) top right no-repeat;
		background-position: 3px 50%;
	}
	
	#search_form div.msa_notes {
		margin-top: 0;
	}
	
	#search_form div.submit input,
	#search_form div.submit a.button {
		float: right;
	}
	
	#search_form div.submit a.button {
		line-height: 22px;
	}
	
	#search_form div.submit input.more_options,
	#search_form div.submit input.less_options {
		float: left;
	}


/* @end */

/* @group Search Results */


#page_listings_results #content #contentwithsidebar h1 {
	color: #333;
}

/* Search Results */

#search_results { padding-top: 15px; }

	#search_results h2 {
		font-style: italic;
		margin: 0;
	}

	#search_results .paging {
		text-align: center;
	}
	#search_results .paging-limit {
		padding-top: 8px;
	}

	#search_results .row, #search_results .ad {
		border-bottom: 1px solid #ccc;
	}

	#search_results .last { margin-bottom: 10px; }
	
	#search_results .ad { padding: 10px 0; background: #999; border: none; color: #fff; text-align: center; }


	#search_results .toolbar {
		background-color: #f1f1f1;
		border: 3px double #ccc;
		border-width: 3px 0;
		padding: 6px;
	}

	#picklist_select_page { margin-right: 6px; border: none; }
	#total_checked {}

	#search_results .toolbar .report_options {
		float: right;
	}
	
	#search_results .toolbar input#save_checked_to_client_folder{
		width: 125px;
	}
	
	#search_results .legend {
		padding-top: 8px;
	}
	#search_results .legend span {
		padding-left: 8px;
	}
	
	#search_results h4.gray { padding: 2px 6px; color: #686868; background-color: #d5d5d5; }


/* Listing Row */

#rows {
	border-top: 1px solid #ccc;
}

.row {}

.property {
	margin: 6px 0;
}

	.property table {
		margin: 0;
	}

	.property .checkbox, .property .photo, .property .summary {
		padding-right: 8px;
		vertical-align: top;
	}
	
	.property div, .property .stats {
		font-size: 85%;
	}
	
	.property .checkbox {
		padding-left: 6px;
	}
		.property .checkbox input {
			border: none;
		}
		
	.property .photo {
		width: 1%;
		padding-right: 2px;
	}
	
		.property .photo img { border: 1px solid #ccc; }

		.property .icons {
			margin-top: 4px;
			line-height: 1.2;
			text-align: center;
		}
	
	.property .summary { padding-left: 6px; }
	
		.tag_sale { padding-left: 20px; font-weight: bold; color: #080; background: url(/images/icons/16/sale.gif) no-repeat 5px bottom; }
		.tag_lease { padding-left: 20px; font-weight: bold; color:  #cc9900; background: url(/images/icons/16/lease.gif) no-repeat 5px bottom; }
		.tag_comp, .tag_sold { padding-left: 20px; font-weight: bold; color: #ff6666; background: url(/images/icons/16/sold.gif) no-repeat 5px bottom; }
	
		.property .address {
			margin-bottom: 7px;
		}
		
			.property .address strong {
				font-size: 120%;
				text-transform: uppercase;
			}
			
		.property .description {
			width: 240px;
			line-height: 1.6;
			overflow: hidden;
		}

	.property .stats {
		width: 1%;
	}
		
		.property .stats table {
			width: 180px;
			margin-right: 6px;
		}
		
			.property .stats td {
				padding: 0 2px;
				border-bottom: 1px solid #f1f1f1;
				white-space: nowrap;
			}
	
			.property .stats strong {
				font-size: 110%;
			}
			
			.property .stats .label {
				width: 70px;
				overflow: hidden;
			}

			.property .stats .field {
				width: 110px;
				overflow: hidden;
				font-size: 100%;
				text-align: right;
			}

	.property .links_n_contact {
		margin: 6px 6px 0 0;
		padding: 4px;
		background-color: #eee;
		border: 1px solid #ccc;
		line-height: 1.2;
		text-align: left;
	}

		.property .links_n_contact div {
			font-size: 100%;
		}
		
		.property .links_n_contact div.links {
			width: 30%;
			text-align: left;
		}
		
			.property .links_n_contact div.links a {
				padding-left: 10px;
				text-align: left;
				background: url(/images/plus_sq.gif) left center no-repeat;
			}
			
		.property .links_n_contact div.contact {
			width: 65%;
			float: right;
			text-align: right;
		}
		
		.property .links_n_contact strong {
			font-size: 110%;
			font-weight: bold;
		}
		
		.property .links_n_contact a:hover {
			color: #777;
		}

/* Featured Properties */

.fp { background-color: #f0f0c1; border-bottom: 1px solid #e5b53b; }
	.fp h5 { margin: 0; padding: 6px; background-color: #e5b53b; color: #fff; letter-spacing: normal; }
		.fp h5 a { float: right; color: #fff; }
	.fp .property .photo img,
	.fp .property .stats td { border-color: #eae59f; }
	.fp .links_n_contact { background-color: #eae59f; border-color: #e5b53b; margin-bottom: 6px; }
		.fp .links_n_contact div.contact img { float: right; width: 48px; height: 61px; margin-left: 8px; background: #ccc; border: 1px solid #e5b53b; clear: none !important; }

/* Public View */

.public {}
	.public .property .photo { padding-left: 6px; }


/* @end */

/* @group Client Folders */

form#add_client_folder {
	text-align: center;
}

form#add_client_folder a.button {
	margin: 0 auto;
}

/* @end */		
		
/* @group Listing ID Search */

#sidebar div.drawers form#listing_ids {
	padding: 10px 0 0;
}

#sidebar div.drawers form#listing_ids textarea {
	margin-left: -4px;
	height: 72px;
	_width: 245px;/*IE*/
}
#sidebar div.drawers form#listing_ids .submit {
	margin: 0 0 0 -16px;
	_top: -70px;/*IE*/
	_margin-left: -22px;/*IE*/
}

/* @end */

