/*-----------------------------------------------------------------------------
Darigold Print Stylesheet

version:	1.0
date:		October 18, 2009
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com]
website:	http://www.blueview.com
history:	NA
-----------------------------------------------------------------------------*/


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

* { 
	border: none;
}

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

h1 {
	color: #2A4079;
}

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

table {
	width: 100%;
}

th, td {
	padding: .2em;
	border: 1px solid #000;
}

th {
	background: #000;
	color: #fff;
}

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

.doNotPrint {
	display: none;
}

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

#wrapper {
	display: inline;
}

#canvas {
}

#left {
}

#right {
}


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

#system {
	display: none;
}

#primary {
	display: none;
}

#secondary {
	display: none;
}

#tertiary {
	display: none;
}


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

#header {
	text-align: center;
}

#ancestors {
	display: none;
}


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

#footer {
	display: none;
}

#footerPrint, #copyright, #credits {
	font-size: 7pt;
}

#copyright {
	margin-bottom: 0;
}

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



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

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



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

#productPhoto {
	width: 300px;
	float: right;
}

#productCaption {
	padding: 15pt;
	font-size: 7pt;
	background: #dedede;
	border: 5pt solid #dedede;
}