/**
 * floorplans.css
 * 
 * @author Jon Zuck <jon.zuck@resiteonline.com>
 * @version $Id$
 */

.floorplans .content {
	float: left;
	width: 653px; /* tot. width = 673 */
	margin: 0;
	padding: 0 10px;
}
.content{overflow:hidden; _overflow:visible; _zoom:1;}
.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: #4b4338;	
}
#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: #4b4338;
}
.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: #000;
	cursor: pointer;
}
.floorPlanMenu li.last {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

/**************** floorplans2 ***************************/
#fpFlash {
	width: 440px;
	float: left;
	margin: 25px 0 20px 20px; 
}
#fpFlash object { 
	width: 404px;
	min-height: 339px;
}
#fpInfo {
	width: 180px;
	float: left;
	margin: 10px 0 0 0px;
}
#fpInfo span {
	width: 115px;
	margin-top: 10px;
	float: left;
	clear: none;
	text-transform: uppercase;
	font-size: 8pt;
}
.print {
	background: url("../images/floorplans2_printBtn.jpg") no-repeat;
	width: 54px;
	height: 45px;
	float: left;
	margin-bottom: 20px;
}
.details {
	background-color: #CEE3E6;
	width: 155px;
	height: 140px;
	display: block;
	float: left;
	padding: 20px 0 0 15px;
}
#selection {
	background-color: #CEE3E6;
	width: 170px;
	height: 100px;
	display: block;
	float: left;
	margin-top: 15px;
}
label {
	width: 150px;
	text-transform: uppercase;
	margin: 20px 0 10px 15px; 
	float: left;
	font-size: 10pt;
}
select {
	width: 140px;
	float: left;
	margin: 5px 0 10px 15px; 
}


