﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
	
.mainheader
{
	text-align: center;
}
	
.headerimage 
{
	border: 0px;
	margin-top: 10px;
	width: 95%;
}

.headertext 
{
	font-family: Arial, Sans-Serif;
	font-size:xx-large;
}

.headersubtext 
{
	font-family: Arial, Sans-Serif;
	font-size: medium;
}

.main 
{
	border: none;
	width: 980px;
	margin-left: 0px;
	text-align: left;
}

.invisiblelink:link 
{
	color: #000000;
	text-decoration: none;
}

.invisiblelink:visited 
{
	color: #000000;
	text-decoration: none;
}

.products 
{
	width: 100%;
}

.products .itemheader
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.products .itemheader .title 
{
	font-size: x-large;
}

.products .itemheader .description 
{
	font-size: medium;
}

.products .itemdisclaimers 
{
	font-size: small;
}

.products .item
{
	width: 33%;
	border: solid 1px black;
	text-align: left;
}

.productimage 
{
	border: none;
	float: left;
	margin-right: 5px;
}

.productimagelink 
{
}

.productimagezoom 
{
	margin-top: 5px;
	border: none;
	float: left;
}

.producttext 
{
	/*float: right;*/
}

.producttitle 
{
	font-weight: bold;
}

.productdate 
{
	font-size: small;
	font-style: italic;
}

.productprice 
{
}

.addbutton 
{
	margin-top: 10px;
}

.viewcart 
{
	float: right;
	display: inline-table;
}

.copyr 
{
	font-size: smaller;
	border-top: solid 1px #D9E1E6;
}

.contact 
{
	font-size: large;
	width: 70%;
}

.contact .left 
{
	width: 35%;
}

.contact .right
{
	width: 65%;
}

.defaulttable
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.defaulttable .itemheader
{
	border-bottom: solid 1px #D9E1E6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.defaulttable .itemheader .title 
{
	font-size: x-large;
}

.defaulttable .itemheader .description 
{
	font-size: medium;
}

.defaulttable .itemdisclaimers 
{
	font-size: small;
}

.defaulttable .item
{
	width: 33%;
	border: solid 1px #D9E1E6;
	text-align: left;
}

.defaulttable .itempicleft
{
	float: left;
	padding-right: 15px;
}

.defaulttable .itempicright
{
	float: right;
	padding-left: 15px;
}