@charset "UTF-8";

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:3;  
}  
#popupContainer{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/  
	width:100%;
	text-align:center;
	margin-left:0px auto;
	margin-right:0px auto;
	height:100%;
	z-index:4; 
	padding-top:20px;
}
#popupExhibitor{  
	display:block;  
	height:350px;  
	width:625px;  
	background:none;
	border:2px solid #cecece;   
	padding:12px;  
	font-size:13px;
	position:relative;
}  
#popupContent{  
	display:block;  
	height:502px;  
	width:448px;  
	background:none;  
	padding:0px;  
	font-size:13px;
	position:relative;
} 
.popupTop{
	background-image:url(../images/popup_top.png);
	width:448px;
	height:26px;
	position:relative;
}
#closePopup{
	left:368px;
	top:0px;
	position:absolute;
}
.popupBody{
	height:463px;
	background-image:url(../images/popup_bg.gif);
	background-repeat:repeat-y;
	position:relative;
}
#cover img{
	border:1px solid #000000;
}
#popupTitle{
	background:url(../images/popup_title.gif);
	background-repeat:no-repeat;
	width:400px;
	height:28px;
	margin-top:6px;
	position:relative;
}
#popupTitleLite{
	background:url(../images/popup_title_lite.gif);
	background-repeat:no-repeat;
	width:400px;
	height:28px;
	margin-top:6px;
	position:relative;
}
#popupTitle #title, #popupTitleLite #title{
	padding-top:6px;
	color:#FFFFFF;
	text-align:center;
}
#popupTitle #price, #popupTitleLite #price{
	color:#FFFFFF;
	position:absolute;
	left:358px;
	top:6px;
}
#controls{
	clear:both;
	margin-top:6px;
	width:400px;
	position:relative;
}
#player{
	top:4px;
	left:8px;
	position:absolute;
}
#controls #continueshopping{
	float:left;
}
#addtocartTop{
	position:absolute;
	top:5px;
	left:25px;
}
#addtocartTop a{
	color:#7592ff;
	font-size:12px;
}
#addtocartTop a:hover{
	color:#ffffff;
}
#controls #addtocart{
	float:right;
}
.popupBottom{
	background-image:url(../images/popup_bottom.png);
	width:448px;
	height:12px;
}
#popupLoader #loadContainer{
	padding-top:100px;
}
#floorplan{
	z-index:1;
}
.popupDisplay{
	text-align:left;
}
.popupDisplay #generalInfo{
	font-size:12px;
}
.popupDisplay .address{
	float:left;
	width:300px;
}
.popupDisplay .logo{
	float:right;
	width:275px;
	text-align:right;
}
.popupDisplay .shortDescription{
	clear:both;
	padding-top:12px;
}
.popupDisplay #closePopup{
	position:absolute;
	top: 315px;
	left: 250px;
}
#photos iframe{
	width:575px;
	height:185px;
}