/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #003399; text-decoration: underline; }

/*********************************************************************************/
/********************************* HTML tags *************************************/
/*********************************************************************************/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*background: #bdbfbf;*/
}
body {
	background: #d5d7d7 url(images/onpn/back_gradient.jpg) top repeat-x fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a img {
	border: 0px;
}


/*********************************************************************************/
/******************************  Block sections **********************************/
/*********************************************************************************/
#page {
	position: absolute;
	width: 800px;
	left: 50%;
	min-height: 100%; /* This is the proper rule... unfortunately IE ignores it */
	height: 100%; /* This rule is for IE, we correct this for FF below */
	margin-left: -400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 40px;
	background: #ffffff;
	border: 1px solid #000000;
}
body>#page {
	height: auto; /* This rule is for FF, and makes use of the child selector bug in IE */
}

.pagecontent {
	width: 455px;
	margin-top: -20px;
	margin-left: 170px;
	z-index: 50;
}

#header { display: block; }

#menubar {
	position: relative;
	display: block;
	height: 26px;
	background: #e1e7e1 url(images/onpn/gradient.gif);
	padding: 0px 5px;
	border-bottom: 1px solid #000000;
	font-size: 12px;
}
#menubar a, #menubar span {
	position: relative;
	top: 7px;
	height: 24px;
    padding: 7px 15px 5px 15px;
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
	color: #003300;
	z-index: 200;
}
#menubar a.hover, #menubar a:hover {
/* Note this uses the pseudo-class, but also a "real" class which is applied by JS menu function */
	color: #ffffff;
    background: #536460;
}
#rightmenu {
	float: right;
}

.copyright {
	position: absolute;
	bottom: -10px;
	height: 25px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	font-size: 9px;
}


.columnleft, .columnright {
	position: relative;
	width: 155px;
	float: left;
	padding: 0px;
	margin: 0px 7px;
	display: inline; /* Fixes IE6 double-margin bug as per http://www.positioniseverything.net/explorer/doubled-margin.html */
	z-index: 100;
}
.columnright {
	margin-top: -15px;
	margin-left: 5px;
	float: right;
	background: #ffffff;
	/*padding: 0px 0px 2px 2px;*/
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#column_switch {
	position: absolute;
	top: 162px;
	right: 20px;
	font-size: 10px;
	display: none;
	z-index: 1000;
}	
.boxleft, .boxright, .box_palegreen {
	position: relative;
	width: 153px;
	background: #e1e7e1;
	border: 1px solid #c4c6c4;
	border-width: 0px 1px 1px 1px;
	margin: 0px;
	overflow: hidden;
}
.box_palegreen {
	width: auto;
	border: 1px #000000;
	padding: 5px;
}

.boxtitle_green, .boxtitle_white {
	display: block;
	height: 25px;
	background: url(images/onpn/boxtitle_green.jpg) center no-repeat;
	margin: 0px 0px -7px 0px;
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
.boxtitle_white {
	width: 155px;
	margin: 10px 0px -7px 0px;
	padding: 14px 0px 0px 0px;
	background: url(images/onpn/boxtitle_white.png) center no-repeat;
}
A.boxtitle_green:hover, A.boxtitle_white:hover {
  color: #003300;
}

.boxcontent {
	padding: 5px 2px;
}



div.newsflash {
 position: relative; 
 background: url(images/onpn/newsflash_bg.jpg) bottom left repeat-x;
 margin: 0 0 10px 0;
 padding: 0;
} 
div.newsflash .nftl { 
 float: left;
 top: -1px;
 left: -1px;
 height: 5px; width: 5px;
 background: transparent url(images/onpn/newsflash_tl.jpg) no-repeat top left; 
} 
div.newsflash .nftr { 
 float: right;
 bottom: -1px;
 left: -1px;
 height: 5px; width: 5px;
 background: transparent url(images/onpn/newsflash_tr.jpg) no-repeat top right; 
} 
div.newsflash .nfbl { 
 float: left;
 bottom: -1px;
 right: -1px;
 height: 5px; width: 5px;
 background: transparent url(images/onpn/newsflash_bl.jpg) no-repeat bottom left; 
} 
div.newsflash .nfbr { 
 float: right;
 bottom: -1px;
 right: -1px;
 height: 5px; width: 5px;
 background: transparent url(images/onpn/newsflash_br.jpg) no-repeat bottom right; 
}
div.newsflash .nftext { 
 border: #996666 solid 1px;
 border-bottom: 0px;
 padding: 15px;
}
div.newsflash h3, div.newsflash a:link, div.newsflash a:visited {
 margin-top: 0px;
 color:#990000;
}
div.newsflash p {
 margin-top: 10px;
 margin-bottom: 0px;
}


.spacerDiv {
	margin: 20px 0px;
	height: 1px;
	width: 100%;
	border-top: #000000 solid 1px;
}



.button_in_cart {
	float: right;
	margin: 5px 0px;
}

.filterlist_dropdown {
	float: left;
	margin: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}




td.catalogue_item {
	font-size: 11px;
	padding: 5px 2px;
}


.photo_thumb {
	border: 1px solid #000000;
	padding: 3px;
	background-color: #ffffff;
}
.photo_thumb_container {
	margin: 0px 3px;
	height: 110px;
	width: 110px;
	float: left;
}
.photo_original_link {
	position: absolute;
	width: 150px;
	float: right;
	margin-left: -5px;
	margin-bottom: 2px;
	bottom: 0px;
	padding: 2px;
	z-index: 1000;
	background: #c4c6c4;
	border: 1px solid #FF0000;
	font-size: 9px;
}
a.photo_original_link:hover { color:#FF0000; }


#termsbox {
	background: #ffffff;
	border: 1px solid #c4c6c4;
	font-size: 10px;
	padding: 2px 5px;
	margin: 10px 0px;
	height: 200px;
	overflow: scroll;
}

.growing_tip {
	border-top: 1px dashed #c4c6c4;
	/*border-bottom: 1px dashed #c4c6c4;*/
	padding: 5px 5px;
	margin-bottom: 0px;
}
.growing_tip .smallText {
	padding-bottom: 3px;
}
	







A {
  color: #003399;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #336633;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: url(images/onpn/table_header.gif) #336633;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #003300; 
}

A.headerNavigation:hover {
  color: #003300;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #336633;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #336633;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #336633;
}

.infoBoxContents {
  background: #e1e7e1;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #336633;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}
.alternate_bg TR.productListing-even {
  background: #ffffff;
}


TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #336633;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #336633 url(images/onpn/table_header.gif) top repeat-x;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px 2px;
}

A.pageResults {
  color: #003399;
  text-decoration: none;
  font-weight: bold;
}

A.pageResults:hover {
  color: #AABBDD;
  text-decoration: underline;

}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003300;
  padding: 2px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText, DIV.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.subheading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 2px 0px 5px 0px;
}

SPAN.newItemInCart {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #003399;*/
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #003399; }
.checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #e1e7e1; border: 1px solid #c4c6c4; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }




/* ///////////////////////////////////////////////////////////////////////////////////////// */

.search_icons {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	margin: 3px;
	text-align: center;
	float: right;
}

.search_thumbnail {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	margin: 3px;
	float: right;
}	

.glossary_definition, .glossary_word {
	color: #006600;
	display: inline;
}
.glossary_word {
	border-bottom: dashed 1px #006600;
	cursor: help;
}

/* /////////////////////////////////////  Tiny_MCE Styles  //////////////////////////////////////////////////// */

.plant_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.plant_article img {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
}
hr {
	height: 1px;
	color: #c4c6c4;
}
	/*************************************************************************************/
	/*************************************************************************************/
	/*           This stylesheet is a cutdown version of the Tiny_MCE stylesheet.            */
	/*   Please ensure any changes in this file are duplicated in the Tiny_MCE stylesheet.   */
	/*************************************************************************************/
	/*************************************************************************************/


.Image__left_align {
	margin: 0px 5px 0px 0px;
	float: left;
}
.Image__centre_align {
	margin: 5px 5px;
	display: block;
	text-align: center;
}
.Image__right_align {
	margin: 0px 0px 0px 5px;
	float: right;
}
.Image__left_align, .Image__centre_align, .Image__right_align {
	border: black 1px solid; padding: 3px;
}

.Section_break {
	display: block;
	clear: both;
}

.Text__subheading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 3px 0px 2px 0px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */

