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

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

#sidebar label b {
	color: #56662d;
	border-radius: 3px 3px 0 0;
	background: #e0e7b8;
	background-image: linear-gradient(to right, #fffcec, #fffcec, #e0e7b8);
	-pie-background: linear-gradient(to right, #fffcec, #fffcec, #e0e7b8);
}

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

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

#sidebar li a {
	color: #56662d;
}

#sidebar #eBasketUpdates {
	color: #56662d;
}

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