@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.wrapper .logo #bodyarea .imageholder .floorplan img:hover {
	border: 4px solid #FFF;
}


.tooltipContent
{
	background-color: #000;
	font-family: "Hobo Std";
	color: #FFF;
	text-align: center;
	height: 325px;
	width: 430px;
}
.tooltipContent img {
	color: #FFF;
	border-right-width: 14px;
	border-left-width: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#sprytooltip17 {
	width: 488px;
	height: 275px;
}
.imageholder p img:hover {
	border: 3px solid #FFF;
	padding: 2px;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
