/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
dfn[title] { cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
    text-align: center;
    font-size: 62.5%;
    font-family: Sans-Serif;
    color: #444;
    background:#00478E;
    }

html { overflow-y: scroll; }

.ie6 img { behavior: url(/css/iepngfix-v2.htc); }

/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 70px
    -- 12 column layout
    -- margin 12px

-------------------------------------------------------------- */

@-webkit-keyframes super-rainbow {
    0%   { background: #000000; }
    50%  { background: #650024; }
}

@-moz-keyframes super-rainbow {
    0%   { background: #000000; }
    50%  { background: #650024; }
}

#top         { width: 100%; margin: 0 auto; padding: 0 0 30px 0; position: relative;  background:url(/images/structure/footer-bg.gif) bottom repeat-x #ededed;
/*background:#000000;
-webkit-animation: super-rainbow 15s infinite alternate linear;
     -moz-animation: super-rainbow 15s infinite alternate linear;*/
}


#shell     { width: 972px; margin: 0 auto; position: relative; background:#ffffff; }
#page     { text-align: left; position: relative; }
#main-col { float:left; width: 644px; margin-right:12px; padding-top:12px; }
#aside { float:left; width: 140px; padding-top:12px; }

#content { float:left; width:100%; padding-bottom:20px; min-height:500px; background:url(/images/structure/content-bg.gif) repeat-y left #ffffff; margin-bottom:30px; border-bottom:1px solid #ddd; }

.ie6 #content { float:none; }

.col { float: left; width: 70px; margin: 0 12px 0 0; }

.span-1 { width: 70px; }
.span-2 { width: 152px; }
.span-3 { width: 234px; }
.span-4 { width: 316px; }
.span-5 { width: 398px; }
.span-6 { width: 480px; }
.span-7 { width: 562px; }
.span-8 { width: 644px; }
.span-9 { width: 726px; }
.span-10 { width: 808px; }
.span-11 { width: 890px; }
.span-12 { width: 972px; }

.gutter-1 { margin-right: 90px; }
.gutter-2 { margin-right: 170px; }
.gutter-3 { margin-right: 250px; }
.gutter-4 { margin-right: 330px; }

/* This should be the standard container ---------------------- */
.module,
.article-list article { padding: 10px; margin-bottom: 10px; background:#f0f0f0; position:relative; clear:both; overflow:auto; }
.article-list article  { background:transparent; padding:10px 0; }
.module,
.box { background:#f0f0f0; }
.module hr { clear:both; height:0; background:transparent; border:0;}

.module .span-1 { width:50px; }
.module .span-2 { width: 147px; }
.module .span-3 { width: 227px; }
.module .span-4 { width: 306px; }
.module .span-5 { width: 386px; }
.module .span-6 { width: 470px; }

.block { position:relative; margin-bottom: 20px; }
.share { overflow:auto; padding:10px; margin-bottom:0; float:right; text-align:right; }

/* IE Fixes ----------------------------------------------------------- */

.ie6 .module { position:static; height:1%; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

@font-face {
    font-family: 'Carto Gothic Bold';
    src: url('/fonts/carto-gothic/CartoGothicStd-Bold-webfont.eot');
    src: local('Carto Gothic Bold'),
            url('/fonts/carto-gothic/CartoGothicStd-Bold-webfont.woff') format('woff'),
            url('/fonts/carto-gothic/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
            url('/fonts/carto-gothic/CartoGothicStd-Bold-webfont.svg#webfontXG7opWym') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Carto Gothic Book';
    src: url('/fonts/carto-gothic/CartoGothicStd-Book-webfont.eot');
    src: local('Carto Gothic Book'),
            url('/fonts/carto-gothic/CartoGothicStd-Book-webfont.woff') format('woff'),
            url('/fonts/carto-gothic/CartoGothicStd-Book-webfont.ttf') format('truetype'),
            url('/fonts/carto-gothic/CartoGothicStd-Book-webfont.svg#webfontXG7opWym') format('svg');
    font-weight: normal;
    font-style: normal;
}

p { margin-bottom: 1.5em; }
p, ul, ol, blockquote, dd, dt, table, figcaption, address { font-size: 1.2em; line-height: 1.6em; }
#article-body p,
#article-body ul,
#article-body ol { font-size:1.4em; }
#article-body ul,
#article-body ol { padding:0 1em 0 2em; }

.lrg { font-size: 1.4em; }

blockquote { background: #00478E; padding: 5px 0; color:#fff; margin-bottom: 1.5em; }
blockquote p { padding:5px 10px; margin:0;  }
blockquote p,
blockquote ul,
blockquote ol { font-size:1.2em;}

/* for two levels of nested quotations */
q {quotes: '\201C' '\201D' '\2018' '\2019';}
 /* extra content definitions for pre-2011 WebKit */
q:before {content: '\201C'; content: open-quote;}
q:after {content: '\201D'; content: close-quote;}
q q:before {content: '\2018'; content: open-quote;}
q q:after {content: '\2019'; content: close-quote;}
  /* q in blockquote */
blockquote q:before {content: '\2018'; content: open-quote;}
blockquote q:after {content: '\2019'; content: close-quote;}
blockquote q q:before {content: '\201C'; content: open-quote;}
blockquote q q:after {content: '\201D'; content: close-quote;}
  /* blockquote hanging opening quote */

/* quotes for French, German (two kinds) and Japanese */
:lang(fr) > q {quotes: '\00AB\202F' '\202F\00BB' '\201C' '\201D';}
:lang(de) > q {quotes: '\201E' '\201C' '\201A' '\2018';}
:lang(de) > q {quotes: '\00AB' '\00BB' '\2039' '\203A';} /* alternative style */
:lang(ja) > q {quotes: '\300C' '\300D' '\300E' '\300F';}

address { color:#AAA; text-align:right; font-style:italic; }

small { font-size: 85%; }
strong, th, b { font-weight: bold; }
em, i { font-style: italic; }

td, td img { vertical-align: top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
  padding: 15px;

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}


.block p,
.module p { margin-bottom: 0.7em; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul, ol { margin: 0 0 1.5em 0; padding: 0 0 0 0.5em; }
ul li, ol li { margin: 0 0 0.3em 1em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

ul.reset { display:block; padding:0; margin:0; list-style:none; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    clear: none;
    line-height: 1.5em;
    color:#444444;
    }

h1 { font-size: 4.0em; margin-bottom: 12px; line-height:1.2em; /* text-shadow: -0.06em 0 red, 0.06em 0 cyan; */ }
h2 { font-size: 2.4em; margin-bottom: 12px; }
h3 { font-size: 1.8em; margin-bottom: 12px; }
h4 { font-size: 1.4em; margin-bottom: 12px; }
h5 { font-size: 1.2em; margin-bottom: 12px; }

article.hi h1,
article.hi h2,
article.hi h3,
article.hi h4 { color:#fff; }

.page h3 { color:#22AF4A }

h1 span { display: none; }

header h2 { font-size:1.8em; font-weight:normal; line-height:1.4em; }
header hgroup {  }
header hgroup h1 { margin-bottom:0.2em; }


.module h1,
.block h1,
footer h1 { font-size: 2.4em; margin-bottom: 0.5em; color:#676772; }
.module h2 { font-size: 1.8em; margin-bottom: 0.5em; color:#676772; }
.module h3 { font-size: 1.4em; margin-bottom: 0.5em; color:#676772; }
.module h4 { font-size: 1.2em; margin-bottom: 0.5em; color:#676772; }

.span-2 .module h1,
.span-2 .block h1,
.span-2 footer h1 { font-size: 1.4em; margin-bottom: 0.5em; }
.span-2 .module h2 { font-size: 1.2em; margin-bottom: 0.5em; }


.module header h2,
.block header h2 { font-size:1.4em; }

.share h1 { font-size:1.2em; margin:0; color:#999; }
.share h1:after { content: ":" }

div.error p { color: #cc0000; }

/* Links ------------------------------------------------------ */

a:hover, a:active { outline: none; }

/* Link */
a:link,
.related-media li a:link strong { color:#00529b; text-decoration:none }

/* Visited */
a:visited,
.related-media li a:visited strong { color:#00529b; text-decoration:none }

/* Hover Link */
a:link:hover,
.related-media li a:link:hover strong  { text-decoration:underline; color:#00529b; }
a:hover img { text-decoration:none; }

/* Hover Visited */
a:visited:hover,
.related-media li a:visited:hover strong { text-decoration:underline; color:#00529b; }

/* Active */
a:active,
.related-media li a:active strong { color:#00529b; }

/* Other */
.hi.hcalendar table td a:link:hover,
.hi.hcalendar table td a:hover span { color:#990033; }
.hi.hcalendar table td a:visited:hover,
.hi.hcalendar table td a:visited:hover span { color:#953253; }

/* Special */
a:link h1,
a:visited h1,
a:link:hover h1,
a:visited:hover h1 { color:inherit; }
a:link:hover h2,
a:visited:hover h2 { text-decoration:none; }
article.hi a,
article.hi a:hover { color:#fff; }
address a:link,
address a:visited { color:#AAA; }
address a:link:hover,
address a:visited:hover { color:#AAA; text-decoration:underline; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #14448D; color:#fff; text-shadow: none; }
::selection { background:#14448D; color:#fff; text-shadow: none; }
::selection:window-inactive {
  background: hsl(136,25%,65%);
}

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

table { border-collapse: collapse; width:100%; }
table th,
table td { padding: 4px 10px; border-bottom:1px solid #DDD; }
table th { font-weight: bold; color:#49a945 }
table tr:hover td { background:#EEE; }

table.clean-table tr:hover td { background: transparent;}

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */


.standard-form { margin-bottom: 1.5em; }
.standard-form dl dt { font-weight: bold; margin: 0 0 5px 0; padding: 0; }
.standard-form dl dd { margin: 0 0 12px 0; padding: 0; }

textarea { overflow: auto; }
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }



fieldset label { float:left; width:120px; margin-bottom:10px; color:#48aa43; font-size:1.2em; font-weight:bold }
fieldset input,
fieldset select { margin-bottom:10px; margin-right:0; }
fieldset em { padding:0; margin:0; color:#c00; }
fieldset em.error { display:block; margin-left:120px; }
fieldset br { clear:both; }
fieldset .check input { float:left; margin:0 10px 10px 0; }
fieldset .check label { float:left; width:auto; color:#666; font-size:1.1em; max-width:250px; }
fieldset .other label { float:none; display:block; width:auto; color:#666; font-size:1.1em; max-width:250px; }
fieldset .buttons { padding-left:120px;}
fieldset .buttons input { vertical-align: top; }

.half fieldset .buttons { padding-left:70px; }
.half fieldset em.error { display:block; margin-left:70px; }

/* buttons */

input[type=submit],
input[type=button] { background-color:#ffffff; border:0; color:#14448d; font-weight:bold; padding:2px 8px; margin:10px 0; border:1px solid #EEE;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
           -border-radius: 5px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0,0,0,0)),
        color-stop(0.40, rgba(0,0,0,0)),
        color-stop(0.50, rgba(0,0,0,0.1)),
        color-stop(1, rgba(0,0,0,0.3))
    );
    background-image: -moz-linear-gradient(
        center top,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.1) 50%,
        rgba(0,0,0,0.3) 100%
    );
}

input[type=submit]:hover,
input[type=button]:hover { background-color:#14448d; color:#fff; border:1px solid #14448d; }
input[type=submit]:active,
input[type=button]:active { background-color:#000000; color:#fff; }

#site-search { position:absolute; top:5px; right:18px; }
#site-search input { margin:0; margin-left:5px; }
#site-search input.textbox { width:180px }
/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

header { padding-top:21px; text-align:left; height:99px }
header#masthead h1 { position:absolute; top:25px; left:18px; font-size:4em; font-family:sans-serif; font-weight:normal; color:#09509a; background:url(/images/sitefiles/farmrite-logo.png) no-repeat;width:268px;height:89px; }
header#masthead h1.fv { background:url(/images/sitefiles/fvstores-logo.png) no-repeat;width:261px;height:67px; }
header#masthead h1 a { color:#09509a; display:block; height:89px; }
header#masthead h1 em { color:#999; font-size:0.75em; font-style:normal }
header#masthead h1 em a { color:#999; }
header#masthead h1 a:hover { text-decoration:none; }

article header { padding:0; border-bottom:1px dotted #DDD; height:auto; margin-bottom:12px; }
article header p { color:#999; font-style:italic; }
article header p time { font-weight:bold; margin-right:0.5em; }
article.vevent header p { font-size:1.6em; color:#504F4B; font-style:normal; margin-bottom: 12px; }
article.module header,
article.block header { padding:0 0 12px 0; }
.span-2 article.module header,
.span-2 article.block header { padding:0; margin-bottom:6px; }
article.module header h1,
article.module header h2,
article.block header h1,
article.block header h2 { margin:0; }


/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

nav { position:absolute; top:0; right:18px; height:25px; width:654px; padding-top:5px; font-size:1.1em; text-align:right; color:#52ad46; }
nav a:link, nav a:visited, nav a:visited:hover, nav a:link:hover {  color:#52ad46; text-transform:uppercase; padding-left:12px; margin-left:12px; border-left:1px solid #52ad46 }
nav span.login { background:#14448d; padding:5px; margin-left:12px; display:block; float:right; margin-top:-5px; color: #FFF; text-transform:uppercase; font-weight:bold;
    -webkit-border-radius: 0 0 5px 5px;
       -moz-border-radius: 0 0 5px 5px;
           -border-radius: 0 0 5px 5px;
}


.ie7 nav span.login,
.ie8 nav span.login { background:url(/images/structure/login-bg.gif) no-repeat left bottom; padding:0; }
.ie7 nav span.login span,
.ie8 nav span.login span { background:url(/images/structure/login-bg-end.gif) no-repeat right bottom; padding:5px; display:block; }
nav span a:link, nav span a:visited, nav span a:visited:hover, nav span a:link:hover { color:#fff; margin:0; padding:0 12px; font-weight:bold; border:0; }
nav span a:first-child,
nav span a:first-child:hover { border-right:1px solid #fff; padding-right:14px; }

#page nav { position:static; top:auto;right:auto; width:auto; padding:0 0 0 6px; text-align:left; height:32px; font-size:1.6em; background:url(/images/structure/nav-bg.png) no-repeat; }
#page nav a { float:left; padding:6px 10px; margin:0; color:#fff; text-transform:none; border:0; font-family:'Carto Gothic Book', sans-serif;
 -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
         text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#page nav a img { float:left; margin-top:2px; margin-right:5px; }


#page nav a:hover { background:url(/images/structure/menu-item-select-bg.gif) repeat-x #060; text-decoration: none; }

#mainMenu { min-height: 992px; position:static; top:auto; right:auto; width:152px; text-align:left; font-size:1.1em; height:auto; padding:12px 0 0 0; font-weight:normal;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #daecc1),
        color-stop(1, #8CC63F)
    );
    background-image: -moz-linear-gradient(
        center top,
        #daecc1 0%,
        #8CC63F 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daecc1', endColorstr='#8cc63f',GradientType=0 ); /* IE6-9 */
}
#mainMenu ul { margin:0; padding:0; list-style:none; font-size:1em; }
#mainMenu ul li { margin:0; padding:0; }

#mainMenu a { float:none; padding:5px 13px 5px 5px; display:block; margin:2px 0 2px 10px; color:#09509a; text-transform:none; font-weight:bold; background:url(/images/structure/nav-icon.png) right center no-repeat; border:0; font-family:  sans-serif; -moz-text-shadow:none; text-shadow:none; -webkit-text-shadow:none; }
#mainMenu a.selected { background-color:#fff; border-width:1px 0 0 0; border-style:solid; border-color:#92C949;
 -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
         border-radius: 3px 0 0 3px;
}
#mainMenu a:hover { background:url(/images/structure/nav-icon.png) right center no-repeat #f9fdf5; text-decoration: none;
 -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}
#mainMenu a.selected:hover { background-color:#fff; }

.ie6 #mainMenu,
.ie7 #mainMenu {
    background:#daecc1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daecc1, endColorstr=#8CC63F); }
.ie8 #mainMenu {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#daecc1, endColorstr=#8CC63F)";
}

.ie6 #mainMenu a {
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/structure/nav-icon.png,sizingMethod='scale');
}

/* --------------------------------------------------------------

    +Header Basket

-------------------------------------------------------------- */

header .basket { width:169px; float:right; margin-top:25px; margin-right:12px; color:#01478d; background: url("/images/sitefiles/basket-graphic.gif") no-repeat left center; padding-left: 80px; }
header .basket img.basket-icon { float: left; padding-right: 10px; }
header .basket p { font-size:1em; }
header .basket .items { font-size:2em; }
header .basket .total { font-size:1.1em; font-weight: bold; color:#48aa43; }
header .basket .total strong { color:#01478d; }
header .basket .yourbasket { background:url(/images/sitefiles/arrow-down.gif) no-repeat left; font-weight: bold; }
header .basket .gotocheckout { font-weight:bold; padding-left:2px; border-left:1px solid #eee; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

.feature { background-repeat: no-repeat; height: 310px; position: relative; }
.feature .feature-content { display:none; }
.feature .featured { z-index: 0; }

.feature .hit-areas .hit-area { position: absolute; display: block; z-index: 9999; cursor: pointer; background: url(/images/promotions/clothing-sale/transparent.png); }

.special-offers { background:url(/images/structure/special-offer-bg.jpg) no-repeat; height:348px; color:#fff; overflow:hidden; padding-bottom:10px; }
.special-offers h2 { font-size:1.8em; font-weight:bold; color:#fff; background:none; padding:2px 12px; margin:0; }
.special-offers ul { list-style:none; padding:0; margin:0; text-align:center; }
.special-offers ul li { float:left; width:214px; padding:10px 0 0 0; margin:0; }
.special-offers ul li .image { height:170px; display:block; max-width:200px; margin:0 auto; }
.special-offers ul li .image img { border:1px solid #678fc1; }
.special-offers ul li strong { padding:0 10px; font-weight:bold; display:block; margin-bottom:5px; }
.special-offers ul li b { color: #8ad92c !important; }
.special-offers ul ul { font-size:0.9em; padding:0 10px; text-align:center; }
.special-offers ul ul li { float:none; width:auto; padding:0; }
.special-offers ul ul li.price { background:#fff; padding:2px 4px; color:#005399; margin:0 5px 5px 5px; text-align:center; font-size:1.2em; font-weight: bold;}
.special-offers ul ul li.add,
.special-offers ul ul li.info { float:left; }
.special-offers ul ul li.add,
.special-offers ul ul li.info { display:inline }
.special-offers ul ul li.add { margin-right:0; margin-left:0; }

.best-sellers { background:url(/images/structure/best-sellers-bg.jpg) no-repeat; height:133px; color:#fff; overflow:auto; padding-bottom:10px; }
.best-sellers h2 { font-size:1.8em; font-weight:bold; color:#fff; background:none; padding:2px 12px; margin:0; }

.special-offers.index { overflow:hidden; background-repeat:repeat-y; height:auto; padding:0; }
.special-offers.index li { padding:0; height:358px; text-align:center }
.special-offers.index li li { height:auto; }
.special-offers.index h3 { font-size:1.2em; font-weight:bold; color:#fff; background:none; padding:6px 12px; margin-bottom:10px; }

/* --------------------------------------------------------------

    +Aside

-------------------------------------------------------------- */

.special-offers-direct { background:url(/images/aside/special-offers-top.gif) no-repeat top center;  margin-bottom:12px;}
.special-offers-direct form { font-size:0.8em; padding:80px 10px 0 10px; color:#fff; background:url(/images/aside/special-offers-bottom.gif) no-repeat bottom center; text-align: center; }

#aside img { margin-bottom:12px; }


/* --------------------------------------------------------------

    +Content

-------------------------------------------------------------- */


/* 404 */


#custom404 { background:url(/images/icons/256/warning.gif) no-repeat right top; overflow:auto; }

/* Common elements */


.section .head { background:url(/images/structure/green-head-bg.gif) no-repeat; margin-top:12px; overflow:auto; clear:both; }
.section .head .pager { float:right; margin:8px 12px; color:#fff; font-size:1.2em; }
.section .head .pager a { color:#fff; }
.section .head h2 { font-size:1.8em; font-weight:bold; color:#fff; background:none; padding:2px 12px; margin:0; }
.section .head h2 em { font-weight:normal; font-style: normal;}

.ie6 .section .head { background:#60a92c; }

.PgTable .pager { float:right; margin:-27px 12px 0 12px; color:#fff; font-size:1.2em; }
.PgTable .pager a { color:#fff; margin:0 5px; }


/* --------------------------------------------------------------

    +Category

-------------------------------------------------------------- */

#products-category table td,
#clothing-sale #products-category table td{ padding:8px 5px; }

.thumb { width:92px; text-align:center; }
.thumb img { border:2px solid #d7e9b7; max-height:88px; }

.description strong { font-size:1.4em; }
.description strong a { color:#49aa43 }

.more { width:150px; text-align:right; }
.more strong { color:#00529B; font-size:1.4em; }
.more span { color:#888; font-size:0.9em; }
.more img { margin-bottom:2px; }

/* --------------------------------------------------------------

    +Product

-------------------------------------------------------------- */

#product { padding-top:12px; }

.details .img { float:left; background:#d7e9b7; width:280px; padding:10px 0 0 0; text-align:center; }
.details .img p { margin:0; color:#49aa43; font-size:1.1em; font-weight:bold; }
.details .img a.enlarge { display:block; cursor: pointer; cursor: hand; text-align:right; margin:5px; }
.details .desc { float:left; width:350px; margin-left:14px; }
.details .desc h2 { color:#49aa43; font-size:2em; }

.details .price { font-weight:bold; font-size:1.6em; }
.details .was { color:#00549d; }
.details .now { color:#cf1601; }

p.code, p.units { color:#999; font-size:1.1em; margin:0; }

fieldset.add { padding:0; margin:20px 0; background:none; }
fieldset.add label { float:left; font-size:1.1em; margin:2px 10px 0 0;}
fieldset.add input.qty { width:50px; }

#related ul { list-style:none; margin:0 -4px 0 0; padding:10px 0; width:648px; }
#related ul li { float:left; width:158px; margin:0 4px 4px 0; background:#eaf4dc; padding:0 0 10px 0; height:220px; text-align:center; }
#related ul li .img { height:125px; padding:5px 0; background:#d6e8b8; margin-bottom:10px; display: table-cell; vertical-align: middle; width:158px }
#related ul li .desc { padding:5px 10px; display:block; height:50px; font-size:0.9em; line-height:normal }
#related ul li .desc a { color:#49aa43; }
#related ul li .price { color:#00549d; font-weight:bold; padding:5px 10px; display:block; }

#categories ul { list-style:none; margin:0; padding:10px 0; line-height: normal; }
#categories ul li { width:307px; margin:0 5px 5px 0; padding:5px 5px; float:left; border-bottom:1px solid #f0f0f0; }
#categories ul li:hover { background:#f0f0f0; }
#categories ul li a { background:url(/images/structure/nav-icon.png) no-repeat right center; display:block; padding-right:15px; }

#product #categories ul { clear:both;}
#product #categories ul li { width:307px; margin:0 0 5px 0; clear:both; background:none; padding:0; }

#product #categories .inner { padding: 2px 10px; }

#product .collection span { color: #888; }
.out-of-stock { background: url(/images/sitefiles/out-of-stock-icon.png) no-repeat left center; padding: 2px 0 2px 30px; }
.out-of-stock p { margin:  0; }
.out-of-stock p em { font-style: normal; }

option.no-stock { color: #666; }

/* --------------------------------------------------------------

    +Basket

-------------------------------------------------------------- */

.basket, .full-width { width:796px; }
.basket .head,
.full-width .head { background:url(/images/structure/basket-bg.gif) no-repeat; margin-top:12px; overflow:auto; }
.basket .head h2,
.full-width .head h2 { font-size:1.8em; font-weight:bold; color:#fff; background:none; padding:2px 12px; margin:0; }
.basket .head h2 em,
.full-width .head h2 em { font-weight:normal; font-style: normal; }

table.basket-list th,
table.basket-list td { border:0; }
table.basket-list td { background:#d7e9b9; padding: 10px; border-bottom:10px solid #fff; vertical-align: middle;}
table.basket-list td.desc { color:#49a945; font-size:1.2em; font-weight:bold; }
table.basket-list td.price { color:#00539b; font-size:1.2em; font-weight:bold; }

table.basket-totals { margin-left:400px; width:auto; }
table.basket-totals th,
table.basket-totals td { border:0; color:#999; }
table.basket-totals th { text-align:right; }
table.basket-totals tr.inc-vat th,
table.basket-totals tr.inc-vat td { font-size:1.4em; }
table.basket-totals tr.inc-vat td { color:#00539b; font-weight:bold; }

.section .inner { background:#e5f0d2; overflow:hidden; padding:10px 0; }
.section .inner .half { width:50%; float:left; margin:0 }
.section .inner h3 { color:#00529b; font-size:}
.section .inner h3,
.section .inner p { padding:0 4px; }
.section .inner blockquote p { padding:0 10px; }
.section .empty p { text-align:center;font-size:2em;font-weight:bold;margin:0; }

.section .inner .half fieldset label { width:70px; }
.section .inner .half fieldset .check label,
.section .inner .half fieldset .other label { width:auto; }

.section .inner.page { padding:10px; background:none; }

.basket fieldset.login,
.full-width fieldset.login { border-right:1px solid #fff; }

.basket.summary { margin-bottom:40px; }

/* Basket popup */
.basket-popup {
	width: 254px;
	background-color: #fff;
	border: 1px solid #46aa42;
	position: absolute;
	z-index: 999;
	top: 110px;
	right: 0;
	box-shadow: 1px 1px 7px #777;
	-webkit-box-shadow: 1px 1px 7px #777;
	-moz-box-shadow: 1px 1px 7px #777;
	display: none;
}

.basket-popup-header { padding: 10px 15px; border-bottom: 1px solid #46aa42; background: url(/images/checkout/header-gradient.png) repeat-x bottom center; }
.basket-popup-header h3 { font-size: 14px; margin: 0; color: #14448d; }
.basket-popup-header a.basket-popup-close {
	display: block;
	color: #46aa42;
	vertical-align: middle;
	width: 60px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
}
.basket-popup-header a.basket-popup-close img { vertical-align: middle; padding-left: 3px;  }

.basket-popup p.total-line { margin: 0; font-weight: bold; padding: 7px 0; text-align: center; }

.basket-popup-content .item { border-bottom: 1px solid #ccc; padding: 10px 15px; overflow: hidden; }
.basket-popup-content .item .image { width: 60px; display: block; float: left; text-align: right;  }
.basket-popup-content .item img { border: 2px solid #D7E9B7; margin: 0 10px 0 0; }
.basket-popup-content .item p { margin:  0; line-height: 17px; }
.basket-popup-content .item p a { color: #48aa43; }
.basket-popup-content .item p.desc { font-weight: bold; color: #46aa42; }
.basket-popup-content .item p.cost span { color: #888; }

.basket-popup-actions { padding: 0 0 10px 0; text-align: center; }
.basket-popup-actions p.edit-basket { margin: 0; }
.basket-popup-actions p.edit-basket a.edit-basket-link { margin-bottom: 5px; display: inline-block; }

/* --------------------------------------------------------------

    +Checkout

-------------------------------------------------------------- */

.checkout-step { padding: 20px; }
.checkout-step .step-title h2 { color: #14448d; }
.checkout-step .buttons .right { float: right; }
.checkout-step .checkout-help { margin-bottom: 20px; }

/* Standard form --------------------------------------------- */
.checkout-step .standard-form { background-color: #ebf9d4; padding: 20px 0; }
.checkout-step .standard-form.button-group { background-color: #fff; padding-top: 0; }
.checkout-step .standard-form dt { width: 200px; float: left; text-align: right; margin-right: 15px; }
.checkout-step .standard-form dd { width: 520px; float: left; }

.checkout-step .standard-form.button-group dt { float: right; width: 552px; text-align: left; margin-right: 0; }
.checkout-step .standard-form.button-group dd { float: left; width: 200px; text-align: right; margin-right: 15px; }

/* Steps ----------------------------------------------------- */
#checkout-steps { background:  url(/images/checkout/green-line.png) repeat-x center center; overflow:  hidden; margin-bottom: 20px; }
#checkout-steps .step { border:  1px solid #ddd; background-color: #fff; padding:  6px 10px; float: left; margin-right: 61px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
#checkout-steps .step.thanks { margin-right: 0; }
#checkout-steps .step.current { background-color: #EBF9D4; border-color: #48aa43; }
#checkout-steps .step.current p { font-weight: bold; color: #333; }
#checkout-steps .step p { margin: 0; color: #888; }
#checkout-steps .step span { color: #888; }

/* Basket ---------------------------------------------------- */
#basket-table { margin-bottom: 15px; }
#basket-table tr:hover td { background-color: transparent; }
#basket-table th, #basket-table td { padding: 10px 0; }
#basket-table th { border-bottom: 1px solid #49A945; }
	#basket-table th.desc { width: 67%; }
	#basket-table th.qty { width: 10%; }
	#basket-table th.total { width: 15%; }
	#basket-table th.actions { width: 8%; }
#basket-table span.stock-code { color: #888; font-size: 11px; }
#basket-table td.total,
#basket-table tr:hover td.total { background-color: #ebf9d4; padding-right: 15px; padding-left: 15px; }
#basket-table td.total { font-weight: bold; }
#basket-table td span.vat { font-size: 10px; }
#basket-table td span.ex-vat { font-size: 10px; display: block; color: #888; }
#basket-table td.desc { position: relative; min-height: 70px; font-weight: bold; }
#basket-table td.total-label { color: #888; padding-right: 15px; font-weight: bold; }
#basket-table tr.grand-total-row td { font-size: 16px; font-weight: bold;  }
#basket-table tr.delivery-row td,
#basket-table tr.total-row td { border: none; }
#basket-table td .image { width: 50px; float: left; text-align: right; margin-right: 10px; }
#basket-table td .image img {  border: 2px solid #D7E9B7; }

/* Account -------------------------------------------------------- */
.checkout-step#account dd span { display: block; color: #888; padding: 5px 0 0 24px; }
.checkout-step#account dd span.password-hint { padding-left: 0; }
.checkout-step#account strong.new { color: red; }

/* PAF -------------------------------------------------------- */
.checkout-step #paf-container { margin-left: 25px; }
.checkout-step #paf-container label { font-size: 11px; font-weight: bold; margin-right: 4px; }
.checkout-step #paf-container input { margin-right: 10px; }
.checkout-step #paf-container p,
.checkout-step #address-inputs p { font-size: 12px !important; }

/* Billing/Delivery ---------------------------------------------------- */
.checkout-step#billing .standard-form,
.checkout-step#delivery .standard-form { padding: 20px; }
.checkout-step#billing .standard-form.button-group,
.checkout-step#delivery .standard-form.button-group { padding: 0; }
.checkout-step#billing .standard-form p,
.checkout-step#delivery .standard-form p { margin: 0; font-size: 14px;}
.checkout-step#billing .standard-form p label,
.checkout-step#delivery .standard-form p label { margin: 1px 0 0 6px; }
.checkout-step#billing .standard-form .address-choice,
.checkout-step#delivery .standard-form .address-choice { margin-top: 20px; }

.checkout-step #billing-address-display { border: 1px dashed #9fcc55; background-color: #fff; padding:  10px; margin-left: 25px; }
.checkout-step #billing-address-display h3 { font-size: 14px; margin:  0;}
.checkout-step #billing-address-display p { font-size: 12px !important; }

.checkout-step .standard-form .standard-form#address-inputs { padding: 0; margin-left: 25px;  }
.checkout-step .standard-form .standard-form#address-inputs dd { width: 480px; }
.checkout-step .standard-form .standard-form#address-inputs dt { width: 120px; }
.checkout-step .standard-form .standard-form#address-inputs #re-search p { margin-bottom: 15px; }
.checkout-step .standard-form .standard-form#address-inputs .checkout-help { margin-bottom: 15px; }

/* --------------------------------------------------------------

    +Sitemap

-------------------------------------------------------------- */

#sitemap h3 { color:#22AF4A; border-bottom:1px solid #ccc;  }
#sitemap ul { list-style:none; margin:0; padding:0 5px; font-size:1.4em }
#sitemap ul li { font-weight:bold; margin:0 0 0.5em 0; background:url(/images/structure/nav-icon.png) no-repeat right top; width:300px; }
#sitemap ul li:hover { background-color:#f6f6f6; }
#sitemap ul li a { display:block; }
#sitemap ul ul { font-size:0.95em; padding-left:1em; margin-bottom:0.5em;}
#sitemap ul ul li { width:280px; }
#sitemap ul ul li:hover { background-color:#f0f0f0; }
#sitemap ul ul ul li { width:260px; }
#sitemap ul ul ul li:hover { background-color:#e6e6e6; }
#sitemap ul ul ul ul li { width:240px; }
#sitemap ul ul ul ul li:hover { background-color:#e0e0e0; }
#sitemap ul ul ul ul ul li { width:220px; }
#sitemap ul ul ul ul ul li:hover { background-color:#d6d6d6; }

/* --------------------------------------------------------------

    +Promotions

-------------------------------------------------------------- */

/* January Toy Sale 2012 */
#jan-toy-sale { margin-top: 12px; }
#jan-toy-sale h2 { margin: 0; font-size: 0; line-height: 0; }
#jan-toy-sale table tr { border-bottom: 1px solid #ccc; }
#jan-toy-sale table tr:hover { border-bottom: 1px solid #ccc; }
#jan-toy-sale table td { text-align: center; vertical-align: middle; padding: 15px 0; }
#jan-toy-sale table a.link { padding-left: 30px; }

/* Clothing and Boot Sale Jan 2012 */
.feature .hit-areas .hit-area { width: 267px; height: 84px;  }
.feature .hit-areas .clothing { top: 0; right: 0; }
.feature .hit-areas .wellies { top: 110px; right: 0; }
.feature .hit-areas .boots { bottom: 5px; right: 0; }

#clothing-sale { margin-top: 12px; }
#clothing-sale h2.title { margin: 0 0 15px 0; padding: 0; line-height: 0; }
#clothing-sale table td { padding: 0;}



/* --------------------------------------------------------------

    +Contact page

-------------------------------------------------------------- */

.address img { float:left; margin: 0 12px; }
.address .details { float:left; }
.address .details h3 { color:#52ad46; margin-bottom:0.2em; }
.address .details p { margin-bottom:0.4em; }


/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

footer { background:none; color:#fff; clear:both; padding:0 0 10px 0; overflow:auto;  }
#site-footer-inner { width: 972px; margin: 0 auto; position: relative; text-align:left; }
footer a:link,
footer a:visited,
footer a:link:hover,
footer a:visited:hover { color:#fff; }
footer ul { list-style:none; font-size:1.1em; padding:0; }
footer ul li { margin:0; padding:0; }
footer ul li img { float:left; margin-right:5px; }
footer p { font-size:1.1em; }
footer p#copyright { text-align:right; }

/* --------------------------------------------------------------

        +My Farmrite

-------------------------------------------------------------- */

#menu ol { list-style:none; margin:0; padding:0 10px; }
#menu li { margin:0; border-bottom:1px solid #E5F0D2; }
#menu li a { display:block; background:url(/images/structure/nav-icon.png) 5px 10px no-repeat #D4E9B7; padding:5px 30px; font-weight:bold; }

.notice { background:#900; margin:10px 10px 10px 0; padding:10px; color:#fff; }


/* --------------------------------------------------------------

        +Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.float-right { float: right; }
.float-left { float: left; }
.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }


.bold          { font-weight: bold; margin: 0; }
.quiet          { font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last         { margin-right: 0; }
.half         { width: 48.5%; margin-right: 15px; }
.left         { float: left; }
.italic     { font-style: italic; letter-spacing: 0.04em; }

.no-marg         { margin: 0; }
.no-pad         { padding: 0; }
.marg-right     { margin-right: 14px; }
.marg-left         { margin-left: 14px; }
.marg-bottom     { margin-bottom: 14px; }
.marg-top         { margin-top: 14px; }
.marg-all         { margin: 14px; }

.pad-bottom     { padding-bottom: 14px; }

/* --------------------------------------------------------------

        +Webkit Scrollbars

-------------------------------------------------------------- */


#content ::-webkit-scrollbar {
    width: 7px;
    height:7px;
}

#content ::-webkit-scrollbar-track {
    background:rgba(0,0,0,0.5);
}

#content ::-webkit-scrollbar-thumb {
    background:rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,1);
    cursor:pointer;
}
#content ::-webkit-scrollbar-thumb:hover {
    background:rgba(153,0,51,1);
}


/* COLOUR

article.hi { background:#003976; }
article.hi header { border-color:#000; }*/


/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
.menu {
z-index:10000;
font-size:90%; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
z-index:10000;
padding:0;
margin:0;
list-style-type:none;
}

/* position relative so that you can position the sub levels */
.menu li {
position:relative;
}

.menu .parent {
}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
padding:5px;
color:#297333;
border-width:0 1px 1px 0;
}

/* style the link hover */
* html .menu a:hover {color:#fff; background:#f9fdf5;}

.menu :hover > a {
background-color:#e9f6d9;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
display:none;
/*visibility:hidden;*/
position:absolute;
top:-1px;
left:150px;
width:145px;
font-size:1.1em;
}

.menu ul ul li {
background:#e9f6d9;
}

.menu ul ul li.parent {
     background:url(/images/structure/nav-icon.png) right center no-repeat #e9f6d9;
}
#mainMenu ul ul li.parent a:hover {
     background:none;
}

#mainMenu ul ul ul {
    left:145px;
}

#mainMenu ul ul ul li {
background-color:#e9f6d9;
}

#mainMenu ul ul :hover > a {
background:#ECF7E3;
}

ul .sub-menu { z-index:10000; }

#mainMenu ul ul li a {
    margin:0;
    background:none;
}

.featured
{
	position: absolute;
	display: none;
}

.featured.displayed, .featured.first
{
	display: block;
}

#cvv div { display: none; padding: 10px }
#cvv div h5 { font-size: 9pt; text-align: left;  }
#cvv div p { font-size: 8pt; text-align: left; }
#cvv:hover div { display: block; position: absolute; width: 500px; height: 300px; background: #FFF; border: 1px solid #000 }
#cvv em { text-decoration: underline; cursor: hand; color: #0000FF; }

/**
* +Locations page
*/

.company, .location, .career {
    padding-left: 20px;
    padding-right: 20px;
}

.company img, .location img, .career img {
    margin: 10px 0 10px;
}

.location-container {
    width: 33%;
    float: left;
    height: 320px;
}

.location-content {
    height: 270px;
}

.location-content p {
    text-align: center;
    color: #3A9B38;
    margin-bottom: 0;
}

.location-buttons {
    height: 50px;
    border-bottom: 2px solid #03498e;
}

.location-content .logo {
    text-align: center;
    vertical-align: bottom;
    text-align: center;
    height: 74px;
}

.location-content .logo img {
    vertical-align: bottom;
}

.location-content .address {
    height: 96px;
}

.location-content .phone {
    font-size: 12pt;
    font-weight: bold;
    margin: 1px;
    margin-top: 5px;
}

.location h3 {
    text-align: center;
    white-space: nowrap;
    color: #03498e;
    font-size: 12pt;
    font-weight: normal;
}
