.WebPartPlanningV1House
{
	clear: both;
	overflow: hidden;
	zoom: 1;
	height: 200px;
}
.WebPartPlanningV1House .floors
{
	float: left;
	width: 60px;
	overflow: hidden;
	zoom: 1;
	display: none;
}
.WebPartPlanningV1House .floors .item
{
	height: 29px;
	width: 29px;
	margin-bottom: 9px;
	background: url(/themes/default/images/planningv1/floor_item.gif) no-repeat;
	color: #486574;
	font-size: 18px;
	text-align: center;
	line-height: 29px;
	cursor: pointer;
}
.WebPartPlanningV1House .floors .sel
{
	background: url(/themes/default/images/planningv1/floor_item_sel.gif) no-repeat;
	color: #ffffff;
}
.WebPartPlanningV1House .floor
{
	float: left;
	position: relative;
}
.WebPartPlanningV1House .floor .floor_bg
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	display: none;
	border: solid #ffffff 1px;
}
.WebPartPlanningV1House .floor .floor_img_links
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 150;
	border: solid #ffffff 1px;
	display: none;
}
.WebPartPlanningV1House .floor .office_img_over
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 110;
	display: none;
}
.WebPartPlanningV1House .floor .office_text
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 120;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: none;
	line-height: 15px;
}
.WebPartPlanningV1House .floor .lite
{
	font-size: 10px;
}
.WebPartPlanningV1House .floor .square
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 120;
	font-size: 12px;
	color: #ffffff;
	display: none;
	line-height: 18px;
}
