* {
	font-family: Helvetica, Arial, "sans-serif";
}



body {
	width: auto;
}
#header {
	display: none;
}
#header_print {
	display: block;
}
#header_print img {
	width: 100%;
}
#footer {
	display: none;
}



ol#steps {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol#steps .head {
	display: none;
}



#step1 {
	display: none;
}



#step2 tr.template, #step2 td.del, #step2 td.swatch, #step2 p, #step2 .display, #step2 input[type="button"], #step2 #grout {
	display: none;
}
#step2 table {
	border: 2px solid #000;
	background-color: #fff;
	margin: 1em 0;
}
#step2 table tr {
	vertical-align: top;
}
#step2 td.pct select {
	display: none;
}
#step2 td.pct span {
	display: block;
}
#step2 table dl dt {
	float: left;
	margin: 0 0.5em;
	font-weight: bold;
}
#step2 table dl dd {
	margin: 0;
	padding: 0;
	font-weight: bold;
	white-space: nowrap;
}



#step3 #btnGenerate, #step3 #preview {
	display: none;
}
#previewLg {
	display: block !important;
}
#previewLg img {
	border: 1px solid #000;
	width: 100%;
}

