@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 1240px) and (orientation: landscape)
{
	#wrapper { width: 1140px!important; }
}

@media screen and (max-width: 1100px) and (orientation: landscape)
{
	#wrapper { width: 960px!important; }
}

/*
@media screen and (max-width: 1280px) and (orientation: landscape)
{
	#wrapper { width: 960px!important; }
	#Header{
		height: auto!important;
	}
}
*/
@media screen and (max-width: 1024px), (min-width: 721px) and (orientation: portrait)
{  	
	#wrapper { width: 98%!important; }
	.CatListWithPictBox { width: calc(50% - 14px); }
}

@media screen and (max-width: 720px), (min-width: 481px) and (orientation: portrait)
{	
	#wrapper { width: 98%!important; }
	#left { width: 98%!important; }
	#right { width: 98%!important; }
}

@media screen and (max-width: 480px), (min-width: 321px) and (orientation: portrait)
{
	#wrapper { width: 98%!important; }
	#left { width: 98%!important; }
	#right { width: 98%!important; }
}

@media screen and (max-width: 300px), (max-width: 480px) and (orientation: portrait)
{
	#wrapper { width: 98%!important; }
	#left { width: 98%!important; }
	#right { width: 98%!important; }
}






