
.propertylist_group {

	margin-bottom: 30px;
}

	.propertylist_head {
		font-size: 20px;
		line-height: 24px;
		color: #14807c;
		text-transform: uppercase;
		margin-bottom: 19px;
	}


.propertylist_table {
	border-collapse: collapse;

	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;

	margin: 0px;
	padding: 0px;

	width: 100%;
}

	.propertylist_table tr, .propertylist_table th, .propertylist_table td {
		margin: 0px;
		padding: 0px;

		color: #6B6C6E;

		font-size: 11px;

		padding-left: 7px !important;
		padding-right: 7px !important;

		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.propertylist_table th {
		background-color: #9D9D9D;

		color: #ffffff;

		text-align: left;
	}

	.propertylist_table td {

	}

	.propertylist_table tr {
		background-color: #efefef;
	}

	.propertylist_table tr.even {
		background-color: #ffffff;
	}


.propertylist_business_photo_div {
	position: relative;
}


.propertylist_business_photo {
	display: block;

	cursor: pointer;
}

	.propertylist_business_photo_overlay {
		height: 342px;
		width: 393px;

		position: absolute;
		top: 0px;
		left: 25px;

		z-index: 1000;

		display: none;
	}

		.propertylist_business_photo_overlay_top {
			height: 15px;
			width: 393px;

			position: absolute;
			top: 0px;
			left: 0px;

			background-image: url(../images/mapphoto_top.png);
			background-repeat: no-repeat;
		}

		.propertylist_business_photo_overlay_main {
			height: 312px;
			width: 393px;

			position: absolute;
			top: 15px;
			left: 0px;

			background-image: url(../images/mapphoto_main.png);
			background-repeat: repeat-y;
		}
			.propertylist_business_photo_overlay_main_img {
				height: 308px;
				width: 359px;

				position: absolute;
				top: 2px;
				left: 17px;
			}

		.propertylist_business_photo_overlay_bottom {
			height: 15px;
			width: 393px;

			position: absolute;
			top: 327px;
			left: 0px;

			background-image: url(../images/mapphoto_bottom.png);
			background-repeat: no-repeat;
		}



/*		.propertylist_business_photo img {
			display: none;
		}
*/

.propertylist_business_photo_show .propertylist_business_photo_overlay {
	display: block;
	z-index: 2000;
}


.propertylist_map_finder2 {
	cursor: pointer;
	position: absolute;
	display: inline;
	overflow: hidden;
	float: left;
	width: 17px;
	height: 11px;
	margin-left: -21px;
	margin-top: 3px;
	background-image: url(../images/map_pin_mask.gif);
	background-repeat: no-repeat;

/* 	border: 1px solid red; */
}
