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

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

#sidebar label b {
	color: #3f3d3d;
	border-radius: 3px 3px 0 0;
	background: #fff;
	background-image: linear-gradient(to right, #fff, #fff, #d6d7e0);
	-pie-background: linear-gradient(to right, #fff, #fff, #d6d7e0);
}

#sidebar .sidebar-section-highlight label b {
	color: #fff;
	background: #b4b6c7;
	background-image: linear-gradient(to right, #777792, #b4b6c7);
	-pie-background: linear-gradient(to right, #777792, #b4b6c7);
}

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

#sidebar li a {
	color: #3f3d3d;
}

#sidebar #eBasketUpdates {
	color: #3f3d3d;
}

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