﻿/* hide irrelevant stuff
---------------------------------------------*/
#header,
#secondary,
#tertiary,
#cart,
#order,
#media,
#info,
#footer,
.help,
.explain {
	display: none;
}

/* print settings
---------------------------------------------*/
body {
	font-size: 10pt;
	font-family: sans-serif;
	line-height: 1.5;
	color: black;
}
a {
 	color: black;
}  
#primary h1 {
	font-size: 180%;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
#primary .date {
	text-align: right;
}
#primary h1 img {
	margin-left: 0.5em;
}
.list h2 {
	margin-top: 2em;
	font-size: 120%;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
#primary dd {
	display: inline;
	padding-left: 0.3em;
	margin: 0;
}
#primary dt {
	display: inline;
	margin: 0;
	padding: 0;
}
.price {
	font-size:larger;
	font-weight: bold;
}
#primary table {
	border-style: solid;
	border-width: 1pt;
	padding: 0.2em;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#primary td, th {
	border-style: dotted;
	border-width: thin;
	padding: 0.2em;
}
/* table mods */
#primary #pictprice table, #primary #proddata table {
	border-style: none;
}
#primary #pictprice td, #primary #proddata td {
	border-style: none;
}

#primary #pictprice td, #primary #proddata td, #primary th.firstcol {
	text-align: left;
}
#logo img {
	float: left;
}
#primary img {
	border-style: none;
	vertical-align: middle;
}

#primary4 img.printout {
	border: 1px gray solid
}