h1,
h2,
h3,
h4,
h5,
h6,
.fact,
.fact-sub,
.standout,
.actionlink {
	font-family: "Segoe UI Semilight", "Segoe UI", -apple-system, BlinkMacSystemFont, Verdana, sans-serif;
	font-weight: 200;
	color: #454545;
}

h2 {
	font-size: 2.5em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

h3,
h4,
h5,
h6 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

#header {
	background: #1a1a1a;
	-pie-background: #1a1a1a;
}

#header h1 a {
	background-image: url(/assets/sitebanner-long-light.png);
}

.not-ie #header h1 a {
	background-image: url(/assets/sitebanner-long-light@2x.png);
}

@media (max-width: 479px) {
	.not-ie #header h1 a {
		background-image: url(/assets/sitebanner-short-light@2x.png);
	}
}

.ie6 #header h1 a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/sitebanner-long-light.png', sizingMethod='crop');
}

#version-label {
	color: #cfcfcf;
}

#sidebar {
	background: #140044;
	-pie-background: #140044;
	font-size: 9pt;
	border-color: transparent;
	border-right-color: #fff;
}

#sidebar .sidebar-section {
	padding-left: 0;
	padding-right: 0;
}

#sidebar label b {
	padding: 6px 0 6px 30px;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	border-radius: 0;
	background: transparent;
	-pie-background: transparent;
}

#sidebar .sidebar-section-highlight label b {
	color: #fff;
	background: transparent;
	-pie-background: transparent;
}

#sidebar ul {
	background: transparent;
	border: 0;
	padding: 0;
}

#sidebar li a,
#sidebar #eBasketUpdates {
	display: block;
	color: #fff;
	padding: 16px 0 16px 52px;
	margin-bottom: 0;
}

#sidebar li a:hover,
#sidebar li a:active,
#sidebar #eBasketUpdates:hover,
#sidebar #eBasketUpdates:active {
	background: #32215c;
}

#sidebar li i,
#sidebar #basket-container i {
	top: 16px;
	left: 30px;
}

#sidebar #basket-container {
	margin: 0;
	padding: 12px 0;
}

#sidebar #basket-container i {
	top: 24px;
}

#sidebar .sidebar-notice {
	padding-left: 30px;
	padding-right: 10px;
}

#sidebar .sidebar-notice,
#sidebar .sidebar-notice a {
	color: #fff;
}
