/**
 * floorplans.css
 *
 *	03.28.2008
 * @author Bruce Wright <bruce.wright@residentsource.com>
 * @version $Id$
*/

.innerWrapper { background: url("../picImages/middle.gif") repeat-y; }
#footer { background: url("../picImages/aptBottom.gif") no-repeat #6f818b; }

table#fpNamePriceTable {
	clear: left;
	float: left;
	border-collapse: collapse;
	border-spacing: 1;
	width: 100%;
}

#fpNamePriceTable th { 
	text-align: center;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	background: #5fabe1;	
	border: 1px solid #5fabe1;
}

#fpNamePriceTable td {
	text-align: center;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	border: 1px solid #5fabe1;
}

#fpNamePriceTable td.layOutName {
	text-align: left;
}
.unitType a {
	text-decoration: none;
}

.hover, .theChosenOne {
	color: #ffffff;
	background: #5fabe1;
	cursor: pointer;
}

#floorPlanInfo {
	float: left;
	width: 180px;
	height: 140px;
	margin: 0 0 10px 0;
	padding: 0;
}

#floorPlanInfo .fpInfo {
	float: left;
	width: 170px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#floorPlanDiv {
	float: left;
	width: 550px;
	margin: 0px 0px 0px 20px;
	display: inline;
	padding: 0px 0px 0px 0px;
}
	
div#left {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
}

div#left p {
	float: left;
	width: 190px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
div#right {
	float: left;
	width: 345px;
	height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#right img {
	max-width:345px;
	height: 195px;
}
.disclaimer {
	float: left;
	width: 85%;
	margin: 0 0 0 0;
	margin-left: 20px;
	padding: 10px 0 0 0;
	font-size: 8pt;
}

div#additionalPricing, 
p#fpDisclaimer {
	float: left;
	width: 550px;
	margin: 0 0 0 0;
	margin-left: 20px;
	padding: 10px 0 0 0;
	font-size: 8pt;
}

div#additionalPricing {
	margin-top: 15px;
}

div#additionalPricing h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;	
}

