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

#sidebar {
	background: #808080;
	background-image: linear-gradient(to bottom, #808080, #454545);
	-pie-background: linear-gradient(to bottom, #808080, #454545);
}

#sidebar label b,
#sidebar .sidebar-section-highlight label b {
	padding: 7px 12px 6px 12px;
	color: #ffedc8;
	border-radius: 1px 1px 0 0;
	border: 1px solid #be510e;
	background: #be510e;
	background-image: linear-gradient(#ffc494 0%, #ff7f36 25%, #f05a1a 49.9%, #b94c09 50%, #be510e 75%, #c95c19 100%);
	-pie-background: linear-gradient(#ffc494 0%, #ff7f36 25%, #f05a1a 49.9%, #b94c09 50%, #be510e 75%, #c95c19 100%);
}

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

#sidebar li a {
	color: #454545;
}

#sidebar #eBasketUpdates {
	color: #fff;
}

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