/****
DirigoDev.com StyleSheet Override 
Last modified: 9/26/13
DW: Edited to remove Pinterest
2/20/14
DW: Edited to add option for 3-wide catalog tab, commented out 4-wide code so we'd have it if we change later.
 ****/
/** Home Page Style Overrides**/
body { background: #efefef; }
.serif { border-bottom:none; font-family:Arial; margin:4px 0; }
div.center { text-align:center;} 
h3.serif { font-size:16px; color:#444; }
h2.serif { font-size:22px; }
.serif.standard { font-weight:normal; text-align:left; }
#ErrorMsgLabel { color:Red; }
#bodyContainer {    
    min-width: 1100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
div.sidelinks { width:100%; }
.leftmenu .colright { border-left: 1px solid #CCC; }
#HeaderRedesign ul {
    margin: 0;
    padding: 0;
}

/*Clearfix*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
div.container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
ul.container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.heightAuto { height:auto !important; }

div.colmask_i.rightmenu { background: #FFF; }
#logo { position: relative; width: 260px; }
.cart_links a:link { text-decoration: none; color: #333; }
.cart_links a:link:hover { text-decoration: underline; }
.hide { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
div.main.fullWidth { width:100%; }
div.main.fullWidth.padded { padding:0 20px; width:812px;}
.col1.fullWidth div.main.fullWidth.padded.moveLeft { left:-20px; }
.col1.fullWidth .main.fullWidth.padded { left: 0; width: 980px; }
/** breadcrumb override **/
div.col_main .breadcrumbs {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    padding: 5px 8px 0;
}
#SearchCrumbs {
    position:absolute;
    top:11px;
    right:25%;
}
#SearchCrumbs span.title {
    font-size:11px;
    padding-left:8px;
    font-family:Arial;
    color:#666;
}
#SearchCrumbs span.title strong { color:#444; }
/** sidebar override **/
div.sidelinks { margin-top: 18px; }
div.breadcrumbsMain {
    overflow: hidden;
    width: 75%;
    left: 25%;
    position: relative;
    font-size:11px;
    position:absolute;
    top:14px;
    font-family: Arial;
    padding: 2px 0;
    font-size: 11px;
    color: #666;
    max-width:418px;
}
div.breadcrumbsMain span.SectionTitleText {
    color: #666;
    padding: 0 0 0 8px;
    font-size: 13px;
    color: #666;
}
div.breadcrumbsMain span.SectionTitleText a.SectionTitleText { text-decoration:none; color:#444;}
div.breadcrumbsMain div.title { padding-left: 8px; }
.ie7 #SocialHeader ul.chicklets li { float:left; }
#SocialHeader {
    overflow: hidden;
    width: 100%;
    left: 25%;
    position: relative;
    font-family: Arial;
}
#SocialHeader a { text-decoration: none; border: none; }
#SocialHeader ul.chicklets {
    margin: 0;
    padding: 2px 8px;
    float: right;
}
#SocialHeader ul li { list-style: none; }
div.sidelinks.home { padding: 12px 0 0 0; }

div.filterResults h3.sideLinkHome {
    padding-top: 8px;
    background: url("../skins/skin_3/images/sprite.png") repeat scroll -1px -1333px transparent;
}
h3.refineResults {
    color: #496835;
    font-family: Arial;
    border: none;
    margin: 0;
    padding: 0 0 2px 8px;
    font-size:14px;
}
div.leftmenu div.sidelinks h3, div.leftmenu div.sidelinks h3 a { color: #496835; }

div.leftmenu div.sidelinks h3, 
h3.sideLinkHome,
div.leftmenu h3.refineResults {
    font-family: "Roboto Slab";
    font-size: 18px;
    margin: 0 0 4px;
    padding: 0 0 4px 8px;
    border: none;
    font-weight: normal;
    display: inline;
    border-bottom: 1px dotted #496835;
    padding: 0;
    margin-left: 8px;
}

div#StockCategoryFilter .refineResults {
    padding: 0;
}

div.customContent h3 {
    color: #496835;
    font-family: "Roboto Slab";
    font-size: 18px;
    margin: 0 0 4px;
    padding: 0 0 4px 0;
    border: none;
    font-weight: normal;
    text-decoration: underline;
}

div.leftmenu div.stockCategoryFilter {
    padding: 0;
    margin-top: 20px !important;
}

div.sidelinks .left_nav_links {
    margin-left: 8px;
}

.left_nav_links a {
    font-size: 14px;
    margin: 4px 0;
    display: block;
}

h3.sideLinkHome a { color: #496835; }
div.stockCategoryFilter {
    padding: 0 8px;
    margin-bottom:10px;
}
div.right #StockCategoryFilter {
    margin-top:10px;   
}
#StockCategoryFilter {
    min-height:50px;
}
div.stockCategoryFilter h4.filterHeader {
   border-right:none;
   border-bottom:1px dotted #999;
}
.right_header {
    color: #496835;
    font-family: Verdana;
    font-size: 12px;
}
/** Hide Product Comparison For Now **/
input.CompareButton { display:none; }
div.productResult div.brown_title { display:none; }
/** End Overrides **/
.contentShadow {
    box-shadow: 0 0 10px 0px #CCC;
    -moz-box-shadow: 0 0 10px 0px #CCC;
    -webkit-box-shadow: 0 0 10px 0px #CCC;
    box-shadow: 0 0 10px 0px #CCC;
}
.contentShadow.leftmenu {
    border-right: none;
    margin-bottom: 20px;
}
#wrapper {
    margin: 0 auto;
    overflow: visible;
    box-shadow: 3px 0 5px #999, -3px 0 5px #999;
    -moz-box-shadow: 3px 0 5px #999, -3px 0 5px #999;
    -webkit-box-shadow: 3px 0 5px #999, -3px 0 5px #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#DDDDDD', Direction=135, Strength=8);
    zoom: 1;
    border: 1px solid #AAA;
    border-top: none;
    width: 1022px;
    background: url("../skins/Skin_3/images/bgRepeat.jpg") repeat scroll 0 0 #fcf9f2;
    padding: 0 20px;
}
#header, #header_nav, div.leftmenu {
    background: #FFF;
    overflow: hidden;
}
/* Alternatively, just add this class to images or media elements you want to have a shadow */
.imgShadow {
    box-shadow: 4px 4px 4px #AAA;
    -moz-box-shadow: 4px 4px 4px #AAA;
    -webkit-box-shadow: 4px 4px 4px #AAA;
}
/** Search **/
#header .colmask.leftmenu {
    background-color: #FFF !important; /*** Overwriting an inline style; Inline should be removed from html when possible ***/
}
/** Top Nav **/
.top_nav a:link {
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    -moz-text-shadow: 1px 1px 1px #333;
    -webkit-text-shadow: 1px 1px 1px #333;
}
#Text1.filterSearch {
    border-top: 1px solid #d0ccc9;
    border-left: 1px solid #d0ccc9;
    border-right: none;
    border-bottom: none;
    -webkit-box-shadow: 0 0 5px #666 inset;
    -moz-box-shadow: 0 0 5px #666 inset;
    box-shadow: 0 0 2px #AAA inset;
    height: 25px;
    line-height: 20px;
    text-indent: 5px;
    margin-top: 3px;
    width: 180px;
    color: #ec891e;
    padding-left: 28px;
    background: url("../skins/skin_3/images/sprite.png") repeat scroll 8px 5px #FFFFFF;
}

.ie7 #Text1.filterSearch { width:180px; }
.ie7 div.headerSearchContainer {
    position:absolute;
    right:0px;
    top:65px;
}
#Submit1 {
    background: none repeat scroll 0 0 #fcf9f2;
    font-weight: bold;
    text-transform: uppercase;
    color: #ec891e;
    border-top: 1px solid #b19685;
    border-bottom: 1px solid #b19683;
    border-right: 1px solid #d2b394;
    border-left: 1px solid #d2b394;
    padding: 4px 6px;
}
/** Left Menu **/
div.left_nav_links a:link, .leftmenu .sidelinks h3, .leftmenu .sidelinks ul li a { font-family: Verdana; color: #333; }
/** No results found **/
#InnerResult div.noResults { padding:10px; color:#444; }
#InnerResult div.noResults h2 { color:#444; padding:0; }
#InnerResult div.noResults span { color:#444; font-weight:bold; }
#InnerResult div.noResults ul { padding-left:15px; }
#InnerResult div.noResults ul li {
  background: url("../skins/skin_3/images/sprite.png") no-repeat scroll -1px -1366px transparent;
  list-style: none outside none;
  padding-left: 24px;
}
/** Custom Search Results Page **/
div.actionContainer, div.infoContainer { float: left; overflow: hidden; }
li.gallery div.infoContainer { overflow: visible; width: 100%; }
#SearchN { overflow:visible; }
#SearchN ul.searchResults li.gallery div.imgContainer { float: none; }
div.infoContainer { width: 58%; }
div.actionContainer { width: 42%; }
#SearchN ul.searchResults { padding: 0 10px; }
#SearchN ul.searchResults li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
}

/* Only show reviews for tools */
#InnerResult li.isNotTool .pr_snippet_product {
    display: none;
}

/* hide right rail on search page. extend width on results */
.rightmenu #SearchN.main {
    width: 99%;
}

.relatedResultsContainer {
    display: none;
}

#SearchN .actionContainer select
{
    display: none;
}

#SearchN ul.searchResults li div.imgContainer { float: left; margin: 4px 20px 4px 0; }
#SearchN ul.searchResults li.gallery div.imgContainer { margin: 4px 0; }
#SearchN ul.searchResults li div.imgContainer img {
    background: url("../skins/skin_1/images/nopictureicon.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    border: none !important;
    max-width: 220px;
    box-shadow: 0 0 5px #999;
    min-width: 220px;
}
#SearchN ul.searchResults li div.imgContainer img:hover { box-shadow: 4px 3px 5px #BBBBBB; }

#SearchN ul.searchResults li div.productID {
    color: #444;
    margin: 5px 0;
}
#SearchN ul.searchResults li div.desc {
    margin-bottom: 5px;
    color: #444;
    font-size: 14px;
}
#SearchN ul.searchResults li div.desc span.sale { color:red; margin-right:5px; }
#SearchN ul.searchResults li div.instock {
    color: #97825B;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    visibility: hidden;
}
#SearchN ul.searchResults li div.outofstock {
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
#SearchN ul.searchResults li div.shippingMessage {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

#SearchN ul.searchResults li div.outofstock.move-right {
    float: right;
    position: relative;
    text-align: right;
    padding: 0 3px 0 0;
    font-size: 14px;
    font-weight: normal;
}

#SearchN ul.searchResults li div.instock.move-right {
    float: right;
    position: relative;
    text-align: right;
    padding: 0 3px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: red;
    visibility: visible;
}

.shippingMessage2
{
    width: 930px;
    padding: 24px;
    border: 1px solid #e78608;
    font-family: Arial;
}

.shippingMessage2 span
{
    color: #639639;
    font-weight: bold;
}

#SearchN ul.searchResults li a.moreDetails {
    color: #639639;
    text-decoration: none;
    text-transform: uppercase;
}
#SearchN .addToCart {
    background: #CA2A31;
    border: 1px solid #A03438;
    color: #fff;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    display: block;
    float: right;
    clear: right;
    text-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


#SearchN div.actionContainer a.addToWishList {
    clear: both;
    float: right;
    margin-top: 8px;
}


input.AddToCartButton {
    background-color: #CA2A31;
    border: 1px solid #A03438;
    height: 32px;
    width: 124px;
    margin-top: 6px;
    color: #fff;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    /* iOS adding their own style to the button, need to override */
    -webkit-appearance: none;
}

input.AddToWishButton,
#SearchN div.actionContainer a.addToWishList {
    text-align: center;
    color: #7d9f25;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    padding: 4px 2px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-family: "Roboto Slab";
}
/* No need to show "in stock" */
.StockHint {
    /*visibility: hidden;*/
    color: #000;
}


#SearchN .addToCart:hover {
    
}
/** Gallery View **/
#SearchN ul.searchResults li.gallery {
    float: left;
    box-shadow: none;
    border-bottom: none;
    width: 25%;
    height: 220px;
}
#SearchN ul.searchResults li.gallery .imgContainer img {
    width: 128px;
    margin: 0 auto;
}
#SearchN ul.searchResults li.gallery a {
    display: block;
    text-align: center;
}
/** View Selector **/
#SearchN div.viewSelector {
    border-bottom: 1px dotted #CCC;
    padding: 5px 8px 4px;
    font-size: 10px;
    overflow:hidden;
}
#SearchN div.viewSelector a { color: #0069FF; text-decoration: none; }
#SearchN div.viewSelector a.active { color: #666; cursor: text; }
#SearchN div.viewSelector span { color: #333; font-weight: bold; }
#SearchN div.viewSelector span.divider { color: #CCC; }
#SearchN div.viewSelector div { float: right; }
/* Search  Filter / Sorting Drop Down */
#SearchN div.resultsPerPage { position:relative; top:3px; }
#SearchN .sortResults select { margin-left:12px; }
#SearchN div.viewSelectContainer {
    float: left !important;
    position: relative;
    top: 3px;   
}
/** Pagination **/
#SearchN div.pagination, div#revolverAddOn p.pagination { font-size: 12px; }
#SearchN div.pagination { border-bottom: 1px dotted #CCC; padding: 6px 0; clear: both; }
#SearchN div.pagination ul {
    margin: 0 2px 0 0;
    max-width: 380px;
    float:right;
}
#SearchN div.pagination ul li {
    float: left;
    list-style: none outside none;
    margin: 0 2px;
    text-align: center;
}
#SearchN div.pagination ul li a, div#revolverAddOn p.pagination a {
    text-decoration: none;
    color: #639639;
    padding: 2px 4px;
    border: 1px solid #639639;
    font-size: 12px;
}
#SearchN div.pagination ul li a:hover {
    border: 1px solid #333;
    color: #333;
}
#SearchN div.pagination ul li.active a {
    font-weight: bold;
    color: #FFF;
    background: #639639;
}
/* Reskin of Old Site's Pagination */
div#revolverAddOn a.currentPage, div#revolverAddOn a#currentPage {
    background: none repeat scroll 0 0 #639639;
    color: #FFFFFF;
    font-weight: bold;
}
#SearchN div.breadCrumbs, #SearchN div.breadCrumbs a {
    color: #3D582B;
    text-decoration: none;
}
#SearchN div.breadCrumbs { margin-bottom: 18px; }
#SearchN .pr-snippet-read-write { display: none; }
#SearchN .pr_snippet_product {
    float: right;
    overflow: hidden;
    margin-top: 8px;
}
#SearchN .quantityInput {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    clear: both;
}
#SearchN .quantityInput label {
    margin-right: 8px;
    position: relative;
    top: 6px;
}

/** Right column refine **/
.dgo.right .right_header {
    font-family: Arial;
    color: #666;
    background: rgb(249,248,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249,248,246,1) 0%, rgba(242,241,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,248,246,1)), color-stop(100%,rgba(242,241,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f6', endColorstr='#f2f1ed',GradientType=0 ); /* IE6-9 */
    font-size: 12px;
    padding: 8px 10px;
    border-bottom: 1px solid #CCC;
}
/** Search  Tabs**/
#SearchTabs {
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    height:31px;
}
.ie9 #SearchTabs {
    height:29px;
}
#SearchTabs ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    float: left;
}
#SearchTabs ul li {
    border-right: 1px dotted #CCC;
    float: left;
    font-weight: bold;
    list-style: none outside none;

    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left:3px;

}
#SearchTabs ul li a {
    color: #666;
    display: inline-block;
    font-size: 11px;
    padding: 8px;
    text-decoration: none;
    height:31px;
}
#SearchTabs ul li a:hover {
    background: #FFF;
    color: #333;
}
#SearchTabs ul li.active a {
    color: #ea6901;
    background: #FFF;
}
#SearchTabs div.sortBy {
    float: right;
    margin: 5px 14px 0 0;
    display: none;
}
/*** Search Web Results ***/
/* Search Results */
#ResultsWindow { max-width: 700px; }
#ResultsWindow div.url span { color: #009933; }
#ResultsWindow div.teaser span { color: #222; }
#ResultsWindow div.title h3 {
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-family: Arial;
}
#ResultsWindow div.title h3 a {
    color: #1122CC;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}
li.result h3.pdf {
    background: url("../img/pdfSmall.gif") no-repeat scroll 0 2px transparent;
    padding-left: 20px !important;
    margin: 0;
}
#ResultsWindow ul.results { margin: 0; padding: 10px; }
#ResultsWindow ul.results li.result {
    border-bottom: 1px solid #CBBEA8;
    box-shadow: 0 4px 2px -2px #DDDDDD;
    list-style: none outside none;
    padding: 10px 0 12px 0;
    overflow:hidden;
}
#ResultsWindow ul.results li.result.odd { background: #f7f7f7; }
#ResultsWindow ul.results li.result div.thumbContainer {
    float: left;
    margin: 0 16px 4px 0;
    max-width: 150px;
}
#ResultsWindow ul.results li.result div.thumbContainer img {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px #CCCCCC;
}
 /** Side Related Results Rail **/
div.relatedResultsContainer {
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
}
 div.searchRelatedResults h3 {
    font-family:Verdana;
    color:#496835;
    border-bottom:1px dotted #999999;
    font-size:13px;
    margin-bottom:0;
 }
div.searchRelatedResults  div.thumbContainer { text-align:left; }
div.searchRelatedResults div.title {
    margin-bottom:8px;   
    padding:8px;
    box-shadow:0 4px 2px -2px #DDDDDD;
    border-bottom:1px solid #AAA;
    overflow:hidden;
    word-wrap: break-word;
    text-overflow:ellipsis;
}
div.searchRelatedResults div.title a {
    color: #1122CC;
    font-family: Verdana;
    font-size: 10px;
}
div.searchRelatedResults span.urlDisplay {
    color:#009933;
    font-family: Verdana;
    font-size: 10px;
}
div.searchRelatedResults div.thumbContainer img {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 4px 4px 4px #CCCCCC;
}
/* Style the right rail related box only */
div.stockCategoryFilter + div.searchRelatedResults div.relatedResultsContainer  {
    margin-bottom: 10px;
    padding: 0 8px;
}
div.stockCategoryFilter + div.searchRelatedResults div.right_header  {
    padding-left:15px;
    font-size:14px;
    font-family:Arial;
}
div.stockCategoryFilter + div.searchRelatedResults div.relatedResultsContainer h3 {
    color:#333;
    font-family:Arial;
    font-size:12px;
}
/** Filter Results **/
div.right.dgo.filter { background: #fff; }
#form1 div.resultsContainer {
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    word-wrap: inherit;
    font-family: Arial;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
#form1 div.resultsContainer div.contain {
    margin: 4px 0;
    padding: 4px 0;
    border-bottom: 1px solid #f7f7f7;
}
#form1 div.resultsContainer a.moreSearchResultsLink {
    margin-bottom: 12px;
    font-style: italic;
}
#form1 div.resultsContainer div.contain.last { border-bottom: none; }
#form1 div.resultsContainer a {
    color: #1122CC;
    font-size: 12px;
    display: inline-block;
}
#form1 div.resultsContainer span.linkAddress {
    color: #00802A;
    display: block;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    word-wrap: inherit;
}
div.filterResults h4 {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 8px 8px 8px 12px;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #CCC;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
div.filterResults h4.filterHeader { padding: 6px 8px; }
div.filterResults h4.booleanType a { text-decoration: none; }
div.filterResults h4.booleanType a span.label {
    color: #333333;
    display: block;
    float: left;
    margin-right: 4px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
}

div.filterResults h4.booleanType a span.count { color: #666; }
div.filterResults ul { margin: 0; padding: 0; }
div.filterResults ul li { list-style: none outside none; }
div.filterResults div.collapseContainer { display: none; }
div.filterResults ul li.moreLink a, div.filterResults ul li.lessLink a { font-weight: bold; font-style: italic; }
div.filterResults ul li a {
    color: #639639;
    display: block;
    font-family: Arial;
    font-size: 12px;
    padding: 4px 4px 4px 12px;
    text-decoration: none;
}
div.filterResults ul li a:hover { background: #f7f7f7; color: #639639; }
div.filterResults ul li span.count {
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    margin-left: 4px;
}
.lightGradient {
    background: rgb(249,248,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249,248,246,1) 0%, rgba(242,241,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,248,246,1)), color-stop(100%,rgba(242,241,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(249,248,246,1) 0%,rgba(242,241,237,1) 100%); /* W3C */
}
.lightGradient-orange
{
    background: #fcfcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2ZiZTVjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ZiZTVjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWRiYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #fbe5c8 59%, #fbe5c8 67%, #fadbb4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(59%,#fbe5c8), color-stop(67%,#fbe5c8), color-stop(100%,#fadbb4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fbe5c8 59%,#fbe5c8 67%,#fadbb4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#fbe5c8 59%,#fbe5c8 67%,#fadbb4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#fbe5c8 59%,#fbe5c8 67%,#fadbb4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#fbe5c8 59%,#fbe5c8 67%,#fadbb4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fadbb4',GradientType=0 ); /* IE6-8 */
}
div.featuredProductContainer {
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #CCC;
}
div.featuredProductContainer img {
    border: 2px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 4px #CCCCCC;
    display: block;
    margin: 0 auto 2px;
    max-width: 132px;
}
div.featuredProductContainer img:hover { border-color: #BBB; }
div.featuredProductContainer a {
    text-decoration: none;
    color: #639639;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
}
/* AJAX Loader */
div.ajaxContainer {
    background: #FFF;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

div.ajaxLoader {
    background: url("../img/ajaxLoader.gif") no-repeat scroll 50% 50% #FFF;
    height: 50px;
    left: 45%;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 2001;
}

/* New Redesign Header */
#HeaderRedesign.new {
    
}

#HeaderRedesign.new {
    
}

#HeaderRedesign.new {
    
}

#HeaderRedesign.new {
    
}

#HeaderRedesign.new {
    
}

#HeaderRedesign.new {
    
}

#HeaderRedesign.new {
    
}

/* New Redesign Footer */
#footer.new {
    width:1090px;
    margin: auto;
    background-image:none; 
    background-color:#ffffff; 
    border-left:1px solid #a7b57f;  
    border-right:1px solid #a7b57f; 
    border-bottom:1px solid #a7b57f; 
    padding:0px;
    box-shadow: 3px 3px 5px #999, -3px 3px 5px #999;
    -moz-box-shadow: 3px 3px 5px #999, -3px 3px 5px #999;
    -webkit-box-shadow: 3px 3px 5px #999, -3px 3px 5px #999;
}

#footer.new > .statement {
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size:18px;
    line-height:18px;
    font-size-adjust:none;
    font-style:normal;
    font-weight:normal;
    letter-spacing:4px;
    text-align:center;
    color: #ffffff;
    background: url("../Skins/Skin_3/images/bgHeaderToolsRepeat.png") repeat scroll 0 0 #7C7808;
    background-color: #506b00;
    padding: 10px;
    display: block;
    position:relative;
    width:1070px;    
}

#footer.new .container {
    width:1090px;  
    padding:0px; 
    margin-bottom:0px;
}

#footer.new .container > div {
    background-color: #fff;
}

#footer.new .clearfloat_wide {
    clear: both;
    height: 20px;
    font-size: 1px;
    line-height: 0px;
    display: block;
    position: relative;
    width: 1000px;
}

#footer.new .container .content {
    display: block;
    position: relative;
    border-top: 0px; 
    margin:0px; 
    width:1090px;
}

#footer.new .container .content .header {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-size-adjust: none;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 4px;
    color: #506b00;
    padding: 0 5px 0 5px;
    border-bottom: 1px solid #cecece;
    float: left;
    margin-left: 10px;
    width:850px; 
    border-top:0px; 
}

#footer.new .container .content .header .statement {
    float:left; 
    vertical-align:middle; 
    height:55px; 
    padding-top:18px;
}

#footer.new .container .content .header .socialWrap {
    float: right;
    display: block;
    padding: 10px 0;
}

#footer.new .container .content .header .socialWrap a {
    text-decoration: none;
}

#footer.new .container .content .header .socialWrap a.icon {
    background-image: url('../skins/Skin_3/images/sprite.png');
    background-repeat: no-repeat;
    width: 27px;
    height: 30px;
    display: inline-block;
    padding: 0px 0px 0px 5px;
}

#footer.new .container .content .header .socialWrap a.faceBookIcon { background-position: -6px -709px; }
#footer.new .container .content .header .socialWrap a.twitterIcon {  background-position: -6px -747px; }
/*#footer.new .container .content .header .socialWrap a.flickrIcon {   background-position: -6px -784px; }*/
#footer.new .container .content .header .socialWrap a.youTubeIcon {  background-position: -6px -823px; }
/*#footer.new .container .content .header .socialWrap a.pinterestIcon {background-position: -6px -860px; }*/
#footer.new .container .content .header .socialWrap a.blogIcon {     background-position: -6px -898px; }

#footer.new .container .content .header .socialWrap img {
    padding:10px 10px 10px 0;
    border: 0;
}

#footer.new .container .content .footer img {
    padding-left: 10px;
}

#footer.new .container .content .sealDiv {
    padding: 10px 0 10px 10px;
    width: 770px;
    float: left;    
}

#footer.new .container .content .sealFooter {
    font-family: Trebuchet MS;
    font-size:13px;
    line-height: 18px;
    letter-spacing:1px;
    font-size-adjust:none;
    font-style:normal;
    font-weight:normal;
    color: #000000;
    padding:5px;
    float: left;
    width: 200px;
    margin-left: 26px;
}

#footer.new .container .content .sealIcons {
    float: left;
    margin: 8px;
}

#footer.new .container .content .privacyFooterWrap {
    width:850px; 
    border-bottom:0px;  
    margin-top: 10px; 
    margin-left:10px; 
    margin-top:5px; 
    float:left; 
    display:block; 
    position:relative;
}

#footer.new .container .content .privacyFooter {
    font-family: Trebuchet MS;
    font-size:11px;
    font-size-adjust:none;
    -webkit-text-size-adjust: none;
    font-style:normal;
    font-weight:normal;
    padding: 5px;
    letter-spacing:2px;
    color:#000000;
    float: left;
    width:855px; 
    text-align:left; 
    margin-left:0px; 
    margin-top:0px; 
    padding-left: 0px; 
    text-align:left;  
    position:relative; 
    border-bottom:0px; 
    border-top:0px;
}

#footer.new .container .content .privacyFooter a {
    text-decoration: none;
}

#footer.new .container .content .privacyFooter a:hover {
    text-decoration: underline;
}

#footer.new .container .content .CalltoAction {
    float: left;
    width: 205px;
    display: block;
    position: relative;
    background-color: #dce1cc;
}

#footer.new .container .content .CalltoAction .footerSidebar {
    width:205px;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection {
    width:205px; 
    border-bottom:0px;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionHead {
    font-family: Trebuchet MS;
    font-size:14px;
    font-size-adjust:none;
    font-style:normal;
    font-weight:bold;
    padding: 14px 5px;
    background-color:#a7b57f;
    color:#ffffff;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionHead span {
    line-height: 30px;
    vertical-align: top;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent {
    font-family: Trebuchet MS;
    font-size:12px;
    font-size-adjust:none;
    font-style:normal;
    font-weight:normal;
    padding: 5px 10px 5px 10px;
    background-color:#dce1cc;
    color:#506b00;
    margin-top: -10px;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection:last-child {
    text-align: center;
    padding-bottom: 20px;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection:last-child .footerSidebarSectionHead {
    text-align: left;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent img {
    padding:5px 0 5px 5px;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent a:not(.catalogLink) {
    color: transparent;
    text-decoration: none;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent a.catalogLink {
    color: #506b00;
    text-decoration: none;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent a.catalogLink:hover {
    color: #000;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent a.catalogLink img {
    border: 0;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent iframe {
    border:none;
    overflow:hidden;
    width:180px;
    height:21px;
    padding:5px 0 5px 5px;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent .footerFormContainer {
    padding: 5px;
    background-color:#dce1cc;
    color:#ffffff;
}

#footer.new .container .content .CalltoAction .footerSidebar .footerSidebarSection .footerSidebarSectionContent .footerFormContainer form img:nth-child(2) {
    border: 0;
    display: block;
}

#footer.new .container .content .CalltoAction #Email2 {
    color: #666;
}

#footer.new .container .content .CalltoAction #Email2:focus {
    color: #000;
}

#footer.new .container .content .CalltoAction .newsletterSelect {
    height: 20px;
    text-align: center;
    width: 170px;
    font-size: 10px;
}

#footer.new .container .content .CalltoAction .newsletterButton {
    color: #506b00;
    font-family: Verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    cursor: pointer;
    display: block;
    min-width: 40px;
}

#footer.new .container .content .colcont {
    display: block;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    width:860px; 
    border-bottom:0px;
}

#footer.new .container .content .colcont .growing,
#footer.new .container .content .colcont .support,
#footer.new .container .content .colcont .sales,
#footer.new .container .content .colcont .about {
    float: left;
    width:160px;
    padding: 5px;
    border-left: 1px solid #cecece;
    display: block;
    position: relative;
}

#footer.new .container .content .colcont .colhead {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}

#footer.new .container .content .colcont .colhead a {
    text-decoration: none;
}

#footer.new .container .content .colcont ul.coltext {
    margin-bottom: 12px;
}

#footer.new .container .content .colcont ul.coltext li {
    
}

#footer.new .container .content .colcont ul.coltext li a {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-size-adjust: none;
    font-style: normal;
    font-weight: normal;
    color: #506b00;
}

.underFooter {
    width:1090px; 
    margin: 5px auto 0 auto; 
    text-align:center; 
    padding-bottom:20px;
}

.underFooter > .statement {
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size:11px;
    line-height:12px;
    font-size-adjust:none;
    font-style:normal;
    font-weight:normal;
    letter-spacing:1px;
    color: #000000;
    padding: 10px;
    display: block;
    position:relative;
    width:1090px; 
    margin: 0 auto 0 auto; 
    text-align:center;
}

.underFooter .sealIcons {
    margin: auto;
    width: 285px;
    overflow: hidden;
}

.underFooter .sealIcons table {
    float: left;
    margin-top: 8px;
}

/** Redesigned Footer **/
div.footerInfo {
    background: url("../skins/Skin_3/images/bgFooterRepeat.jpg") repeat scroll 0 0 #FCF9F2;
    border: 1px dashed #FFFFFF;
    box-shadow: 0 0 11px 0 #999999;
    font-family: Verdana,Geneva,sans-serif;
    margin: 0 auto;
    padding: 20px 20px 68px;
    width: 1100px;
    z-index: 10;
}
#footer { padding-left: 0; position: relative !important; }
#footer div.container { overflow: hidden; }
#footer div.col {
    float: left;
    width: 225px;
    padding: 0 10px;
    position: static;
}
#footer div.col.col1 { margin: 0; }
#footer div.col.col2 { width: 250px; }
#footer div.col.col4 { width: 200px; }
#footer ul { margin: 0; padding: 0; }
#footer ul li { list-style: none; line-height: 1em; }
#footer ul li a { color: #fff; text-decoration: none; font-size: 12px; }
#footer ul li a:hover { text-decoration: underline; }
#footer div.col h3 {
    color: #fff;
    border-bottom: none;
    padding: 0;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    margin: 8px 0;
    text-shadow:1px 0 1px #333;
}
div.secondaryFooter {
    background: url("../skins/skin_3/images/secondaryFooter.png") repeat scroll 0 0 transparent;
    bottom: -52px;
    color: #FFFFFF;
    height: 25px;
    margin: 0 auto;
    padding: 12px;
    position: relative;
    width: 1000px;
    z-index: 1000000;
}
div.columnContainer { z-index:1000000; position:relative; }
div.secondaryFooter ul.tools li {
    margin-right: 16px;
    margin-top: 3px;
}
div.secondaryFooter ul.tools li a { font-weight: bold; }
div.secondaryFooter .left { float: left; }
div.secondaryFooter .right { float: right; }
div.secondaryFooter .right ul { display: inline-block; overflow: hidden; }
div.secondaryFooter ul li { float: left; }
.ie7 #BGFooterLarge { display:none !important; }
#BGFooterLarge {
    background:url("../skins/skin_3/images/footerBGLarge.png") no-repeat scroll right -14px transparent;
    bottom: -20px;
    height: 348px;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1600px;
    z-index: 2;
    display: none;
    pointer-events: none;
}
/* resize footer based on display */
@media screen and (max-width: 1600px) {
    #BGFooterLarge {
        width: 1140px;
        left: 0;
        background: url("../skins/skin_3/images/footerBGLarge.png") no-repeat scroll -275px -14px transparent;
    }
}
li.phone, li.email, li.faqs, li.custService {
    background-image: url('../skins/Skin_3/images/sprite.png');
    background-repeat: no-repeat; /*text-indent:-9999px;*/
    height: 18px;
    padding-left: 27px;
}
li.custService { background-position: 0px -1131px; width: 119px; }
li.phone { background-position: 0px -1161px; width: 123px; }
li.email { background-position: 0px -1191px; width: 46px; }
li.faqs { background-position: 0px -1221px; width: 70px; }
div.secondaryFooter div.connect {
    background-image: url("../skins/Skin_3/images/sprite.png");
    background-position: 0 -1250px;
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 184px;
}
div.secondaryFooter ul.icons li { text-indent: -9999px; }
div.secondaryFooter ul.icons a.icon {
    background-image: url('../skins/Skin_3/images/sprite.png');
    background-repeat: no-repeat;
    width: 27px;
    height: 30px;
    display: block;
    padding: 0px 0px 0px 5px;
}
/*very bottom*/
div.secondaryFooter ul.icons li a.faceBookIcon { background-position: -6px -709px; }
div.secondaryFooter ul.icons li a.twitterIcon {  background-position: -6px -747px; }
/*div.secondaryFooter ul.icons li a.flickrIcon {   background-position: -6px -784px; }*/
div.secondaryFooter ul.icons li a.youTubeIcon {  background-position: -6px -823px; }
/*div.secondaryFooter ul.icons li a.pinterestIcon {background-position: -6px -860px; }*/
div.secondaryFooter ul.icons li a.blogIcon {     background-position: -6px -898px; }
#newsletterContainer div.connect {
    background-image: url("../skins/Skin_3/images/sprite.png");
    background-position: 0 -1250px;
    background-repeat: no-repeat;
    height: 26px;
    text-indent: -9999px;
    width: 184px;
    position: absolute;
    top: 10px;
    right: 84px;
}
#newsletterContainer .socialIconContainer {
    position: absolute;
    right: -30px;
    top: 39px;
    width: 322px;
}
#newsletterContainer .socialIconTitleContainer {
    position:absolute;
    width:313px;
    right:-30px;
    top:67px;
}
/*DBW 062713 - removed Flickr references, updated NewslaterContainer.SocialIconContainer and NewsletterContainer.SocialIconTitleContainer widths to 322 from 345 and 313 from 336 respectively.*/
#newsletterContainer .socialIconTitleContainer li {
    display: block;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 35px;
}
#newsletterContainer .socialIconTitleContainer a { font-size:7px; }
#newsletterContainer ul.icons li {
    text-indent: -9999px;
    display: block;
    float:left;
    padding:0px 10px;
    width:35px;
}
#newsletterContainer ul.icons li a.icon {
    background-image: url("../skins/Skin_3/images/sprite.png");
    background-repeat: no-repeat;
    display: block;
    height: 42px;
    width: 36px;
    font-size: 7px;
    position: relative;
    margin-left:10px;
}
/*second to bottom*/
#newsletterContainer ul.icons li a.last { margin-right: 0px; }
#newsletterContainer ul.icons li a.faceBookIcon { background-position: -1px -704px; }
#newsletterContainer ul.icons li a.twitterIcon { background-position: -3px -742px; }
/*#newsletterContainer ul.icons li a.flickrIcon { background-position: -3px -779px; }*/
#newsletterContainer ul.icons li a.youTubeIcon { background-position: -2px -818px; }
/*#newsletterContainer ul.icons li a.pinterestIcon { background-position: -2px -855px; }*/
#newsletterContainer ul.icons li a.blogIcon { background-position: -2px -893px; }
#newsletterContainer span.iconText { position: absolute; bottom: -6px; }
#newsletterContainer ul.icons li a.faceBookIcon span.iconText { left: -6px; }
#newsletterContainer ul.icons li a.twitterIcon span.iconText { left: -3px; }
/*#newsletterContainer ul.icons li a.flickrIcon span.iconText { left: -3px; }*/
#newsletterContainer ul.icons li a.youTubeIcon span.iconText { left: -5px; }
/*#newsletterContainer ul.icons li a.pinterestIcon span.iconText { left: -6px; }*/
#newsletterContainer ul.icons li a.blogIcon span.iconText { left: 3px; }
/** Sub Nav **/
#SubNav {
    background: none repeat scroll 0 0 #FDC988;
    border: 1px dashed #AAAAAA;
    color: #555555;
    font-family: Verdana,Arial;
    font-size: 12px;
    overflow: hidden;
    padding: 15px 12px 5px;
    position: relative;
    top: -20px;
    z-index: 1;
}
#SubNav a { text-decoration: none; color:#626262; }
#SubNav a:hover { text-decoration: underline; }
#SubNav h4 { margin: 0; font-size:12px; }
#SubNav .left { float: left; }
#SubNav .center { float: left; margin-left: 20px; }
#SubNav .right { float: right; }
#SubNav ul { margin: 0; padding: 0; }
#SubNav ul li { list-style: none; float: left; }
#SubNav ul li.separator { margin: 0 4px; }
/** Header **/
div.bgSeeds { position: absolute; z-index: -1; }
.ie7 div.bgSeeds { display:none; }
div.bgSeedsLeft { top: 710px; left: -153px; }
div.bgSeedsRight { right: -199px; top: 280px; }
#HeaderRedesign { position: relative; overflow:visible; }
.ie7 #HeaderRedesign { z-index:1; }
#HeaderRedesign div.userTools {
    border-bottom: 1px dashed #3a312b;
    border-top: 1px dashed #3a312b;
    float: right;
    margin: 10px 10px 0;
    padding: 2px 0;
}
#HeaderRedesign div.userTools ul li {
    float: left;
    list-style: none;
    margin-right: 6px;
}
#HeaderRedesign div.userTools ul li a {
    color: #555555;
    font-family: Times New Roman;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 0 1px #FFFFFF;
    text-transform: uppercase;
}
#HeaderRedesign div.userTools ul li a {
    background-image: url('../skins/Skin_3/images/sprite.png');
    height: 20px;
    display: block;
    text-indent: -9999px;
}
#HeaderRedesign div.userTools ul li.first a {
    background-position: -3px -936px;
    width: 40px;
    margin-right: 15px;
}
#HeaderRedesign div.userTools ul li.first.Logout a{
    background-position: -8px -1410px;
    width:46px;
}
#HeaderRedesign div.userTools ul li.first.Logout a:hover {
    background-position: -8px -1435px;
    width:46px;
}
#HeaderRedesign div.userTools ul li.second a {
    background-position: 1px -960px;
    width: 80px;
    margin-right: 15px;
}
#HeaderRedesign div.userTools ul li.third a {
    background-position: 1px -983px;
    width: 168px;
    margin-right: 15px;
}
#HeaderRedesign div.userTools ul li.last a { background-position: 1px -1006px; width: 120px; }
#HeaderRedesign div.userTools ul li.first a:hover { background-position: -5px -1032px; }
#HeaderRedesign div.userTools ul li.second a:hover { background-position: -1px -1056px; }
#HeaderRedesign div.userTools ul li.third a:hover { background-position: -1px -1079px; }
#HeaderRedesign div.userTools ul li.last a:hover { background-position: -1px -1102px; }
#HeaderRedesign div.userTools ul li.last { margin-right: 0; }
#TopInfoContainer {
    background: url("../Skins/Skin_3/images/bgHeaderToolsRepeat.png") repeat scroll 0 0 #7C7808;
    border-bottom: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    color: #FFFFFF;
    left: -34px;
    overflow: hidden;
    padding: 0 14px;
    position: relative;
    width: 1062px;
}
#TopInfoContainer div.right { float: right; }
#TopInfoContainer div.separator {
    border-left: 1px solid #5B6643;
    border-right: 1px solid #8E9162;
    float: left;
    height: 25px;
    margin: 0 10px;
}
#TopInfoContainer div.seasonalMessage {
    font-family: Verdana;
    font-size: 12px;
    left: 26%;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 40%;
}
#TopInfoContainer div.seasonalMessage a { color:#fff; text-decoration:none; }
#TopInfoContainer div.seasonalMessage a:hover { text-decoration:underline; }
#TopInfoContainer h2 {
    margin: 0;
    padding: 3px 0;
    color: #FFF;
    font-size: 13px;
    float: left;
}
#TopInfoContainer h2 a, #TopInfoContainer h2 span { float:right; }
#TopInfoContainer h2 span.iconCount { margin-left:4px; }
#TopInfoContainer h2 a { color: #FFF; text-decoration: none; }
#TopInfoContainer h2 a:hover { text-decoration: underline; }
#TopInfoContainer h2.shoppingCart { min-width:155px; }
#TopInfoContainer span.icon.cart {
    background: url("../skins/skin_3/images/sprite.png") no-repeat scroll 1px -30px transparent;
    display: inline-block;
    float: right;
    height: 18px;
    width: 25px;
}
#HeaderLogoContainer #logo { margin: 10px 0 0 20px; height: 85px; }
div.contain { overflow: hidden; }
/*** Main Menu Navigation ***/
#MainMenu { position: relative; z-index: 100; }
#MainMenu ul { margin: 10px auto 10px 6px; overflow: hidden; padding: 0; }
#MainMenu ul li { list-style: none; }
#MainMenu ul li.menuItem {
    background-image: url("../skins/Skin_3/images/bgNavRepeat.jpg");
    background-repeat: repeat;
    border-bottom: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    float: left;
    height: auto;
    margin-right: 2px;
}
#MainMenu ul li.last { margin-right: 0px; }
div.flyoutMenu { cursor: auto; }
#MainMenu ul li a.headerItem {
    background-image: url('../skins/Skin_3/images/sprite.png');
    background-repeat: no-repeat;
    height: 36px;
    text-indent: -9999px;
    display: block;
    padding: 3px 22px 3px 22px;
}

#MainMenu ul li.vegetables a.headerItem { background-position: 16px -95px; width: 95px; }
#MainMenu ul li.fruits a.headerItem { background-position: 19px -137px; width: 58px; }
#MainMenu ul li.flowerSeeds a.headerItem { background-position: 17px -180px; width: 70px; }
#MainMenu ul li.herbs a.headerItem { background-position: 17px -224px; width: 50px; }
#MainMenu ul li.farmSeeds a.headerItem { background-position: 16px -266px; width: 86px; }
#MainMenu ul li.toolSupplies a.headerItem { background-position: 17px -308px; width: 158px; }
#MainMenu ul li.sale a.headerItem { background-position: 17px -347px; width: 35px; }
#MainMenu ul li.catalog a.headerItem { background-position: 16px -1767px; width: 152px; }

.headerSearchContainer {
    background-color: #F7D6A5;
    border: 1px dashed #c4beb6;
    float: right;
    margin: 15px 10px 10px;
    padding: 3px 5px;
}
#HeaderRedesign li.menuItem.active a { color: #DE8D1E; }
div.flyoutMenu div.tab {
    background-image: url("../skins/Skin_3/images/sprite.png");
    background-color: #fff;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 42px;
    position: absolute;
    top: -43px;
    border: solid #c1c0c0 1px;
    border-bottom: none; /* box-shadow: 7px -7px 8px -5px #666666; */
}
div.flyoutMenu.vegetables div.tab {
    background-position: 7px -407px;
    left: 7px;
    width: 123px;
}
div.flyoutMenu.fruits div.tab {
    background-position: 8px -449px;
    left: 150px;
    width: 88px;
}
div.flyoutMenu.flowerSeeds div.tab {
    background-position: 6px -491px;
    left: 257px;
    width: 100px;
}
div.flyoutMenu.herbs div.tab {
    background-position: 7px -532px;
    left: 376px;
    width: 80px;
}
div.flyoutMenu.farmSeeds div.tab {
    background-position: 6px -577px;
    left: 475px;
    width: 116px;
}
div.flyoutMenu.toolSupplies div.tab {
    background-position: 8px -619px;
    left: 610px;
    width: 187px;
}
div.flyoutMenu.sale div.tab {
    background-position: 0px -658px;
    left: 754px;
    width: 55px;
    height:35px;
}



#HeaderRedesign div.flyoutMenu {
    background: url("../skins/skin_3/images/whiteTransparent.png") #FFF;
    color: #333333;
    font-family: Arial;
    left: 5px;
    padding: 20px;
    position: absolute;
    top: 48px;
    z-index: 100000;
    display: none;
    border: 1px solid #CCC;
    width: 970px;
    box-shadow: 3px 10px 10px #666;
}
#HeaderRedesign div.sale { padding:0px;  width:0px; }
#HeaderRedesign div.fruits { width: 640px; }
#HeaderRedesign div.farmSeeds { width: 690px; }
#HeaderRedesign div.toolSupplies { width: 879px; }
#HeaderRedesign div.flyoutMenu div.sideSnippet {
    padding: 15px;
    float: right;
    background-color: #fbf0e7;
    border: 1px dotted #999;
    position: relative;
}
#HeaderRedesign div.vegetables div.sideSnippet { width: 300px; }
#HeaderRedesign div.fruits div.sideSnippet { width: 400px; }
#HeaderRedesign div.flowerSeeds div.sideSnippet { width: 246px; }
#HeaderRedesign div.herbs div.sideSnippet { width: 300px; }
#HeaderRedesign div.farmSeeds div.sideSnippet { width: 400px; }
#HeaderRedesign div.toolSupplies div.sideSnippet { width: 300px; }
#HeaderRedesign div.sale div.sideSnippet { width: 300px; }
#HeaderRedesign div.flyoutMenu div.sideSnippet h3 {
    border: medium none;
    color: #728259;
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 0;
    clear:both;
    overflow:hidden;
}
#HeaderRedesign div.flyoutMenu div.sideSnippet h3.first { margin-top: 0; }
#HeaderRedesign div.flyoutMenu div.sideSnippet a { color: #728259; font-size: 13px; text-decoration: none; }
#HeaderRedesign div.flyoutMenu div.sideSnippet a.learnMore { float:right; }
#HeaderRedesign div.flyoutMenu div.sideSnippet p { margin: 0; padding: 0; }
#HeaderRedesign div.flyoutMenu div.sideSnippet div.contain { float:right; }
#HeaderRedesign div.flyoutMenu div.sideSnippet div.imageContainer { padding: 6px; display: inline-block; text-align: center; }
#HeaderRedesign div.flyoutMenu div.sideSnippet div.imageContainer img { box-shadow: 4px 4px 4px #CCC; border-radius:2px; }
#HeaderRedesign div.flyoutMenu.vegetables div.sideSnippet div.imageContainer img { box-shadow:none; border-radius:0; }
#HeaderRedesign div.flyoutMenu div.sideSnippet div.outerImageContainer { text-align: center; padding-top:18px; }
#MainMenu div.flyoutMenu ul.col { float: left; }
#MainMenu div.flyoutMenu ul.col1 { float: left; margin: 0 12px 0 0; border-right: 1px dotted #333; }
#MainMenu div.vegetables ul.col1 { width: 220px; }
#MainMenu div.fruits ul.col1 { width: 100px; }
#MainMenu div.flowerSeeds ul.col1 { width: 220px; }
#MainMenu div.herbs ul.col1 { width: 180px; }
#MainMenu div.farmSeeds ul.col1 { width: 180px; }
#MainMenu div.toolSupplies ul.col1 { width: 190px; }
#MainMenu div.sale ul.col1 { width: 180px; }
#MainMenu div.flyoutMenu ul.col2 { border-right: 1px dotted #333333; float: left; margin: 0 12px 0 0; }
#MainMenu div.vegetables ul.col2 { width: 220px; }
#MainMenu div.flowerSeeds ul.col2 { width: 220px; }
#MainMenu div.herbs ul.col2 { width: 220px; }
#MainMenu div.farmSeeds ul.col2 { width: 220px; }
#MainMenu div.toolSupplies ul.col2 { width: 270px; }
#MainMenu div.vegetables ul.col3 { width: 150px; }
#MainMenu div.flowerSeeds ul.col3 { width: 200px; }
#MainMenu div.herbs ul.col3 { width: 150px; }
#MainMenu div.farmSeeds ul.col3 {width: 200px; }
#MainMenu div.flyoutMenu ul.last { border: none; }
#MainMenu div.flyoutMenu li a { text-decoration: none; color: #000; font-size: 12px; }
#MainMenu div.flyoutMenu li a:hover { text-decoration: underline; }
#MainMenu div.flyoutMenu ul.col3 { margin-top:0;}


#MainMenu div.flyoutMenu.catalog 
{         
    width: 600px;           
    left: 375px;   
    vertical-align: top;
}

#MainMenu div.flyoutMenu.catalog .imageContainer
{
    width: 140px;
    vertical-align: top;
    height: 256px;
    padding: 4px;
    margin: 6px;
}


/*Width for 4-wide catalog tab*/
/*div.flyoutMenu.catalog div.tab {
    background-position: 6px -1814px;
    left: 643px;
    width: 180px;
    height:42px;   
}


#MainMenu div.flyoutMenu.catalog 
{         
    width: 800px;           
    left: 180px;   
    vertical-align: top;
}

#MainMenu div.flyoutMenu.catalog .imageContainer
{
    width: 140px;
    vertical-align: top;
    height: 256px;
    padding: 4px;
    margin: 6px;
}*/

/* newsletter Section */
#newsletterContainer {
    width: 1024px;
    height: 116px;
    margin: auto;
    display: block;
    background: url('../skins/Skin_3/images/newsletterBG.png') no-repeat transparent;
    overflow: hidden;
    position: relative;
}
#newsletterSelectionContainer {
    position: absolute;
    bottom: 10px;
    left: 12px;
}
.userEmail {
    background-color: #AFA396;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #604C38;
    font-family: Verdana,Arial;
    font-weight: bold;
    height: 20px;
    padding-left: 10px;
    width: 230px;
}
.newsletterButton, .newsletterSelect {
    border: medium none;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #381608;
    font-family: Verdana,Arial;
    padding: 0;
}
.newsletterSelect {
    height: 20px;
    text-align: center;
    width: 200px;
}
.newsletterButton {
    color: #D87515;
    font-family: Verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
}
.newsletterGradient {
    background: #efefef; /* Old browsers */
}
.newsSocial { position: absolute; top: 10px; right: 5px; }
/*  logo footer */
div.logoDiv {
    border: solid #333 1px;
    border-radius: 10px;
    margin: auto;
    position: relative;
    z-index: 1000;
    background: #FFF;
}
div.outerLogoDiv { bottom: -65px; box-shadow: 0 0 20px #888888; width: 1024px; }
div.innerLogoDiv { border-bottom: 1px solid #333333; border-top: medium none; box-shadow: 0 0 20px #888888 inset; padding: 19px 36px; }
div.logoDiv ul li { text-indent: -9999px; display: block; float: left; }
div.logoDiv a.logos {
    background-image: url('../skins/Skin_3/images/logoSprite.png');
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-right: 56px;
    margin-top: -2px;
    display: inline-block;
    width: 100px;
    height: 100px;
    display: block;
}
div.logoDiv a.norton { background-position: 0px -11px; width: 124px; height: 84px; }
div.logoDiv a.trust { background-position: -150px -7px; height: 72px; width: 103px; }
div.logoDiv a.organic { background-position: -293px -5px; height: 84px; width: 83px; }
#footer a.guaranteeAnchor {
    text-decoration: none;
    color: #748357;
    font-family: Verdana, Arial;
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
#footer div.guaranteeContainer {
    margin-top: 2px;
    position: relative;
    text-align: center;
    top: 8px;
}
div.logoDiv a.crg { background-position: -576px -4px; height: 84px; width: 92px; }
div.logoDiv a.aas { background-position: -700px -5px; height: 80px; width: 94px; }
div.logoDiv a.omri {background-position: -825px -10px;height: 79px; width: 128px;}
div.logoDiv a.last { margin-right:0; }
/* Social Header */
#SocialHeader ul.chicklets li a.icon {
    background-image: url("../skins/Skin_3/images/sprite.png");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    padding: 0 0 0px 0px;
    width: 30px;
    position: relative;
}
#SocialHeader a.catalog span.catalogText {
    bottom: 14px;
    position: absolute;
    right: 9px;
}
/*top*/
#SocialHeader ul.chicklets li { display: inline-block; text-indent: -9999px; }
#SocialHeader ul.icons li a.last { padding: 0px; }
#SocialHeader ul.chicklets li a.catalog { background-position: -230px -1281px; width: 60px; }
#SocialHeader ul.chicklets li a.faceBookIcon { background-position: -6px -704px; }
#SocialHeader ul.chicklets li a.twitterIcon { background-position: -6px -742px; }
#SocialHeader ul.chicklets li a.flickrIcon { background-position: -6px -779px; }
#SocialHeader ul.chicklets li a.youTubeIcon { background-position: -6px -818px; }
/*#SocialHeader ul.chicklets li a.pinterestIcon { background-position: -6px -855px; }*/
#SocialHeader ul.chicklets li a.blogIcon { background-position: -6px -893px; }
#SocialHeader span.iconText { text-indent: -9999px; }
#PauseSlideShow {
    background: url("../img/slider/play.png") no-repeat scroll 50% 50% #666;
    border: 2px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    bottom: 20px;
    box-shadow: 4px 0 4px #CCCCCC;
    cursor: pointer;
    height: 25px;
    opacity: 0.8;
    position: absolute;
    width: 40px;
    z-index: 100;
    display: none;
    left: 50%;
}
#PauseSlideShow.pause { background: url(../img/slider/pause.png) no-repeat scroll 50% 50% #333; }
#PauseSlideShow:hover { background-color: #333; }
#slideWrapper { position: relative; }
/* The Nivo Slider styles */
#slider { height: 250px; overflow: hidden; }
.nivoSlider { position: relative; width: 100%; height: auto; overflow: hidden; }
.nivoSlider img { position: absolute; top: 0px; left: 0px; }
.nivo-main-image { display: block !important; position: relative !important; width: 100% !important; }
.nivoSlider a.nivo-imageLink { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display:none; background: url(../images/spacer.gif);}
/* The slices and boxes in the Slider */
.nivo-slice { display: block; position: absolute; z-index: 5; height: 100%; top: 0; }
.nivo-box { display: block; position: absolute; z-index: 5; overflow: hidden; }
.nivo-box img { display: block; }
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.nivo-caption p { padding: 5px; margin: 0; }
.nivo-caption a { display: inline !important; }
.nivo-html-caption { display: none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position: absolute; top: 45%; z-index: 9; cursor: pointer; }
.nivo-prevNav { left: 0px; }
.nivo-nextNav { right: 0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { text-align: center; padding: 15px 0; }
.nivo-controlNav a { cursor: pointer; }
.nivo-controlNav a.active { font-weight: bold; }
.theme-default .nivoSlider {
    position: relative;
    background: #fff url(../img/slider/loading.gif) no-repeat 50% 50%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.theme-default .nivoSlider a { border: 0; display: block;  }
.theme-default .nivo-controlNav { text-align: center; padding: 20px 0; }
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/slider/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active { background-position: 0 -22px; }
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/slider/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
.theme-default a.nivo-nextNav { background-position: -30px 0; right: 15px; }
.theme-default a.nivo-prevNav { left: 15px; }
.theme-default .nivo-caption { font-family: Helvetica, Arial, sans-serif; }
.theme-default .nivo-caption a { color: #fff; border-bottom: 1px dotted #fff; }
.theme-default .nivo-caption a:hover { color: #fff; }
.theme-default .nivo-controlNav.nivo-thumbs-enabled { width: 100%; }
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img { display: block; width: 120px; height: auto; }
.nivoSlider { position: relative; background: url(../img/slider/loading.gif) no-repeat 50% 50%; }
.nivoSlider img { position: absolute; top: 0px; left: 0px; display: none; }
.nivoSlider a { border: 0; display: block; }
/** Search Filter **/
#filterSearchProducts {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 4px 0 4px #CCCCCC;
    font-family: Arial !important;
    font-size: 12px;
    top: 115px !important;
    width: 255px;
    z-index: 10000;
}
#filterSearchProducts ul { padding:6px 0; margin:0; }
#filterSearchProducts li.seeAll { margin-top:4px; }
#filterSearchProducts li.seeAll a { text-decoration:underline; }
#filterSearchProducts ul li { list-style:none; padding:2px 10px; }
#filterSearchProducts li a:hover { text-decoration:underline; }
#filterSearchProducts a { font-size:12px; color:#0069FF; }
#filterSearchProducts a span.term { color:#333; }
#filterSearchProducts li a { text-decoration:none; }
#filterSearchProducts li.active { background:#0069FF; }
#filterSearchProducts li.active a { color:#FFF; }
#filterSearchProducts li.active a span.term { color:#FFF; font-weight:bold; }
/** Contact Page **/
div.contactForm { margin-top:40px; width:460px; }
div.contactForm div.fieldContainer { margin-bottom:8px; }
div.contactForm div.fieldContainer input.col1of2 { width:200px; margin-right:12px; }
div.contactForm div.fieldContainer input.col2of2 { width:200px; }
#ContactForm_ContactMessage { min-width:438px; min-height:120px; }
div.contactForm div.submitContainer { margin:20px 0 10px; }
div.contactForm div.submitContainer label.disclaimer { 
    width:418px; 
    padding:2px; 
    display:inline-block; 
    color:#666; 
    font-size:11px;
}
div.contactForm div.submitContainer input[type="checkbox"] { margin-top:5px; vertical-align:top; }
div.contactForm input[type="text"] { padding:4px 6px; color:#666; }
div.contactForm input[type="submit"] { min-width:100px; font-weight:bold; }
#ContactForm_RequiredFieldValidator2 {
    position:relative;
    right:40px;
    top:2px;
    float:right;
}
div.contactSnippetContainer { width:830px; overflow:visible; margin-top:65px; }
div.contactSnippetContainer img { border:0; }
div.contactSnippetContainer a { text-decoration:none; border:none; }
/** General button for global use **/
.button { 
    position: relative; 
    overflow: visible; 
    display: inline-block; 
    padding: 0.5em 1em; 
    border: 1px solid #bbb; 
    margin: 0;
    text-decoration: none; 
    text-shadow: 1px 1px 0 #fff; 
    font:11px/normal sans-serif; 
    color: #D87515; 
    white-space: nowrap; 
    cursor: pointer; 
    outline: none; 
    background-color: #F0EBE4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F2EE), to(#F0E8E3));
    background-image: -moz-linear-gradient(#F7F2EE, #F0E8E3);
    background-image: -o-linear-gradient(#F7F2EE, #F0E8E3);
    background-image: linear-gradient(#F7F2EE, #F0E8E3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius:4px;
    zoom: 1; 
}
.button:hover,
.button:focus,
.button:active {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none; 
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3); 
    color: #fff; 
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}
.button:active,
.button.active {
    border-color: #2a65a0;
    border-bottom-color: #3884CF;
    color: #fff; 
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background-image: -moz-linear-gradient(#3072b3, #599bdc);
    background-image: -o-linear-gradient(#3072b3, #599bdc);
    background-image: linear-gradient(#3072b3, #599bdc);
}
.button.alt {
    border-color: #585858;
    border-radius: 8px 8px 8px 8px;
    color: #D87515;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: none;
}
.button.alt:hover, .button.alt:active, .button.alt:focus { background:#f1ebe5; color:#db8530; }
/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner { padding:0; border:0; }
/** Checkout overrides **/
#pnlMain.checkoutMain { position:relative; left:215px; }
#pnlMain.checkoutMain .OrderNotesTable { display:none; }
#CartSummary { position:relative; left:215px; }
#CartSummary.onePageSummary { padding: 0 25px 20px 20px; }
#CartSummary.onePageSummary img { border-radius: 2px 2px 2px 2px; box-shadow: 4px 3px 5px #CCCCCC; /*max-width:88px;*/ border:1px solid #CCC; }
.checkoutMain div.welcomeCheckContainer {
    color: #333333;
    font-family: Arial;
    font-size: 13px;
    padding-left: 10px;
    text-align: left;
}
.checkoutMain #btnContinueCheckout { margin-top:18px; }
.checkoutMain #tblPaymentSelect span.checkLabel { margin-bottom:8px; }
.checkoutMain div.welcomeCheckContainer a { color:#4776BD; }
form.checkoutOne .section { border-top:1px dashed #E3E3E3; }
form.checkoutOne .section.borderBottom { border-bottom:1px dashed #E3E3E3; }
form.checkoutOne .section.paddedTop { padding-top:10px; }
form.checkoutOne #ddlChooseBillingAddr, form.checkoutOne #BillingCountry, form.checkoutOne #BillingState { width:273px !important; }
form.checkoutOne #ddlChooseShippingAddr, form.checkoutOne #ShippingState, form.checkoutOne #ShippingCountry { width:273px !important; }
#OrderNotesContainer span.checkLabel { margin:18px 0 0 4px; }
#pnlCoupon.paddedTop { padding:12px 0 8px; }
div.signInCheckout {
font-family: Arial;
margin: 25px auto 20px;
text-align: left;
width: 966px;
}
div.signInCheckout h2 { padding-left:0; text-align:center; }
div.signInCheckout label { color:#333; font-size:13px; }
div.signInCheckout p { 
    margin:20px 0; 
    padding:0;
    color:#4f5f6c;
    font-family:Verdana;
    text-align:center;
}
div.signInCheckout input[type=text] { float:right; }
div.signInCheckout .inputContainer { margin-bottom:12px; }
h1.secureTitle { margin-left:20px; }
div.existingCust, div.newCust { margin-right:12px;  }
div.guestCont { clear:both; }
div.guestCont p { padding-left:20px; color:#555; text-align:left;}
div.existingCust, div.newCust, div.guestCont {
    height: 170px;
     width: 289px; 
    border: 1px dashed #7f7f7f;
    border-radius: 2px;
    float: none;
    padding: 10px;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
}

div.existingCust h2.serif.standard, div.newCust h2.serif.standard, div.guestCont h2.serif.standard {
    text-align: center;
}

#tblBillingInfoBox tr { margin-bottom:4px; }
a.superLink {
  background: none repeat scroll 0 0 #4776BD;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 6px 10px;
  text-decoration: none;
  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
a.superLink:hover { border-color:#EEE; color:#EEE; }
#SkipReg { color:#db8530; }
div.firstCheckoutContainer { overflow:hidden; margin-top:28px; }
div.firstCheckoutContainer .inputContainer { float:right;  }
#CartForm h1.header {
    float:left;
    margin:0 0 0 5px;
    padding:0;
    font-size:32px;
    font-weight:normal;
    font-family: 'Roboto Slab';
}
#MarketingShippingMessage {
    text-align: center;
    margin-bottom: 3px;
    display: block;
}
#pnlCartSummary { clear:both; }
#RefreshShipping { margin: 12px auto 0; padding: 8px; text-align: center; width: 150px;height: 16px;}
table.cartSummaryTable table.innerTable table tr:first-child { background-color:#F7F7F7; }
table.cartSummaryTable table.innerTable table tr:first-child td { color:#666; padding:4px 0; }
table.cartSummaryTable table.innerTable table tr:first-child td:first-child  { padding-left:4px; }
table.cartSummaryTable table.innerTable p.light_green { color: #666666; margin: 8px 0 0; padding: 0; }
#pnlCartSummary { padding-bottom: 12px; }
table.cartSummaryTable a { color:#639639; }
table.cartSummaryTable tbody tr { background-color:#FFF; }
table.innerTable tbody tr td { vertical-align:middle !important; }
table.cartSummaryTable { border-bottom: 1px dashed #EEEEEE; margin-bottom: 12px; padding-bottom: 4px; }
table.cartSummaryTable hr {
    background-color: #EEEEEE;
    border-width: 0;
    color: #444444 !important;
    height: 1px !important;
    line-height: 0;
    margin: 7px 0 8px;
    page-break-after: always;
    text-align: center;
}
table.cartSummaryTable tbody tr:nth-of-type(2) hr { display:none; }
table.cartSummaryTable input.MoveToWishButton { display:block; }
table.cartSummaryTable input.CartDeleteButton, #tblWishListBox input.CartDeleteButton {
    background: url("/img/trash_16x16.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    text-indent: -9999px;
    width: 20px;
}
table.cartSummaryTable input.CartDeleteButton:hover { color:#000; border-color:#666; }
table.cartSummaryTable input[type=text] { border: 1px solid #CCCCCC; padding: 1px 2px; }
#btnCheckOutNowTop, #btnCheckOutNowBottom, .checkoutButton, .ShippingMultPageContinueCheckoutButton {

    background-color: #CA2A31;
    border: 1px solid #A03438;
    height: 32px;
    color: #fff;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    text-decoration: none;
}
.CheckoutNowButton.lower, .checkoutButton.lower, .ShippingMultPageContinueCheckoutButton { margin-bottom:16px; }
.CheckoutNowButton {
    float: right;
    margin-right: 5px;
}
.CheckoutNowButton.lower {
    margin-right: 0px;    
}

.textshadow #btnCheckOutNowTop:hover, .textshadow #btnCheckOutNowBottom:hover, .checkoutButton:hover, .ShippingMultPageContinueCheckoutButton:hover {
    text-decoration: none;
    cursor: pointer;

}
#btnCheckOutNowTop:hover, #btnCheckOutNowBottom:hover { text-decoration:underline; }
input.UpdateCartButton, #btnRequestEstimates, #btnRemoveEstimator, #ctrlEstimateAddress_GetEstimateButton, 
input.secondarySubmitButton, .ShippingMultPageUpdateButton  {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    text-shadow: 0 1px 0 #FFFFFF;
    padding:2px 8px;
}
input.UpdateCartButton:hover, #btnRequestEstimates:hover, #btnRemoveEstimator:hover, #ctrlEstimateAddress_GetEstimateButton:hover, 
input.secondarySubmitButton:hover, .ShippingMultPageUpdateButton:hover {
    text-decoration:underline;   
    border-color:#666;
}
input.secondarySubmitButton { margin-bottom:10px; }
input.secondarySubmitButton.top { margin-top:12px; }
table.cartSummaryTable table.innerTable td a img {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 5px #CCCCCC;
    vertical-align: middle;
    width: 88px;
    margin-right:12px;
}
div.cart.right h2 {
    font-size:18px;
    margin: 0 0 2px 6px;
    font-weight:normal;
    font-family:Verdana;
}
div.cart.right a {
    color:#639639;
    font-family:Verdana;
    font-size:13px;
}
div.resourceContainer {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px dotted #CCCCCC;
    margin-left: 2px;
    margin-right: 8px;
    margin-top: 28px;
    padding: 4px 0;
}
div.resourceContainer a {
    color: #639639;
    font-family: Verdana;
    font-size: 13px;
}
div.resourceContainer a.last {
    margin-left:5px;
    font-size:15px;
    display:inline-block;
    margin-bottom:10px;
}
div.cart.right div.anchorContainer { padding-left:12px; }
#CartSummary img[src='skins/Skin_1/images/orderinfo.gif'] { display:none; }
#tblSkipRegBox, #tblBillingInfoBox, #tblShippingInfoBox, #tblShippingSelectBox, #tblPaymentSelect, #tblPaymentOptions, #CartSummary table { border-color:#DDD !important; border:none !important; }
#skipRegSignin { color:#555 !important; }
div.formContainer a, #CartSummary a, #tblSkipReg a { color:#105BB8; }
div.formContainer a:hover, #CartSummary a:hover, #tblSkipReg a:hover { color:#506b00; text-decoration:underline; }
div.formContainer input[type=text] { border:1px solid #CCC; }
#tblBillingInfoBox input[type=text], #tblShippingInfo input[type=text], #txtSkipRegEmail,#txtSkipRegEmailConfirm, #paymentPanes input[type=text], 
table.fancy input[type=text], div.fancy input[type=text],div.fancy input[type=password], input.fancy {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding: 6px;
    width: 259px;
}
table.fancy select {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 1px #DDDDDD inset;
    color: #444444;
    padding: 4px 2px;
}
table.fancy.inline input[type=text] { display:inline; width:auto; }
.lightLinks a { color:#105BB8; }
table.fancy select:hover { border: 1px solid #ABBABB; }
div.fancy span { color:#444; }
div.fancy a { color:#639639; }
div.fancy a:hover { color:#5E8C36; text-decoration:underline; }
select#CardType { min-width:153px; }
#skipRegSignin { position:relative; top:4px; }
.ie9 select#CardType { min-width:147px; }
#txtSkipRegEmail.nineWidth { width: 90% !important; }
#txtSkipRegEmailConfirm { width:343px; display:inline;}
#tblBillingInfoBox input[type=text]:hover, #tblShippingInfo input[type=text]:hover, #txtSkipRegEmail:hover, #paymentPanes input[type=text]:hover, input.fancy:hover { border: 1px solid #ABBABB; }
#tblAddressListBox tr td { padding-bottom:4px; }
#paymentPanes input[type=text] { width:250px; display:inline; }
div.formContainer table b { color:#333; }
#tblBillingInfoBox input[type=text]:focus, #tblShippingInfo input[type=text]:focus { background: none repeat scroll 0 0 #FAFAFA; border-color: #B3B3B3; outline: medium none !important; }
#txtSkipRegEmail { width:360px; display:inline; }
input#btnRequestEstimates { margin-bottom:12px; }
#tblBillingInfoBox table.inner tr td, #tblShippingInfoBox table.inner tr td { padding-bottom:6px; }
#tblSkipRegBox, #tblShippingSelectBox, #tblPaymentOptions { width:850px !important; }
#pnlShippingAndTaxEstimator, .ShippingAndTaxEstimator { border:none; }
#pnlShippingAndTaxEstimator .ShippingAndTaxEstimator td.Header { background-color:#F7F7F7; }
.ShippingAndTaxEstimator td.Caption span { color:#333; }
#pnlShippingAndTaxEstimator .ShippingAndTaxEstimator td.Header span, table.ShippingAndTaxEstimateAddress td.Header span { color:#666; }
/** End Checkout overrides **/
/** Reveal Modal **/
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0,0,0,.8); z-index: 100; display: none; top: 0; left: 0; }
.reveal-modal { visibility: hidden; top: 100px; left: 50%; margin-left: -300px; width: 520px; background: #eee url(modal-gloss.png) no-repeat -200px -80px; position: absolute; z-index: 101; padding: 30px 40px 34px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); -box-shadow: 0 0 10px rgba(0,0,0,.4); }
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal { font-size: 22px; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rbga(0,0,0,.6); font-weight: bold; cursor: pointer; } 
.ie8 .reveal-modal-bg, .ie7 .reveal-modal-bg { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50333333,endColorstr=#60444444); zoom: 1; }
/** End Reveal Modal **/
/* Tabs ---------------------- */
dl.tabs { border-bottom: solid 1px #e6e6e6; display: block; height: 40px; padding: 0; margin-bottom: 20px; }
dl.tabs.contained { margin-bottom: 0; }
dl.tabs dt { color: #b3b3b3; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0 9px 0 20px; width: auto; text-transform: uppercase; }
dl.tabs dt:first-child { padding: 0 9px 0 0; }
dl.tabs dd { display: block; float: left; padding: 0; margin: 0; }
dl.tabs dd a { color: #6f6f6f; display: block; font-size: 12px; height: 40px; line-height: 40px; padding: 0px 23.8px; text-decoration:none; }
dl.tabs dd a:focus { font-weight: bold; color: #2ba6cb; }
dl.tabs dd.active { border-top: 3px solid #639639; margin-top: -2px; }
dl.tabs dd.active a { cursor: default; color: #3c3c3c; background: #fff; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-weight: bold;  }
dl.tabs dd:first-child { margin-left: 0; }
dl.tabs.vertical { height: auto; border-bottom: 1px solid #e6e6e6; }
dl.tabs.vertical dt, dl.tabs.vertical dd { float: none; height: auto; }
dl.tabs.vertical dd { border-left: 3px solid #cccccc; }
dl.tabs.vertical dd a { background: #f2f2f2; border: none; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
dl.tabs.vertical dd.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
dl.tabs.vertical dd.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
dl.tabs.vertical dd:first-child a.active { margin: 0; }
dl.tabs.pill { border-bottom: none; margin-bottom: 10px; }
dl.tabs.pill dd { margin-right: 10px; }
dl.tabs.pill dd:last-child { margin-right: 0; }
dl.tabs.pill dd a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; background: #e6e6e6; height: 26px; line-height: 26px; color: #666; }
dl.tabs.pill dd.active { border: none; margin-top: 0; }
dl.tabs.pill dd.active a { background-color: #2ba6cb; border: none; color: #fff; }
dl.tabs.pill.contained { border-bottom: solid 1px #eee; margin-bottom: 0; }
dl.tabs.two-up dt a, dl.tabs.two-up dd a, dl.tabs.three-up dt a, dl.tabs.three-up dd a, dl.tabs.four-up dt a, dl.tabs.four-up dd a, dl.tabs.five-up dt a, dl.tabs.five-up dd a { padding: 0 17px; text-align: center; overflow: hidden; }
dl.tabs.two-up dt, dl.tabs.two-up dd { width: 50%; }
dl.tabs.three-up dt, dl.tabs.three-up dd { width: 33.33%; }
dl.tabs.four-up dt, dl.tabs.four-up dd { width: 25%; }
dl.tabs.five-up dt, dl.tabs.five-up dd { width: 20%; }
ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; }
ul.tabs-content > li { display: none; }
ul.tabs-content > li.active { display: block; }
ul.tabs-content.contained { padding: 0; }
ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; }
ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; }
.no-js ul.tabs-content > li { display: block; }
@media only screen and (max-width: 767px) { 
    dl.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
    dl.tabs.mobile dt, dl.tabs.mobile dd { float: none; height: auto; }
    dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 0 0; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; }
    dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; }
    .tabs.mobile { border-bottom: solid 1px #ccc; height: auto; }
    .tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
    .tabs.mobile dd a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; }
    .tabs.mobile dd:first-child a.active { margin: 0; }
    dl.contained.mobile { margin-bottom: 0; }
    dl.contained.tabs.mobile dd a { padding: 18px 20px; }
    dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
}
/* End Tabs ---------------------- */
/** Drop Ship Modal **/
#DropShipModal, #PlugShipModal { font-family:Arial; }
#DropShipModal div.changeDisclaimer { color: #555555; font-size: 13px; margin-bottom: 10px; margin-top: 8px; }
#DropShipModal h1, #DropShipModal h2, #DropShipModal label { text-shadow:0 1px 0 #FFF; }
#DropShipModal label, #DropShipModal span, #PlugShipModal label, #PlugShipModal span { color:#444; }
#DropShipModal div.separator, #PlugShipModal div.separator { border-bottom: 1px solid #DDDDDD; margin: 12px 0; overflow: hidden; }
#DropShipModal label.drop { margin-left:20px; }
#DropShipModal div.shipDate { margin-top:12px; }
#DropShipModal div.btnContainer a, #PlugShipModal div.btnContainer a  { float:right; color:#1122CC; }
#DropShipModal input, #DropShipModal select { padding:6px 4px; }
div.dropShipContainer, div.plugShipContainer {
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 20px;
    padding: 0 8px 8px;
    text-align: left;
    overflow:hidden;
}
div.dropShipContainer h4, div.plugShipContainer h4 {
    color: #639639;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 2px;
}
div.dropShipContainer table, div.plugShipContainer table { width:100%; }
div.dropShipContainer table a, div.plugShipContainer table a { color:#639639; }
div.dropShipContainer table td, div.plugShipContainer table td { color: #444444; padding: 5px 0 5px 4px; }
div.dropShipContainer table thead td,
div.plugShipContainer table thead td {
    background-color: #F7F7F7;
    color: #666666;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
div.dropShipContainer a.saveDropShipInfo,
div.plugShipContainer a.savePlugShipInfo {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    padding: 2px 8px;
    text-shadow: 0 1px 0 #FFFFFF;
    float:right;   
    text-decoration:none;
    margin:8px 0;
    display:none;
}
/* Plug Shipping */
.ui-datepicker {
    width: 37em;
}

.ui-datepicker .ui-datepicker-title span {
    color: #FFF;
}

.ui-datepicker td.ui-state-active a, #PlugShippingWeek .ui-datepicker td.ui-state-active a.ui-state-active {
    background: #4e762d !important;
    color: #FFF;
}

.ui-datepicker td.ui-state-active.ui-datepicker-current-day a {
    background: #b0c799;
}

.ui-datepicker a.ui-state-default.ui-state-active {
    background: #b0c799;
}

.IncompatableLeadTime {
    display: none;
}

.ExistingPlugShipMsg, .ExistingPlugShipping, .PlugShipping {
    display: none;
}

.ExistingPlugShipMsg p {
    font-size: 12px;
}

#PlugShipModal label {
    font-weight: bold;
}

#PlugShipModal #PlugShippingWeek .ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
}


#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #666;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
    max-width:250px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { border-bottom:0; font-family:Arial; font-weight:normal; color:#444; }
#tooltip .miniTip { max-width:200px; }
#tooltip.contrast {
    border-color: #639639;
    box-shadow: 4px 0 4px #AAAAAA;
    opacity: 1;
    text-shadow: 0 1px 0 #FFFFFF;
}
a.qTip {
    background: url("/images/icons/icon-question_mark.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}
div.middleTip a.qTip {
    position:relative;
    top:2px;
    margin-left: 0px;
}
#DisabledDisclaimer {
    margin:4px 0;
    color:#6888C0;
    cursor:pointer;
    width:220px;
}
#tblSkipRegBox { margin-left:10px; margin-top:6px; }
#skipRegSignin { margin-left:10px; }
h2.first { margin-top:2px; }
h2.title { font-size: 32px; font-weight: normal; }
h2.noTop { margin-top:0; }
h2.title.lowBottom { margin-bottom:2px; }
label.error { color:Red; margin-left:8px; }
div.paddedSides { padding:0 20px; }
/** Checkout Form Properties **/
div.anonCheckoutForm { margin-left:20px; }
td.inputLabelContainer { padding-bottom: 4px; padding-top: 8px; }
div.shippingLabel { margin-bottom:4px; margin-left:5px; color:#444; }
p.shippingExepeditedDisc, #ShipSelectionMsg p b { font-size:11px; font-weight:normal; color:#444; }
tr.savedAddressesContainer select { width:300px; text-overflow: ellipsis; }
div.formContainer a.addEditAddress { position:relative; bottom:-2px; left:5px; }
td.inputLabelContainer.first { padding-top:0px; }
a#HyperLink1 { color:#639639; }
form.checkoutOne { padding-left:20px; }
/** Create account page **/
#pnlCreateAccount { margin-left:22px;text-align: left; }
/* Alternative Checkouts */
#AlternativeCheckouts2, #AlternativeCheckouts { display:none; }
#pnlNewAddress div.makeDefaultContainer { margin-left: 25%; margin-top: 5px; text-align: left; }
/** Sign in Page **/
#MemberLoginContainer, #ForgotPasswordContainer {
    float:left;
    border:1px dashed #CCC;
    padding:10px;
    margin-top:28px;
}
#MemberLoginContainer p, #ForgotPasswordContainer p { color:#333; }
#MemberLoginContainer {
    width:430px;
    margin-left: 7px;
    border:1px dashed #CCC;
    height:275px;
}
#ForgotPasswordContainer { width:474px; margin-left:25px; }
#ForgotPasswordContainer #btnRequestNewPassword { margin-right:5px; }
#MemberLoginContainer input[type=text], #MemberLoginContainer input[type=password],  #ForgotPasswordContainer input[type=text] { width:94%; }
#MemberLoginContainer #LoginButton { margin-right:5px; }
#ErrorPanel .onePage {
    display: block;
    margin-top: 20px;
    padding: 10px 10px 0;
}
#ErrorPanel .onePage p { color:#333; padding:0; margin-bottom:0; }
/* Check Out Steps */
span.checkLabel { font-family:Arial; font-size:18px; color:#639639; float:left; }
div.fancy span.checkLabel { color:#639639; }
span.checkLabel.indent { margin-left:5px; }
div.checkoutStepsContainer { overflow:hidden; height:48px; padding-top:2px; margin: 14px 0 18px; }
ul.checkoutSteps { border-bottom: 1px dashed #66371e; border-top: 1px dashed #66371e; margin: 12px auto 0; width: 500px; padding:0; height:23px; }
ul.checkoutSteps.withAddress { width:640px; }
ul.checkoutSteps li { float:left; list-style:none; }
ul.checkoutSteps li a { text-indent:-9999px; background-image: url("../skins/Skin_3/images/sprite.png"); display:block; height:20px; width:50px; margin-left:30px; }
ul.checkoutSteps li.cart a { background-position: -8px -1466px; width:94px; }
ul.checkoutSteps li.cart a.hover { background-position: -295px -1449px; height:30px; width:105px; margin-left:19px; }
ul.checkoutSteps li.checkout a { background-position: -8px -1497px; width:68px; }
ul.checkoutSteps li.checkout a.hover { background-position: -320px -1487px; height: 30px; margin-left: 17px; width: 81px; }
ul.checkoutSteps li.checkout.active a { background-position: -168px -1486px; height: 30px; width: 80px; }
ul.checkoutSteps li.confirm a { background-position: -8px -1527px; width:95px; }
ul.checkoutSteps li.confirm a.hover { background-position: -294px -1519px; height: 24px; margin-left: 20px; width: 105px; }
ul.checkoutSteps li.confirm.active a { background-position: -155px -1519px; height: 30px; width: 106px; margin-left: 22px; }
ul.checkoutSteps li.createAccount a { background-position: -8px -1527px; width:95px; }
ul.checkoutSteps li.createAccount a.hover { background-position: -294px -1519px; height: 24px; margin-left: 20px; width: 105px; }
ul.checkoutSteps li.createAccount.active a { background-position: -155px -1710px; height: 30px; width: 106px; margin-left: 22px; }
ul.checkoutSteps li.complete a { background-position: -8px -1556px; width:102px; }
ul.checkoutSteps li.complete a.hover { background-position: -285px -1558px; height: 24px; margin-left: 19px; width: 115px; }
ul.checkoutSteps li.complete.active a { background-position: -150px -1558px; height: 28px; margin-left: 19px; width: 115px; }
ul.checkoutSteps li.disabled { opacity:0.5; }
ul.checkoutSteps li.disabled a { cursor:default !important; }
/* Checkout Steps Expanded */
ul.checkoutSteps.expanded { width:808px; }
ul.checkoutSteps li.address a { 
    background-position: -8px -1588px; 
    width:90px; 
}
ul.checkoutSteps li.address a.hover { 
    background-position: -295px -1594px; 
    height: 30px; 
    margin-left: 15px; 
    width:105px; 
}
ul.checkoutSteps li.address.active a { 
    background-position: -155px -1594px; 
    height: 30px; 
    width: 105px; 
}
ul.checkoutSteps li.shipping a { 
    background-position: -8px -1620px; 
    width:110px; 
}
ul.checkoutSteps li.shipping a.hover { 
    background-position: -281px -1631px; 
    height: 30px; 
    margin-left: 21px; 
    width: 119px; 
}
ul.checkoutSteps li.shipping.active a { 
    background-position: -146px -1631px; 
    height: 30px; 
    width: 119px; 
}

ul.checkoutSteps li.payment a { 
    background-position: -8px -1497px; 
    width:68px; 
}
ul.checkoutSteps li.payment a.hover { 
    background-position: -320px -1487px; 
    height: 30px; 
    margin-left: 17px; 
    width: 81px; 
}
ul.checkoutSteps li.payment.active a { 
    background-position: -158px -1671px; 
    height: 30px; 
    width: 96px; 
}
/** Checkout Page full width for skin_2 **/
#tblPaymentOptions { margin-top:5px; }
div.col1.fullWidth { margin:0; }
div.col1.fullWidth .colleft { right:0; }
div.col1.fullWidth #tblSkipRegBox, div.col1.fullWidth #tblShippingSelectBox, div.col1.fullWidth #tblPaymentOptions { clear:both; }
div.col1.fullWidth #CartSummary, div.col1.fullWidth #pnlMain.checkoutMain { left:0; }
div.shippingMessage {
    color: #333333;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 12px 10px;
    text-align: left;
}
div.internationMiniumMessage {
    margin:10px 15px;
    color:Red;
    font-weight:bold;
}
div.checkoutMain + #CartSummary table.OrderNotesTable { display:none; }
#ShipPane1, #ShipPane2 {
    overflow:hidden;
   
}
#CouponEnteredLabel {
    color: #639639;
    display: block;
    font-family: Verdana;
    margin: 10px 0;
}
div.checkoutPayment form#ctl02 { padding-left:0; }
/** Simple Table Alterations **/
table.simple { border:none; }
table.simple tr td { border-left:1px solid #CCC; border-top:1px solid #CCC; border-collapse:separate; }
table.simple tr td:last-child { border-right:1px solid #CCC; }
table.simple tr:last-child td { border-bottom:1px solid #CCC; }
table.simple tr:nth-child(odd) { background:#f7f7f7; }
#pnlOrderSummary table { border:none !important; }
p.dirigoAlert span.alert, .dirigoAlert font { color:#EB8411; }
table.paddedTD tr td { padding-bottom:8px; }
table.paddedTD input { margin-left:12px; }
#pnlErrorMsg.checkoutError {
  border-bottom: 1px dashed #CCCCCC;
  font-family: Arial;
  font-size: 14px;
  margin: 12px 12px 12px 10px;
  padding-bottom: 4px;
}

/** IE7 Fixes of .. **/
.ie7 #TopInfoContainer h2 {
    display:block;
    float:left;
    overflow:hidden;
    width:120px;
}
.hasLayout {
    zoom: 1.0;
    position:relative;
}
.ie7 #tblShippingSelectBox {
    height:auto !important;
    zoom: 1.0;
} 
.ie7 td.forgotEmailContainer {
    width:150px;
}


.FilterOrder
{
    font-size: 12px;
    padding: 4px 0 4px 18px;    
    text-align: right;
}
    .FilterOrder select
    {
        border-radius: 3px;
        border-color: #CCC;
        width: 100px;      
    }


.checkoutOne div#pnlARACCOUNTPane {
    display: none;
}

#CouponError {
    font-weight: bold;
    color: red;
}





/* Weekly Specials and Cart Additions */


.cart .shippingGraphics {
    text-align: center;
}

.cart .shippingGraphics img {
    width: 180px;
}


#pnlWeeklySpecials {
    float: left;
    left: 25%;
    position: relative;    
}

#pnlWeeklySpecials h4 {
    font-family: "Roboto Slab";
    color: #555;
    font-size: 24px;
    margin: 10px 5px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}


#pnlWeeklySpecials .productResult {

   width: 23.8%;
    display: inline-block;
    padding: 5px;
    
}

#pnlWeeklySpecials .productResultInfo {
    padding: 8px;
    background: #f7f7f7;
    border: #ccc dashed 1px;
    position: relative;
    min-height: 384px;
}

#pnlWeeklySpecials .productResultInfo .productImage {
    float: none;
    width: 100% !important;
    height: 200px;
    overflow: hidden;
    margin-bottom: 3px;
}
#pnlWeeklySpecials .productResultInfo img {
    width: 100%;
}

#pnlWeeklySpecials .productResultInfo > div > .more_details_link {
    font-family: "Roboto Slab";
    text-decoration: none;
    padding-left: 0px !important;
}

#pnlWeeklySpecials .productResultInfo > p {
    margin: 0px;
}

#pnlWeeklySpecials .productResultInfo > p > .more_details_link {
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: none;
}

#pnlWeeklySpecials .productResultInfo .productControlsContainer {
    margin-top: 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

#pnlWeeklySpecials .productResultInfo .productControls {
    width: 100%;
}

#pnlWeeklySpecials .productResultInfo .productControls > div {
    min-height: 38px;    
}

#pnlWeeklySpecials .productResultInfo .productControls > div > .more_details_link {
    font-family: "Roboto Slab";
    text-decoration: none;
    font-size: 14px !important;
    margin-bottom: 2px; 
}

#pnlWeeklySpecials .productResultInfo .productControls select {
    background-color: #efefef;
    border: 1px solid #b7b7b7;
    padding: 6px 4px;
    color: #444;
    min-width: 34px;
    max-width: 98%;
    margin-bottom: 2px;
    font-size: 11px;
}

#pnlWeeklySpecials .productResultInfo .productControls input[type="text"] {
    background-color: #efefef;
    border: 1px solid #b7b7b7;
    padding: 6px 4px;
    color: #444;
    min-width: 34px;
    margin-bottom: 2px;
}



#pnlWeeklySpecials .productResultInfo .productResultDesc div {
    font-size: 11px;
    color: #333;
    height: 20px;
    display: none;
}

#pnlWeeklySpecials .productResultInfo .StockHint {
    font-size: 12px;
    color: #333;
}

#pnlWeeklySpecials .productResultInfo input.AddToWishButton {
    display: none;
}

#pnlWeeklySpecials .productResultInfo .productControls input.AddToCartButton {
    font-size: 12px;
    height: 28px;
    margin-bottom: 0px;
}


/** E-mail Optin Container */
div.optinContainer {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    padding: 0 12px 12px;
    text-align: left;
}

/** Email Pop Up Opt in Container **/
#popup_background {
    z-index: -1;
    width: 100%;
}

#InterstitialModal {
    padding: 0;
    width: 510px;
    border-radius: 10px;
    background: none;
    font-family: Verdana;
}

#InterstitialModal .content,
#InterstitialModal .success {
    background: none repeat scroll 0 0 #506B00;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    padding: 0 4px;
}

#InterstitialModal .header {
    padding: 4px 10px;
    overflow: hidden;
}

#InterstitialModal .content > img,
#InterstitialModal .success > img {
    width: 100%;
}

#InterstitialModal .content > form {
    background-color: #fff;
    padding: 12px;
    text-align: center;
}

#InterstitialModal a.closeModalButton {
    color: #FFFFFF;
    float: right;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

#InterstitialModal a.closeModalButton:hover {
    text-decoration: underline;
}

#InterstitialModal .success {
    display: none;
    text-align: center;
}

#InterstitialModal .success .i-form-panel3 {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 11px 12px;
  text-align: left;
}

#InterstitialModal .contents {
    bottom: 80px;
    color: #FFFFFF;
    font-family: Verdana;
    left: 146px;
    position: absolute;
    text-shadow: 0 1px 0 #333;
}

#InterstitialModal  div.copyLine {
    padding: 6px 10px;
    overflow: hidden;
    font-size: 10px;
    color: #A7B57F;
    text-align: right;
}

#InterstitialModal div.copyLine a {
    color: #fff;
    text-decoration: none;
}

#InterstitialModal div.copyLine a:hover {
    text-decoration: underline;
}


#InterstitialModal .contents input[type="text"] {
    padding: 4px 8px;
    border: 1px solid #444;
}

#InterstitialModal select {
    margin: 0 4px;
    width: 166px;
    padding: 3px;
    border: 1px solid #BBB;
    font-size: 14px;
}
#InterEmail {
    font-size: 14px;
    padding: 4px;
    border: 1px solid #BBB;
}

#InterEmail:focus, 
#InterstitialModal select:focus {
    border: 1px solid #666;
}

#InterstitialModal input[type="submit"],
a.successCloseButton {
    background : #ea800f;
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea800f), color-stop(100%,#f0a657));
    background : -moz-linear-gradient(top, #ea800f 0%, #f0a657 100%);
    background : -webkit-linear-gradient(top, #ea800f 0%, #f0a657 100%);
    background : -o-linear-gradient(top, #ea800f 0%, #f0a657 100%);
    background : -ms-linear-gradient(top, #ea800f 0%, #f0a657 100%);
    background : linear-gradient(top, #ea800f 0%, #f0a657 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea800f', endColorstr='#f0a657',GradientType=0 );
    border: 1px solid #EA800F;
    border-radius: 5px;
    box-shadow: 0 0 5px #000000;
    color: #FFFFFF;
    font-size: 13px;
    height: 28px;
    padding: 3px;
    width: 114px;
    text-align: center;
    cursor: pointer;
}

#InterstitialModal input[type="submit"]:hover {
    text-decoration: underline;
}

#InterstitialModal .contents h1 {
    color: #fff;
    text-shadow: 0 1px 0 #333;
}

a.successCloseButton {
    float: right;
    height: auto;
    margin: 16px 4px 2px;
    text-decoration: none;
}

/** Search Filter Reset **/
div.filterResults ul.currentFilters {
    margin-top: 6px;
}
ul.currentFilters li {
    padding: 4px 4px 4px 12px;
    font-family: Arial;
    font-size: 12px;
    text-transform: capitalize;
}
a.removeFiltersLink {
    display: block;
    padding: 4px 4px 8px 12px;
    font-family: Arial;
    font-size: 12px;
    color: #639639;
}

/*  Task #2002 - Product Name Changes 10 15 2014 JGJ
    Styles defined by ST    
*/

.nameCART {
	font-weight:bold !important;
	letter-spacing:1px;
	text-decoration:none !important;
	line-height:110% !important;
	display: block;
	
}

.extendednameCART {
	font-weight:normal !important;
	letter-spacing:1px;
	text-decoration:none !important;
	line-height:110% !important;
	display: block;
	
}


a.linkCART:link {
	text-decoration:none;
	
}
a.linkCART:hover {
	text-decoration:underline;
	
}

.nameCART1 {
	font-weight:bold !important;
	letter-spacing:1px;
	text-decoration:none !important;
	line-height:110% !important;
	display: block;
	color: #506b00 !important;
	font-size:13px;
	
}

.nameCART {
font-family: Verdana, sans-serif;
font-weight: bold !important;
letter-spacing: 1px;
text-decoration: none !important;
line-height: 110% !important;
display: block;
color: #506b00 !important;
font-size: 14px !important;
}

form#CheckoutShippingMultForm #ChangeSize {
display: none;
}

form#CheckoutShippingMultForm p.light_green {
color: #666 !important;
}

.extendednameCART {
font-family: Verdana, sans-serif;
font-weight: normal !important;
letter-spacing: 1px;
text-decoration: none !important;
line-height: 16px !important;
display: block;
color: #506b00 !important;
font-size: 12px !important;
margin-top: 3px !important;
}

.extendednameCART1 {
	font-weight:normal !important;
	letter-spacing:1px;
	text-decoration:none !important;
	line-height:110% !important;
	display: block;
	color: #506b00;
	font-size:12px;
	
}


a.linkCART1:link {
	text-decoration:none;
	color: #506b00;
	
}
a.linkCART1:hover {
	text-decoration:underline;
	color: #506b00;
}

.nameCART {
font-weight: bold !important;
letter-spacing: 1px;
text-decoration: none !important;
line-height: 110% !important;
display: block;
color: #506b00;
}

.extendednameCART {
    font-weight: normal !important;
    letter-spacing: 1px;
    /* text-decoration: none !important; */
    line-height: 110% !important;
    display: block;
    color: #506b00;
}

.dv_password_rules {
/* position: absolute; */
/* top: 0px; */
display: inline-block;
vertical-align: top;
}
.create_password {
min-height: 200px;
width: 513px;
border: 1px dashed #7f7f7f;
border-radius: 2px;
float: none;
padding: 10px;
margin-bottom: 12px;
display: inline-block;
}

.skip_and_checkout {
min-height: 200px;
width: 375px;
border: 1px dashed #7f7f7f;
border-radius: 2px;
float: none;
padding: 10px;
margin-bottom: 12px;
display: inline-block;
vertical-align: top;
margin-left: 20px;
text-align: center;
padding-top: 10px;
}

.dv_nothanks_sc {
height: 70px;
}

.password_section {
padding-top: 10px;
}

.cartSummary h1 {
font-family: Arial;
font-size: 18px;
color: #639639;
float: left;
font-weight: normal;
}

