/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:	1.0
date:		[last modified]
author:		[your name]
email:		[you at domain dot com]
website:	[your domain]
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* { 
	border: none;
}

body {
	font-family: Myriad, "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	color: #000;
}

h1, .H1 {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: #155A9F;
}

table, td, th {
	border-collapse: collapse;
	font-family: Myriad, "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	color: #000;
}

td {
	padding: .2em;
}

img {
	margin: 1em;
}

/* Convenience Classes
-----------------------------------------------------------------------------*/

.DoNotPrint {
	display: none;
}


.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

/* Page Layout
-----------------------------------------------------------------------------*/

#Wrapper {
	display: inline;
}

#Canvas {
}

#Left {
}

#Right {
}

#Footer {
	clear: both;
}


/* Navigation
-----------------------------------------------------------------------------*/

#System {
	display: none;
}

#Primary {
	display: none;
}

#Secondary {
	display: none;
}

#Tertiary {
	display: none;
}


/* Header
-----------------------------------------------------------------------------*/

div#Header {
	text-align: center;
}

#Logo {
}

#Ancestors {
	display: none;
}


/* Footer
-----------------------------------------------------------------------------*/

#Footer {
	clear: both;
	border-top: 2px solid #000;
	font-size: 7pt;
	padding-top: 1em;
	margin-top: 2em;
}

#Footer p {
	margin: 0 0 2pt 0;
}



/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	display: none;
}
div.LabelInput {
	display: none;
}


/* Product List
-----------------------------------------------------------------------------*/

.Thumbnail {
	float: left;
}


/* Product Detail
-----------------------------------------------------------------------------*/

#ProductImage {
	text-align: center;
}

