@charset "utf-8";
/* CSS Document */

#description	{
	width:100%;
	overflow:hidden;
	padding:20px 0;
	}	




.price	{
	float:right;
	}
	
.clear	{
	clear:both;
	}
	
.featuredImage	{
	border:3px solid #fff;
	margin:20px 20px 0 0;
	width:350px;
	
	float:left;
	}
	
.featureList	{
	list-style:none;
	padding:0;
	margin:20px 0 0 0;
	overflow:hidden;
	}
	
.featureList li	{
	padding:4px 0 4px 10px;
	margin:0;
	line-height:20px;
	overflow:hidden;
	
	}
	
.featureList li span	{
	float:left;
	font-weight:bold;
	width:150px;
	}
	
.featureListTop	{
	float:left;
	list-style:none;
	padding:0;
	margin:20px 0 0 10px;
	overflow:hidden;
	}
	
.featureListTop li	{
	padding:4px 0;
	margin:0;
	line-height:20px;
	overflow:hidden;
	
	}
	
.featureListTop li span	{
	float:left;
	font-weight:bold;
	width:150px;
	}
	
.multipleFeatures	{
	float:left;
	padding:0;
	margin:0 0 0 20px;
	}	
	
.multipleFeatures li	{
	border-bottom:none;
	padding:0 20px 0 0;
	margin:0;
	list-style:outside disc;
	}
	
.featureList li.title	{
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #0160bf;
	padding:2px 0 2px 5px;
	font-size:120%;
	}
#listingSearch select {
	padding:5px;
	border:1px #19434e solid;
	width:175px;
}
#listingSearch input {
	padding:5px;
	border:1px #19434e solid;
	width:165px;
}

#listingSearch .searchButton {
	padding:5px;
	border:1px #19434e solid;
	width:175px;
	cursor: pointer;
	margin-top:5px;
	font-weight: bold;
}
#listingSearch .searchButton:hover {
	background-color: #19434e;
	color:#fff;
}

#listingSearch .cityCheckbox{
	width:20px;
}
