@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);
}
.tooltipContent
{
	background-image: url(../images/Kitchen%20popup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 400px;

}
.tooltipContentKitchen {
	background-image: url(../images/Kitchen%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentMaster {
	background-image: url(../images/Master%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentFireplace {
	background-image: url(../images/Fireplace%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentWater {
	background-image: url(../images/Water%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentBalcony {
	background-image: url(../images/Balcony%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentBathroom1 {
	background-image: url(../images/Bathroom1%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 245px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentBedroom {
	background-image: url(../images/Bedroom%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentFamily {
	background-image: url(../images/Family%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentFrontdoor {
	background-image: url(../images/Front%20Door%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentHouse {
	background-image: url(../images/House%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentKitchen2 {
	background-image: url(../images/Kitchen2%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
.tooltipContentMaster2 {
	background-image: url(../images/Master2%20popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 420px;
	border: medium solid #6c4e17;
	background-color: #f6efde;
	padding: 5px;
}
