@charset "utf-8";
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/* ul,ol { list-style:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* establish print font, size and colour */
body {
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family: Tahoma, Geneva, sans-serif;
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 10pt;
	color: black;
	background-color: white;
}
#wrapper {
	width: 100%;
	}
/* remove blocks that we don't need to print */
#branding	 		{ display: none; }
#catsearch 				{ display: none; }
#nav 				{ display: none; }
#search 			{ display: none; }
#plantsearch 		{ display: none; }
#contentside 		{ display: none; }
#contentside2 		{ display: none; }
#siteinfo	 		{ display: none; }
#newplants			{ display: none; }
#recordsetpaging 	{ display: none; }
#recordsetsearch 	{ display: none; }
#orderbutton	 	{ display: none; }
.fillerpic 			{ display: none; }
.text_moredetails 	{ display: none; }
	
	
/* remove links and their colours */
a {
	text-decoration: none;
	color: black;
}
#brandingprint {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.brandingprintcompany {
	font-weight: bold;
	font-size: 120%;
}
.brandingprintaddress {
	font-size: 90%;
}
h1 {
	font-size : 130%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}
h2 {
	font-size : 110%;
	font-weight: bold;
	padding-top: 10px;

}
.boxheader {
	font-size : 110%;
	font-weight: bold;
	color: #000000;
}
#siteinfoprint {
	font-size: 0.8em;
	text-align: left;
	color: #666666;
	width: 100%;
	margin-top: 20px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
.text_byline {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}
#recordsetselection {
	padding-top: 0px;
	padding-bottom: 5px;
}

.recordsetimageleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 0px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.plantimage {
	float: left;
	margin-left: 300px;
	margin-bottom: 10px;
	padding: 00px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imagemain {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 00px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imageleft {
	float: left;
	margin: 2px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	clear: left;
}

.imageright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 00px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.imagesymbol {
	float: right;
	margin: 2px;
}


#plantbody {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
} 

#plantpic  {
	position: absolute;
	left: 0;
	width: 150px;
} 
#planttext  {
	margin-left: 0px;

} 
#plantlist  {
	font-size: 85%;
} 
.plantblock {
	width: 100%;
	vertical-align: bottom;
}
.orderpack {
	float: left;
	width: 40px;
}
.orderprice {
	float: left;
	width: 60px;
	text-align: right;
}

#plantheader  {
	font-size: 110%;
	color: #333333;
	height: 20px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(../images/nav/backplantheader.jpg);
} 
#plantbody  {
} 
#plantinfo  {
	padding-left: 5px;
	float: left;
	width: 320px;
} 
#plantnarrative  {
	float: left;
	margin-bottom: 10px;
} 
#plantimage  {
	float: left;
} 
#plantsymbols  {
	float: left;
} 
.recordsetimageleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 0px;
	border: 1px solid #333333;
	width: 100px;
}
.recordsetnoimage {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 0px;
	width: 100px;
}

.checkoutsummarydescription {
	float: left;
	width: 120px;
}
#blockunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.checkoutsummaryvalue {
	text-align: right;
	float: left;
	width: 80px;
	margin-right: 10px;
}
#checkoutline1header {
	font-weight: bold;
}
.checkoutplantnameheader {
	width: 250px;
	float: left;
}
.checkoutcontainerheader {
	float: left;
	width: 120px;
}
.checkoutquantityheader {
	float: left;
	width: 30px;
	font-size: 100%;
}
.checkoutpriceheader {
	text-align: right;
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
}
.checkoutpricetotalheader {
	text-align: right;
	float: left;
	width: 50px;
	margin-left: 17px;
	margin-right: 10px;
}
.checkoutformlabel {
	float: left;
	width: 160px;
	padding-right: 5px;
	margin-right: 10px;
	text-align: right;
	white-space: nowrap;
}
.checkoutformdata {
	margin-bottom: 5px;
}

#ordersummary {
	padding-top: 20px;
	font-weight: bold;
}
#checkoutalter {
	float: left;
}
#checkoutrecord {
	font-size: 90%;
}
#checkoutline1 {
	width: 270px;
	float: left;
}
.checkoutgenus {
}
.checkoutspecies {
}
.checkoutcultivar {
}
.checkoutbarcode {
}
.checkoutcontainer {
	float: left;
	width: 80px;
}
.checkoutprice {
	text-align: right;
	float: left;
	width: 60px;
	margin-right: 20px;
}
.checkoutgrade {
}
.checkoutquantity {
	text-align: right;
	float: left;
	width: 60px;
	font-size: 100%;
	margin-right: 40px;
}


.stockcartgenus {
}
.stockcartspecies {
}
.stockcartcultivar {
}
.stockcartbarcode {
}
#stockcartplantname {
	float: left;
	width: 220px;
}
.stockcartcontainer {
	float: left;
	width: 80px;
}
.stockcartprice {
	text-align: right;
	float: left;
	width: 70px;
	margin-right: 10px;
}
.stockcartgrade {
}
.stockcartquantity {
	text-align: right;
	float: left;
	width: 30px;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 20px;
}
.stockcartupdatebutton { display: none; }
.stockcartdeletebutton { display: none; }

#stocklineheader {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 5px;
}
.stockcartplantnameheader {
	float: left;
	width: 230px;
}
.stockcartcontainerheader {
	float: left;
	width: 60px;
}
.stockcartgradeheader {
}
.stockcartquantityheader {
	text-align: right;
	float: left;
	width: 30px;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
.stockcartpriceheader {
	text-align: right;
	float: left;
	width: 80px;
	margin-left: 20px;
	margin-right: 5px;
}
.stockcartpricetotalheader {
	text-align: right;
	float: left;
	width: 60px;
	margin-left: 5px;
	margin-right: 10px;
}

.stockcartupdatebuttonheader { display: none; }
.stockcartdeletebuttonheader { display: none; }

.stockcartsummarydescription {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.stockcartsummaryvalue {
	text-align: right;
	float: left;
	width: 70px;
	margin-right: 10px;
}

#bottomstocksummary {
	font-size: 85%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.bottomstocksummaryplanttext {
	float: left;
	width: 60px;
}
.bottomstocksummaryplantquantity {
	float: left;
	width: 60px;
	margin-left: 220px;
	margin-right: 10px;
	text-align: right;
}
.bottomstocksummaryplantvalue {
	float: left;
	width: 86px;
	margin-left: 75px;
	margin-right: 10px;
	text-align: right;
}

.detailcaption
{
	float: left;
	width: 100px;
}
.detailcaptionshort
{
	float: left;
	width: 100px;
}

.detailvalueshort
{
	float: left;
	width: 100px;
}


.detailvalueshortestmore
{
	float: left;
	width: 40px;
}
.detailcaptionshortestmore
{
	float: left;
	width: 40px;
}













