@charset "utf-8";
@import url("searchbox.css");

/* CSS Document */
body, html {
	background: url(../images/layout/bg.jpg) #e3e3e3 repeat-x top;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #598313;
}
	a:hover {
		color: #3c79ca;
	}
hr {
	background-color: #999;
	color: #999;
}
.cl {
	clear: both;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
h1 {
	color: #598313;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 10px 0 20px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: #3c79ca;
	background: url(../images/layout/blue_fade_bg.jpg) #FFF repeat-x top;
	border: 1px solid #bcd5e6;
	margin: 10px 0 10px 0;
	padding: 4px;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c79ca;
	margin: 10px 0;
	line-height: 24px;
}
h4 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #598313;
	margin: 10px 0;
}
h5 {
	font-weight: bold;
	font-size: 13px;
	color: #598313;
	margin: 8px 0;
}
img.img_left {
	-webkit-box-shadow: 0px 0px 8px #999999;
	-moz-box-shadow: 0px 0px 8px #999999;
	box-shadow: 0px 0px 8px #999999;
	float: left;
	margin: 5px 20px 5px 0;
}
img.img_left_nb {
	float: left;
	margin: 5px 10px 5px 0;
}
img.img_right {
	-webkit-box-shadow: 0px 0px 8px #999999;
	-moz-box-shadow: 0px 0px 8px #999999;
	box-shadow: 0px 0px 8px #999999;
	float: right;
	margin: 5px 0 5px 20px;
}
img.img_right_nb {
	float: right;
	margin: 5px 0 5px 10px;
}
/* ------------------------------------ HEADER ------------------------------------------*/
#logo {
	background: url(../images/layout/logo.png) no-repeat top;
	width: 379px;
	height: 61px;
	display: block;
	float: left;
	margin: 20px 0 20px 0;
}
	#logo:hover {
		background-position: bottom;
	}
#top_nav {
	float: right;
	font-size: 18px;
	margin: 40px 0 0 0;
}
	#top_nav a {
		margin: 0 0 0 30px;
		text-shadow: #FFF 0 1px 1px;
	}
/* ------------------------------------ MAIN CONTENT ------------------------------------------*/
#main_content {
	width: 960px;
	margin: 0 0 20px auto;
}
#page_content {
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f1', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f1), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f0f0f1,  #FFFFFF); /* for firefox 3.6+ */
	border: 1px solid #bcd5e6;
	width: 920px;
	min-height: 500px;
	padding: 20px;
	margin: 0 0 20px 0;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
#page_content.news {
	width: 680px;
	float: left;
}
.grey_box {
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e3e3e3,  #FFFFFF); /* for firefox 3.6+ */
	width: 198px;
	height: 160px;
	border: 1px solid #bcd5e6;
	padding: 10px;
	margin: 0 0 0 18px;
	color: #5c5c5c;
}
.bus_dir, .city_dir {
	width: 198px;
	height: 29px;
	display: block;
	margin: 20px 0 0 0;
}
.bus_dir {
	background: url(../images/layout/bus_directory.png) no-repeat top;
}
.city_dir {
	background: url(../images/layout/city_dir.png) no-repeat top;
}
	.bus_dir:hover, .city_dir:hover, .forums_btn:hover, .calc_btn:hover {
		background-position: bottom;
	}
.forums_btn {
	background: url(../images/layout/forums_btn.jpg) no-repeat top;
	 width: 220px;
	 height: 180px;
	 display: block;
	 float: left;
	 margin: 20px 0 0 18px;
}
.calc_btn {
	background: url(../images/layout/calc_btn.jpg) no-repeat top;
	width: 230px;
	 height: 180px;
	 display: block;
	 float: left;
	 margin: 20px 0 0 18px;
}
/* ------------------------------------ FEATURE BOX ------------------------------------------*/
#feature_listing {
	background: #FFF;
	width: 470px;
	height: 380px;
	border: 1px solid #bcd5e6;
	float: left;
	margin: 0 0 20px 0;
}
.feature_detail {
	width: 450px;
	height: 70px;
	/*margin: 290px 0 0 0;*/
	padding: 300px 10px 10px 10px;
	display: block;
	color: #3c79ca;
	cursor: pointer;
	position:relative;
	z-index:100;
}
	.feature_detail:hover {
		color: #598313;
	}
	.feature_sm_photo {
		background: url(../images/layout/new_listing.png) no-repeat;
		width: 98px;
		height: 65px;
		float: left;
		margin: 0 10px 0 0;
	}
.title_back {
	background: #fff;
	height: 90px;
	width: 470px;
	float: left;
	margin-top: -90px;
	position:relative;
	z-index: 50;
}
.price {
	font-size: 20px;
	float: left;
}
.name {
	font-size: 16px;
	float: left;
}
/* ------------------------------------ LOG IN ------------------------------------------*/
#login_form, #logged_in {
	background: url(../images/layout/green_houses.png) no-repeat top right;
	font-size: 14px;
	color: #3c79ca;
}
.login_btn {
	background: url(../images/layout/login_btn.png) no-repeat top;
	width: 62px;
	height: 30px;
	border: none;
	cursor: pointer;
}
	.login_btn:hover {
		background-position: bottom;
	}
.login_input {
	background: url(../images/layout/form_images/bm_id_box.png) no-repeat;
	width: 120px;
	height: 27px;
	padding: 2px 10px 0 10px;
	font-size: 14px;
	border: none;
	color: #9d9d9d;
}
.register_btn {
	background: url(../images/layout/register_btn.png) no-repeat top;
	 width: 209px;
	 height: 29px;
	 display: block;
	 margin: 10px 0 5px 0;
}
	.register_btn:hover {
		background-position: bottom;
	}
.small {
	float: right;
	color: #598313;
	font-size: 9px;
}
.log_name {
	color: #3c79ca;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.logged_in_btns {
	background: url(../images/layout/icon_edit.png) no-repeat left;
	padding: 2px 0 0 25px;
	display: block;
	height: 18px;
	margin: 0 0 4px 0;
	font-size: 14px;
}
/* ------------------------------------ FOOTER ------------------------------------------*/
#footer {
	/*background: url(../images/layout/blue_fade_bg.jpg) #FFF repeat-x top;*/
	background: #DEEBF3; /* old browsers */
	background: -moz-linear-gradient(top, #DEEBF3 0%, #FFFFFF 43%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEEBF3), color-stop(43%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEBF3', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #DEEBF3 0%,#FFFFFF 43%); /* opera */
	width: 940px;
	min-height: 210px;
	border: 1px solid #bcd5e6;
	padding: 10px;
}
.list_prop_btn {
	background: url(../images/layout/list_btn.png) no-repeat top;
	width: 223px;
	height: 105px;
	display: block;
}
	.list_prop_btn:hover {
		background-position: bottom;
	}
#foot_links {
	float: left;
	width: 230px;
	height: 220px;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccccff;
}
#foot_links a {
	font-size: 10px;
	color: #999999;
	display: block;
}
	#foot_links a:hover {
		color: #3c79ca;
	}	
.basic {
	background: url(../images/titles/basic.png) no-repeat top left;
	padding: 15px 0 0 0;
	float: left;
	margin: 0 10px 0 0;
}
.detailed {
	background: url(../images/titles/detailed.png) no-repeat top left;
	padding: 15px 0 0 0;
	float: left;
	margin: 0 10px 0 0;
}
.interesting {
	background: url(../images/titles/interesting.png) no-repeat top left;
	padding: 15px 0 0 0;
	float: left;
}
.front_news {
	background: url(../images/titles/latest_news.png) no-repeat top left;
	border-right: 1px solid #ccccff;
	float: left;
	width: 215px;
	height: 170px;
	padding: 50px 5px 0 0px;
	margin: 0 0 0 10px;
	overflow: hidden;
}
.news_headline {
	font-size: 12px;
	color: #3366cc;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
	.news_headline:hover {
		color: #598313;
	}
.tagline {
	font-size: 11px;
	margin: 0 0 10px;
}
.front_listings{
	background: url(../images/titles/more_listings.png) no-repeat top left;
	padding: 35px 10px 0 10px;
	border-right: 1px solid #ccccff;
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
	height: 180px;
}
.teaser_details {
	padding-left: 80px;
}
.listing_box {
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}	
.listing_photo {
	background: url(../images/layout/new_listing.png) no-repeat center;
	width: 72px;
	height: 48px;
	float: left;
	margin: 0 4px 0 0;
}
	.listing_photo:hover {
		-webkit-box-shadow: 0px 0px 8px #999999;
		-moz-box-shadow: 0px 0px 8px #999999;
		box-shadow: 0px 0px 8px #999999;
	}
#front_ad {
	float: left;
	width: 215px;
	height: 220px;
	margin: 0 0 0 10px;
}
#google_banner {
	width: 470px;
	height: 55px;
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}
#page_links {
	width: 448px;
	height: 45px;
	float: left;
	padding: 5px 10px 10px 10px;
	margin: 0 0 20px 0;
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e3e3e3,  #FFFFFF); /* for firefox 3.6+ */
	border: 1px solid #bcd5e6;
}
.calc_sm_btn {
	background: url(../images/layout/calc_sm_btn.png) no-repeat top;
	width: 156px;
	height: 45px;
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
.faq_btn {
	background: url(../images/layout/faq_btn.png) no-repeat top;
	width: 101px;
	height: 32px;
	display: block;
	float: left;
	margin: 12px 0 0 10px;
}
.city_dir_sm_btn {
	background: url(../images/layout/city_dir_sm.png) no-repeat top;
	width: 63px;
	height: 35px;
	display: block;
	float: left;
	margin: 10px 10px 0 10px;
}
.bus_dir_sm_btn {
	background: url(../images/layout/bus_dir_sm.png) no-repeat top;
	width: 85px;
	height: 35px;
	float: left;
	margin: 10px 0 0 0;
}
	.calc_sm_btn:hover, .faq_btn:hover, .city_dir_sm_btn:hover, .bus_dir_sm_btn:hover {
		background-position: bottom;
	}
.calc_pic {
	background: url(../images/layout/mortgage_calc_img.png) no-repeat right bottom;
	width: 950px;
	height: 501px;
	margin: 0 0 -12px 0;
}
.faq_question {
	background: url(../images/layout/mini_house.png) no-repeat left center;
	padding: 4px 0 0 30px;
	height: 18px;
	display: block;
	margin: 0 0 10px 0;
}

/* ------------------------------------ DIRECTORY STYLES ------------------------------------------*/
.bus_cat {
	font-size: 18px;
	color: #3c79ca;
	background: url(../images/layout/blue_fade_bg.jpg) #FFF repeat-x top;
	border: 1px solid #bcd5e6;
	font-family: Garamond, Times New Roman, serif;
	margin: 10px 0 10px 0;
	font-weight: normal;
	padding: 4px;
}
.bus_featuerd {
	width: 920px;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #bcd5e6;
}
.bus_info {
	width:200px; 
	height:auto; 
	float:right; 
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #5e5e5e;
}
.bus_title {
	font-size: 16px;
	color: #3c79ca;
	font-weight: bold;
}
.bus_tag {
	color: #598313;
	font-size: 14px;
}
.bus_details {
	font-size: 12px;
}
#cat {
	font-size: 14px;
	margin: 3px 5px 0 0;
}
.search_fields {
	width: 200px;
}
.results_count_box {
	width: 920px;
	font-size: 11px;
}
.pagination_box {
	float: left;
	margin-top: 10px;
	width: 920px;
}
.page_numbers {
	display: block;
	float: left;
	width: 576px;
	text-align: center;
}
.paginate_link {
	margin: 0 0 0 3px;
	padding: 2px;
}
.paginate_select {
	margin: 0 0 0 3px;
	padding: 1px 4px 1px 4px;
	border: 1px solid #c4c4c4;
}
.but_previous, .but_next, .but_previous_off, .but_next_off {
	width: 152px;
	height: 24px;
	display: block;
	margin: 0 10px 10px 10px;
}
.but_previous {
	background: url(../images/buttons/previous_btn.png) no-repeat top;
	float: left;
}
.but_next {
	background: url(../images/buttons/next_btn.png) no-repeat top;
	float: right;
}
	.but_previous:hover, .but_next:hover {
		background-position: bottom;
	}
.but_previous_off {
	background: url(../images/buttons/previous_btn.png) no-repeat top;
	opacity:0.25;
	filter:alpha(opacity=25);
	float: left;
}
.but_next_off {
	background: url(../images/buttons/next_btn.png) no-repeat top;
	opacity:0.25;
	filter:alpha(opacity=25);
	float: right;
}
.details_realtor_photo {
	width: 100px;
	height: 130px;
	background-repeat: no-repeat;
	border: 1px solid black;
	background-color: white;
	}
.details_realtor_frame {
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px solid #598313;
	float: left;
	margin: 0px 5px 5px 0px;
	}
#detail_email_expand {
	display: none;
	width: 270px;
	height: 250px;
	position: absolute;
	background: white;
	border: 1px solid black;
	margin-top: -15px;
	}
.checkmark {
	background: url(../images/layout/check.gif) no-repeat center center;
	float: right;
	height: 12px;
	width: 13px;
	padding: 2px 2px 0 2px;
}
.welcome_img {
	width: 940px;
	margin-bottom: 4px;
	height: 63px;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/layout/welcome_title.png) no-repeat;
	}
.add_listing {
	background: url(../images/layout/add_listing.png) no-repeat;
	width: 184px;
	height: 29px;
	float: right;
	display: block;
	position: relative;
	}
.add_search {
	background: url(../images/layout/add_search.png) no-repeat;
	width: 184px;
	height: 29px;
	float: right;
	display: block;
	position: relative;
	margin: 0 10px 0 10px;
	}
.add_ad {
	background: url(../images/layout/add_business.png) no-repeat;
	width: 184px;
	height: 29px;
	float: right;
	display: block;
	position: relative;
	}
.tableheaderrow {
	width: 920px;
	padding: 2px;
	font-weight: bold;
	border-bottom: 1px solid #2c5489;
	}
.tablerow {
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	width: 640px;
	text-decoration: none;
	height: 16px;
	float: left;	
	}
	.tablerow:hover {
		text-decoration: none;
		background: #bdd5e6;
		color: black;
		}
.tableheadercell, .tablecell {
	float: left;
	}
	.tablecell {
		font-size: 11px;
		}
.bc_trail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	float: left;
	height: 15px;
	width: 550px;	
}		
a.editphoto:link, a.editphoto:active, a.editphoto:visited {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/layout/edit_photos.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 16px;
	width: 55px;
	margin-top: 3px;
}
a.editphoto:hover {
	text-decoration: none;
	background-position: 0px -16px;	
}		

a.delete_info:link, a.delete_info:active, a.delete_info:visited {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/layout/delete.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 16px;
	width: 55px;
	margin: 3px 0 0 10px;
}
a.delete_info:hover {
	text-decoration: none;
	background-position: 0px -16px;	
}		

a.edit_info:link, a.edit_info:active, a.edit_info:visited {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/layout/edit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 16px;
	width: 55px;
	margin: 3px 0 0 10px;
}
a.edit_info:hover {
	text-decoration: none;
	background-position: 0px -16px;	
}		

a.viewlisting:link, a.viewlisting:active, a.viewlisting:visited {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/layout/view_listing.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 16px;
	width: 80px;
	margin: 3px 0 0 10px;
}
a.viewlisting:hover {
	text-decoration: none;
	background-position: 0px -16px;	
}		

a.google_btn:link, a.google_btn:active, a.google_btn:visited {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/layout/get_long_lat.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 16px;
	width: 400px;
	margin: 3px 0 0 10px;
	padding-left: 55px;
}
a.google_btn:hover {
	text-decoration: none;
	background-position: 0px -16px;	
}		

a.photo_edit:link, a.photo_edit:active, a.photo_edit:visited {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 4px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-decoration: none;
	background-image: url(../images/layout/add_photo.jpg);
}
a.photo_edit:hover {
	text-decoration: none;
	background-color: #85AECA;
}
.description_text {
	float: left;
	clear: both;
}
.description_text input {
	width: 130px;
}
.image_details {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.city_form {
	float: left;
	margin-left: 250px;
	margin-top: -40px;
}
#sort_table {
	float: left;
	margin: 20px 0;
}
.sort_btn {
	padding: 3px 8px;
	border: 1px solid #BCD5E6;
	background: #fff; /* old browsers */
}
.sort_btn_selected {
	padding: 3px 8px;
	border: 1px solid #BCD5E6;
	background: #edf5f8;
}
/***************** LISTING DETAIL ****************************/
#listing-left {
	float: left;
	width: 500px;
}
#listing-right {
	float: left;
	width: 420px;
}
#listing-menu {
	float: left;
	width: 400px;
	background: #DEEBF4; /* old browsers */
	background: -moz-linear-gradient(top, #DEEBF4 0%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEEBF4), color-stop(100%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEBF4', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #DEEBF4 0%,#FFFFFF 100%); /* opera */
	border: 1px solid #92c4dd;
	margin-top: 10px;
	padding: 5px;
}
.listing-menu-item {
	padding: 2px 4px;
	margin-right: 10px;
}
.listing-menu-selected, .listing-menu-item.selected {
	color: #3C79CA;
	font-weight: bold;
	margin-right: 10px;
}
.listing-image {
	display: block;
	min-width: 490px;
	min-height: 350px;
	float: left;
	clear: both;
}
#thumbnails {
	float: left;
	clear: both;
}
.thumb {
	margin: 10px 10px 0 0;
	float: left;
}
	.thumb:hover {
		-webkit-box-shadow: 0px 2px 5px #999999;
		-moz-box-shadow: 0px 2px 5px #999999;
		box-shadow: 0px 2px 5px #999999;
	}
.thumb_selected {
	margin: 10px 10px 0 0;
	float: left;
	-webkit-box-shadow: 0px 2px 5px #999999;
	-moz-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
}
#listing-details {
	float: left;
	margin-left: 10px;
}
.listing-title {
	float: left;
	font-size: 20px;
	color: #598313;
}
.listing-price {
	color: #3C79CA;
}
.listing-price, .listing-strata, .listing-transaction {
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 18px;
}
.details-left, .details-right {
	float: left;
	width: 150px;
	margin-top: 10px;
}
.details-right {
	margin-left: 10px;
	width: 250px;
}
.details-left .label {
	width: 100px;
}
.label {
	color: #3C79CA;
	float: left;
	width: 115px;
}
#gmapform label {
	cursor: pointer;
	display: block;
	float: left;
	margin: 5px 5px 0 0;
}
gmapform label input {
	float: left;
	margin: 3px 5px 0 0;
}
#gmap {
	width: 410px;
	height: 300px;
	border: 1px solid #92c4dd;
}
#findmap #gmap {
	border-top: none;
}
label input {
	margin-right: 0;
}
#video {
	width: 420px;
	height:350px;
}
.favorite_listing {
	width: 105px;
	height: 27px;
	display: block;
	float: right;
	background:url(../images/buttons/favorite.png) top;
	border: none;
}
	.favorite_listing:hover {
		background-position: bottom;
		cursor:pointer;
	}
.favorite_listing_selected {
	width: 105px;
	height: 27px;
	display: block;
	float: right;
	background:url(../images/buttons/favorite.png) bottom;
	border: none;
	cursor: pointer;
}
.favorite_amount {
	float: right;
}

.loader {
	background:url(../images/layout/loader.gif) no-repeat top;
	width: 31px;
	height: 31px;
	display: block;
	margin-left: 235px;
	margin-top: 160px;
}
#image_description {
	height: 20px;
	clear: both;
}

/************** LISTINGS PAGE *****************************************************/
.listings_featured {
	margin: 5px 0 10px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.datepicker {
	margin-left: 10px;
	float: left;
	margin-top: 2px;
}
.listings_featured_photo {
	width: 175px;
	height: 130px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
}
.listings_featured_photo:hover {
	-webkit-box-shadow: 0px 0px 8px #999999;
	-moz-box-shadow: 0px 0px 8px #999999;
	box-shadow: 0px 0px 8px #999999;
}
.listings_block {
	position: relative;
	float: left;
	width: 725px;
}
.listings_date {
	float: right;
	font-size: 11px;
	margin: 0 15px 0 0;
}
.back_listings, .back-my-listings, .edit_photos, .edit_listing {
	width: 200px;
	height: 30px;
	display:block;
	float: left;
	background:url(../images/buttons/back_listings.png) no-repeat top;
	margin: 0 0 10px 30px;
}
.back-my-listings, .edit_photos, .back_listings {
	float: right;
}
.edit_photos {
	background:url(../images/buttons/edit_photos.png) no-repeat top;
}
.edit_listing {
	background:url(../images/buttons/edit_listing.png) no-repeat top;
}
	.back_listings:hover, .back-my-listings:hover, .edit_photos:hover, .edit_listing:hover {
		background-position: bottom;
	}

.save_btn {
	width: 200px;
	height: 30px;
	display:block;
	float: left;
	background:url(../images/buttons/save_btn.png) no-repeat top;
	clear: both;
	margin: 0 0 0 30px;
	border: none;
	cursor: pointer;
}
	.save_btn:hover {
		background-position: bottom;
	}
.saletype_sale, .saletype_rent, .saletype_lease, .saletype_auction, .saletype_foreclose {
	width: 75px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 25px;
	background: #abc18a;
	color: #FFF;
	line-height: 20px;
	padding: 0 0 0 6px;
}
.saletype_rent {
	background: #b3cceb;
}
.saletype_lease {
	background: #c493bf;
}
.saletype_auction, .saletype_foreclose{
	background: #cc807f;
}
.listings_info {
	background: url(../images/layout/ico_detail.png) no-repeat center left;
	display: block;
	float: left;
	padding: 0 0 0 20px;
}
/****** CALCULATOR **********************************/
#payment_calc, #mortgage_calc {
	width: 275px;
	float: left;
	margin: 20px 40px 0 40px;
	font-size: 12px;
	line-height: normal;
	color: #666;
}
#calc_frame #payment_calc, #calc_frame #mortgage_calc {
	width: 190px;
	margin: 20px 20px 0 0;
	font-size: 11px;
}
#mortgage_calc, #calc_frame #mortgage_calc {
	margin: 20px 0 0 0;
}
.calc p {
	margin: 0 0 10px 0;
}
.calc label {
	width: 140px;
	float: left;
	margin: 5px 10px 5px 0;
}
#calc_frame .calc label {
	width: 70px;
}
	.calc label.big {
		width: 275px;
		text-align: center;
		font-size: 17px;
		color: #379444;
	}
	#calc_frame .calc label.big {
		width: 190px;
	}
.calc input {
	width: 120px;
	float: left;
	margin: 0 0 5px 0;
}
#calc_frame .calc input {
	width: 90px;
}
	.calc input.center {
		width: 270px;
		text-align: center;
	}
	#calc_frame .calc input.center {
		width: 190px;
	}
/************************** ADVANCED SEARCH BAR ************************************/
#advanced_bar {
	margin-top: -5px;
}
#advanced_bar .form_row {
	float: left;
	width: 180px;
}
#advanced_bar select {
	font-size: 12px;
}
$advanced_bar input {
	font-size: 12px;
}
#sqft_low, #sqft_high, #price_low, #price_high {
	width: 100px;
}
.search_page_row {
	padding: 2px;
	width: 550px;
	margin-top: 3px;
	}
.search_page_title {
	width: 140px;
	float: left;
	height: 18px;
	padding-top: 2px;
	text-align: right;
	padding-right: 10px;
	}
.search_page_title_active {
	width: 140px;
	float: left;
	height: 18px;
	padding-top: 2px;
	text-align: right;
	padding-right: 10px;
	color: #598313;
	}
.search_page_row input, .search_page_row textarea, .search_page_row select{
	font-size: 11px;
	padding: 2px;
	border: 1px solid #999999;
	width: 200px;
	}
	.search_page_row select {
		width: 205px;
		padding: 1px;
		}
.form_row {
	width: 940px;
}

/************* SEARCH FORMS AND STUFF **************/
input.update_search, input.save_search, input.search_properties, input.clear_search, .form_input input.update_profile, .form_input input.register_btn, .form_input input.create_listing, .form_input input.update_listing {
	width: 200px;
	height: 30px;
	display:block;
	border: none;
	padding:0;
}
input.update_search {
	background:url(../images/buttons/update_search.png) top;
}
input.save_search {
	background:url(../images/buttons/save_search.png) top;
}
input.search_properties {
	background:url(../images/buttons/search_properties.png) top;
}
input.clear_search {
	background:url(../images/buttons/clear_search.png) top;
}
input.update_profile {
	background:url(../images/buttons/update_profile.png) top;
}
input.register_btn {
	background:url(../images/buttons/register_btn.png) top;
}
input.update_listing {
	background:url(../images/buttons/update_listing.png) top;
}
.form_input input.create_listing {
	background:url(../images/buttons/create_listing.png) top;
}
	.update_search:hover, .save_search:hover, .search_properties:hover, input.clear_search:hover, input.update_profile:hover, input.register_btn:hover, input.create_listing:hover, input.update_listing:hover {
		background-position: bottom;
		cursor:pointer;
	}
.form_input .invalid, .form_input select.invalid {
	background: #ffeded;
	border:1px solid #f00;
}

