/*------=7:	[OVERLAY] --------------------------------------*/


.productView {
	cursor:pointer;
}

.popupOverlay {
	position:absolute;
	top:0;
	left:0;
	background:url(../images/overlay.png);
	z-index:30000;
	display:none;
}

	* html .popupOverlay {
		background:url() #fff;
		filter:alpha(opacity=80);
	}

.popupBase {
	width:858px;
	height:64px;
	background:url(../images/mediaDock.png) no-repeat;
	position:fixed;
	z-index:30001;
	display:none;
}

	* html .popupBase {
		position:absolute;
		background:url(../images/mediaDock.gif) no-repeat;
	}

	.popupBase .close {
		width:73px;
		height:27px;
		background:url(../images/close-but.gif) no-repeat;
		position:absolute;
		bottom:-35px;
		right:40px;
		cursor:pointer;
	}
	
	.popupBase .close:hover {		
		background:url(../images/close-but-hover.gif) no-repeat;
	}
	
	.popupBase .close a {
		display:block;
		width:100%;
		height:100%;
	}
	
.popupSlide {
	position:fixed;
	-position:absolute;	
	top:0px;
	z-index:30003;
}

	* html .popupSlide {
		position:absolute;
	}

#mediaPopup {
	display: none;
	width: 796px;
	height: 490px;
	background-color: transparent;
	border: none;
	position:absolute;
	z-index:30002;
	bottom:0px;
}

	#mediaPopup .mediaHeader {
		width: 796px;
		height: 43px;
		background:url(../images/mediaHeaderBk.png) no-repeat;
	}
	
		* html #mediaPopup .mediaHeader {
			background:url(../images/mediaHeaderBk.gif) no-repeat;
		}
			
	#mediaPopup .mediaHeader h2 {
		color:#00587E;
		font-size:1.8em;
		font-weight:700;
		line-height:1.2em;
		padding:11px 0 4px 25px;
	}
	
		#mediaPopup .mediaHeader img { 
			float: right; 
			padding: 13px 20px 0 0;
		}
		
	#mediaPopup .mediaContent {
		width: 796px;
		height: 440px;
		background:url(../images/mediaContentBk.png) repeat-y;
	}
	
		* html #mediaPopup .mediaContent {
			background:url(../images/mediaContentBk.gif) repeat-y;
		}
	
	#mediaPopup .loader {
		width: 796px;
		height: 440px;
		background:url(../images/mediaLoader.gif) no-repeat center;
	}

	#mediaPopup iframe { 
		border:none;
		width:760px;
		height:435px;
		margin-left:22px;
		display:none;
	}
	
	#mediaPopup .mediaFooter { 
		width:796px;
		height:19px;
		background:url(../images/mediaFooterBk.png) no-repeat;
	}
	
		* html #mediaPopup .mediaFooter { 
			background:url(../images/mediaFooterBk.gif) no-repeat;
		}
	




