@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
{
	width: 192px;
	position: absolute;
	left: 643px;
	top: 55px;
	background-image: url(../images/models/tooltip_box.gif);
	background-repeat: no-repeat;
	height: 95px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-size: 0.57em;
	z-index: 10000;
}
a.tt {
	position: relative;
	z-index: 24;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	height: 30px;
	width: 30px;
	padding-left: 20px;
	background-image: url(../images/models/blank.gif);
	background-repeat: no-repeat;
}
a.tt span {
	display: none;
}
a.tt:hover {
	z-index: 25;
	background:;
}
.tooltipContentZoom {
	width: 350px;
	position: absolute;
	left: 500px;
	top: 500px;
	height: 380px;
	font-size: 0.6em;
	background-color: #FFF;
	text-align: center;
}
a.tt:hover span.tooltip {
	width: 192px;
	position: absolute;
	left: 10px;
	top: -48px;
	background-image: url(../images/models/tooltip_box.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 140%;
	font-size: .6em;
	margin: 0px;
}
a.tt:hover span.tooltipBold {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 140%;
}
a.zoom {
	position: relative;
	z-index: 1024;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	height: 30px;
	width: 30px;
	background-image: url(../images/models/blank.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.zoom span {
	display: none;
}
a.zoom:hover {
	z-index: 1025;
	background:;
}
a.zoom:hover span.tooltipZoom {
	width: 333px;
	position: absolute;
	height: 415px;
	background-color: #FFF;
	display: block;
	left: -165px;
	top: -428px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
.tooltipZoom  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	color: #666;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 130%;
	font-style: italic;
}
.tooltipZoom img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#dome {
	position:absolute;
	left:636px;
	top:87px;
	width:21px;
	height:15px;
	z-index:1;
	text-decoration: none;
	overflow: visible;
}
#flashing {
	position:absolute;
	left:677px;
	top:151px;
	width:21px;
	height:15px;
	z-index:1;
	text-decoration: none;
	overflow: visible;
}
#lightpipe {
	position:absolute;
	left:639px;
	top:239px;
	width:15px;
	height:21px;
	z-index:1;
	text-decoration: none;
	overflow: visible;
}
#trimring {
	position:absolute;
	left:651px;
	top:329px;
	width:15px;
	height:21px;
	z-index:1;
	text-decoration: none;
	overflow: visible;
}
#flatroof {
	position:absolute;
	left:632px;
	top:424px;
	width:15px;
	height:21px;
	z-index:1;
	text-decoration: none;
	overflow: visible;
}
#prismatic {
	position:absolute;
	left:462px;
	top:602px;
	width:17px;
	height:19px;
	z-index:6;
	overflow: visible;
}
#softwhite {
	position:absolute;
	left:539px;
	top:602px;
	width:22px;
	height:26px;
	z-index:1;
	overflow: visible;
}
#skybrite {
	position:absolute;
	left:618px;
	top:602px;
	width:22px;
	height:26px;
	z-index:1;
	overflow: visible;
}
#mainContentBody .ModelsColumn a   {
	color: #FFF;
}
#mainContentBody .ModelsColumn .pdfDownload a {
	color: #0066CC;
	text-decoration: none;
}

