
/* IE6 Warning ---*/
#ie6-warning {
	position: absolute;
	top: 0;
	z-index: 999;
	font-size: 100%;
	height: 0;
	overflow: hidden; 
	border-bottom: 5px solid #95b8c9;
	background: url(../images/ie6/icon-ie.jpg) no-repeat 10px 0px #c6d3da;
}

#ie6-warning .main {
	padding: 0px 0;
	direction: rtl;
}

#ie6-warning .main .inner {
	padding-left: 170px;
	height: 195px;
}

#ie6-warning .main h1 {
	margin: 10px 0;direction: rtl;
}

#ie6-warning .main p.note {
	font-weight: bold;
	color: #cc0000;
	margin: 5px 0;
}

#ie6-warning li {
	display: inline;
	padding: 10px 10px 10px 0;
	float: left;
}

#ie6-warning li a {
	width: 48px;
	height: 48px;
	display: block;
}

#ie6-warning li a.firefox-download {
	background: url(../images/ie6/icon_brwoser.jpg) no-repeat top left;
}

#ie6-warning li a.ie-download {
	background: url(../images/ie6/icon_brwoser.jpg) no-repeat 85% top;
}

#ie6-warning li a.firefox-download:hover,
#ie6-warning li a.firefox-download:focus,
#ie6-warning li a.firefox-download:active {
	background: url(../images/ie6/icon_brwoser.jpg) no-repeat bottom left;
}

#ie6-warning li a.ie-download:hover,
#ie6-warning li a.ie-download:focus,
#ie6-warning li a.ie-download:active {
	background: url(../images/ie6/icon_brwoser.jpg) no-repeat 85% bottom;
}

#ie6-warning li a:hover,
#ie6-warning li a:focus,
#ie6-warning li a:active {
	text-decoration: none;
}