/* Custom Styles*/

#bulkseed td {vertical-align: top;
    border-bottom: #ffc76c 1px dashed;}

#speciestable table {
     border-right: #737373 1px solid;
     border-top: #737373 1px solid; 
     padding-left: 4px;
     padding-top: 4px;
     padding-bottom: 4px;
     padding-right: 4px; 
     cellpadding: 4px; 
     border-left: #737373 1px solid;
     border-bottom: #737373 1px solid;
}

#speciestable th {vertical-align: top;
border-bottom: #dadada 1px dotted; 1px dashed; cellpadding:4px; font-size:.9em; padding-left:4px;}

#speciestable td {vertical-align: top;
border-bottom: #dadada 1px dotted; cellpadding:4px; font-size:.9em; padding-left:4px;}

.myButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
    box-shadow:inset 0px 1px 0px 0px #fed897;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color:#f6b33d;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #eda933;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #cd8a15;
}.myButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
    background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
    background-color:#d29105;
}.myButton:active {
    position:relative;
    top:1px;
}

/* Color: Green */

body {
    background: #fff url(../../Flowers/images/green/BodyBg.gif) 0 0 repeat-x;
    color: #2f2f2f;
}
a {
    color: #2f2f2f;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    color: #81093b;
}

h1{color: #000;}

h2 {
    color: #81093b;
}
h3 {
    color: #81093b;
}
hr {
    background: #ceeba6;
    color: #ceeba6;
}


#Container {
}


#TopMenu {
    color: #f9ecf3;
    background: #81093b;
}
#TopMenu li a, #TopMenu li span {
    color: #f9ecf3;
}
#TopMenu li span a {
}
#TopMenu li a:hover {
    color: #fff;
    text-decoration: underline;
}

#Menu {
    background: #17530c;
    border-bottom: 1px solid #fff;
}
#Menu li {
}
#Menu li a {
    color: #fff;
    background: #17530c;
}
#Menu li a:hover {
    color: #fff;
}
#Menu li ul {
    border: 1px solid #fff;
    border-top: 0;
}
#Menu li ul li a {
    color: #fff;
    background: #17530c;
}
#Menu li ul li a:hover {
    color: #fff;
}


#Outer {
}
#Wrapper {
}
#Header {
    background-position: 100% 0;
    background-repeat: no-repeat;
}


#Logo {margin-top: -25px; margin-left:-15px; width: 200px;
}
#Logo h1 {
    color: #627a40;
}
#Logo h1 a {
    color: #627a40;
}

#Orgname {font-family: Georgia; font-size: 1.50em; text-align:right; color: #fff; position:relative; margin: 20px 20px 0 400px;}

#SearchForm {margin-left: 550px; margin-top: -30px;
}
#SearchForm form {
/*    background: url(../../Flowers/images/green/SearchFormBg.gif) 0 0 no-repeat;*/
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    background: #fff;
    border: 1px solid #a2bb80;
}
#SearchForm .Button {
    border: 0;
}
#SearchForm a {
    color: #fff;
}
#SearchForm p {
    color: #fff;
}


.Left {
background: url(/product_images/uploaded_images/bg-gradient.gif) 0 0 repeat-x;

    border-right: 1px solid #fff;
}
.Left .Block {
}
.Left h2 {
    color: #17530c;
}
.Left li {
    border-bottom: 1px solid #fff;
}
.Left li a {
}
.Left li a:hover {
}


.Content {
}
.Content h2 {
}
.Content a {
}
.Content.Wide {
}
.Content.Widest {
}


.Right {
    background-color:#ffeea8; background: url(/product_images/uploaded_images/bg-gradient.gif) 0 0 repeat-x;
    border-left: 1px solid #fff;
}
.Right .Block {
}
.Right h2 {
    color: #17530c;
}
.Right li {
    border-bottom: 1px solid #fff;
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
}
.Right hr {
    background: #fff;
    color: #fff;
}


#Footer {
    border-top: 1px solid #ceeba6;
}


.NewsletterSubscription input {
    border: 1px solid #ceeba6;
}


.Content .ProductList li,
.fastCartContent .ProductList li {
    background: #fff;
    border: 1px solid #ceeba6;
}
.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
}
.ProductList a {
    color: #2f2f2f;
}
.ProductList a:hover {
    color: #b94380;
}
.ProductList .ProductImage {
    background: #fff;
    padding: 2px;
}
.Content .ProductList strong, .Content .ProductList strong a {
}
.ProductPrice, .ProductList em {
    color: #F71F04;
}
.ProductList .Rating {
    color: #6a6a6a;
}
.Content .FeaturedProducts .ProductList li {
}
.Content .FeaturedProducts .ProductList .ProductImage {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}


.Right .TopSellers li {
    border-bottom: 1px solid #ceeba6;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    color: #b94380;
}
.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 {
    background: #fff;
    border: 1px solid #ceeba6;
}
.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 .TopSellerNumber {
}
.Right .TopSellers li.TopSeller1 .Rating {
}

.Breadcrumb {
    border-bottom: 1px solid #ceeba6;
}


.CompareItem { width:200px; border-left: solid 1px #ceeba6; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #ceeba6; }
.CompareFieldTop { border-bottom:solid 1px #ceeba6; }
.CompareFieldTop a:hover { color:#F71F04; }
.CompareCenter { border-left:solid 1px #ceeba6; border-bottom:solid 1px #ceeba6; }
.CompareLeft { border-left:solid 1px #ceeba6; border-bottom:solid 1px #ceeba6; }

.ViewCartLink {
    background: url('../../Flowers/images/green/Cart.gif') no-repeat 5px 4px;
}

table.CartContents, table.General {
    border: 1px solid #ceeba6;
}

table.CartContents thead tr th, table.General thead tr th {
    background: #eef6de;
    color: #2f2f2f;
    border-bottom: 1px solid #ceeba6;
}

.CartContents td {
    background: #fff;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #ceeba6;
    color: #2f2f2f;
}

.MiniCart .SubTotal {
    color: #2f2f2f;
}

.JustAddedProduct {
    border: 1px solid #ceeba6;
    background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
    color: #2f2f2f;
}

.CategoryPagination {
    color: #2f2f2f;
    background: #eef6de;
    border: 1px solid #ceeba6;
}

.CheckoutRedeemCoupon { background: #eef6de; padding: 10px; width: 300px; border: 1px solid #ceeba6; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
    background:#eef6de;
    border: 1px solid #ceeba6;
}

.SpecificInfoMessage {
	background-color: #f8e4d1;
	color: #555;
}
.InfoMessage {
    background: #eef6de url('../../Flowers/images/InfoMessage.gif') no-repeat 5px 8px;
    border: 1px solid #ceeba6;
    color: #555;
}

.SuccessMessage {
    background: #fff url('../../Flowers/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #ceeba6;
}

.ErrorMessage {
    background: #FFECEC url('../../Flowers/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
    border: 1px solid #ceeba6;
}

.CreateAccount {
    border-right: 1px solid #ceeba6;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #eef6de;
}
.QuickSearch { border: 1px solid #ceeba6 }
.QuickSearchHover td{ background: #eef6de; }
.QuickSearchAllResults a { background: url('../../Flowers/images/green/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
    background: #eef6de;
    border: 1px solid #ceeba6;
}

.MiniCart .SubTotal {
    color: #b94380;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #627a40;
    color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #eef6de;
    color: #627a40;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

.bulkseedtable table tbody tr {width: 600px; border-collapse: separate; border-spacing: 0; padding: 0; border-bottom: 1px solid #ffc76c;}

.maincontent table tr td{border-bottom: 1px solid #005370;border-left: 1px solid #005370}
.maincontent table {border-top: 1px solid #005370;border-bottom: 0;border-right: 1px solid #005370;border-left: 0;margin-bottom:20px;}

/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px solid #627a40;
}

.TabNav li a {
    border: 1px solid #627a40;
    background: #eef6de;
    color: #000;
}

.TabNav li a:hover {
    background-color: #c6d3b1;
}

.TabNav li.Active a {
    border-bottom: 1px solid #fff;
    background: #fff;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

.CartContents .ItemShipping th {
    border-bottom-color: #ceeba6;
    border-top-color: #ceeba6;
    background: #eef6de;
    color: #2f2f2f;
}
/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
	background-color: #627a40;
	color: #fff;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
	background-color: #778f55;
}

#SideCategoryList .sf-sub-indicator {
	background-image:  url('../../Flowers/images/green/arrows-dark.png');
}

/* End: category flyout styles */
/* start fast cart styles */
#fastCartContainer {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
}
.fastCartContent h2 {
	color: #009E0F;
	background-color:transparent;
}
.fastCartContent h3 {
	color: #BB6F21;
	background-color:transparent;
}
.fastCartSummaryBox {
	background-color: #DDFEDA;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
	color: #075899;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
	color: #800000;
}
.fastCartContent .Quantity {
	color: #828DB3;
}
.fastCartContent p {
	color: #444444;
}
.fastCartContent .ProductList li {
	background-color: #FFF;
}
/* end fast cart styles */