@charset "utf-8";

.guardMain,
.guard350,
.guard100{
	position:relative;
	display:block;
	margin:0;
	padding:0
	}
.guardMain{
	width:964px;
	height:460px;
	}
.guard350{
	width:350px;
	height:120px;
	}
.guard100{
	width:100px;
	height:88px;
	}
.img_Guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:url("/GENERAL/BPARTS/IMAGES/spacer.gif");
	}
	@media print{
		.guardMain img,
		.guard350 img,
		.guard100 img{
			display:none !important;
			}
		}
