
.Sold {
	/*
		we must specify !important here 
		because the pricepoints are defined
		in the html itself so they will 
		cascade over these.
	*/
	fill: #4f4e4e !important;
	pointer-events: none !important;
	fill-opacity: .7 !important;
}

.hidden {
	display: none;
}


#lots path,
#lots polygon,
#lots shape,
#lots rect {
	fill-opacity: .9;
}

	#lots path:hover,
	#lots polygon:hover,
	#lots shape:hover,
	#lots rect:hover {
		fill-opacity: .63;
	}

#static * {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;	/*<Lot id="\1" x="\2" y="\3" />*/
	-ms-user-select: none;
	user-select: none;
}

#names * {
	font-family:Helvetica, Arial;
	font-size:9.51px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/*PASTE SVG STYLES BELOW*/

	/*-- PG 191212
	.st0{fill:#929497;}
	.st1{fill:#18254D;stroke:#FFFFFF;stroke-width:0.855;stroke-miterlimit:10;}
	.st2{fill:#FFFFFF;}
	.st4{font-size:9.5097px;}*/

	.st0{fill:#929497;}
	.st1{fill:#5E90CC;fill-opacity:0.4;stroke:#172C54;stroke-width:1.5;stroke-miterlimit:10;}
	.st2{fill:#FFFFFF;stroke:#172C54;stroke-width:0.5;stroke-miterlimit:10;}
	.st3{fill:#172C54;}
	.st4{fill:#17254D;stroke:#FFFFFF;stroke-width:0.855;stroke-miterlimit:10;}
	.st5{fill:#FFFFFF;}