#header {
	background: #99a3a6;
	background-image: linear-gradient(to right, #fff, #99a3a6);
	-pie-background: linear-gradient(to right, #fff, #99a3a6);
}

#sidebar {
	background: #99a3a6;
	background-image: linear-gradient(to bottom, #99a3a6, #616a74);
	-pie-background: linear-gradient(to bottom, #99a3a6, #616a74);
}

#sidebar label b {
	padding: 7px 12px 6px 12px;
	color: #d2d6d9;
	border-radius: 1px 1px 0 0;
	border: 1px solid #3d4457;
	border-bottom: 0;
	background: #515e70;
	background-image: linear-gradient(#8a949c 0%, #717e8a 25%, #6a7583 49.9%, #515e70 50%, #4c5767 75%, #444e60 100%);
	-pie-background: linear-gradient(#8a949c 0%, #717e8a 25%, #6a7583 49.9%, #515e70 50%, #4c5767 75%, #444e60 100%);
}

#sidebar .sidebar-section-highlight label b {
	color: #fff;
	border-color: #293241;
	background: #293240;
	background-image: linear-gradient(#505862 0%, #47515e 25%, #38414f 49.9%, #293240 50%, #293341 75%, #293241 100%);
	-pie-background: linear-gradient(#505862 0%, #47515e 25%, #38414f 49.9%, #293240 50%, #293341 75%, #293241 100%);
}

#sidebar ul {
	background: #fff;
	border: 1px solid #3d4457;
	border-top: 0;
}

#sidebar .sidebar-section-highlight ul {
	border-color: #293241;
}

#sidebar li a {
	color: #1e2d3b;
}

#sidebar #eBasketUpdates {
	color: #fff;
}

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