/**
 * floorplans.css
 * 
 * @author Jon Zuck <jon.zuck@resiteonline.com>
 * @version $Id$
 */
#left:after {
	content:'.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
} 
.floorplans .content {
	float: left;
	width: 653px; /* tot. width = 673 */
	margin: 0;
	padding: 0 10px;
}
.content{overflow:hidden; _overflow:visible; _zoom:1; float: left;}
.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1;}
.unit{float:left;_zoom:1;}
.w300{width:300px;}
.size1of2{width:50%;}
.lastUnit {float:none; _position:relative; _left:-3px; _margin-right: -3px;width:auto;}
.mod {margin: 10px;}
.inner{position: relative;}
.hd, .bd {overflow: hidden;_overflow:visible;_zoom:1;}
.hide {display: none;}

.floorPlanList /* extends mod */ {
	width: 310px;}
/* .floorPlanInfo is .floorPlanList .bd */
.floorPlanInfo {
	margin-bottom: 10px;	 
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border: 3px ridge #c0c0c0;
	cursor: pointer;
	padding: 12px;
	width: 260px;	/* tot. width = 290 */
	background: #6b0918;	
}
#floorPlanImage {margin-top:10px;}
.floorPlanInfo .footage {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.floorPlanInfo p {
	margin: 0;
	padding: 0;
	text-align: right;
}
.depositDiv /* extends mod */ {
	margin-top: 10px;
}
.depositDiv .hd {
	margin: 0 0 -10px 0; 
	padding: 0;
}
/*This is a centered horiz.list of unknown width
 * with all li's as floating block elements. 
 * */
.floorPlanMenu {
	position: relative;
	left: 50%;
	float: left;
	height: 30px;
	margin-top:10px;
	font-size: 1.1em;
	color: #6b0918;
}
.floorPlanMenu ul{
	position:relative;
	left: -50%;
}
.floorPlanMenu li { 
	float: left;
	_position: relative;
	padding-right: .5em;
	border-right: 1px solid;
	margin-right: .5em;
}
.floorPlanMenu li:hover {
	text-decoration: underline;
	color: #d9e8a3;
	cursor: pointer;
}
.floorPlanMenu li.last {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

