#landingleft {
	display: none;
}
#landingcontent, .landingcontent {
	background: none;
}
.category-wrap {
	padding-left: 0 !important;
}
.notitem #left-wrap {
	display: block  !important;
}
.itempage #left-wrap {
	display: none !important;
}

@media only screen 
and (max-width : 1025px) {
/* Styles */
	#left-wrap, .notitem #left-wrap { width: 0 !important; display: none  !important; }
}

