@charset "UTF-8";

@import url(main.css);
@import url(product_detail.css);
@import url(../../products/oxygen/css/oxygen.css);

body {
_zoom: 65%;
overflow:visible!important;
background-image:none!important;
}

*:first-child+html body #wrapper {
	overflow:visible;
	width:100%;
}

*:first-child+html body #navi {
	overflow:visible;
	width:100%;
}
*:first-child+html body #navi ul {
	overflow:visible;
	width:100%;
}
*:first-child+html body #navi li {
	overflow:visible;
}
*:first-child+html body #navi li a {
	overflow:visible;
}

#footer {
background-image:none!important;
}

*:first-child+html body #footer {
	height:100px;
}

*:first-child+html body #main_contents #products ul#console_imgs {
	width:100%;
	height:600px;
	margin:10px 0;
}
