/* CSS Document */

.img_1 {
	float: right;
	margin: 0 0 20px 20px;
}
.floorPlan {
	float: right;
	margin: 0 0 20px 20px;
}
.kitchen {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	border: 1px solid #AAA;
}
h3 {
	clear: left;
}
.lgFloorPlan {
	display: block;
	margin: 0 auto 0 auto;
}
.location {
	display: block;
	margin: 0 auto 0 auto;
}
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	margin: 5px 0 5px 0;
}
h1 {
	margin-left: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
.price 
{
	font-size:22px;
	color:#3159B9;
	font-family:Georgia;
}
.rentalIllustration {
	border-collapse: separate;
	border-spacing: 1px;
	background: #999;
	width:700px;
}
.rentalIllustration td {
	background: #FFF;
	padding: 2px;
}
.propertiesFooter
{
	clear:both;
	padding-top:15px;
	border-top:solid 1px #DDDDDD;
}
.rentalImgContainer
{
	float:left;
	margin:20px 0 10px 0;
	position:relative;
	width:350px;
	height:250px;
	border-bottom:solid 1px #DDDDDD;
}

.rentalIllustrationWrapper {
	display: none;
}
.rentalIllustration .nBook {
	background: #CCC;
}
.rentalIllustration .ownerReservation {
	background: #ECC;
}
.reservationNote {
	list-style: lower-alpha;
	margin: 0;
	padding: 0 0 0 25px;
}
.content_inner .reservationNote li {
	margin: 2px 0;
}
