.mapdot {
    background-image:url('/phpThumb/phpThumb.php?f=png&h=25&src=/images/map_dots_new.png');
    background-repeat:no-repeat;
    width:15px;
    height:18px;
    float:left;
	background-position:-32px 0px;
	font-size:8px;
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
	cursor:move;
}
.mapdotContainer {
	position:relative;
	z-index:200;
}
.innerPages .mapdot {
	cursor:default;
	position:absolute;
}
.innerPages .mapdot a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000;
	font-size:7px;
	padding-top:1px;
	text-align:center;
}
.innerPages .mapdot.home a, .innerPages .mapdot.salepending a {
	color:#fff;
}
.innerPages .mapdot:hover, .innerPages .active .mapdot {
    background-image:url('/phpThumb/phpThumb.php?f=png&h=29&src=/images/map_dots_new.png');
	width:17px;
	height:20px;
}

.propertylist {
	background-color:#e0e0e0;
}
.property {
	padding:5px 0px;
	border-bottom:1px solid #000;
}
.maparea {
	width:650px;
}
.mapdot.homesite {
	background-position:-39px 0px;
}
.mapdot.home {
	background-position:-20px 0px;
	color:#fff;
}
.mapdot.sold {
	background-position:-3px 0px;
	color:#fff;
}
.mapdot.salepending {
	background-position:-58px 0px;
	color:#fff;
}
.maplist td {
	border-bottom:1px solid #000;
}
.maplist th {
	padding:5px;
}
.innerPages .mapdot.homesite:hover, .active .mapdot.homesite {
	background-position:-46px -2px;
}
.innerPages .mapdot.home:hover, .active .mapdot.home {
	background-position:-24px -2px;
}
.innerPages .mapdot.sold:hover, .active .mapdot.sold {
	background-position:-4px 0px;
}
.innerPages .mapdot.salepending:hover, .active .mapdot.salepending {
	background-position:-68px -2px;
}
.sort {
	text-decoration:underline;
	cursor:pointer;
}
.sort:hover {
	color:#ccc;
	text-decoration:underline;
}
