#featuredProperty {
	display: none;
}

#featuredPropertyBorderShadow {
	display:none;
}

#listingNavigation {
	position: absolute;
	right: 4px;
	top: 8px;
	font-size: 12px;
}

#listingNavigation a {
	text-decoration: none;
	color: White;
}	

#listingDetailNavigation {
	padding: 4px;
	background-color: #47558F;
	color: white;
	font-size: 11px;
}

#listingDetailNavigation ul {
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	list-style: none;
}

#listingDetailNavigation ul li {
	display: inline;
	margin: 0px;
}

#listingDetailNavigation ul li span {
	padding: 2px 8px;
	color: white;
	text-decoration: none;
}

#listingDetailNavigation ul li span:hover {
	background-color: #17265F;
	cursor: pointer;
}

#listingDetailNavigation ul li span.listingDetailNavHighlight {
	background-color: white;
	color: #47558F;
}

#listingDetailNavigation ul li span.listingDetailNavHighlight:hover {
	background-color: white;
	color: #47558F;
	cursor: auto;
}

#listingDetail {
	padding: 4px;
}

.listingTable {
	width: 50%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.detailName {
	width: 135px;
	font-weight: bold;
	vertical-align: top;
}

.listingTable .detailName
{
	width: 110px;
}

.linstingTable .detailValue {
	width: 65px;
	vertical-align: top;
}

.price {
	font-weight: bold;
	color: Green;
}

#listingOverviewSection {
	
}

#listingOverviewSectionImage {
	width: 212px;
	float: right;
}

#listingOverviewSectionImage img {
	border: 1px solid Black;
	text-align: right;
	width: 212px;
	height: 160px;
}

#listingDetailSection {
	width: 620px;
}

#listingDetailLeft {
	width: 430px;
	float: left;
}

#listingDetailDimensions {
	width: 180px;
	float: right;
}

#listingFeaturesSection {
}

#listingPhotosSection {
}

#listingVirtualTourSection {
}

#listingAgentSection {
}

#newListingOverviewSection {
	display: none;
}

#newListingDetailSection {
	display: none;
}

#newListingFeaturesSection {
	display: none;
}

#newListingPhotosSection {
	display: none;
}

#newListingVirtualTourSection {
	display: none;
}

#newListingAgentSection {
	display: none;
}

#newListingAddress {
	display:none
}

#newListingPrice {
	display:none
}

