/* Color: Green */

body {
    background: #fff url(../../__custom/images/BodyBg.gif) 0 0 repeat-x;
    color: #282828;
}
a {
    color: #282828;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    color: #236794;
}
h2 {
    color: #282828;
}
h3 {
    color: #236794;
}


#Container {
    background-position: 0 0;
    background-repeat: no-repeat;
}


#TopMenu {
}
#Topmenu li{
}
#TopMenu li a {
    color: #fff;
}
#TopMenu li div {
    color: ;
}
#TopMenu li a:hover {
    text-decoration: underline;
}

#Menu {
}
#Menu li {
}
#Menu li a {
    background: url(../../__custom/images/MenuBg.gif) bottom right no-repeat;
    color: #fff;
}
#Menu li.first a {
    background-image: none;
}
#Menu li ul li a {
    background: #a4b507;
    color: #fff;
}
#Menu li ul li a:hover {
    background: #8e9d06;
}
#Menu li:hover a, #Menu li.over a{
}


#Wrapper {
    background: #fff;
}


#Logo h1 {
    color: #236794;
}
#Logo h1 a {
    color: #236794;
}


#SearchForm {
    background: url(../../__custom/images/Search-go.gif) 20px 8px no-repeat;
}
#SearchForm label {
    color: ;
}
#SearchForm input {
    background: #fff;
    border: 1px solid #dadada;
}
#SearchForm .Button {
    border: 0;
}
#SearchForm a {
    color: #fff;
}
#SearchForm p {
    color: #fff;
}


.Left {
    background: #236794 url(../../__custom/images/menu-SideBg.gif) 0 0 no-repeat;
}
.Left h2 {
    color: #fff;
}
.Left li {
    border-bottom: 3px solid #ccd38a;
    line-height: 22px
}
.Left li a {
    color: #fff;
}
.Left li a:hover {
    color: #fff;
}


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


.Right {
    background: #f6f7e6 url(../../Garden/images/green/RightBg.gif) 0 0 no-repeat;
}
.Right h2 {
    color: #282828;
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
}



#Footer {
    background: #a4b507;
}
#Footer p {
    color: #fff;
}
#Footer a {
    color: #fff;
}
#Footer li a {
    border-left: 1px solid #f6f7e6;
}


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


.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
    background: #f6f7e6;
}

.Content .ProductList li,
.fastCartContent .ProductList li {
    background: #fff;
    border: 1px solid #dadada;
}

.Content .ProductList .ProductImage {
}

.Content .ProductList .ProductDetails {
}

.ProductList strong, .ProductList strong a {
    color: #282828;
}

.ProductPrice, .ProductList em {
    color: #be0101;
}

.Left .ProductPrice, .Left .ProductList em {
    color: #fff;
}

.ProductList .Rating {
    color: #6a6a6a;
}

.Right .ProductList li {
}

.Content .FeaturedProducts .ProductList li {
    background: #fff url(../../Garden/images/green/FeaturedProductsBg.gif) bottom left repeat-x;
}

.Content .FeaturedProducts .ProductList .ProductImage {
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
    background: #f6f7e6;
}

.Right .TopSellers li {
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 {
    border: 1px solid #dadada;
    background: #fff;
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
    color: #a4b507;
}

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


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

.ViewCartLink {
    background: url('../../Garden/images/green/Cart.gif') no-repeat 3px 0;
}

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

table.CartContents thead tr th, table.General thead tr th {
    background: #f6f7e6;
    color: #424748;
    border-bottom: 1px solid #dadada;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #dadada;
    color: #236794;
}

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

.JustAddedProduct strong, .JustAddedProduct a {
    color: #236794;
}

.CategoryPagination {
    color: #236794;
    background: #f6f7e6;
    border: 1px solid #dadada;
}

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

.SubCategoryList, .SubBrandList {
    background:#f6f7e6;
}


.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #f6f7e6 url('../../Garden/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #f6f7e6 url('../../Garden/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
}

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

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #f6f7e6;
}

.QuickSearch { border: 1px solid #dadada }
.QuickSearchHover td{ background: #f6f7e6; }
.QuickSearchAllResults a { background: url('../../Garden/images/green/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
    background: #f6f7e6;
    border: 1px solid #dadada;
}

.MiniCart .SubTotal {
    color: #236794;
}

hr {
    background: #dadada;
    border: #dadada;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #dadada;
    background: #f6f7e6;
}

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

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #e5eab7;
    border: 1px solid #ddd;
    color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

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

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

.TabNav li a {
    border: 1px solid #a4b507;
    background: #eef1cf;
    color: #236794;
}

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

.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: #dadada;
    border-top-color: #dadada;
    background: #f6f7e6;
    color: #424748;
}

/* 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: #6e6f00;
}

/* 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 {
}

/* 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 */
