/*
	20100224 tomc
*//*
	DEVELOPMENT SITESTREAM
*/
	.for-sale{
		background	:#003300;
		height		:128px;
	}
	.sold{
		background	:#910003;
		height		:54px;
	}
	.ss-plot{
		position	:relative;
	}
	.ss-plot .plot-image-fail{
		float		:left;
		height		:102px;
		width		:133px;
		margin		:10px;
		border		:1px dotted grey;
		color		:grey;
		line-height	:102px;
		text-align	:center;
	}
	.ss-plot .plot-thumb-link{
		display		:block;
		float		:left;
		width		:155px;
		font-size	:10px;
		text-align	:center;
		text-decoration	:none!important;
	}
	.ss-plot .plot-thumb{
		display		:block;
	}
	.plot-image{
		display		:none;
		position	:absolute;
		z-index		:99999;
		border		:4px solid black;
		top			:0px;
		left		:0;
		background	:black;
	}
	.ss-plot .plot-title{
		position	:absolute;
	}
	.ss-plot .plot-description{
		float		:left;
		width		:338px;
		padding		:10px 0 10px 0;
		margin-left	:14px;
	}
	.ss-plot .plot-description h3{
		margin			:0;
		padding			:0;
		font-size		:12px;
		font-weight		:bold;
		font-style		:normal;
		color			:white;
	}
	.ss-plot .plot-description p{
		margin-bottom	:4px;
		font-size		:11px;
	}
	.ss-plot .plot-description h4{
		margin			:0;
		padding			:0;
		margin-bottom	:4px;
		font-size		:12px;
		font-weight		:normal;
	}
	.ss-plot .plot-type{
		position		:absolute;
		top				:10px;
		right			:76px;
		width			:70px;
		font-weight		:bold;
	}
	.ss-plot .plot-price{
		position		:absolute;
		top				:10px;
		right			:0;
		width			:70px;
		font-weight		:bold;
	}
	.plot-quote{
		position		:absolute;
		bottom			:0;
		right			:0;
		height			:50px;
		padding			:6px 25px 0 63px;
		text-decoration	:none!important;
		background		:url(/grx/devmortgage/house-ss-icon-55x53.png) scroll no-repeat 0 bottom;
	}
	
	/*
		SOLD STYLES
	*/
	.sold .plot-thumb-link{
		display			:none;
	}
	.sold .plot-image-fail{
		display			:none;
	}
	.sold .plot-description p{
		display			:none;
	}
	.sold .plot-quote{
		display			:none;
	}
	.sold .plot-price{
		display			:none;
	}
	.ss-plot .plot-unavailable{
		float			:left;
		width			:155px;
		padding-top		:10px;
		text-indent		:10px;
		font-weight		:bold;
	}
