/* Styles which only apply when printing the page */

/* First, we hide things... */
#preHeader, #topRow, #bottomRow, #subNav, 
#tagline, #sidebar, #preFooter, #privacy, 
#startPane, #endPane, #breadcrumb, #imageNav,
#plantNavTop, #plantNavBottom, #tabs, #plantReviews,
#plantSKUcontainer, #plantBreadcrumb, a.hardiness, 
a.featuredLink, span.plantOverlay.newPlant,
span.plantOverlay.comingPlant, span.plantOverlay.selectPlant
{
	display: none;
}

/* ...as well as show things. */
.printOnly {
	display: block;
}
body {
	background-color: #FFF;
}
#pageContent div#imageBlock {
	margin-right: 0;
	padding: 0;
}
#plantsRight div#imageBlock {
	float: right;
}

/* Then we substitute our printable header. */
#printOnlyHeader {
	display: block;
	padding: 0.25in 0;
}
	#printOnlyHeader h1 {
		float: left;
	}
	#printOnlyHeader h2 {
		float: right;
		width: 300px;
		text-align: center;
		padding: 1.5em 0;
	}

/* Next, we resize the contents to fit a printed page. */
#container {
	width: 7in;
}
#pageContent {
	clear: both;
	background-image: none;
	background-repeat: no-repeat;
	width: auto;
	width: 7in;
	padding: 1em 0 0.5em;
	float: none;
}

/* And fix any page-specific blocks that need tweaking */

/* (Plant List/Quick Buy Fixes) */
#quickBuyTable label,
#quickBuyTable input, 
#quickBuyTable select {
	display: none;
}
#quickBuyTable {
	border-collapse: separate;
	border: thin solid #CCC !important;
}
#quickBuyTable td,
#quickBuyTable th {
	border-bottom: thin solid #CCC !important;
}

/* (Plant Detail Fixes) */
#plantAdditional ul li {
	list-style: none inside url(image/bulletcheck.gif);
	padding: 0;
}
#plantsRight {
	margin-bottom: 1em;
}
#plantsRight #imageBlock {
	margin-bottom: 1em;
}
#plantsRight #plantReviewBlock {
	clear: both;
	width: 278px;
	margin-left: 1.5em;
}
#plantTabs {	
	width: 320px;
	clear: none;
	padding: 0 1em;
}
#plantTabs h4 {
	color: #03447A;
}
#plantTabs #charsTab,
#plantTabs #maintenanceTab,
#plantTabs #notesTab {
	display: block;
	width: 320px; 
	float: left;
	clear: left; 
	padding: 0.5em 0;
}
#plantTabs>div>h4.printOnly {
	margin: 1em 0 0.5em;
}

/* (Store Fixes) */
#storeBreadCrumbs {
	display: none;
}
table.cart thead th {
	border-bottom: 1px solid #333;
}
div.toOrFrom {
	width: 25%;
}
