body {
		font-family: Verdana, Arial, Helvetica;
		font-size:12px;
		text-align:center;
}

.mainhead {
		font-size:18px;
		font-weight:bold;
}
.button {
		background-color: #678db2;
}

.pageheading {
	font-size:16px;
}

.infotable {
		border-collapse: collapse;
		margin-top:15px;
		margin-bottom:15px;
}
.infotable th {
		padding-bottom:10px;
}
.infotable td {
		padding:3px;
}
.infotable input {
		border: 1px solid #678db2;
		margin-right:25px;
}
.short {
		width:100px;
}
.long {
		width:200px;
}

.producttable tr td {
		text-align:center;
		vertical-align:top;
}

.producttable {
		border-collapse:collapse;
		border:none;
		width:700px;
		margin-top:20px;
		margin-bottom:20px;
}

.prodheading{
		font-size:15px;
		font-weight:bold;
		padding:3px;
		text-align:left;
}

.product {
		width:400px;
		margin-top:20px;
}
.product table {
		border-collapse:collapse;
		border:1px solid #678db2;
}
.product table tr th {
		font-size:10px;
		text-align:center;
		background-color: #678db2;
}
.product table tr td {
		font-size:11px;
		text-align:left;
		padding-left:5px;
		padding-right:5px;
		/* What the? Why this?  width:20px; */
}

.product select {
		width:60px;
		border: 1px solid #678db2;
}
.product input {
		border: 1px solid #678db2;
		width:40px;
}

.fineprint {
		font-size:9px;
}

#productlistleft, #productlistright {
		text-align: center;
}
