#ie6warning {
	position:absolute; 
	left: 0px; 
	top: 0px; 
	width: 60%; 
	height: 235px; 
	background-color:#FFFFEF; 
	margin: auto; 
	margin-left: 20%; 
	padding: 20px; 
	color: #00000F; 
	border: 0px ; 
	border: 2px solid #BBC;
	font-family: tahoma;
	color:#00005F;
	display: none;
}
#ie6warning h1 {
	color: #00005F;
	font-size: 135%;
	font-weight: bold;
}
#ie6warning BrowsersLists {
	list-style-type:none; 
	list-style-image:none; 
	position: relative; 
	padding: 0px auto;  
}

li.OneBrowser {
	float:left; 
	width: 48px; 
	height: 48px; 
	padding: 0px; 
	padding-left: 0px; 
	padding-right: 20px; 
	background:none; 
	text-align: center;
}

li.OneBrowser a {
	margin: 0px auto; 
	background: none; 
	position: relative; 
	text-decoration: none; 
	color: FFFFEF; 
}

.DownloadIcon {
	position: absolute; 
	display: block; 
	top: 0px; 
	left:  0px; 
	width: 48px; 
	height: 68px; 
	cursor: hand;
}

.DownloadFirefox {background: url('/no-ie/Firefox-48.png') no-repeat left top #FFFFEF; }
.DownloadChrome {background: url('/no-ie/Chrome-48.png') no-repeat left top #FFFFEF;}
.DownloadMSIE {background: url('/no-ie/ie-48.png') no-repeat left top #FFFFEF;}
.DownloadOpera {background: url('/no-ie/opera-48.png') no-repeat left top #FFFFEF;}
.DownloadSafari {background: url('/no-ie/safari-48.png') no-repeat left top #FFFFEF;}
.DownloadOther {background: url('/no-ie/The-World-48.png') no-repeat left top #FFFFEF;}

.upozorneniNE {clear:both; text-align: right;}
.closemenotice {position:absolute; top: 5px; right: 5px;}
