@charset "utf-8";
/* CSS Document */

@media only screen and (min-width : 900px) and (max-width : 1024px) {
	.wrapper{ background-color:red; float:left; width:100%;}
	.Right-Nav{ display:none;}
	.Left-Nav{ width:30%;}
	.Content-Area{ width:68.5%;}
	.TopSellers_Cont ul {margin: 13px 0 0 9px;}
	
	
	
	
	
}




@media all and (min-width: 480px) and (max-width: 600px) {
	.wrapper{ background-color:red; float:left;}
	.Right-Nav{ display:none;}
}



@media screen and (min-width: 750px) and (max-width: 900px) {
	.Right-Nav{ display:none;}
	
	
	.TopSellers_Cont ul{ width:31%;}
	
	.Left-Nav{ display:none;}
	.Content-Area{ width:96%; margin-left:2%;}
}