@charset "utf-8";

body.noscript {
	background-position: center 25px;
}

.noscript-notice {
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	background-color: #5b0000;
	background-image: url(/_templates/www/_images/bg-noscript-fill.png);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #545454;
}
.noscript-notice p {
	height: 25px;
	margin: 0;
	padding: 6px 0 0;
	background-image: url(/_templates/www/_images/bg-noscript-glow.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.noscript-notice a {
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.noscript-notice a:hover {
	text-decoration: underline;
}

.noscript #wrBreadCrumb .backToTop {
	display: none;
}

