@charset "utf-8";
/* Zukin Realty - Property Listing CSS Document */

#residential {
	margin-left: 35px;
}

#residential td {
	vertical-align: top;
	text-align: center;
}

#residential h3 {
	margin-top: 15px;
	margin-bottom: 7px;
	text-align: center;
}

#residential hr{
	color: #333333;
	width: 60%;
}

#residential img {
	background: #666666;
	display: block;
	width: 200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

#residential a, a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#residential a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#residential li a, a:link, a:hover {
	font-size: 14px;
}

.bedrooms {
	margin-left: 0;
	list-style: none;
}

.bedrooms li {
	margin-left: 0;
	margin-bottom: 10px;
}

#proplist_header {
	width: 600px;
	height: auto;
	margin: 25px auto 0 auto;
}

#click_images {
	font-style: italic; 
	text-align: center
}

.properties {
	width: 600px;
	margin: 50px auto 10px auto;
	/*margin-left: 30px;
	margin-bottom: 40px;*/
}

.properties td {
	vertical-align: top;
	padding-bottom: 25px;
}

.properties .left {
	width: 150px
}

.properties .right {
	width: 450px
}

.properties .park_prop {
	width: 100%;
	text-align: center
}

.properties .left img  {
	background: #666666;
	display: block;
	width: 125px;
	min-height: 93px;
	height: auto !important;
	height: 93px;
	background: #666666;
}

.properties .right p  {
	padding: 0;
	margin: 0 0 7px 0
}

.address {
	font-size: 14px;
	font-weight: bold;
}

#next_last {
	text-align: center;
}

#next_last p {
	text-align: center; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	font-size: 11px;
	
}



	
	
	
	
