form, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 1.25em;
}
h2
{
	font-size: 1.125em;
}
h3, h4, h5, h6
{
	font-size: 1em;
}
img
{
	border-style: none;
	vertical-align: middle;
}
body
{
	font-family: sans-serif;
}
.body-ie
{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.main
{
	margin-right: 200px;
}
.main-ie
{
	width: 100%;
	position: relative;
}
.site
{
	text-align: center;
	font-size: 200%;
}
.site span
{
	vertical-align: text-top;
	font-size: 50%;
}
.breadcrumbs
{
	font-size: 75%;
}
.content
{
	margin-bottom: 3em;
}
.section
{
	margin: .5em 0;
}

.side
{
	position: absolute;
	width: 200px;
	top: 0;
	left: 100%;
}
.side-ie
{
	padding-left: 7px;
	margin-left: 7px;
	border-left: 2px solid gray;
}
.view-cart
{
	text-align: center;
}
.sidebox
{
	padding-top: .4em;
	margin-top: .4em;
	border-top: .2em solid silver;
	clear: both;
}
.sidelinks
{
	margin: 0;
	padding: 0;
}
.sidelinks li
{
	list-style: none;
	margin: .5em 0 0 0;
	padding: 0;
}

.product-images
{
	position: relative;
	float: right;
	width: 272px;
	text-align: right;
}
.product-images img
{
	padding: 2px;
}
.product-images a .large
{
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.product-images a:hover .large
{
	visibility: visible;
}

.related-products
{
	margin-top: 1em;
}
.related-products ul
{
	margin: 0;
	padding: 0;
}
.related-products li
{
	text-align: center;
	margin: 2px;
	padding: 2px;
	vertical-align: top;
	display: inline-block;
	list-style: none;
	width: 128px;
}
.related-products img
{
	margin: 0 auto;
	display: block;
}

.product-price,
.product-minimum
{
	margin: .5em 0;
}

.sign-letters-box-contents,
.individual-letters
{
	clear: both;
}
.sign-letters-box-contents div,
.individual-letters fieldset
{
	display: inline-block;
	vertical-align: top;
}
.sign-letters-box-contents table,
.individual-letters table
{
	border-collapse: collapse;
	display: inline-table;
	vertical-align: top;
}
.sign-letters-box-contents tr:first-child,
.individual-letters tr:first-child
{
	font-size: .75em;
}
.sign-letters-box-contents th,
.sign-letters-box-contents td,
.individual-letters th,
.individual-letters td
{
	border: 1px solid silver;
}
.sign-letters-box-contents td
{
	text-align: right;
}
.individual-letters td
{
	text-align: center;
}

ul.products
{
	clear: both;
	margin: 0;
	padding: 0;
}
ul.products li
{
	text-align: center;
	margin: 3px;
	padding: 3px;
	vertical-align: top;
	display: inline-block;
	list-style: none;
	width: 128px;
	border: 1px solid silver;
	border-radius: 6px;
}
ul.products img
{
	margin: 0 auto;
	display: block;
}
ul.products .link,
ul.products .name,
ul.products .desc,
ul.products .price
{
	display: block;
}
ul.products .desc
{
	font-size: smaller;
}

table.products
{
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
table.products td
{
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
table.products .price
{
	padding: .25em;
}

.products form
{
	text-align: center;
}
.products .price
{
	text-align: right;
}

input.quantity
{
	width: 2em;
}

form fieldset
{
	display: inline-block;
	vertical-align: top;
}

.paypal-1, .paypal-2
{
	background-color: white;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
}
.paypal-1
{
	color: navy;
}
.paypal-2
{
	color: teal;
}
.google-1, .google-2, .google-3, .google-4, .google-5, .google-6
{
	background-color: white;
	font-family: serif;
	font-size: larger;
	text-shadow: .0625em .0625em .0625em silver;
}
.google-1
{
	color: blue;
}
.google-2
{
	color: red;
}
.google-3
{
	color: yellow;
}
.google-4
{
	color: blue;
}
.google-5
{
	color: lime;
}
.google-6
{
	color: red;
}
.google-checkout
{
	color: gray;
	background-color: white;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: smaller;
}
