form#searchForm {
	padding: 20px;
}

	form#searchForm input {
		vertical-align: middle;
	}


#extended_search {
	display: none;
}

#extended_search_trigger {
	margin-right: 10px;
	width: 100px;
}

.short_listing {
	display: block;
	text-decoration: none;
	color: #999;
	float: left;
	width: 520px;
	cursor: pointer;
	border-bottom: none !important;
}

	.short_listing:hover {
		background: url(images/listing_short_bg.png) left bottom repeat-x;
		color: #999;
	}

    .short_listing.sold:hover {
		background: url(images/listing_short_bg_red.png) left bottom repeat-x !important;
		color: #999;
	}

        .sold .listing_status, span.sold {
            color: #d00;
            font-weight: bold;
        }

    .short_listing.contract:hover {
		background: url(images/listing_short_bg_yellow.png) left bottom repeat-x !important;
		color: #999;
	}

        .contract .listing_status, .under_contract {
            color: #cc0;
            font-weight: bold;
        }

	.short_listing_image {
		width: 100px;
		height: 80px;
		float: left;
		border-bottom: none !important;
	}

	.short_listing_image img, img {
		border: 1px solid #999 !important;
	}

ul.page_navigation li {
	list-style: none;
	float: left;
	padding: 5px;
}

.orderlink, .orderdesc {
	background: url(images/order.png) left top no-repeat;
	padding: 0 14px;
}

.orderlink:hover, .orderdesc {
	background: url(images/order_asc.png) left top no-repeat !important;
}

.orderasc, .orderdesc:hover {
	background: url(images/order_desc.png) left top no-repeat !important;
}

#search{
    color: #aaa;
}

#lfdc_map img, #property_map img {
    border: none !important;
}

ul.clean li {
    list-style: none;
    margin-bottom: 2px;
}

.fine {
	font-size: smaller;
	color: #777;
}


#action_box {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
}





/* *************** ICONS *************** */

    a.icon {
        color: #888;
    }

    a.icon:hover {
        color: #333;
    }

  	.icon img {
		background: url(images/glos.png) left top no-repeat #618F23;
		border: none !important;
		margin-bottom: -3px;
	}

		.icon:hover img {
			background-color: #8CC63F;
		}

		.icon.red img {
			background-color: #F02828;
		}

		.icon.red:hover img {
			background-color: #B42828;
		}

		.icon.green img {
			background-color: #28F028;
		}

		.icon.green:hover img {
			background-color: #28B428;
		}

	* html .icon img {
		background-image: none;
	}

.ie_gb {
    padding-bottom: 10px;
}



/* *************** IMAGE UPLOAD *************** */
.image_upload_iframe {
    border: 0;
    height: 30px;
    width: 550px;
    padding-top: 2px;
    overflow: hidden;
}



/* *************** IMAGE UPLOAD SORTABLE *************** */
.sortable_placeholder {
    border: 1px solid #ccc;
    height: 30px;
    background: #DDF3FA;
}




/* *************** ADMIN STYLES *************** */


	.admin.wxl, .admin .wxl {
		width: 720px;
	}

	.admin.wl, .admin .wl {
		width: 450px;
	}

	.admin.wm, .admin .wm {
		width: 350px;
	}

	.admin.ws, .admin .ws {
		width: 270px;
	}




/* *************** LIGHTBOX *************** */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img, #jquery-lightbox a:hover img {
    border: none !important;
    text-decoration: none !important;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	border: none !important;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	border: none !important;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	border: none !important;
}
