div#popup{
	cursor: pointer;
}

div#popup #backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#fff;  
	z-index:1;  
	cursor:pointer;
}  

div#popup #popupModem{  
	display:none;  
	position:absolute;  
	width:528px;
	top:100px;
	left:50%;
	margin-left:-264px;
	z-index:2;  
	font-size:13px;  
	cursor:default;
	color:#595959;
}

	div#popup #popupModem div.modemPopupTop{   
		width:527px;
		height:23px;      
		background-image:url(../images/modem_popup/bg_top.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
	
	div#popup #popupModem div.modemPopupCenter{   
		width:447px;
		padding:0 40px;
		background-image:url(../images/modem_popup/bg_center.png);
		background-repeat:repeat-y;
		background-position:left top;
	}
	
	div#popup #popupModem div.modemPopupBottom{   
		width:527px;
		height:27px;      
		background-image:url(../images/modem_popup/bg_bottom.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
  

	div#popup #popupModem div.popupModem_headline{
		font-size: 20px;
		float:left;
		display:inline;
		margin-top:23px;
		color:#595959;
	}
	
	div#popup #popupModem div.popupModem_info{
		font-size: 12px;
		width:440px;
		float:left;
		display:block;
		clear:both;
		margin-top:10px;
		font-weight: normal;
	}
	
	div#popup div#popupModem div.stores{
		display:block;
		margin-top:20px;
	}

		div#popup div#popupModem div.stores div.store a{  
			font-size:14px;  
			display:block;  
			cursor:pointer;
			background-image:url(../images/modem_popup/arrow.png);
			background-repeat:no-repeat;
			background-position:left 3px;
			margin-bottom:8px;
			padding-left:14px;
		}
			@-moz-document url-prefix() {
				
				div#popup div#popupModem div.stores div.store a{ background-position:left 1px; }
				
			}
		
		div#popup div#popupModem div.stores div.store a:hover{ text-decoration:underline; }
		
		div#popup div#popupModem div.stores div.storeinfo{
			
			width:440px;
			overflow:hidden;
			height:0px;
			margin-bottom:0px;
			
			/*height:168px;
			margin-bottom:20px;*/
			
		}
		
			div#popup div#popupModem div.stores div.storeinfo iframe.storeiframe{
				margin-top:-34px;
				margin-left:-3px;
			}
			
			@-moz-document url-prefix() {
				
				div#popup div#popupModem div.stores div.storeinfo iframe.storeiframe{
					margin-top:-37px;
					margin-left:-3px;
				}
				
			}

div#popup a#popupModemClose{
	display:block;
	width:20px;
	height:20px;
	margin: 0 6px 0 0;
	padding:0;
	float:right !important;
	clear:none;
	background-image:url(../images/modem_popup/close.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	cursor:pointer;
}

div#popup a.showAllStores{
	display:block;
	width:96px;
	height:22px;
	margin: 20px 0;
	padding:0;
	float:left !important;
	clear:none;
	background-image:url(../images/modem_popup/button.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	cursor:pointer;
	
}
