@charset "utf-8";
/* Mail and Fax order form */

body{
	font-family:helvetica;
}
#wrap{
	width:960px;
}

.head{
	width:960px;
}

.head2{
	page-break-before:always;
}

.head img{
	float:left;
}

.head h1{
	text-align:center;
	font-size:20pt;
	padding: 15px;
}
.orderTable table,
.totalTable table{
	margin:auto;
	width:850px;
	border: 1px solid #000;
	padding: none;
}

body:first-of-type table.totalTable{
	margin-top:70px;
}

.orderTable td,
.totalTable td{
	border: 1px solid #000;
	background:#FFF;
	padding: 5px;
}

.orderTable th{
	border:1px solid #000;
	background:#ccc;
	padding: 5px;
}

.fullSpan td, .fullSpan2 td{
	background: #EEE;
	font-weight:bold;
	height:20px;
}

.fullSpan a, .fullSpan2 a{
	float:right;
	font-weight:normal;
	font-size:10pt;
}
.fullSpan p, .fullSpan2 p{
	float:left;
	margin:0;
}

td.first{
	text-align:center;
}

td.second{
	font-size: 11pt;
}

h2{
	font-size: 13pt;
	margin-top:0;
}

h2.noPad{
	margin: 0;
}
td.third{
	vertical-align: bottom;
	background:#eee;
}
.third input{
	width: 65px;
	font-size:14pt;
	padding: 3px;
	text-align:right;
}
.price{
	font-size: 14pt;
	text-align:right;
	margin-bottom:7px;
}
.style1{
	color:#B41206;
	font-size:10pt;
	padding-top:0;
	margin-top:0;
}

.infoForm{
	width: 348px;
	border: 4px #000 double;
	padding: 10px;
	position:relative;
	margin: auto;
}

.infoForm label{
	position:absolute;
	margin: 5px 0;
}

.infoForm input{
	width: 211px;
	margin: 2px 0;
	margin-left:140px;
	visibility:visible;
}

#faxMail{
	margin: 0 auto;
	padding:0;
}

#faxMail td{
	padding:0 10px;
}

#faxMail p{
	font-size:14pt;
	margin:0;
}

#rstcheck, #gstcheck{height:15px; width:15px;}

#totalButton{
	font-size:13pt;
	padding: 5px 20px;
	float:right;
	margin-bottom: 10px;
}

@media print{
	.head, #wrap{width:100%;}
	
	thead{display:table-row-group;}

	body:first-of-type table.totalTable{
		margin-top:0;
	}
	
	table.orderTable, table{width:100%;}
	
	.orderTable td{
		height: 3in;
	}
	
	.fullSpan td, .fullSpan2 td{
		height:15px;
		font-size:11pt;
	}
	#shortList, .fullSpan a, #totalButton{
		visibility:hidden;
		display:none;
	}
	.style2 td{height:2.4in;}
	.fullSpan{page-break-before:always}
	
	input{
		border:none;
		border-bottom: 1px solid #000;
		visibility:visible;
		display:inline;
		color:#000;
	}
}