/*******************************
		FONT STYLES
********************************/
html, body{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body{
    font-size: 100%;
    line-height: 1.125em;
    color: #666;
    font-family: MyriadPro-Regular, MyriadPro, "Myriad Pro", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

.node .content, .comment .content {margin-top: 0;}
.node{position: relative; top:-3px;}

a:link, a:visited, a.active{color: #669933; text-decoration: none; }

.heading1, .heading2, .heading3, .heading4,
.heading3green, .heading4green,
.heading3orange, .heading4orange,
.heading1, .heading2, .heading3, .heading4,
h1, h2, h3, h4{
	font-weight: 600;
	font-style: normal;
	color: #000;
}

.heading1, h1{font-size: 1.3em;}
.heading2, h2{font-size: 1.15em;}
.heading3, h3, .heading3green, .heading3orange{font-size: 1.1em;}
.heading4, h4, .heading4green, .heading4orange{font-size: 1em; margin: 0 0 .3em 0;}

.heading3orange, .heading4orange{color: #c1631e;}
.heading3green, .heading4green{color: #669933;}
/*************************
		LAYOUT
*************************/
#wrapper{
	min-height: 100%;
	min-width: 960px;
    height: auto !important;
    height: 100%;
    background: #fff;
    font-size: .9em;
    margin-bottom: -40px;
}

/**********  HEADER  *************/
#header{
	height: 117px;
	width: 100%;
	position: relative;
	background:url(images/dashed-border.png) bottom left repeat-x;
}

.header-left,
.header-right{
	width: 20px;
	height: 30px;
	background: #fff;
	position: absolute; 
	bottom: 0px;
}

.header-right{right: 0px;}
.header-left{left: 0px;}


#site-title{
	height:54px;
	width:490px;
	background-image:url(images/site-title.png);
	position:absolute;
	left:256px;
	top:25px;
}

#logo{
	height: 147px;
	position: absolute;
	left: 43px;
} 

#top-bar {
	position:absolute;
	top:97px;
	right:50px;
	white-space:nowrap;
}

/*************************************
		  SIDEBAR LEFT  
**************************************/
/*Alternate colouring for product items*/
#sidebar-left #dhtml_menu-1332 {
  color:#604830;
  }
#sidebar-left #dhtml_menu-2505 {
  color:#990000;
  }
#sidebar-left #dhtml_menu-2501 {
  color:#C1631E;
  }
#sidebar-left #dhtml_menu-2500 {
  color:#4C893B;
  }
#sidebar-left #dhtml_menu-2502 {
  color:#D490D6;
  }

#sidebar-left{
	float: left;
	width: 192px;
	padding: 32px 0px 40px 20px;
	margin-bottom: 50px;
}

#sidebar-left a.active{
	color:#5c8727;
	text-decoration: none;
}

#sidebar-left li.expanded {
	background: url(images/arrow-south.png) top right no-repeat;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

#sidebar-left ul {
	padding-top:5px;
	margin-top:5px;
}

#sidebar-left li.collapsed {
	background:url(images/arrow-east.png) top right no-repeat;
}

#sidebar-left #block-menu-menu-products li.collapsed {
	background: none;	
}

#sidebar-left li {
	border-bottom:dotted 2px #ccc;
	padding-bottom:3px;
	margin-bottom:3px;
	list-style:none;
	list-style-image:none; /* for IE */
}

/* DHTML MENU STYLING */

#sidebar-left li.last {
  border-bottom: none;  
}

#sidebar-left ul li ul li a {
	font-weight:normal;
}

#sidebar-left ul li ul li a:hover {
	font-weight:normal;
}

#sidebar-left a {
	color:#58595b;
	font-weight:bold;
}

#sidebar-left a:hover{
	color:#abc08d;
	text-decoration:none;
}

#sidebar-left ul.menu li ul.menu li a:link {
	font-weight:normal;
}

/*HOME PAGE LINK STYLING*/
#home-page-link{
	margin-bottom:-13px;
}

.home-table{min-width: 490px;}
.natives{background: url(images/natives.jpg) center top no-repeat; height: 225px; cursor: pointer;}
.cottage{background: url(images/cottage-garden.jpg) center top no-repeat; cursor: pointer;}
.herbs{background: url(images/herbs.jpg) center top no-repeat; cursor: pointer;}
.vegetables{background: url(images/vegetables.jpg) center top no-repeat; cursor: pointer;}

/*************************************
		  SIDEBAR RIGHT  
**************************************/

#sidebar-right{
	float: right;
	width: 178px;
	/*text-transform: capitalize;*/
	color: #58595b;
	padding-right: 15px;
	margin-top:18px;
}

#sidebar-right a {
	color:#58595b;
}

#sidebar-right a:hover,
#sidebar-right a.active{
	color:#5c8727;
	text-decoration:none;
}

#sidebar-right #block-block-2 a{
	text-indent: -10px;
	display: block;
	line-height: 1.05em;
	margin: 1px 0 2px;
	padding-left: 10px
}


#sidebar-right h2{
	font-size:10pt;
	color:#5c8727;
}

.block ul {margin: 0; padding-left: 0;}


/*************************************
		  FEATURED PRODCUTS  
**************************************/
#sidebar-right .block-title h2 {font-size:1.2em;}

#block-views-related_products-block_1 a:hover {font-weight:normal;}

.featured-product-title {
	font-size:14px;
	font-weight: bold;
}

.featured-product-title a:hover {font-weight:bold;}

.featured-product-botanical{
	font-size:14px;
	font-style:italic;
	margin-bottom:5px;
}

.featured-product-product-body {width:142px;}


.featured-product{margin-bottom: 18px;}

/*************************************
		  PRODCUT PAGE THEMING  
**************************************/
.product-item{
	border-top:dotted 2px #ccc;
	clear:left;
	width:100%;
	margin-top:15px;
	padding-top:15px;
	margin-bottom:15px;
}

.product_wrapper{
	padding-left:15px;
	padding-left: 160px;
}

.product_title{
	font-size:14px;
	font-weight:bold;
}

.product_botanical,
.product_author,
.Product_sell_price{
	font-style:italic;
}

.product_heirloom{
	color:#990000;
}

.product_organic{
	color:#5c8727;
}

.product_heirloom,
.product_organic,
.product_drought_resistant{
	font-style:italic;
	font-weight:bold;
	float: left;
	margin-right: 20px;
}

.product_drought_resistant{
	color:#006699;
}

.product_thumb {
	width:136px;
	height:197px;
	float:left;
	margin-right: 20px;
	margin-bottom: 0px;
	background: url(images/no-image.png) top left no-repeat
}

.latest_thumb {
	width:80px;
	height:116px;
	float:left;
	margin-right: 20px;
	margin-bottom: 15px;
	background: url(images/no-image-sm.png) top left no-repeat
}

.uc_out_of_stock_throbbing{
	position:absolute;
	left: -999em;
}

.product_add{
	margin-bottom:10px;
	float: right;
	clear: right;
}

.product-item-node .add-to-cart,
.product-item-node .product-info,
.product-item-node .product sell,
.product-item-node .product_sell_price{display: inline;}


.product_sowing_period{
	clear: left;
}

.product-item-node .add-to-cart .form-submit{
	margin: 5px 0 20px 0;
}

.product-item-node .uc-price-product{
	color: #000;
	font-weight: bold;
	float: right;
}

.product_sowing_period table{
	margin-top: 0;
}

.product_sowing_period table tr.period_row {
	/* border-top: 1px solid #ccc;*/
}

tr.period_row td{
	border-top: 1px solid #ccc !important;
}

.views-row .product_sell_price{
	color: #000;
	font-weight: bold;
	float: right;
}


.views-row .product_add .form-submit{
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 5px;
}

.views-row .product_sell_price,
.product_heirloom,
.product_organic,
.product_drought_resistant{
	margin-top:10px;
}

.view-content,
.views-row{
	clear: both;
	display: block;
}


/**********  MAIN CONTENT  *************/
#content-wrapper{
	margin: 0 0px 0 222px;
	padding: 36px;
}

#node-type-form{
	display:inline-block;
}

#menu-edit-item{
	display:inline-block;
}

#mainContent{
	width: 100%;
	max-width: 1200px;
	padding-bottom: 40px;
	display: inline-block;
}

.order-review-table {
width:600px;
max-width:600px;
}

#page-title h1{
	margin: 0;
	padding: 0px 0;
	font-weight: 600;
	font-size: 1.7em;
	margin-bottom: 0px;
	width: 100%;
	color:#669933;
	position: relative;
	top: -6px;
}


#mainContent .block-title h2
{
	color: #669933;
}

/**********  FOOTER  *************/
#footer{
	height: 25px;
	clear: both;
	border-top: dotted 2px #ccc;
	margin: 0 35px 0 258px;
}

#footer-content{
	font-size: 0.8em;
}

#footer-content a{
	color: #000;
}

#footer-content p{
	margin: 0;
	padding: 0;
	line-height: 28px;
	vertical-align: middle;
}

/*************************
	OTHER COMPONENTS
*************************/
.clear{clear: both;}

tbody{border: none;}


#sidebar-right a.back-to-parent-link
{
	color:#5C8727;
}

/****************************
		 SEARCH BOX 
****************************/
#search-title, .block-fuzzysearch h2, .block-search h2{
	font-size:14px;
	color:#5c8727;
	font-weight:bold;
	float:left;
	margin-bottom:5px;
}

#advanced-search a, #advanced-search a:hover {
	float:right;
	margin-bottom:5px;
	margin-left:10px;
	font-weight:normal;
	text-decoration:underline;
}

#search, #search .form-item{
	display:inline;
	margin-bottom: 10px;
	position: relative;
	width: 192px;
}

#search #edit-submit{
	display:inline;
	margin-bottom: 0px;
	position: relative;
	
}


#search label, #search-block-form label, #fuzzysearch-box-form label{
/*position:absolute; top:-999em;/* Hides Title of search box */
	text-indent: -999em;
}


#search input, #search-block-form input, #fuzzysearch-box-form input {
	color: #666;
	border: 1px solid #000;
	padding: 4px 9px 4px 9px;
	width: 143px;
	line-height: 15px;
	margin:0;
	background-color:#edece2;
}

#search input:focus {}
#search input.form-submit:focus {}

#search input.form-submit, #search-block-form input.form-submit, #fuzzysearch-box-form input.form-submit {
	border: 1px solid #000;
	font-size:11px;
	color: #556444;
	width: 25px;
	height:25px;
	padding:3px;
	margin: -2px 0 0 0;
	background-color: #ffffff;

	font-family:Arial, Helvetica, sans-serif;
}

#edit-submit-form .form-text{background: yellow;}

.search_thumb img {
	float:right;
	margin-top:-110px;
	margin-bottom:15px;
}

.search-result-wrapper p {
	margin-right:100px;
}

.search-result-wrapper {
	margin-bottom:15px;
	padding-top:20px;
	clear:both;
	min-height:110px;
	border-bottom: 2px dotted #ccc;
}

.search-result-wrapper dd {
	margin:0;
}

/***********************************
		PHOTO GALLERY 
***********************************/

ul.images img{border: 2px solid #e6e6e6;}
ul.galleries li img {margin-right: 15px;}

ul.images li h3 a{
	/*display: none;*/
	text-transform: capitalize;
}

#lightbox #caption{text-transform: none;}

ul.galleries li .count, ul.galleries li .last {clear: none;}


/***********************************
  FILE ATTACHMENTS 
***********************************/
.file-attachment{
	margin: 30px 0 12px 0;
	padding: 6px 60px;
	height: 26px;
	line-height: 28px;
	border-bottom: 2px dotted #ccc;
	border-top: 2px dotted #ccc;
	background: url(images/pdf-icon.jpg) 15px center no-repeat;
}

.attach-doc-,
.attach-doc-link{
	display: inline;
	padding-right: 7px;
}

.file-attachment a:hover{text-decoration: underline;}

/*********************************
  IMAGEFLOW SLIDESHOW
*********************************/
.imageflow .scrollbar {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color:#000;
position: relative;
top:90%;
visibility: hidden;
z-index: 10002;
height: 1px;
}

.imageflow .slider {
background-image: url(slider_dark.png);
background-repeat: no-repeat;
height: 14px;
margin-top: -6px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: -7px;
position: absolute;
top:90%;
width: 14px;
z-index: 10003;
}

.imageflow .caption {
font-weight: bold;
color:#000;
position: relative;
top:90%;
text-align: center;
z-index: 10001;
}

#labelBG {
color:#000;
width:200px;
height:300px;
}

.imageflow {
overflow: visible;
}

/************* TOUR BUTTON **************/
#tour-button{
 height: 75px;
 width: 143px;
         cursor: pointer;
 background: url(images/tour_button.png) top left no-repeat;
}

#node-tour-button{
 height: 37px;
 width: 71px;
         cursor: pointer;
 background: url(images/tour_button_71.png) top left no-repeat;
  float: right;
}



#sh-continue-shopping-link
{
	float:left;
	margin-left:1em;
}

#continueShoppingMsg p {
position:relative;
width:400px;
margin:36px 50px 20px 20px;
}

#cart-form-buttons .captcha {
 float: left;
 width: 600px;
 margin-top:30px;
 margin-left: 100px;
 margin-right: 50px;
}

/* Captcha restyling */
.captcha-wrapper {
width: 500px;
margin-top:30px;
margin-left:10px;
margin-right: 50px;
}

.captcha-description {
text-align: left;
width: 500px;
margin-top:50px;
margin-left:10px;
}

.captcha-children {
width: 500px;
margin-top:50px;
margin-left:10px;
}

#block-views-testimonial-block_1{
	font-size: .9em;
}

#block-views-testimonial-block_1 .views-field-title{
	font-style: italic;
	color: #333;
	margin-top: 10px;
}

#block-views-testimonial-block_1 .block-title h2{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

#block-views-testimonial-block_1 {
	margin-top: 20px;
}


#growing-calendar-tbl td {
	vertical-align: top;
}

#growing-calendar-tbl h3 a {
  font-size: 1.1em;
  text-decoration: underline;
}

/* add image to overlay on ajax add to cart */
div.blockUI.blockOverlay {
  opacity: 0.2;
}

.blockUI.blockMsg.blockPage {
  background: url(./images/big-tick.png) 5px -5px no-repeat;
}

.blockUI.blockMsg.blockPage div.status, .blockUI.blockMsg.blockPage h2 {
  margin-left: 50px;
}



/* what to sow bloxk */
#block-sh_custom-0 .form-submit{
	margin-top: 0;
}

#block-sh_custom-0{
 	padding: 0px 0 5px 0;
	border-bottom: 2px dotted #ccc;
	border-top: 2px dotted #ccc;
}
