﻿@media print 
{
	.Header, .MasterHeader { visibility: hidden; }
	.main { left: 0px; width: 100%; top: 0px; height:100%;}
	.content { left: 5px;  width: 100%; top: 0px; height: 100%;}
}

html
{
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

body {
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	width: 100%;
    margin: 0px;
	padding: 0px;
	font-size: 0.9em;
		
    background-color: #FFFFFF;
}

div#MasterContainer
{
    border: none;
    height: inherit;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    text-align: left;
    top: 0px;
    width: 975px;
}

div#MasterHeader
{
    border: none;
    height: 41px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 975px;
    z-index: 0;
}

div#Header
{
	padding-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	text-align:center;
}

div#MasterContent
{
    border: none;
    margin: auto;
    overflow: visible;
    position: relative;
    top: 47px;
    width: 877px;
    vertical-align:top;
    z-index: 2;
}

td#content
{
    background-color: #FFFFFF;
}

div#content
{	
	padding-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	width: 100%;
	overflow: visible;
}

div#footer
{
	color: #777777;
    font-size: 0.9em;
    margin: auto;
	overflow: hidden;
	text-align: center;
    width: 100%;	
}

table.Body
{
    border-spacing: 0px;
    border: none;
    padding: 2px;
    width: 100%;    
}

td.Main
{
    vertical-align: top;
    width: 585px;
}

td.Secondary {
    vertical-align: top;
    width: 292px;
}

h1, h2, h3, h4, h5 {
    margin: 12px;
}

td.ProductGrid
{
    text-align: center;
    vertical-align: bottom;
    border-right: solid 1px black;
}

a:link, a:visited, a:active{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

td.ProductHorizontal
{
    border-right: solid 1px #EEEEEE;
    text-align: center;
    vertical-align: middle;
}
