/******************************************/
/*****************[ Reset ]****************/
/******************************************/

* { margin:0; padding:0; }

body { background:url(../images/body_bg.gif) #f1f1e5; color:#56523b; font:12px/1.25 georgia,"times new roman",times,serif; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#b24610; text-decoration:none; }
a:hover       { color:#6b2a0a; text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1            { color:#252420; font-size:34px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; line-height:1.2; }
h3            { margin-bottom:7px; font-size:16px; font-weight:bold; line-height:1.2; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
label           { font:12px arial, helvetica, sans-serif; color:#69614d; }

/* Table */
table         { border:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.uppercase    { text-transform:uppercase; }
.lowercase    { text-transform:lowercase; }
.pipe         { color:#eeebe3; padding:0 5px; }

.hr { background:url(../images/dotted_divider.gif) repeat-x; clear:both; margin: 10px 0 20px;}
.hr hr { visibility: hidden; }


/********************** Base Layout */

/* Layout ================================================================================= */
.wrapper { width:988px; margin:0 auto; padding:0 5px; text-align:left; }
.main { min-height:300px; background:#fff url(../images/content-top-gradient.gif) repeat-x left top; padding:5px 20px 20px; }
.sidebar{ background:#f7f7f1; width:167px; padding:15px 13px; margin-top:63px; }
.footer { background:#fff; }

.layout-col2-left .col-main { float:right; }
.layout-col2-right .col-main { float:left;}
.catalog-listing .ratings a { display:block; }
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }


/* Base Columns */
.col-left { float:left; }
.col-main { width:735px; }
.col-right { float:right; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { float:left; }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col { float:left; width:32%; margin-right:2%; }
.col3-set .col.last { float:right; width:32%; margin:0; }

.col4-set .col { float:left; width:23.5%; margin:0 .5%; }
.col4-set .col.first { margin-left:0; }
.col4-set .col.last { float:right; margin-right:0; }


/* =======================================================================================  */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:14px Arial, Helvetica, sans-serif; vertical-align:middle; color:#333; }
input.input-text,select,textarea { border:1px solid #bebaa2; background:#fff; }
input.input-text,textarea { padding:4px 2px; }
.input-text.inactive, textarea.inactive { color:#a4a195 !important; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; text-align:center; }
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/
.strikethrough { text-decoration: line-through; }

/* Buttons */
.buttons-set { clear:both; margin:5px 0 0; }
.buttons-set .button { float:left; margin-right:5px; }
.buttons-set .submit { display:none !important; }
.button { display:block; background:url(../images/buttons.gif) no-repeat; height:23px; }
.button span { display:none; }
.disabled {}
.disabled span {}
.btn-continue { width:82px; background-position:0 0;}
.btn-continue:hover { background-position:-89px 0;}
.btn-cancel { width:67px; background-position:0 -25px;}
.btn-cancel:hover { background-position:-73px -25px;}
.btn-back { width:59px; background-position:0 -50px;}
.btn-back:hover { background-position:-64px -50px;}
.btn-update-qty { width:119px; background-position:0 -75px; }
.btn-update-qty:hover { background-position:-127px -75px; }
.btn-apply { width:63px; background-position:0 -127px; }
.btn-apply:hover { background-position:-73px -127px; }
.btn-proceed-checkout { width:174px; height:41px; background-position:-0 -153px; }
.btn-proceed-checkout:hover { background-position:-182px -153px; }
.btn-continue-shopping { width:127px; margin:0 auto; background-position:0 -101px; }
.btn-continue-shopping:hover { background-position:-133px -101px; }
.btn-visit-our-store { width:159px; background-position:0 -198px; }
.btn-visit-our-store:hover { background-position:-169px -198px; }
.btn-log-in { width:82px; background-position:0 -226px; }
.btn-log-in:hover { background-position:-89px -226px; }
.btn-create-an-account { width:147px; background-position:0 -253px; }
.btn-create-an-account:hover { background-position:-152px -253px; }
.btn-submit { width:82px; background-position:0 -279px; }
.btn-submit:hover { background-position:-86px -279px; }
.btn-add-to-cart { width:155px; height:33px; background-position:0 -308px; }
.btn-add-to-cart:hover { background-position:-167px -308px; }
.btn-save-account-info { width:147px; background-position:0 -348px; }
.btn-save-account-info:hover { background-position:-152px -348px; }
.btn-save-subscriptions { width:147px; background-position:0 -374px; }
.btn-save-subscriptions:hover { background-position:-152px -374px; }
.btn-share-wishlist { width:117px; background-position:0 -400px; }
.btn-share-wishlist:hover { background-position:-123px -400px; }
.btn-update-wishlist { width:117px; background-position:0 -426px; }
.btn-update-wishlist:hover { background-position:-123px -426px; }
.btn-add-new-address { width:123px; background-position:0 -452px; }
.btn-add-new-address:hover { background-position:-127px -452px; }
.btn-back-to-my-orders { width:120px; background-position:0 -479px; }
.btn-back-to-my-orders:hover { background-position:-127px -479px; }
.btn-apply-for-your-store { width: 219px; height: 40px; background-position:0 -999px; }
.btn-apply-for-your-store:hover { background-position:-223px -999px; }
.btn-add-tags{ width: 82px; background-position:0 -557px; }
.btn-add-tags:hover { background-position:-91px -557px; }
.btn-add-to-wishlist { width:120px; background-position:0 -595px; }
.btn-add-to-wishlist:hover { background-position:-126px -595px; }
.btn-share-wishlist-alt { width:103px; background-position:0 -621px; }
.btn-share-wishlist-alt:hover { background-position:-110px -621px; }
.btn-add-all-to-cart { width:103px; background-position:0 -647px; }
.btn-add-all-to-cart:hover { background-position:-110px -647px; }
.btn-return-to-account-dashboard { width:176px; background-position:0 -674px; }
.btn-return-to-account-dashboard:hover { background-position:-182px -674px; }
.btn-place-order { width:174px; height:41px; background-position:-0 -708px; }
.btn-place-order:hover { background-position:-182px -708px; }
.btn-send-email-form { width:67px; background-position:-0 -755px; }
.btn-send-email-form:hover { background-position:-73px -755px; }
.btn-search { width:67px; background-position:0 -782px; }
.btn-search:hover { background-position:-73px -782px; }
.btn-add-recipient { width:108px; background-position:-0 -839px; }
.btn-add-recipient:hover { background-position:-114px -839px; }
.btn-send-email { width:102px; background-position:0 -810px; }
.btn-send-email:hover { background-position:-109px -810px; }
.btn-remove { width:67px; background-position:0 -866px; }
.btn-remove:hover { background-position:-72px -866px; }
.btn-visit-our-store.alt { width:158px; height:24px; background-position:0 -895px; }
.btn-visit-our-store.alt:hover { background-position:-169px -895px; }






/* Tabs */
.tabs { margin-bottom:17px; background:url(../images/tabs_bg.gif) no-repeat #dbd8c6 100% 0; padding:6px 23px 0 23px; }
.tabs li, .tabs a { float:left; }

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px;  }
.form-list select { width:256px; }
.form-list li.add-row { margin-top:10px; }
.form-list li.add-row .btn-remove { float:right; margin-top:8px; }
.form-list .range input.input-text { width:96px; }

.group-select { margin-bottom:15px; }
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

/* Quote */
.quote, .quote-beige { float:right; width:171px; margin:0 0 15px 26px; font-size:14px; font-style:italic; position: relative; z-index:300; }
.quote p { background:url(../images/product_quote_bg.png) no-repeat; margin:0 !important; padding:30px 15px 2px 15px; }
.quote p.cite { background-position:0 100%; padding:3px 15px 15px 15px; line-height:1; }
.quote p.cite cite, quote-beige p.cite cite { font-size:11px; font-weight:bold; font-style:italic; }

/* Quote Beige */
.quote-beige p { background:url(../images/product_quote_bg_beige.gif) no-repeat; margin:0 !important; padding:30px 15px 2px 15px; }
.quote-beige p.cite { background-position:0 100%; padding:3px 15px 15px 15px; line-height:1; }



/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00 !important; }
.validation-failed { border:1px solid #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#746d5a !important; font:12px georgia, times, serif !important; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#BB4105; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 15px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-repeat:no-repeat !important; background-image:url(../images/msg_bg.gif); padding:15px 19px 15px 55px !important; font:14px arial, helvetica, sans-serif !important; }
.error-msg { background-position:0 -623px; color:#bb4105; }
.success-msg { background-position:0 -311px; }
.note-msg,
.notice-msg { background-position:0 -4px; }

/* BreadCrumbs */
.breadcrumbs { margin-bottom:3px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a { background:url(../images/breadcrumbs_li_bg.gif) no-repeat 100% 50%; padding:0 12px 0 0;  }
.breadcrumbs li span { padding-left:7px; }
.breadcrumbs li.home span { padding-left:0; }
.breadcrumbs li strong { padding-left:5px; }

/* Page Heading */
.page-title { margin-bottom:15px; border-bottom:1px solid #f4f1e5; padding-bottom:5px; font-size:13px; }
.page-title h1 small { font-size:13px; }
.col2-right-layout .page-title { margin-right:-215px; }
.layout-col2-left .page-title { margin-left:-215px; }
.market-cms .layout-col2-left .page-title { margin-left:0px; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons a { font:12px arial, helvetica, sans-serif; }
a.expandable { display:block; padding-left:18px; background:url(../images/expandable_heading_bg.gif) no-repeat 0 2px; color:#56523b; cursor:pointer; }
a.expandable.closed { background-position:0 -235px; }



/* Pager */
.pager { text-align:right; }
.pager ol { float:right; margin-left:12px; }
.pager li { float:left; margin-left:5px; }
.pager li a { display:block; width:19px; height:15px; padding-top:3px;background:url(../images/pager_bg.gif) no-repeat 0 -22px; color:#fff; font:12px/1 arial, helvetica, sans-serif; text-align:center; }
.pager li a:hover { color:#fff; }
.pager li.arrow-previous a { width:10px; height:16px; margin-top:1px; padding-top:0; background-position:0 0; text-indent:-999em; }
.pager li.arrow-next a { width:10px; height:16px; margin-top:1px; padding-top:0; background-position:-15px 0; text-indent:-999em; }
.pager li.active a { background-position:0 -46px; cursor:default; }
.pager li.filler a { width:auto; height:auto; background:none; line-height:18px; color:#daaa03; }

/* Filter */
/*.radio, .checkbox, .show-options, .hide-options { background:url(../images/filter.gif) no-repeat; line-height:15px; padding-left:20px; font:12px arial, helvetica, sans-serif; color:#635333; }
.radio { float:left; margin-right:10px; background-position:-11px -379px; }
.radio.checked { float:left; margin-right:10px; background-position:-11px -311px; }
.checkbox { float:left; margin-right:10px; background-position:-11px -514px; }
.checkbox.checked { float:left; margin-right:10px; background-position:-11px -446px; }
.checkbox:hover { float:left; margin-right:10px; background-position:-11px -643px; color:#635333; }
.show-options { background-position:-10px -577px; padding-left:17px; } */

.filter { margin:-20px -20px 20px -20px; background:url(../images/filter.gif) no-repeat #f1f1e5; }
.filter.closed { background-position:0 -218px; height:23px; overflow:hidden; padding:9px 19px }
.quick-search .input-text { font:14px arial, helvetica, sans-serif; }
.filter label, .filter-alt label { font:12px arial, helvetica, sans-serif; color:#635333; }

.filter-alt { clear:both; color:#635333; font:12px arial, helvetica, sans-serif; }
.filter-alt .toggler { color:#786651; }
.quick-search .input-text { border:none; width:490px; padding:0; margin-right:6px; font:14px arial, helvetica, sans-serif; }
.layout-col1 .filter-alt { margin-bottom:13px; background:url(../images/filter_alt_1column_bg.gif) no-repeat; padding:13px; }
.layout-col1 .quick-search { float:left; background:url(../images/filter_alt_1column_input_bg.gif) no-repeat; width:567px; padding:3px 10px; }
.layout-col2-left .filter-alt { margin-bottom:13px; background:url(../images/filter_alt_2column_bg.gif) no-repeat; padding:13px; }
.layout-col2-left .quick-search { float:left; background:url(../images/filter_alt_2column_input_bg.gif) no-repeat; width:567px; padding:3px 10px; }
.layout-col2-left .filter-alt .show-options { float:right; margin-top:7px; }
.product-types-attribute .checkbox { width:100px; margin-bottom:4px; }

/* Sorter */
.sorter { margin:3px 0 5px 0; font:12px arial, helvetica, sans-serif; text-align:right; }
.sorter .count { float:left; margin:3px 0 0 3px; font:bold 15px georgia, helvetica, sans-serif; }
.sorter .view-all { font-family:georgia, 'times new roman', serif; }

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:10px; font-size:14px; white-space:nowrap; }
.data-table td { padding:10px; font:12px arial, helvetica, sans-serif !important; }
.data-table thead tr { background:url(../images/data_thead_bg.gif) repeat-x 0 100% #efeee5 !important; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.last {}
.data-table tr.odd td,
.data-table tbody.odd td { background:#fff; }
.data-table tr.even td,
.data-table tbody.even td {background-color:#f3f2e9; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f3f2e9; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold !important; background-color:#f3f2e9; }
.data-table td.value {}


/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Lists */
.disc li { padding-left:12px; background:url(../images/disc_li_bg.gif) no-repeat 2px 6px; }
.inline-links li { display:inline; border-right:1px solid #827f6c; padding:0 7px 0 5px; float:none !important; }
.inline-links li.first { padding-left:0; }
.inline-links li.last { border-right:0; padding-right:0; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }



/* ======================================================================================= */


/* Header ================================================================================ */
.header { position:relative; }
.header-row1 { height:60px; padding-top:10px; text-align:right; }
.header-row2 { height:34px; background:url(../images/header_row2_bg.gif) no-repeat; padding:9px 10px 4px 227px; }

.site-logo { position:absolute; top:37px; left:22px; width:194px; height:120px;  }
.site-logo a { display:block; height:120px; background:url(../images/logo_default.png) no-repeat; }
.site-logo-holiday a { display:block; height:120px; background:url(../images/logo_holiday.png) no-repeat; }
.site-logo-vday a { display:block; height:120px; background:url(../images/logo_vday.png) no-repeat; }
.site-logo strong { display:none; }
.site-logo-default, .site-logo-default a { height:104px; }
/*
body.category-bakery .site-logo a { background-image:url(../images/logo_bakery.png); }
body.category-cheese-dairy .site-logo a { background-image:url(../images/logo_cheese.png); }
body.category-chocolate-candy .site-logo a { background-image:url(../images/logo_chocolate.png); }
body.category-coffee-tea-drinks .site-logo a { background-image:url(../images/logo_coffee.png); }
body.category-honey-jam .site-logo a { background-image:url(../images/logo_honey.png); }
body.category-meat-seafood .site-logo a { background-image:url(../images/logo_meat.png); }
body.category-gourmet-artisan-pantry-staples .site-logo a { background-image:url(../images/logo_pantry.png); }
body.category-prepared-foods .site-logo a { background-image:url(../images/logo_prepared.png); }
body.category-produce .site-logo a { background-image:url(../images/logo_produce.png); }
body.category-sauces-condiments .site-logo a { background-image:url(../images/logo_sauces.png); }
body.category-snacks .site-logo a { background-image:url(../images/logo_snacks.png); }
body.category-spices .site-logo a { background-image:url(../images/logo_spices.png); }
body.category-food-gifts .site-logo a { background-image:url(../images/logo_gifts.png); }
*/

/*.logo-sidenote { position:absolute; top:13px; left:208px; background:url(../images/logo_sidenote_bg.gif) no-repeat; width:515px; height:39px; padding:6px 0 0 44px; text-align:left; } */
.logo-sidenote { position:absolute; top:13px; left:208px; width:500px; text-align: left; font-size: 14px; font-weight: bold; margin-top: 5px;}
.logo-sidenote p { background:url(../images/logo_sidenote_bg_expandable.gif) no-repeat 100% 100%; padding: 10px 10px 10px 0; float: left;}
.logo-sidenote p a { color:#4a452c;  padding:10px 0 10px 44px; background:url(../images/logo_sidenote_bg_expandable.gif) no-repeat; }
.logo-sidenote a:hover { color:#b24610; }



.super-links, .super-links a { color:#776f5d; line-height:10px; }
.super-links { margin-right:65px; font:10px arial, helvetica, sans-serif; }
.super-links li { display:inline; border-left:1px solid #dbd7ca; padding:0 4px 0 7px; }
.super-links li.first { padding-left:0; border-left:0; }
.super-links a:hover { color:#b24610; }
.header .form-search { float:right; width:245px; padding:2px 4px; background:url(../images/search_bg.gif) no-repeat; }
.header .form-search .input-text { float:left; margin:3px 5px 5px 0; border:0; width:198px; padding-top:2px; padding-bottom:2px; font:14px arial, helvetica, sans-serif; }
.header .form-search .btn { float:right; margin:1px 0; }


/********** < Navigation */

.site-nav { float:left; margin-top:3px; }
.site-nav li { float:left; }
.site-nav a { display:block; height:25px; background:url(../images/site_nav_111909.gif) no-repeat 0 -31px; text-indent:-999em; }
.site-nav #nav-home a { width:64px; background-position:-1px -31px; }
.site-nav #nav-home.active a, .site-nav #nav-home a:hover { background-position:-1px -1px; }
.site-nav #nav-shop a { width:50px; background-position:-449px -31px;; }
.site-nav #nav-shop.active a, .site-nav #nav-shop a:hover { background-position:-449px -1px; }
.site-nav #nav-discover a { width:107px; background-position:-128px -31px; }
.site-nav #nav-discover.active a, .site-nav #nav-discover a:hover { background-position:-128px -1px; }
.site-nav #nav-participate a { width:133px; background-position:-237px -31px; }
.site-nav #nav-participate.active a, .site-nav #nav-participate a:hover { background-position:-237px -1px; }
.site-nav #nav-blog a { width:65px; background-position:-373px -31px; }
.site-nav #nav-blog.active a, .site-nav #nav-blog a:hover { background-position:-373px -1px; }
.site-nav #nav-sell a { width:60px; background-position:-67px -31px; }
.site-nav #nav-sell.active a, .site-nav #nav-sell a:hover { background-position:-67px -1px; }
.site-nav #nav-giftguide { position: relative; bottom:4px;}
.site-nav #nav-giftguide a { height: 33px; width:122px; background-position:-719px -38px; }
.site-nav #nav-giftguide.active a, .site-nav #nav-giftguide a:hover { background-position:-719px -1px; }
.site-nav li em.arrow { display:none; }
.site-nav li.active { position:relative; }
.site-nav li.active em.arrow { position:absolute; bottom:-26px; display:block; width:26px; height:17px; background:url(../images/site_nav_active_arrow.png) no-repeat; }
.site-nav #nav-home.active em.arrow { left:21px; }
.site-nav #nav-shop.active em.arrow { left:15px; }
.site-nav #nav-discover.active em.arrow { left:41px; }
.site-nav #nav-participate.active em.arrow { left:40px; }
.site-nav #nav-blog.active em.arrow { left:23px; }
.site-nav #nav-sell.active em.arrow { left:20px; }


.store-nav-toggle-wrapper { background:url(../images/store_nav_togger_wrapper.gif) no-repeat; height:33px; padding:8px 6px 0 0; }
.store-nav-toggle { background:url(../images/store_nav_toggler.gif) no-repeat; float:right; width:102px; height:25px; text-indent:-999em; }
.store-nav-toggle.hide { background-position:0 1px; }
.store-nav-toggle.hide:hover { background-position:0 -32px; }
.store-nav-toggle.show { background-position:0 -67px; }
.store-nav-toggle.show:hover { background-position:0 -101px; }
.store-nav { width:1004px; margin:0 -8px; background:url(../images/category-nav-bg.gif) no-repeat 0 0; padding-bottom:24px; z-index:999; }
.store-nav table { width:99%; margin-left:10px;}
.store-nav tr { height:52px;  }
.store-nav tr.row.even { background-position:0 -52px;}
.store-nav td { padding:1px 9px 0 9px; }
.store-nav td h4 { margin-top:7px; }
/*.store-nav td.image { width:48px; padding:0;margin:0; vertical-align: middle; text-align: right;}
.store-nav td.cat-name { width:170px; margin-top:4px; padding-left:10px; font-size:12px; vertical-align:middle; cursor:pointer; background: none;}*/
.store-nav td .category-icon { float:left; margin:0 5px 0 0; position:relative; }
.store-nav td .height-setter { overflow:hidden; }
.store-nav tr.even td.hover { background:url(../images/store_nav_over_even.gif) no-repeat 2px 5px; }
.store-nav tr.odd td.hover { background:url(../images/store_nav_over_odd.gif) no-repeat 2px 6px; }
.store-nav tr.odd.last td.hover { background:url(../images/store_nav_over_odd.gif) no-repeat 2px 4px; }
.store-nav tr.even td.hover.last { background-position:0 5px; }
.store-nav tr.odd td.hover.last { background-position:0 6px; }
.store-nav tr.odd.last td.hover.last { background-position:0 4px; }
.store-nav, .store-nav h4 { color:#301e04; }
.store-nav h4 { font-size:15px; }
.store-nav a { color:#000; }
.store-nav a:hover { color:#b24610; text-decoration:none; }



/********** Navigation > */



/* ======================================================================================= */

.col-main li h3 { margin-bottom:0; }
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }


/* Sidebar =============================================================================== */
.sidebar .block .content { margin-bottom:1px; }
.block { margin-bottom:15px; padding:0 0 10px 0; background:url(../images/dotted_divider.gif) repeat-x 0 100%; font-size:12px; }
.block.last { margin:0; padding:0; background:none; }
.block h3 { margin-bottom:8px; font:bold 13px georgia, 'times new roman', serif !important }
.block h4 { margin:2px 0; font:bold 12px arial, helvetica, sans-serif; }
.block ol li { padding:0 0 10px 63px; }
.block ol li img { float:left; margin-left:-63px; }
.block ol li.last { padding-bottom:0; }
.block-producers li a,
.block-markets li a { color:#4a442c; }

/* Block: Gmap */
.block-gmap { font:10px arial, helvetica, sans-serif; }
.block-gmap img { display:block; margin-bottom:3px; }
.block-gmap .location { float:left; text-transform:capitalize; width: 86px;}
.block-gmap .change-location { text-align: right; }
.block-gmap .toggler { float:right; }

/* Block: Lure */
.block-lure { width:169px; margin-left:-1px; margin-right:-1px }
.block-lure blockquote { padding:13px 15px 0 13px; background:url(../images/block_lure_bg.gif) no-repeat; font-size:13px; line-height:1.3; }
.block-lure .bottom-facade { display:block; height:80px; background:url(../images/block_lure_bg.gif) no-repeat 0 100%; }

/* Block: Guru */
.block-meet-guru { width:169px; margin-left:-1px; margin-right:-1px }
.block-meet-guru blockquote { padding:13px 15px 0 13px; background:url(../images/block_guru_bg.gif) no-repeat; font-size:12px; line-height:1.3; }
.block-meet-guru .bottom-facade { display:block; height:33px; background:url(../images/block_guru_bg.gif) no-repeat 0 100%; }
.block-meet-guru .guru-avatar { float:left; margin-right:8px; }
.block-meet-guru .actions { font:10px arial, helvetica, sans-serif; }
.block-meet-guru .actions li:after { clear:none; }

/* Block: Blog */
.block-featured-post .img { margin-bottom:8px; }
.block-blog li { background:url(../images/sidebar_blog_list_bg.gif) no-repeat 0 2px; padding:0 0 3px 22px !important; }

/* Block: Account */
.block-account { margin-bottom:0; background:none; }
.block-account .block-title { margin:-15px -13px 3px -15px; padding:4px 20px; background:#9EB830; }
.block-account .block-title h2 { font-size:18px; font-weight:bold; color:#fff; line-height:34px; }
.block-account li { border-top:1px solid #e4e9ca; padding:8px 0; font:12px arial, helvetica, sans-serif; }
.block-account li.first { border-top:0; }
.block-account li.last { padding-bottom:0; }
.block-account a { color:#ad3900; }
.block-account .current { color:#ad3900; font-weight:bold; background:url(../images/account_active_arrow.gif) no-repeat 100% 50%; }

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav { margin:-15px -13px 0 -13px; background:none; }
.block-layered-nav .block-title { margin-bottom:3px; padding:4px 20px; background:#9EB830; }
.block-layered-nav .block-title h2 { font-size:18px; font-weight:bold; color:#fff; line-height:34px; }
.block-layered-nav .block-content { background:url(../images/sitewide_bg_1.gif); }
.block-layered-nav .block-content h3 { padding:4px 20px; background:url(../images/sitewide_bg_3.gif); color:#787360 !important; font:12px/1 arial,helvetica,sans-serif !important; }
.block-layered-nav dt { padding:5px 20px; font:bold 14px arial, helvetica, sans-serif; }
.block-layered-nav dd { margin-bottom:12px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding:0 20px 15px 30px; }
.block-layered-nav dd a { font-size:14px !important; text-decoration:underline; }
.block-layered-nav dd li { margin:3px 0; padding:0; line-height:1.3em; }
.block-layered-nav .currently { margin:0 20px 0 30px; }
.block-layered-nav .currently li { font-size:13px; padding-bottom:3px; padding-left:0; }
.block-layered-nav .currently li img {margin-left:-15px; }
.block-layered-nav dd .extra-trigger { font-weight:bold; font-style:italic; }
.block-layered-nav .actions { margin:0 0 5px 30px; }


/* Block: Cart */
.block-cart { float:right; width:135px; margin:0 12px 4px 0; text-align:left; }
.block-cart h3  { margin:8px 0 5px 0; }
.block-cart h3 a { display:block; height:10px; background:url(../images/text_block_cart.gif) no-repeat 0 -1px; text-indent:-999em; overflow:hidden; }
.block-cart h3 a:hover { background-position:0 -71px; }
.block-cart .link-checkout { display:block; height:10px; background:url(../images/text_block_cart.gif) 0 -35px no-repeat; text-indent:-999em; }
.block-cart .link-checkout:hover { background-position:0 -105px; }
.block-cart .count { float:right; margin-top:-14px; background:url(../images/cart_count_bg.gif) no-repeat; width:42px; padding:25px 0 16px 0; font-weight:bold; font-size:16px; line-height:1; color:#fff; text-align:center; overflow:hidden; }
.block-cart .count:hover { color:#fff; }
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Related */
.block-related li { padding:5px 0; }
.block-related input.checkbox { margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }


/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
.block-tags-list .tags-list { padding:0; }

/* Block: Checkout Progress */
.block-progress { background:none; margin:0; padding:0; }
.block-progress .block-title { margin-bottom:15px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:5px; }
.block-progress h2 { font-size:12px; font-weight:bold; }
.block-progress dt { margin-bottom:15px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:8px; color:#a4a193; font-weight:bold; font-size:13px; }
.block-progress dt.complete { margin-bottom:8px; padding:0 0 0 19px; background:url(../images/co_checkmark.gif) no-repeat; padding-left:19px; color:#4a442c; }
.block-progress dt.complete .title { float:left; }
.block-progress dt.complete a { font-size:12px; font-weight:normal; float:right; }
.block-progress dd { font-size:13px; }
.block-progress dd.complete { background:url(../images/dotted_divider.gif) repeat-x 0 100%; margin-bottom:15px; padding-bottom:10px; }
.block-progress dd.return-to-cart { background:url(../images/dotted_divider.gif) repeat-x 0 100%; margin-bottom:15px; padding-bottom:0px; height: 1px;}

/* Block: Producer Info */
.block-producer-info { border-bottom:21px solid #fff; margin:-15px -13px 13px -13px; padding:15px 13px; }
.block-producer-info .content { margin-top:6px; padding:10px; background:#fff; }
.block-producer-info h3 { margin:0; font-size:16px; text-align:center; }
.block-producer-info .location { display:block; margin-bottom:12px; text-align:center; }
.block-producer-info .producer-img { float:left; margin:0 14px 7px 0;}
.link-contact-us { clear:both; display:block; margin-top:15px; border-top:1px solid #e5e4e0; padding:5px 0 0 27px; background:url(../images/link_contact.gif) no-repeat 0 50%; height:19px; font-size:11px; line-height:1em; }
.link-back-to-store { clear:both; display:block; margin-top:0; border-top:1px solid #e5e4e0; padding:8px 0 0 38px; background:url(../images/link_back_to_store.gif) no-repeat 0 8px; height:19px; color:#49432b; font-size:13px; line-height:1em; text-transform:lowercase; }

/*Bock: Featured Producer (market) */
.block-featured-producer-market .img { margin-bottom:15px; }

/*Block: Checkout Success */
.checkout-onepage-success .next-steps { background:url(../images/dotted_divider.gif) repeat-x 0 0; margin-top: 20px; padding: 10px 0;}
.checkout-onepage-success ul.actions { list-style-image: url(../images/olive-tiny.jpg); background:url(../images/dotted_divider.gif) repeat-x 0 100%;  padding: 10px 0; }
.checkout-onepage-success ul.actions li { font-size:16px; line-height:20px;  margin-left: 20px;  padding: 0 0 10px;}


/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-top { margin-bottom:25px; }
.category-top .category-title { margin-bottom:7px; padding-bottom:5px; border-bottom:2px solid #f4f1e5;  }
.category-top .block-subcategories { margin-right:245px;  }
.category-top .block-subcategories li { float:left; width:130px; margin:2px 0; }
.category-top .block-subcategories a { display:block; font:12px arial, helvetica, sans-serif; }

/*
.category-top .block-lure { float:right; margin:-15px 0 0 0; width:235px; padding:0; background:none; }
.category-top .block-lure blockquote { height:89px; background:url(../images/block_lure_pro_list_top.gif) no-repeat; padding:13px 80px 13px 15px; }
.category-top .block-lure .bottom-facade { display:none; }
.category-top .block-lure { float:right; margin:-15px 0 0 0; width:235px; padding:0 5px; background:#fff; }
*/

.category-top .block-lure { float:right; margin:-18px 0 0 0; width:445px; padding:0; background:none; }
.category-top .block-lure blockquote { height:40px; background:url(../images/block_lure_pro_list_top-new.gif) no-repeat; padding:13px 87px 13px 15px; font-size: 12px;}
.category-top .block-lure .bottom-facade { display:none; }


body.catalog-category-view .sidebar { margin-top:0; }

/* Narrow Cell Grid */
.products-grid tr { background:url(../images/products_grid_td_white.gif) no-repeat;}
.products-grid td { width:148px; margin-right:7px; padding:16px 23px 16px 16px; background:url(../images/products_grid_td_white_bot.jpg) no-repeat 0 100% transparent; font-size:14px; text-align:center; line-height:1.15; }
.products-grid td.last { padding-right:21px; }
.products-grid td.empty { background:#fff; }
.products-grid td h3 { background:none !important; padding:0 !important; margin-bottom:2px !important; font-size:12px !important; line-height:1.2 !important; }
.products-grid td h3 a { color:#3c3933; }
.products-grid td h3 a:hover { color:#b24610; }
.products-grid td h4 { margin-bottom:4px; font-size:10px; }
.products-grid td h4 a { color:#837d6d; }
.products-grid td h4 a:hover { color:#b24610; }
.products-grid .product-img { display:block; margin-bottom:8px; }
.products-grid .product-img img { display:block; }
.products-grid .pager { margin-top:-17px; }
.products-grid .overlay-wrapper { position:relative; }
.products-grid .overlay { position:absolute; top:-13px; right:-13px; }
.layout-col1 .products-grid table { margin:0 -5px 20px -2px }
.layout-col2-left .products-grid table { margin:0 -10px 20px -2px; }

.products-grid.green { background:#f5f8ea; padding:6px 10px; }
.products-grid.green tr { background:url(../images/products_grid_td_green.gif) no-repeat; }
.products-grid.green td { background:url(../images/products_grid_td_green_bot.gif) no-repeat 0 100% ;}
.products-grid.green td.empty { background:#f5f8ea !important; }

/* Wide Cell Grid */
.products-grid-alt { background:#f5f8ea; padding:6px 10px; }
.products-grid-alt table { margin:0 -5px 20px 0; }
.products-grid-alt.green table { margin:0 -5px 5px 0; }
.products-grid-alt h3 { font-size:14px; margin:0; }
.products-grid-alt tr { background:url(../images/products_grid_alt_td_white.gif) no-repeat; }
.products-grid-alt td { background:url(../images/products_grid_alt_td_white_bot.gif) no-repeat 0 100%; line-height:1.15; }
.products-grid-alt td.last { padding-right:17px !important; }
.products-grid-alt .product-img { float:left; }
.products-grid-alt .producer-logo { float:left; margin-right:7px; }
.products-grid-alt .market-type, .products-grid-alt .location { display:block; margin-bottom:15px; }
.products-grid-alt .location { font-size:11px; }

.layout-col1 .products-grid-alt td {width:207px; padding:15px 23px 23px 238px; }
.layout-col1 .products-grid-alt .product-img { margin-left:-223px; }
.layout-col2-left .products-grid-alt td { width:206px; padding:15px 23px 23px 132px; }
.layout-col2-left .products-grid-alt .product-img { margin-left:-115px; }

.layout-col1 .products-grid-alt.green tr { background:url(../images/products_grid_alt_td_green.gif) no-repeat 0 -233px; }
.layout-col1 .products-grid-alt.green td { background:url(../images/products_grid_alt_td_green_bot2.gif) no-repeat 0 100%;}
.layout-col2-left .products-grid-alt.green tr { background:url(../images/products_grid_alt_td_green.gif) no-repeat; }
.layout-col2-left .products-grid-alt.green td { background:url(../images/products_grid_alt_td_green_bot.gif) no-repeat 0 100%; }

.block-guides td { padding-left:17px !important; padding-bottom:40px !important; width:428px !important; font-size:14px; line-height:1.3; }
.block-guides h2 { margin-bottom:8px; font-weight:bold; }
.block-guides .img { margin:10px 0 20px 0; text-align:center; }


/* View Type: List */
.products-list li.item { padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */

.link-intensedebate-count a { position:absolute; bottom:5px; right:0px; display:block; width:32px; height:13px; padding:7px 5px 8px 95px; background:url(../images/id_comments_count.gif) no-repeat; color:#c49284; font:bold 13px/1 arial, helvetica, sans-serif; overflow:hidden; text-align:center; }
.link-intensedebate-count a:hover { background-position:0 -28px; color:#b24610; }

.catalog-product-view .social-networking { width:160px; background:url(../images/share_icon_container-212.gif) no-repeat; height:18px; padding:5px 5px 5px 48px; }
.catalog-product-view div.social-networking, div.social-networking { background: none; width: 600px; padding: 5px 5px 5px 0;}
.catalog-product-view .page-title { margin-left:0 !important; position:relative; }
.catalog-product-view .page-title h1 { width:640px; }
.catalog-product-view .page-title ul { position:absolute; right:0; bottom:15px; }
.catalog-product-view .sidebar { margin:0; }
.product-essential { margin-bottom:22px; background:url(../images/sitewide_bg_1.gif); padding:13px; }
.product-essential .phototab { margin-bottom:2px; padding:0px; }
.product-essential .product-image { position:relative; margin-bottom:18px; }
.product-essential .product-image .more-views { position:absolute; top:10px; left:10px; background:#fff; }
.product-essential .product-image .more-views h3 { display:none; }
.product-essential .std { color:#000; font:14px/19px georgia, times, serif; }
.product-essential .std .intro { text-transform:uppercase; }
.product-essential .product-option-box { margin-bottom:11px; }
.product-essential .product-option-box .content { min-height:60px; padding:6px 3px 3px 15px; background:url(../images/product_option_box_bg.gif) no-repeat; color:#fff; text-align:center; vertical-align:middle; }
.product-essential .product-option-box h3 { margin:0 12px 5px 12px; padding-bottom:10px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; font-size:18px; text-align:center; }
.product-essential .product-option-box .price { font-size:22px; }
.product-essential .product-option-box .add-to-cart { padding:3px 3px 3px 15px; background:url(../images/product_option_box_bg.gif) no-repeat 100% 100%; }
.product-essential .product-option-box .selectors { margin:5px 12px 5px 12px; padding-bottom:5px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; }
.product-essential .vendor-shipping-policy { margin:10px 0 10px 13px; background:url(../images/vendor_shipping_policy_bg.gif) no-repeat 50% 0; padding-top:26px; color:#625c48; font:12px arial, helvetica, sans-serif; }
.product-essential .vendor-shipping-policy h4 { display:inline; font-size:1em; }
.product-essential .attributes-list { border:1px dotted #c7c4b9; padding:8px 13px; margin-bottom: 15px;}
.product-essential .attributes-list .input-text { width: 350px; margin: 0 0 10px;}
.product-essential .attributes-list h4 { font-size:12px; }
.product-essential .attributes-list h4 span { font-size:14px; }
.product-essential .attributes-list .content { margin:13px 0 0 18px;}
.product-essential .attributes-list .content button#letternews-submit { background-color: #9bb631; color: #fff; border: 1px solid #7e991e; padding: 3px 5px; margin: 10px 0;}
.product-essential .attributes-list .content h4 { margin-bottom:4px; }
.product-essential .attributes-list .content .std { width:490px; margin-bottom:10px; padding-bottom:12px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; color:#565853; font-size:12px; }
.product-essential .attributes-list .content .std.last { margin:0; padding:0; background:none; }
.product-essential .add-tag-box { padding-left:92px; }
.product-essential .add-tag-box h5 { float:left; margin-left:-92px; font-weight:normal; }
.product-essential .add-tag-box small { font-size:11px; }
.product-essential .add-tag-box .input-box { float:left; margin-right:5px; }
.product-essential .add-tag-box .input-text { width:260px; }
.product-essential .tags-list { padding:0; margin:-8px 0 5px 0; }
.product-essential .tags-list li { display:inline; background:url(../images/separator.gif) no-repeat 100% .4em; padding:0 8px 0 4px; }
.product-essential .tags-list li.first { padding-left:0; }
.product-essential .tags-list li.last { background:none; }



/* Product Images */
.product-view .vendor-notice { margin:0px 12px 15px 12px !important; }
.product-view .product-img-box { float:left; width:522px; }
.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}


/* Product Image Gallery */
.product-view .product-img-box {
    float: left;
}

.product-view .description {  position: relative; width: 522px; clear: left;  z-index: 10;}
.product-view .quote { position: relative; z-index: 500; }
.product-view #show-more-images { 
    display: none;
    text-align: left;
    position: absolute;
    top: 0;
    margin: 0 auto;
    padding: 2px 4px;
    font-size: 120%;
    font-style: italic;
    color: white;
}


#gallery { display: none; }

.product-view .product-image {
    float: left;
    width: 522px;
    height: 349px;
    overflow: hidden;
}
.product-image .galleria_container {
    width: 522px;
    height: 349px;
}
.product-image .galleria_container .caption {
    display: none;
}
#gallery-nav { position: absolute; top: 0; left: 0; }
#gallery-nav .arrow-link {
    display: none;
    position: absolute;
    top: 0;
    color: white;
    font-size: 48px;
    padding: 10px 0;
}
#gallery-nav .left-arrow-link {
    left: 5px;
}
#gallery-nav .right-arrow-link {
    left: 482px;
}
#gallery {
    padding: 10px 10px 0 10px;
    list-style: none;
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#gallery, .product-image .caption, #show-more-images {
    background-color: #222;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}
#gallery li {
    display:block;
    width:65px;
    height:65px;
    overflow:hidden;
    float:left;
    margin:0 10px 10px 0;
}
#gallery li a {
    display:none;
}

#gallery li div {
    position:absolute;display:none;top:0;left:180px;
}
#gallery li div img {
    cursor:pointer;
}
#gallery li.active div img,.galleria li.active div {
    display:block;
}
#gallery li img.thumb {
    width: 65px;
    height: 65px;
    cursor:pointer;top:auto;left:auto;display:block;}
* html .galleria li div span{width:400px} /* MSIE bug */
.sendfriend-product-send .main .group-select { margin-right:360px; }

/* Product Shop */
.product-view .product-shop { float:right; width:173px; }
.product-view .product-shop .btn-add-to-wishlist { margin-left:35px; margin-bottom: 20px; }
.product-view .product-name {}
.product-view .short-description {}
.product-shop .shipping-info-block p {margin: 10px 0;}
.product-shop .shipping-info-block .heading { background:url(../images/vendor_shipping_policy_bg.gif) no-repeat 0 0; padding-left: 45px;}

/* Gift Cert */
.product-type-gift-cert .product-img { float:left; width:450px; }
.product-type-gift-cert .product-img .giftcard-img { display:block; width:450px; margin-bottom:13px; }
.product-type-gift-cert .product-shop { width:450px; background:url(../images/sitewide_bg_1.gif); padding:17px; font:14px arial, helvetica, sans-serif; }
.product-type-gift-cert .product-shop .description { width:auto; }
.product-type-gift-cert .product-shop h3 { margin-bottom:15px; }
.product-type-gift-cert .product-shop p { margin-bottom:10px; }
.product-type-gift-cert .product-shop label { display:block; margin-bottom:4px; font:14px arial, helvetica, sans-serif;}
.product-type-gift-cert .product-shop select { width:200px; }
.product-type-gift-cert .product-shop .input-text,
.product-type-gift-cert .product-shop textarea { width:320px; }
.product-type-gift-cert .product-shop textarea { height:120px; }
.product-type-gift-cert .product-shop .input-box { width:328px; }
.product-type-gift-cert .product-shop small { font-size:.85em; }
.gift-cert-delivery-method { padding-right:10px; }
.product-type-gift-cert .product-option-box .content { display:none; }
.product-type-gift-cert .btn-add-to-cart { width:151px; height:30px; background-position:-2px -929px; }
.product-type-gift-cert .btn-add-to-cart:hover { background-position:-169px -929px; }


/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin-bottom:5px; color:#837D6D; font-size:11px; font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; }
.special-price .price { }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price {}

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; }

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }
.price-to {}
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {}
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }


/* Block: Tags */
.tags-list { padding:10px 20px; background:url(../images/tag_cloud_bg.gif) repeat; }
.tags-list li { display:inline; padding-right:5px; }
.category-top .tag-cloud { margin:5px 0; }
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }


/* ======================================================================================= */


/* Content Styles ================================================================= */

/* Product Tags */
body.tag-product-list .sidebar { margin-top:0; }
body.tag-product-list .page-title { display:none; }
body.tag-product-list .category-top .block-lure { width:203px; }
body.tag-product-list .category-top .block-lure blockquote { height:89px; background:url(../images/block_lure_tags_top.gif) no-repeat; padding:10px 20px 60px 23px; }
body.tag-product-list .category-top .block-lure .bottom-facade { display:none; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; padding:1px; }
.product-review .details { float:right; width:570px; }
.review-list-container { margin-top:30px; }
.review-list-container h3 a { font-size:12px; font-weight:normal; }
.review-list { width:550px; }
.review-list li { margin-bottom:16px; background:#fbf7f1; font-size:14px; padding:13px 20px; }
.review-list li .reviewer { float:left; }
.review-list li .date { float:right; color:#6a6a6a; font:11px arial, helvetica, sans-serif; }
.review-list li h4 { margin-top:5px; font-size:14px; }

/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table-container { padding:13px; background:url(../images/sitewide_bg_1.gif) #f8f6f0;  }
.cart-table tbody th,
.cart-table tbody td { vertical-align:middle; }
.cart-table tr.cart-vendor-name th { background:none; padding:0; }
.cart-table tr.cart-vendor-name .head { margin-bottom:3px; padding:12px 13px; background:#9eb830; }
.cart-table tr.cart-vendor-name h3 { color:#fff; font:normal 18px georgia, times, serif; }
.cart-table tr.cart-vendor-name .button { float:right; }
.cart-table thead { background:none; }
.cart-table tr.cart-label-header { background:url(../images/sitewide_bg_3.gif) #c7d488; }
.cart-table tr.cart-label-header th { padding:4px 17px; color:#787360; font:12px/1 arial, helvetica, sans-serif; }
.cart-table .product-image img { border:1px solid #cac8b9; }
.cart-table .product-name { color:#787360; font-size:14px; font-weight:normal; line-height:16px; }
.cart-table .product-name a { color:#787360; }
.cart-table tr.item { background:url(../images/sitewide_bg_2.gif) #f8f6f0; }
.cart-table tr.item td { background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding:13px; }
.cart-table tr.cart-vendor-footer { background:none !important; }
.cart-table tr.cart-vendor-footer td { background:none; padding-bottom:20px; }
.cart-table .item-msg { font-size:10px; }
.cart-table .buy-more { padding:8px 15px 0 30px; background:url(../images/highlight_arrow_up.gif) no-repeat; color:#ad3900; font:14px/1 georgia, times, serif; }
.cart-table .buy-more em { font-style:normal; }
.cart-table .totals { float:right; font-size:14px; text-transform:lowercase; }
.cart-table .link-remove { text-transform:lowercase; color:#ad3900; }
.checkout-cart-index .main {padding-top: 10px;}
.checkout-cart-index .layout-col2-right { margin:-20px; }
.checkout-cart-index .sidebar { width:174px; }
.checkout-cart-index .sidebar h3 { font-size:12px !important; }
.checkout-cart-index .discount { margin:-13px -13px 13px -13px; padding:13px; background:#f2f2ea; }
.checkout-cart-index .discount h3 { padding-top:8px; background:url(../images/dotted_divider.gif) repeat-x; color:#787360; }
.checkout-cart-index .discount label { color:#787360; padding:7px 0; }
.checkout-cart-index .discount p { padding-bottom:12px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; }
.checkout-cart-index .discount .button { float:right; }
.checkout-cart-index .discount .input-text { float:left; width:93px; }
.checkout-cart-index .block-totals h3 { padding-bottom:5px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; font-size:13px; }
.checkout-cart-index .block-totals table { width:100%; }
.checkout-cart-index .block-totals tfoot th,
.checkout-cart-index .block-totals tfoot td { font-size:16px; font-weight:bold; padding-top:2px; padding-bottom:2px; }
.checkout-cart-index .block-totals th,
.checkout-cart-index .block-totals td { text-align:right; }
.checkout-cart-index .block-totals th { width:70px; text-transform:lowercase; }
.checkout-cart-index .checkout-methods li { margin-bottom:5px; text-align:center; }
.checkout-cart-index .continue-shopping { margin:9px -13px -15px -13px; padding-top:10px; background:#fff; }

.checkout-onepage-index fieldset.login { border:2px solid #d4d2c4; margin: 10px 0; padding: 5px 10px; font-size: 14px; background: #f1f1e1;}
.checkout-onepage-index fieldset.login legend { display:block; padding: 3px 5px; font-weight: bold;}
.checkout-onepage-index fieldset.login a { font-weight:bold;}

.checkout-onepage-index .main { padding-top:35px; }
.opc .cart-table { margin-bottom:11px; }
.opc .cart-table thead tr { background:none !important; }
.opc .cart-table th { padding:3px 10px; font-size:12px; }
.opc .cart-table td { border:1px solid #cccabb; border-width:0 0 1px 0; padding:5px 10px; font-size:12px; background:none !important; }
.opc .cart-table td.first { border-width:0 0 1px 1px }
.opc .cart-table td.last { border-width:0 1px 1px 0; }
.opc .cart-table td.first.last { border-width:0 1px; }
.opc .cart-table tr.cart-vendor-header td { background:#6a624b; color:#fff; line-height:1; }
.opc .cart-table tr.cart-vendor-name .head { padding:5px 10px; background:#69654c; }
.opc .cart-table tr.cart-vendor-name h3 { color:#fff; font:normal 14px arial, helvetica, sans-serif; }
.opc .cart-table tr.cart-vendor-name h3 strong { font-weight:bold; font-size:16px; }
.opc .cart-table tr.cart-vendor-footer td { text-align:right; }
.opc .cart-table tr.cart-vendor-footer td.first.last { border-width:0 1px 1px 1px; }
.opc .cart-table tr.cart-vendor-footer .totals { float:none; margin:10px 0; text-transform:capitalize; }
.opc .cart-table tfoot td { border:none; background:none !important; }
 
.edit-qty { width: 30px; }
.updqty-btn { font-weight: bold;}

.checkout-onepage-success fieldset.register { padding:5px 15px; font-size: 12px; margin: 10px 0; border:2px solid #d4d2c4;}
.checkout-onepage-success fieldset.register p { margin: 5px 0; }
.checkout-onepage-success fieldset.register legend { display:block; font-weight: bold; padding: 3px 5px;}
.checkout-onepage-success fieldset.register input {margin-bottom: 10px;}
.checkout-register { display:block; background:url(../images/buttons.gif) no-repeat; height:23px; width:147px; background-position:0 -253px; margin: 5px 0;}
.checkout-register:hover { background-position:-152px -253px; }
.checkout-register span {display:none }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }


/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; background:url(../images/sitewide_bg_1.gif) #f8f6f0; padding:0 13px 13px 13px; }
.opc p { margin:8px 0; font:12px arial, helvetica, sans-serif; }
.opc .step-title { margin-bottom:2px; padding:7px 0 6px 0; background:url(../images/dotted_divider.gif) repeat-x 0 100%; text-align:right; }
.opc .step-title .number { float:left; width:40px; height:38px; margin-right:12px; background:url(../images/co_step_count.png) no-repeat 7px 0; }
.opc .step-title .number em { display:none; }
.opc .step-title h3 { float:left; color:#a4a193; font-size:14px; line-height:36px; }
.opc .allow .step-title { cursor:pointer; }
.opc .allow .step-title h3 { color:#4a442c; }
.opc .active { background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:1px; }
.opc .active .step-title { background-color:#9eb830; cursor:default; }
.opc .active .step-title h3 { color:#fff; }
.opc .step { background:url(../images/sitewide_bg_2.gif) #f1f1e1; padding:12px; position:relative; font:12px arial, helvetica, sans-serif; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .step-1 .number { background-position:9px -648px; }
.opc .step-1.allow .number { background-position:9px 0; }
.opc .step-1.active .number { background-position:9px -323px; }
.opc .step-2 .number { background-position:9px -715px; }
.opc .step-2.allow .number { background-position:9px -67px; }
.opc .step-2.active .number { background-position:9px -390px; }
.opc .step-3 .number { background-position:9px -780px; }
.opc .step-3.allow .number { background-position:9px -132px; }
.opc .step-3.active .number { background-position:9px -455px; }
.opc .step-4 .number { background-position:9px -844px; }
.opc .step-4.allow .number { background-position:9px -195px; }
.opc .step-4.active .number { background-position:9px -518px; }
.opc .step-5 .number { background-position:9px -909px; }
.opc .step-5.allow .number { background-position:9px -260px; }
.opc .step-5.active .number { background-position:9px -583px; }
.opc .step-6 .number { background-position:9px -1090px; }
.opc .step-6.allow .number { background-position:9px -974px; }
.opc .step-6.active .number { background-position:9px -1031px; }
.opc .step-1.active { padding-top:13px;}
.opc .input-text { border:1px solid #d4d2c4; } /*ece7df */
p.required { margin-bottom:13px; padding-top:12px; background:url(../images/dotted_divider.gif) repeat-x; }
#opc-payment .title { display:none; }



/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */

.sp-methods .title { display:block !important; float:left; }
.sp-methods dt { position:absolute; top:0; font-weight:bold; }
.sp-methods dt .radio { margin-top:-2px; position:relative; }
.sp-methods dd { clear:both; padding-top:10px; }
.sp-methods dt.type-1 { left:100px; }
.sp-methods dt.type-2 { left:200px; }
.sp-methods dt.type-3 { left:300px; }
.sp-methods dt.type-4 { left:400px; }
.sp-methods { position:relative; margin-bottom:10px; }
.sp-methods .price { font-weight:bold; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { background-color:#f5f5f5; }
.gift-message-form .inner-box { margin-bottom:3px; border:1px solid #cccabb; padding:15px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.customer-account-forgotpassword .form-list { margin:10px 0;}
.account-login fieldset p { margin-bottom:1em; font:12px arial, helvetica, sans-serif; }



/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.customer-account .page-title { margin:0 0 15px 0 !important; border:none; padding:0; }
.customer-account .page-title h1 { font-size:24px; }
.customer-account .sidebar { margin-top:0; }
.customer-account .col-main .title-buttons { margin-bottom:14px; padding:11px 14px; background:#dbd8c6; }
.customer-account .col-main h5,
.customer-account .col-main .col2-set p,
.customer-account .col-main .col2-set address { font:12px/18px arial, helvetica, sans-serif; }
.customer-account .col-main h5 { font-weight:bold; text-transform:uppercase; }
.customer-account .col-main h3 { margin-bottom:20px; background:url(../images/head_alt2_bg.gif) no-repeat; padding:0 12px; font-size:18px; font-weight:normal; line-height:39px; }
.customer-account .col-main .dashboard h3 { margin:0 0 10px 0; padding:0; background:none; line-height:1.25; }
.customer-account .col-main .recent-orders .title-buttons { margin-bottom:0; background:none; padding:0; }
.customer-address-index .col-main .title-buttons,
.sales-order-view .col-main .title-buttons,
.sales-order-invoice .col-main .title-buttons,
.sales-order-shipment .col-main .title-buttons  { background:none; padding:0; }
.sales-order-invoic .col-maine h3,
.sales-order-shipment .col-main h3 { margin:0 !important; background:none !important; padding:0 !important; }
.customer-account .col-main .group-select { margin-bottom:12px; padding:0 10px 12px 10px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; }
.customer-account .col-main .group-select .input-box { width:288px; }
.customer-account .col-main .group-select li { margin-bottom:15px; }
.customer-account .col-main label { margin-bottom:5px; display:block; }
.customer-account .col-main label.checkbox-label {display:inline; margin-bottom: 0px;}
.customer-account .col-main .input-text,
.customer-account .col-main textarea,
.customer-account .col-main select { background:#f7f7f1; border:1px solid #cccbc4; }
.customer-account .group-select input.input-text,
.customer-account .group-select textarea { width:538px; }
.customer-account .group-select .input-box input.input-text,
.customer-account .group-select .input-box textarea { width:250px; }
.customer-account p.required { display:none; }
.customer-account .buttons-set { background:url(../images/dotted_divider.gif) repeat-x; padding-top:13px; margin-top:20px; }
.customer-account .buttons-set.alt { background:none; padding:0; margin-top:5px }
.customer-account .data-table tfoot td { background:#dbd8c6; }
.customer-account .data-table td.first { border-left:1px solid #dbd8c6; }
.customer-account .data-table td.last { border-right:1px solid #dbd8c6; }
.customer-account .data-table tr.last td { border-bottom:1px solid #dbd8c6; }


/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin-bottom:12px; padding-bottom:10px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; }
.dashboard .welcome-msg p { margin-left:-4px; background:url(../images/dashboard_welcome_bg.gif) no-repeat; padding:15px 65px 73px 13px; font-size:13px; line-height:17px; }
.dashboard h3 { margin-bottom:13px; font-weight:normal; font-size:18px; }
.block-account-dashboard-info { margin-bottom:65px; }
.block-account-dashboard-addressbook { padding-bottom:28px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; margin-bottom: 20px; }

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }
.sales-order-history .pager { margin:5px 0; }
.sales-order-history .pager .amount { float:left; font-weight:bold;}
.sales-order-history .pager .limiter { float:right; }
.sales-order-history .pager .limiter label { display:inline; }
.order-date { background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:5px; margin-bottom:20px; }

/* Block: Tags */
.dashboard .tags .number { /*display:none*/ float:left; margin-right:-20px; }
.dashboard .tags .details { /*margin-left:20px;*/ }
.tag-customer-index .tags-list { margin:10px 0; }
.tag-customer-view .products-grid { margin-top:10px; }
.tag-customer-view .pager { margin:0; }
.tag-customer-view .pager .amount { float:left; font-weight:bold; }
.tag-customer-view .pager .limiter { display:none; }

/* Block: Wishlist */
.wishlist-index-index .data-table .product-image img { margin-bottom:5px; }


/********** Dashboard > */

/* Order View */
.order-info { margin-bottom:25px; background:url(../images/tabs_bg.gif) no-repeat #dbd8c6 100% 0; padding:7px 21px 0 21px; }
.order-info dt { display:none; font-weight:bold; }
.order-info li { float:left; margin-right:10px; line-height:27px; padding:0 8px; font:12px arial, helvetica, sans-serif; line-height:27px; font-weight:bold; }
.order-info li.current { background:url(../images/order_info_dd_bg.gif) no-repeat #fff; }
.order-info li a { color:#9e977f; }


/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Foodzie ================================================================================ */

/* Common */
.location { font-size:10px; text-transform:uppercase; }
.divider { clear:both; background:url(../images/dotted_divider.gif) repeat-x 0 100%; height:1px; line-height:1px; margin:20px 0 13px 0; }
.divider-alt { clear:both; background:url(../images/divider_alt_bg.png) repeat-x 0 100%; height:5px; line-height:1px; margin:20px 0 15px 0; }
.link-alt { color:#ac7b62 !important; }
.box.green { background:#f5f8ea; padding:10px; }
.social-networking li { float:left; width:17px; height:18px; margin-left:5px; }
.social-networking a { display:block; height:18px; background:url(../images/icon_social_network.gif) no-repeat; text-indent:-999em; }
.social-networking .facebook a,
.social-networking a.facebook { background-position:0 0; }
.social-networking .twitter a,
.social-networking a.twitter { background-position:0 -31px; }
.social-networking .stumbleupon a,
.social-networking a.stumbleupon { background-position:0 -62px; }
.social-networking .tell-a-friend a,
.social-networking a.tell-a-friend { background-position:0 -93px; }
.social-networking .rss a,
.social-networking a.rss { background-position:0 -147px; }
.social-networking .flickr a,
.social-networking a.flickr { background-position:0 -123px; }


/* Home Page */
.cms-home .main { padding-top: 20px; }
.cms-index-defaultindex .main h3,
.cms-index-defaultindex .products-grid h3 { display:block; font-size:18px; margin-bottom:8px; }
.foodzie-store-spotlight { position:relative; width:988px; height:313px; margin:-20px -20px 17px -20px; background:url(../images/store_spotlight_bg.jpg) no-repeat; overflow:hidden; }
.foodzie-store-spotlight-noheight { position:relative; width:988px; top: -20px; left: -20px; margin:0 0 -20px 0; overflow:hidden; }
.foodzie-store-spotlight .content-bg { position:absolute; top:22px; left:19px; width:350px; height:269px; background:url(../images/store_spotlight_content.png) no-repeat;  }
.foodzie-store-spotlight .content { position:absolute; top:38px; left:42px; width:307px; }
.foodzie-store-spotlight .toggler { position:absolute; right:-2px; top:0; width:154px; height:313px; background:#fff; z-index: 1; }
.foodzie-store-spotlight .toggler .arrow-up,
.foodzie-store-spotlight .toggler .arrow-down { display:block; background:url(../images/store_spotlight_toggler_arrows.gif) no-repeat; text-indent:-999em; }
.foodzie-store-spotlight .toggler .arrow-up { height:23px; }
.foodzie-store-spotlight .toggler .arrow-down { height:24px; background-position:0 -23px; }
.foodzie-store-spotlight .toggler .arrow-up:hover { background-position:0 -47px; }
.foodzie-store-spotlight .toggler .arrow-down:hover { background-position:0 -70px; }
.foodzie-store-spotlight .toggler li a { display:block; height:29px; background:url(../images/store_spotlight_toggler_li_bg.gif) no-repeat; padding:0 10px; color:#6f645a; font-size:14px; text-align:center; line-height:29px; overflow:hidden; }
.foodzie-store-spotlight .toggler li a:hover { color:#b24610; }
.foodzie-store-spotlight .toggler li.active a { height:130px; padding:10px 10px 10px 27px; margin-left:-17px;  cursor:default; background: url(../images/store_spotlight_toggler_li_active_bg.png) no-repeat; }
.foodzie-store-spotlight { background:none; }
.foodzie-store-spotlight .toggler ol { height:267px; overflow-y: hidden; padding-left: 17px; margin-left: -17px;}
.foodzie-store-spotlight .toggler .active .toggler-vendor-name { display:none; }
.foodzie-store-spotlight .toggler .toggler-vendor-image { display:none;  }
.foodzie-store-spotlight .toggler .toggler-vendor-image img { width:120px; }
.foodzie-store-spotlight .toggler .active .toggler-vendor-image { display:block; }
.foodzie-store-spotlight h2 { margin-bottom:18px; height:16px; background:url(../images/store_spotlight_title.gif) no-repeat; text-indent:-999em; }
.foodzie-store-spotlight h3 { margin-bottom:3px; font-size:22px !important; line-height:26px; }
.foodzie-store-spotlight h3 a { color:#514838; }
.foodzie-store-spotlight h3 a:hover { color:#b24610; }
.foodzie-store-spotlight .icon { position:absolute; top:-33px; left:243px; }
.foodzie-store-spotlight p { margin:15px 0 25px 0; font-size:15px; }
.cms-index-index .products-grid { float:left; }
.block-sell-with-us { float:right; width:158px; height:202px; margin-top:30px; background:url(../images/share_with_us_bg.gif) no-repeat; padding:16px; font-size:14px;  }
.block-sell-with-us p { margin-bottom:10px; line-height:15px; }
.block-sell-with-us .deal-exp { text-align: center; font-size: 12px; }
.cms-home .col3-set { font-size:14px; line-height:17px; }
.cms-home .col3-set .col { width:304px; margin-right:18px; }
.cms-home .col3-set .col.last { margin:0; }
.cms-home .col3-set p { margin-bottom:12px; }
.cms-home .block-gmap #sidebar-map { margin-bottom:12px; }
.cms-home .block-gmap .location { float:left; text-transform:capitalize; }

.dotted-highlight { background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding: 0 0 20px; margin-top: 20px;}
ul.news { position: relative; background:url(../images/dotted_divider.gif) repeat-x; padding: 20px 0 0; }
ul.news li { float: left; padding: 0 27px; }
.cms-home .footer {padding-top: 5px;}

#bestselling-cow { background: url(../images/best-selling-cow.jpg) left top no-repeat; padding-left: 190px; }

/* Shop Landing */
.featured-product-wrapper { margin-bottom:20px; padding:13px; background:url(../images/sitewide_bg_1.gif) #f8f6f0;}
.featured-product { padding:12px; background:#fff; }
.featured-product .product-img { float:left; margin-right:16px; }
.featured-product .head { margin-bottom:12px; font-size:15px; }
.featured-product .head img { float:left; margin-right:10px; }
.featured-product h2 { font-size:24px; font-weight:bold; }
.featured-product .description { font-size:14px; line-height:19px; margin-bottom:15px; }
.member-comment img { float:left; margin-right:10px; }
.member-comment .member-name { font-size:14px; }
.block-recent-articles ol { margin-top:1px; }
.block-recent-articles li { background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding:10px 0 15px 0; }
.block-recent-articles li p { font:12px/1.4 arial, helvetica, sans-serif; }
.block-producer-interview ol { margin-top:10px; background:url(../images/dotted_divider.gif) repeat-x; }
.block-producer-interview li { background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding:20px 0 20px 65px; min-height: 30px; }
.block-producer-interview li img { float:left; margin:-10px 0 -10px -65px; }
.overlay-img { position:relative; height:263px; }
.overlay-img .overlay-bg { position:absolute; bottom:0; left:0; width:348px; height:52px; background:#000; z-index:9; filter:alpha(opacity=70);-moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.overlay-img .overlay { position:absolute; bottom:0; left:0; width:332px; z-index:99; padding:8px; }
.overlay-img .overlay,
.overlay-img .overlay a { color:#fff; }
.overlay-img .overlay h3 { margin:0; }
.overlay-img .overlay img { float:left; margin:-8px 5px -7px -7px; }
.cms-shop .sidebar, .cms-buy .sidebar {  }

/* Category List by Tag */
body.tag-product-list .category-top .category-title-wrapper { float:left; width:735px; }
body.tag-product-list .block-tags-list { margin-top:3px; padding:0; background:none; }
body.tag-product-list .block-tags-list .tags-list { padding:10px 17px; }
body.tag-product-list .block-tags-list .block-title { display:none; }

/* Discover Landing page */
.page-discover .product-img { width:210px; }
.page-discover .product-img img { float:left; width:100px; height:100px; margin:0 10px 10px 0; }
.block-discover-map { margin:20px 0; }
.block-discover-map .map-container { height:394px; background:url(../images/discover_landing_map_bg.gif) no-repeat; padding:10px; }
.block-discover-map #map { height:384px; }
.block-discover-map h3 a { font-size:12px; font-weight:normal; }
.page-discover .products-grid .product-img { width:auto; }
.page-discover .products-grid .product-img img { float:none; width:auto; height:auto; margin:0; }


/* Discover Guides */
.page-guides .page-title { margin-left:0 !important; position:relative; }
.page-guides .page-title h1 { float:left; width:520px; }
.page-guides .page-title ul { position:absolute; right:0; bottom:15px; }
.page-guides .sidebar { margin-top:0; }
.page-guides .main p { margin-bottom:24px; }
.page-guides .col-main-article { float:left; width:520px; }
.page-guides .col-main-article p { font-size:16px; line-height:20px; }
.page-guides .col-main-article p.intro { font-size:20px; line-height:25px; }
.page-guides .col-main-article p.caption{ font-size:12px; line-height:15px; }
.page-guides .col-mentioned-products { float:right; width:175px; padding-left:18px; border-left:1px solid #e1e1e0; }
.page-guides ul.did-you-know { list-style-image: url(../images/olive-tiny.jpg); }
.page-guides ul.did-you-know li { font-size:16px; line-height:20px; margin-bottom:24px; margin-left: 20px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding: 0 0 20px;}

.page-guides table.if-you-like { background: url(../images/fork-and-spoon-bg.gif); font-size:16px; line-height:20px; padding: 10px; margin: 20px 0; }
.page-guides table.if-you-like td { background: #fff; padding: 10px; border-bottom: 1px solid #ccc; vertical-align: middle;}
.page-guides table.if-you-like td.like {}
.page-guides table.if-you-like thead td {font-weight: bold; text-transform: uppercase; background: #9cb06a; color: #fff; font-size: 18px;}

.block .content ul.airy { padding: 0px; background: #f7f7f1; margin-top: 10px; }
.block .content ul.airy li {background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding: 10px 0;  }
.block .content ul.airy li.last { background-image: none; }

ul.nested-nav { padding: 0px; background: #f7f7f1; margin: 10px 0 35px 0; }
ul.nested-nav li { padding: 30px 0 0;}
ul.nested-nav li h2 {background:url(../images/dotted_divider.gif) repeat-x 0 100%; font-size: 14px; font-weight: bold; padding: 0 0px 10px; }
ul.nested-nav li.first {padding-top: 0px; }
ul.nested-nav li.current {font-weight: bold; }
ul.nested-nav li ul {}
ul.nested-nav li ul li {background: none; font-weight: normal; font-size: 12px; padding: 5px 0;}

.guide-intro { background: #fff url(../images/gift-food-group.jpg) no-repeat left top; padding-left: 200px; font-size: 14px; height: 130px;}
.vday .guide-intro { background: #fff url(../images/vday-cherubs-rob-nik.gif) no-repeat left top; padding:0; font-size: 14px; height: 130px;}
.vday .guide-intro .vday-intro { width: 520px; padding: 0 105px; }
.guide-intro-chow { background: #fff url(../images/chow+foodzie.gif) no-repeat left top; padding-left: 200px; padding-top: 10px; font-size: 14px; height: 98px; }
.guide-section-title {font-size: 24px; font-weight:normal; margin: 10px 0;}
.guide-section-title-img { margin: 5px 0px; }
.guide-section-title-img img { border:none; }
.guide-section-description { font-size: 14px; margin: 10px; }
.guide-section-bg { background: transparent url(../images/sitewide_bg_1.gif); padding: 10px 0; margin-bottom: 50px;}
.vday .guide-section-bg { background: transparent url(../images/sitewide_bg_vdaypink.gif); padding: 10px 0; margin-bottom: 50px;}
.guide-section { background: #fff; margin: 0 10px;}
.guide-section table { border: none; }
.guide-section tr { background: url(../images/dotted_divider.gif) repeat-x 0 100%; }
.guide-section td { padding: 10px 5px; }
.guide-section td.img { width: 175px;}
.guide-section td.img img { border: 1px solid #ccc; padding: 5px;}
.guide-section td.info { width: 265px; }
.guide-section td.info .gift-info, .guide-section td.description .gift-description { position:relative; height: 150px;}
.guide-section td.info h4 { font-size: 20px; margin: 0 0 5px;}
.guide-section td.info h5 { font-size: 12px; font-weight: normal; text-transform: uppercase;}
.guide-section td.info h5 a { color: #56523b; }
.guide-section td.info h6 {font-weight: normal; }
.guide-section td.info .price { position: absolute; bottom: 5px; font-size: 24px; font-weight: bold; color: #56523b;}
.guide-section td.description { padding: 10px 10px 10px 5px; font-size: 13px;}
.guide-section td.description .gift-description { background:url(../images/dotted_divider-h.gif) repeat-y left top; padding-left: 20px; }
.guide-section td.description .cta { position: absolute; bottom: 5px; }
.guide-section td p.more-gifts { background: url(/media/catalog/category/gift.png) no-repeat left top; padding: 12px 0 10px 50px; font-size: 16px; margin: 0;}


/* Producer Map */
.ustorelocator-wrapper { background:url(../images/onecolumn_ustorelocator_bg.gif) no-repeat;}
.ustorelocator-wrapper .filter-alt { background:none; margin-bottom:0; }
.ustorelocator-wrapper .filter-alt .quick-search { width:auto; float:none; }
.ustorelocator-wrapper #storelocator-container { width:940px; overflow:hidden; }
.ustorelocator-wrapper td.gmap-producer-list { width:225px; background:url(../images/map_sidebar.png) no-repeat; padding:6px 0; }
.ustorelocator-wrapper td.gmap-main { padding:3px 0;}
.ustorelocator-wrapper #sidebar { position:relative; width:197px; height:687px; padding:14px; overflow: auto; }
.ustorelocator-wrapper #sidebar li { padding:9px 14px 13px 25px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; cursor:pointer; }
.ustorelocator-wrapper #sidebar .locator-pin { float:left; position:relative; margin-left:-26px; }
.ustorelocator-wrapper #sidebar h3 { margin:0; color:#ad3900; }
.ustorelocator-wrapper #sidebar .distance { margin-top:10px; }
.ustorelocator-wrapper #sidebar .location { font-size:9px; }
.ustorelocator-wrapper #sidebar .producer-logo { float:left; width:48px; margin-right:8px; }
.ustorelocator-wrapper #sidebar a { display:block; cursor:pointer; }
.ustorelocator-wrapper #map { overflow: hidden; width:718px; height:721px; margin:0 10px 0 0; }
.ustorelocator-wrapper #map .location-overlay { margin:10px; }
.ustorelocator-wrapper #map .location-overlay .head { padding-left:110px; }
.ustorelocator-wrapper #map .location-overlay .head h2 { font-weight:bold; }
.ustorelocator-wrapper #map .location-overlay .head .producer-logo { float:left; margin-left:-110px; width:100px; height:100px; position:relative; }
.ustorelocator-wrapper #map .location-overlay .head .link-contact-us { clear:none; border:0; margin:2px 0; font-weight:bold; }
.ustorelocator-wrapper #map .location-overlay .head .product-image { float:left; margin-right:4px; }
.ustorelocator-wrapper #map .description { clear:both; margin:10px 0; font-size:14px; line-height:1.35; }
.ustorelocator-wrapper #map .description .avatar { float:left; width:40px; margin:0 5px 5px 0; }
.ustorelocator-wrapper #map .buttons-set .button { float:right; }

/* Producers List */
.cms-producers .products-grid-alt .producer-img { float:left; width:100px; height:100px; margin-left:-223px; }
.cms-producers .products-grid-alt .product-img { float:left; width:100px; height:100px; margin-left:-123px; }

/* Producer Microsite */
.vendor-notice { margin:-5px 0 15px 0; padding-left:165px; color:#7e270c; font-size:14px; font-weight:bold; line-height:1.2; }
.vendor-notice .icon-vendor-closure { float:left; margin:-16px 0 0 -155px; }
.producer-info { margin-bottom:15px; background:url(../images/sitewide_bg_1.gif) #f8f6f0; padding:18px 25px; }
.producer-info .description { float:left; width:435px; font-size:16px; line-height:1.2; }
.producer-info .description p { margin-bottom:18px; }

.producer-info .polaroid { float:right; width:242px; height:263px; position:relative; }
.producer-info .polaroid img { position:absolute; top:20px; left:18px; z-index:9;}
.producer-info .polaroid .overlay { position:absolute; top:0; left:0; width:242px; height:263px; background:url(../images/vendor_polaroid_frame.png) no-repeat; z-index:999; }
.producer-tabs li { margin-right:17px; }
.producer-tabs a { height:27px; background:url(../images/producer_tabs.gif) no-repeat; text-indent:-999em; }
.producer-tabs #tab-shop a { width:78px; }
.producer-tabs #tab-shop a:hover,
.producer-tabs #tab-shop.active a { background-position:0 -36px; }
.producer-tabs #tab-our-story a { width:122px;  background-position:-99px 0;}
.producer-tabs #tab-our-story a:hover,
.producer-tabs #tab-our-story.active a { background-position:-99px -36px; }
.umicrosite-index-index .sidebar { margin-top:0; }
.umicrosite-index-index #our-story.tab-content p { margin-bottom:10px; }
.umicrosite-index-index #our-story.tab-content { font-size:14px; line-height:1.2; }
.umicrosite-index-index #our-story.tab-content h3 { margin-bottom:13px; color:#788f20; font-size:18px; }
.umicrosite-index-index #our-story.tab-content .img, .umicrosite-index-index #our-story.tab-content img { float:right; margin:0 0 25px 25px; }

.umicrosite-index-index #our-story.tab-content .img-right, .umicrosite-index-index #our-story.tab-content .img-left, .umicrosite-index-index #our-story.tab-content .img-center { display: block; }
.umicrosite-index-index #our-story.tab-content .img-right { float:right !important; margin:0 0 25px 25px; }
.umicrosite-index-index #our-story.tab-content .img-left { float:left !important; margin:0 25px 25px 0; }
.umicrosite-index-index #our-story.tab-content .img-center { float:none !important; margin:25px auto; }

.umicrosite-index-index .page-title { margin-left:0 !important; position:relative; }
.umicrosite-index-index .page-title h1 { float:left; }
.umicrosite-index-index .page-title h2 { float:left; font-size:14px; margin:20px 0 0 10px; }
.umicrosite-index-index .page-title ul { position:absolute; right:0; bottom:15px; }
.umicrosite-index-index .social-networking { width:71px; background:url(../images/share_icon_container_alt.gif) no-repeat; height:18px; padding:5px 5px 5px 48px; }
.umicrosite-index-index div.social-networking { width:600px; background:none; height:18px; padding:5px 5px 5px 0px; float: none; clear: both;}

/* 404 */
.oops-box { margin:10px; background:url(../images/sitewide_bg_1.gif) #f8f6f0; padding:12px; }
.oops-box .content { background:url(../images/oops_content_bg.gif) no-repeat 100% 0 #fff; padding:65px 45px 25px 25px; }
.oops-box h1 { margin-bottom:5px; color:#b24610; font-size:36px; font-weight:bold; }
.oops-box h2 { margin-bottom:24px; font-size:24px; }
.oops-box .search-box { width:817px; height:38px; margin:30px 0 70px 0; padding:17px 0 0 27px; background:url(../images/search_box_bg.gif) no-repeat;}
.oops-box .search-box .input-text { width:495px; margin-top:4px; padding:0; border:0; }
.oops-box .block-contact { margin-top:24px; background:#f2f6e4; padding:10px 15px 30px 15px; }
.oops-box .block-contact h3 { height:22px; margin:0 0 15px -6px; background:url(../images/icon_mail_pigeon.gif) no-repeat; padding-left:45px; }
.oops-box .block-contact label { display:block; margin-bottom:4px; }
.oops-box .block-contact p { margin-bottom:13px; }
.oops-box .block-contact .input-text,
.oops-box .block-contact textarea { width:385px; }
.oops-box .block-contact textarea { height:75px; }

/* Blog */
body.blog .site-logo a { height:115px; background:url(../images/logo_blog.png) no-repeat 50% 0;}
body.blog .main-wrapper { padding:20px 0; background:#fff; }
body.blog .main { background:url(../images/blog_main_bg.gif) #fff repeat-y 670px 0; padding-right:30px; padding-left:35px; }
body.blog .main .col-main { width:575px; }
body.blog .main .col-right { width:255px; margin:0; }
body.blog .main .sidebar { background:none; }
body.blog .main h2 { margin-bottom:3px; font-size:24px; font-weight:bold; }
body.blog .main .site-logo a { height:115px; background-image:url(../images/logo_blog.png); }
body.blog .main .post { background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:25px; margin-bottom:25px; }
body.blog .main .entry { margin-bottom:15px; font:12px/1.3 arial, helvetica, sans-serif; }
body.blog .main p { margin-bottom:.5em; }
body.blog .main p.date { margin-bottom:10px; color:#9a867c; }
body.blog .main .author-avatar { float:left; margin:0 15px 15px 0; }
body.blog .link-comment { background:url(../images/icon_blog_comment.gif) no-repeat 10px 50%; padding:3px 0 3px 35px; }
body.blog .social-networking { float:left; width:150px; font:12px/1.3 arial, helvetica, sans-serif;}
body.blog .social-networking dt { float:left; }
body.blog .social-networking dd { float:left; width:18px; margin:0 3px; }
body.blog .posted-in-categories { margin-left:160px; font:12px/1.3 arial, helvetica, sans-serif !important; }
body.blog .commentlist li { background:none !important; }
body.blog .commentlist li .comment-body { margin:14px 0; background:url(../images/blog_comment_bg.gif) no-repeat; padding:12px 40px 12px 85px; font-size:14px; }
body.blog .commentlist li li .comment-body { background-image:url(../images/blog_comment2_bg.gif); }
body.blog .commentlist li .avatar { float:left; margin:-12px 0 0 -83px; position:relative; }
body.blog .commentlist li .fn { font-weight:bold; }
body.blog .commentlist li .says { font-style:italic; }
body.blog .commentlist li .comment-meta { position:relative; float:right; margin-top:-15px; font:11px arial, helvetica, sans-serif; }
body.blog .commentlist li .comment-meta, body.blog .commentlist li .comment-meta a { color:#6a6a6a; }
body.blog .commentlist li p { margin:8px 0; }
body.blog .commentlist .children { margin-left:70px; }
body.blog .sidebar h3 { display:none; }
body.blog .blog-categories { margin:-31px 0 15px 0; position:relative; background:url(../images/blog_categories_bg.gif) no-repeat; padding:63px 20px 18px; color:#B24610; font:14px 'gotham narrow', arial, sans-serif; }
body.blog .blog-categories a { font-weight:bold; }
body.blog .blog-categories .bottom-facade { position:absolute; bottom:0; left:0; display:block; width:255px; height:16px; background:url(../images/blog_categories_bottom.png) no-repeat; }
body.blog .blog-tag-cloud { background:url(../images/blog_taglist_bg.gif) no-repeat; padding:43px 5px 18px 10px; font:12px/1 'gotham narrow', arial, sans-serif }
body.blog .blog-tag-cloud li { float:left; width:110px; height:45px; margin:0 10px 7px 0; overflow:hidden; }
body.blog .blog-tag-cloud a { display:block; height:45px; padding:10px 0 10px 55px; background:url(../images/blog_tag_icons.gif) no-repeat; }
body.blog .tag-link-191 { background-position:0 -441px !important; } /* Bakery */
body.blog .tag-link-192 { background-position:0 -65px !important; } /* Cheese & Dairy */
body.blog .tag-link-193 { background-position:0 3px !important; } /* Chocolate & Candy */
body.blog .tag-link-195 { background-position:0 -523px !important; } /* Coffee & Tea */
body.blog .tag-link-194 { background-position:0 -266px !important; } /* Gifts */
body.blog .tag-link-196 { background-position:0 -137px !important; } /* Honey & Jam */
body.blog .tag-link-197 { background-position:0 -200px !important; } /* Meat & Seafood */
body.blog .tag-link-198 { background-position:0 -606px !important; } /* Pantry & Spices */
body.blog .tag-link-199 { background-position:0 -682px !important; } /* Prepared Foods */
body.blog .tag-link-200 { background-position:0 -758px !important; } /* Produce */
body.blog .tag-link-201 { background-position:0 -832px !important; } /* Sauces & Condiments */
body.blog .tag-link-202 { background-position:0 -354px !important; } /* Snacks */

body.blog .paperbg { width: 500px; margin: 20px auto; background: url(../images/paper-heart-bg-500-2.jpg) left bottom no-repeat; padding: 0 0 25px; clear:left;}
body.blog .paperbg .paper { background: url(../images/paper-heart-bg-500-2.jpg) left top no-repeat; padding: 25px 0 0;} 
body.blog .paperbg .paper p { margin: 20px; }
body.blog .paperbg .paper img { margin: 5px 5px 5px 10px; }




/* Foodzie debug */
.foodzie-debug { padding: 5px; border: 1px solid #f00; color: #f00; margin: 5px 0;}

/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { padding-top:30px; }
.footer-content { position:relative; margin:22px 22px 10px; padding:10px 0; border-top:1px solid #f4f1e5; font-size:13px; }
.footer-content .col { width:200px; min-height:167px; background:url(../images/footer_blocks_bg.gif) no-repeat 0 -23px; margin:0 12px 0 0; padding:13px; }
.footer-content .col.block-blog-list { background-position:-238px -23px; }
.footer-content .col.block-join-foodzie { background-position:-479px -23px; }
.footer-content .col.block-twitter { position:relative; min-height:0; width:227px; height:224px; margin:0 0 -18px 0; padding:0; background:none; }
.footer-content .col.block-twitter .bg { position:absolute; top:0; right:0; width:242px; height:234px; margin:-21px -13px 0 0; background:url(../images/twitter_footer_blocks_bg.png) no-repeat; }
.footer-content .col.block-twitter .content { position:relative; padding:13px 13px 0 13px; }
.footer-content .col.block-twitter h4 { position:absolute; top:15px; left:13px; }
.footer-content .col.block-twitter ol { margin:45px 28px 7px 13px; font-size:12px; }
.footer-content .col h4 { margin-bottom:15px; }
.footer-content p { margin-bottom:15px; }

.footer .copyright { margin:-14px 0 6px 0; padding:10px 10px 10px 26px; background:url(../images/copyright_bg.gif) no-repeat; color:#465901; font-size:12px; position: relative; }
.footer .copyright p, .footer .copyright ul { line-height:24px; }
.footer .copyright p, .footer .copyright ul, .footer .copyright li { display:inline; }
.footer .copyright ul, .footer .copyright li { font-weight:bold; }
.footer .copyright li { border-left:1px solid #8ea82d; padding:0 7px; }
.footer .copyright a { color:#fff; }
.footer .block-newsletter { float:right; width:428px; padding:3px 7px 2px 0; background:url(../images/newsletter_block_bg.gif) no-repeat 100% 0; text-align:right; }
.footer .block-newsletter label { float:left; padding-top:2px; margin-right: 10px; color:#465901; font:bold 12px/1.25 georgia, times, serif; }
.footer .block-newsletter .input-text { border:none; width:145px; margin:0 5px 0 8px; font:14px arial, helvetica, sans-serif; }
.footer .block-newsletter .input-box { float:left; position: absolute; top: 12px; right: 50px; }
.footer .block-newsletter .validation-advice { margin-top: 10px; }

/* ======================================================================================= */


/* Subfooter ================================================================================ */
.sub-footer { margin: 10px 14px 10px; padding: 0; }
.sub-footer .hosting { float: right; height: 42px; }
.sub-footer .hosting .host { font-weight: bold;}

/* ======================================================================================= */


/* Company Pages ================================================================================ */
.company-page { color:#56523b; }
.company-page .main p, .company-page .main .col-main ul, .company-page .main .col-main ol { font-size: 14px; line-height: 18px; margin: 0 0 18px; }
.company-page h1, .company-page h2, .company-page h3, .company-page h4, .company-page h5, .company-page p { color:#56523b; }
.company-page .main .sidebar p { margin: 0 0;}
.company-page .main h2 { color:#252420; margin: 18px 0;}
.company-page .main .col-main ul { list-style:disc outside; padding-left:1.5em; }
.company-page .main .col-main ol { list-style:decimal outside; padding-left:1.5em; }

.company-page .main .std .quote { margin-left: 10px; }
.company-page .main .quote p { padding: 20px 10px 0; text-indent: 20px; margin-bottom:0px; }
.company-page .main .quote p.cite {text-indent: 0px; padding: 10px;}



/* sub nav */
.company-page .sidebar { margin-top: 0px; }
.company-page .page-title { margin-left:0 !important;}
ul.company-nav { padding: 0px; background: #f7f7f1; }
ul.company-nav li {background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding: 10px 0;  }
ul.company-nav li p a { font-size: 12px; }
ul.company-nav li.first {padding-top: 0px; }
ul.company-nav li.current {font-weight: bold; }
ul.company-nav li.current p {background:url(../images/account_active_arrow.gif) no-repeat 100% 50%; }

/* press */
.mention {background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding: 10px 0; clear: both;}
.mention img { float: left; padding: 5px; margin: 0 20px 25px 0; }
.sticky-mention { padding:15px; background: #f3efe4 ;}
.sticky-mention .mention {background:#fff; background-image: none;}

/* chalkboard sidebar */
.product-shop .facts { background: url(../images/chalkboard-sidebar_02.jpg) no-repeat 0 100%;  padding: 0 0 5px; width: 161px; }
.product-shop .facts .facts-content {background: url(../images/chalkboard-sidebar_01.jpg) no-repeat; padding: 7px 10px 1px; }
.company-page .product-shop .facts .facts-content .side-quote { float: none; width: auto; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding: 0 0 10px; color: #fff !important;  font-size: 12px !important; font-style:italic;}
.product-shop .facts .facts-content .side-quote span { display: block; text-align: right; font-style: normal;}

/* team members */
table.team { }
table.team tr {background: url(../images/team-bg_01.gif) no-repeat;}
table.team td {background: url(../images/team-bg_02.gif) no-repeat 0 100%; width: 370px; padding: 12px 12px 0px; vertical-align: middle; color: #372f2d;}
table.team td.blank {background: #fff;}
table.team td img {float: left; margin: 0 10px 10px 0;}
table.team td h5 { color: #ad3900 !important; margin-bottom: 7px; font-size: 13px;}
table.team td h5 span {color: #372f2d; font-weight: normal;}
table.team td p { line-height: 14px !important; font-size: 12px !important; }

/* sell with us */
.pitch-box { margin-bottom:22px; background:url(../images/sitewide_bg_1.gif); padding:20px; color: #424240; }
.pitch-box img {float: right; margin-left: 26px}
.pitch-box h2 { font-size: 20px; font-weight: bold;}
.pitch-box p { font-size: 14px !important; }


.sell-with-us-chalkboard { width: 522px; height: 392px; background: url(../images/media/company/sell-with-us-chalkboard-2.jpg) no-repeat; float: right; margin-left: 26px; position: relative; }
.sell-with-us-chalkboard .quote1 p, .sell-with-us-chalkboard .quote2 p { color: #fff; font-size: 16px !important;}
.sell-with-us-chalkboard .quote1 p cite, .sell-with-us-chalkboard .quote2 p cite { font-size: 12px; font-style: italic; }
.sell-with-us-chalkboard .quote1 {position: absolute; top: 40px; left: 40px; width: 300px; }
.sell-with-us-chalkboard .quote2 {position: absolute; bottom: 40px; right: 40px; width: 270px; }


.highlights td {padding: 10px; width:250px;  }
.highlights td.testimonial {background: #f7f7f1; }
.highlights td.testimonial .testimonial-content { position: relative; height: 100%;}

.highlights td.testimonial .testimonial-content blockquote p.cite { }
.highlights td.testimonial .producer-logos { text-align: center; background: #f7f7f1 url(../images/testimonials-box.gif) no-repeat 50% 100%; padding-top:50px;}
.highlights td.testimonial .producer-logos img { border: 1px solid #56523b;}
.highlights p { font-size: 14px !important; }
.highlights h4 { font-size: 18px; padding-left: 65px; height: 46px; margin-bottom: 10px; line-height:18px; }
.highlights h4.exposure { background: url(../images/sell-highlights.gif) no-repeat 0 0; }
.highlights h4.personalized { background: url(../images/sell-highlights.gif) no-repeat 0 -46px; }
.highlights h4.community { background: url(../images/sell-highlights.gif) no-repeat 0 -92px; }
.highlights h4.easy { background: url(../images/sell-highlights.gif) no-repeat 0 -276px; }
.highlights h4.customer { background: url(../images/sell-highlights.gif) no-repeat 0 -184px; }
.highlights h4.pay { background: url(../images/sell-highlights.gif) no-repeat 0 -230px; }
.highlights td.testimonial {  padding:0; width: 189px !important;}
.highlights td.testimonial .testimonial-content { background: #f7f7f1 url(../images/testimonials-box.gif) no-repeat 50% 0;}
.highlights td.testimonial .testimonial-content h3 { padding: 10px; font-size: 12px;}
.highlights td.testimonial .testimonial-content blockquote { width: 145px; margin: 18px 10px;}
.company-page .highlights td.testimonial .testimonial-content blockquote p.testimonial { text-indent: 20px; font-style: italic; font-size: 14px !important; margin: 0 15px 20px; }
.company-page .highlights td.testimonial .testimonial-content blockquote p cite { background: url(../images/right-quote.gif) right top no-repeat; height: 20px; font-size: 12px; margin: 0 15px; display: block; width:100%;}

.company-page .col-main ul.form-list { list-style-type: none; }
.company-page .col-main ul.form-list li { margin: 10px 0; }


/* ======================================================================================= */

/* Markets  ================================================================================ */
.market-cms .sidebar { margin:0; }
.market-description { margin: 0 0 30px;}
.market-description p { font-size: 16px; }
.market-description .img { float: right; margin-left: 40px;}
/* ======================================================================================= */



/* Variations  ================================================================================ */
#hide-breadcrumbs { background: #fff; position:relative; bottom:20px; padding: 15px 0;}
/* ======================================================================================= */


/* ======================================================================================= */

/* Sticky Newsletter  ================================================================================ */
#newsletter-subscribe-floating { background: #9bb631 url(../images/repeating-green-bar.jpg) left top; padding: 10px 0; }
#newsletter-subscribe-floating .newsletter-subscribe-wrapper {position:relative;}
#newsletter-subscribe-floating .x-right{text-align:right;float:right; font-weight: bold; }
#newsletter-subscribe-floating .x-right img{vertical-align:middle;}
#newsletter-ajax-lefttext{float:right; margin: 5px 10px 0; font-size: 18px; font-weight: bold;  position:relative; top:-10px; text-align: left;}
#newsletter-ajax-lefttext .text-wrapper { }
#newsletter-ajax-lefttext .subhead { display:block;font-size:14px;}
#newsletter-subscribe-floating .validation-advice{display:none;}

#newsletter-subscribe-floating .subscribe-form {padding:1px 3px 2px 0;  text-align:left; margin: 0 50px 0 10px; background:url(../images/newsletter_block_bg.gif) no-repeat 100% 0;}
label#newsletter_ajax_email_label { font-family:Georgia, serif; padding: 0 12px 0 0; font-weight: bold; font-size: 12px; position: relative; top: 3px; color: #465901; }
#newsletter-subscribe-floating #newsletter_ajax_email { border: 1px solid #fff; width: 145px;}
#newsletter-subscribe-floating #hide-newsletter-subscribe { position: absolute; top: 0; right: 10px; font-size: 12px; width:40px; font-weight: normal; text-align:center; line-height:11px;}
#newsletter-subscribe-floating button#newsletter_ajax_submit { background-color: #9bb631; color: #fff; height:25px; width:30px;border: 1px solid #7e991e;}
#newsletter-ajax-righttext { position: relative; right: 10px; top: 10px; font-size: 14px; color: #465901;}
#newsletter-ajax-lefttext { margin-top:7px; }

#newsletter-subscribe-floating .block-newsletter label { float:left; padding-top:2px; margin-right: 10px; color:#465901; font:bold 12px/1.25 georgia, times, serif; }
#newsletter-subscribe-floating .block-newsletter .input-text { border:none; width:145px; margin:0 5px 0 8px; font:14px arial, helvetica, sans-serif; }
#newsletter-subscribe-floating .block-newsletter .input-box { float:left; position: absolute; top: 12px; right: 50px; }



/* ======================================================================================= */

/* Sidebar ads  ================================================================================ */

.side-bar-ad { background: url(../images/fork-and-spoon-bg.gif); padding: 10px 10px 5px; text-align:center;}
.side-bar-ad h3 { font-size: 18px; }
.side-bar-ad p, .page-guides .main .side-bar-ad p { font-size: 13px; margin: 5px 0px;}

/* ======================================================================================= */

/* Product Tooltip  ================================================================================ */
.tooltip { margin: 5px; background-color: #fff; width:235px; padding: 7px; font-size: 13px; border: 1px solid #817f72;}
.tooltip table tr {   }
.tooltip table td { padding: 5px; vertical-align: middle; border: 1px solid #56523b; }
.tooltip table th { background-color: #817f72; color: #fff; text-align: center; vertical-align: middle; padding: 2px 5px; }
#handling_fee, #shipping_cost, #shipping_policy {font-weight:bold; cursor:help;}


/* category features  ================================================================================ */
 #category-feature { border: 6px solid #72010f; background: #fff url(../images/long-gift-bow.gif) no-repeat 100% 7%; position: relative; margin-bottom: 20px;}
 #category-feature h2 { text-transform: uppercase; letter-spacing: 10px; text-align: center; margin: 5px 0; }
 #category-feature img { float: left; margin: 10px;}
 .product-info { float:left; width: 260px; margin: 10px 10px 0;}
 .product-info .product-name { font-size: 20px; margin: 0 0 5px; line-height:20px;}
 .product-info .producer-name { text-transform: uppercase; font-weight: normal; font-size: 14px; margin: 0 0 5px;}
 .product-info .producer-name a { color: #56523b;  }
 .product-info .product-price { margin: 0 0 10px; }
 .product-info .product-description { font-size: 13px; }
 .featured-buy { float: left; width: 230px; margin: 20px 10px 0; text-align: center; font-size: 16px;}
 .featured-buy .button { margin: 0 auto;}
 .featured-in { border: 1px solid #72010f; padding: 10px; margin: 0 0 10px;}
 .featured-in .featured-in-title {}
 .featured-in .featured-in-title span { float: none; display:block; text-align:center; font-size: 18px; font-weight:bold;}
 #category-feature .featured-in .featured-in-title span img { float:none; margin: 0 auto;}




/* black-friday cms  ================================================================================ */
.bfcm-section { position: relative; background-attachment:fixed; background:url(../images/dotted_divider.gif) repeat-x 0% 100%; padding: 20px 0; }
.vday .bfcm-section { position: relative; background-attachment:fixed; background:url(../images/dotted_divider.gif) repeat-x 0% 100%; padding: 20px 0 0; margin-bottom:20px; }
.bfcm-section h2 { font-size:30px; font-weight: bold;}
.bfcm-section p { font-size: 16px; margin: 10px 0;}
#share { position: absolute; right: 5px;}
#deal-callout { background:url(../images/yumclock-header.gif) no-repeat 0% 0%; padding:30px 0 0 180px; height:140px; }
#deal-callout-holiday { background:url(../images/yumclock-header-holiday.gif) no-repeat 0% 0%; padding:30px 0 0 180px; height:140px; }
#deal-callout h2, #deal-callout-holiday h2 { font-size: 36px; font-weight: bold; }
#deal-callout h3, #deal-callout-holiday h3 { font-size: 24px; font-weight: normal; }
#deal-callout h3 span, #deal-callout-holiday h3 span { color:#6b2a0a; }
#deal-callout-vday { background:url(../images/vday-couples-header.gif) no-repeat 0% 0%; padding:30px 0 0 150px; height:140px; }

#deal-callout-short { background:url(../images/yumclock-header-short.gif) no-repeat 0% 0%; padding: 30px 0 0; }
#deal-callout-short h2, #deal-callout-short h3, #deal-callout-short h4 { margin: 0 0 0 190px;}
#deal-callout-short h2 { font-size: 32px; }
#deal-callout-short h3 { font-weight:normal; font-size: 30px; }
#deal-callout-short h4 { font-weight: normal; font-size: 18px; }
#deal-of-the-hour { border: 1px dashed #b2af9e; padding: 20px; width: 830px; margin: 20px auto; }
#deal-of-the-hour h1 { font-weight: bold; }
#deal-of-the-hour img { float: left; margin: 0 20px 0 0; padding: 2px;  }
#deal-of-the-hour .producer-name { font-size: 14px; text-transform: uppercase;  }
#deal-of-the-hour .cta { position: absolute; left: 230px; bottom: 50px; }


#sidebar-callout { position: relative; height:253px; width:194px; background:url(../images/snowflake-box.gif) no-repeat 0% 0%; float: left; margin: 0; text-align: center;padding-top: 15px; }
#sidebar-callout h3 { color:#6b2a0a; font-size: 20px; }
#sidebar-callout p { font-size: 14px; margin: 10px 0;}
#sidebar-callout p span { display: block; margin: 5px 0;}
#sidebar-callout p.rules { text-align: center; width:194px; margin: 50px 0;}

#daily-freebie { background-attachment:fixed; position: relative; background:url(../images/yellow-stroke.gif) no-repeat 100% 0%; margin-left: 250px;}
#daily-freebie-bottom { background:url(../images/yellow-stroke.gif) no-repeat 100% 97%; padding: 20px 0 5px; }
#daily-freebie img { float: right; margin: 0 0 0 20px;}
#daily-freebie img#star { position: absolute; right: 97px; margin:0; padding: 0; clear:both;}
#daily-freebie h2 { font-size: 24px; margin: 20px 0 15px; }
#daily-freebie h3 { font-size: 16px; margin: 0 0 10px; }
#daily-freebie p { font-size: 16px;  }

#deals-table-bg { background: url(../images/snowflake-bg.gif); padding: 20px;}
#deals-table { background: #fff; }
#deals-table .col-1, #deals-table .col-2, #deals-table .col-3 { float: left; }
.deal {clear: both; background: url(../images/green-stroke.gif) no-repeat 50% 100%; margin: 10px; padding: 5px 0;}

.deal .col-1 {width: 180px}
.deal .col-2 {width: 270px}
.deal .col-3 {width: 385px; padding-top: 15px; margin-left: 10px; }
.deal img { margin: 10px;}
.deal .discount { color: #252420; font-size: 30px; font-weight:bold; line-height: 30px; }
#holiday .deal .discount { font-size: 22px; line-height: 22px;}
.deal .product-name { font-size: 18px; margin:0px 0px 5px; line-height: 18px;}
.deal .producer-name { font-size: 14px; margin: 0 0 10px; }
.deal .shipping-info { font-size: 14px; }
.deal .deal-description { font-size: 14px; }
.deal .description { font-size: 14px; margin-top: 0px;}
.deal .valid { font-size: 14px; }
.deal .details { font-size: 14px; list-style-type: disc; padding-left: 15px; }


.vday .deals-table-bg { background: url(../images/sitewide_bg_vdaypink.gif); padding: 20px; margin-bottom: 10px;}
.vday .deals-table { padding: 10px; background: #fff; }
.vday .deal {clear: both; padding: 5px 0; background: none;}
.vday .deal img { float: left; margin: 0 20px 20px 0;}
.vday .deal img.producer-img {margin-right:0px;}
.vday .deal p { margin: 10px 0 0 0; font-size: 14px;}
.vday .deal h1 {}
.vday .deal h2 {}
.vday .deal h2 span {font-weight:bold;}
.vday .deal h3 {}
.vday .deal h4 { font-size: 18px;}
.vday .deal h5 { font-size: 14px; font-weight: bold; margin: 0 0 10px 0; padding: 0;}


/* Staff picks **********************************/
#staffpicks { float:left; width:176px; background:url(../images/sitewide_bg_1.gif); padding:7pxpx; font-size:14px; margin-right: 10px; position: relative; border: 1px solid #e4e5df; padding: 7px; }
.picks-header { position: relative; padding: 0 0 14px ; border-bottom: 1px dashed #a49d93; margin-bottom: 10px; }
.picks-header img { float: right; margin-bottom: 5px; }
.picks-header h3 { margin: 5px 0 0; padding: 0; }
.picks-header h4 { margin: 0; padding: 0; font-weight: normal; }
.staff-first-pick { padding: 0; margin: 0; text-align: center;}
.staff-first-pick img { border: 1px solid #e4e5df; padding: 0; margin: 0;}
#staffpicklist { list-style-type: decimal; padding-left: 20px; }

#staffpicklist li { margin: 5px 0; font-size: 12px; }
#staffpicklist li.first { font-weight: bold; margin-bottom: 10px; font-size: 14px;}
#staff-quote { width:171px; margin: 0px auto; font-size: 13px;}
#staff-quote p { background:url(../images/product_quote_bg_beige.gif) no-repeat; margin:0 !important; padding:30px 15px 2px 15px;  }
#staff-quote p.staff-quote-bottom { background-position:0 100%; padding:3px 35px 15px 15px; text-align: right; }


/* Confirmation Call to Action *****************/
.confirmation-call {border: 1px dashed #c6c1a7; margin: 40px; padding: 0 20px 10px; font-size: 14px;}
.confirmation-call h1 { padding-top:10px; font-size: 24px; font-weight: bold; color: #b24610; margin: 10px 0;}
.confirmation-call h1 a { color: #b24610; text-decoration: none; }
.html-button-wrapper { margin: 20px 0; }
.html-button { padding: 10px; background: #9ab42d; font-weight: bold; color: #fff; font-size: 18px; }
.html-button:hover { color: #fff;}


.company-page .main .guidelines, .company-page .main .guidelines p, .company-page .main .guidelines ul { font-size: 14px; }
.company-page .main .guidelines ul {list-style-type: disc; margin: 15px 25px;}
.company-page .main .guidelines ul li { margin: 7px 0}
.company-page .main .guidelines h1, .company-page .main .guidelines h2, .company-page .main .guidelines h3, .company-page .main .guidelines h4 {clear: both}
.company-page .main .guidelines .section {margin: 0px 0px 40px}
.img-gussy-right { float: right; margin: 5px 0px 10px 20px; border: 3px solid #eeebe3;padding: 5px;}
.img-gussy-left { float: left; margin: 5px 20px 10px 0px; border: 3px solid #eeebe3;}




/* Facebook Like **********************/


/* Newsletter Modal *******************/
#newsletterModalContent { border: 1px solid #ccc; padding: 20px; background: #fff url(../images/header_row2_bg.gif) repeat-x;display: none; position: relative; }
#newsletterModalContent label { display:inline; padding-top:2px; margin-right: 10px; color:#465901; font:bold 12px/1.25 georgia, times, serif; }
#newsletterModalContent .input-box { display: inline; }
#newsletterModalContent .validation-advice { margin-top: 10px; }
#newsletterModalContent .modal-close-button { position:absolute; top: 5px; right: 5px; margin: 0px; font-family: Arial, sans-serif; font-size: 11px;}
#newsletterModalContent .modal-close-button a { color: #fff; font-weight: bold;}
#newsletterModalContent h2 { margin: 0px 0px 10px; color: #fff; font-weight: bold;}
#newsletterModalContent p { margin: 20px; font-size: 14px; }

/* Newsletter Stickyfooter *******************/
#stickyfooter {height: 60px; background: transparent url(../images/sticky-footer-bg.png) no-repeat left top; width:948px; margin: 0px 20px; position: relative; z-index: 5000; }
#stickyfooter .stickyfooter-content { margin: 15px; text-align: center;}
#stickyfooter label { display:inline; padding-top:2px; margin-right: 10px; color:#fff; font:normal 16px/1.25 georgia, times, serif; }
#stickyfooter .input-box { display: inline; }
#stickyfooter .validation-advice { margin-top: 0px; color: #fff !important; background: none; position: absolute; bottom: 0px; right: 10px; font-size: 11px;}
#stickyfooter .modal-close-button { position:absolute; top: 5px; right: 5px; margin: 0px; font-family: Arial, sans-serif; font-size: 11px; width: 75px; }
#stickyfooter .modal-close-button a { color: #fff;}
#stickyfooter h2 { margin: 0px 0px 10px; color: #fff; font-weight: bold;}
#stickyfooter p { width: 400px; float: left; font-size: 16px; color: #fff; }

/* Newsletter Landing Content ********************/
.newsletter-landing-content { width: 500px; border: 1px solid #56523b; margin: 20px auto; padding: 20px; background: #f1f1e7; text-align: center;  }
.newsletter-landing-content label  { display:inline; padding-top:2px; margin-right: 10px; color:#465901; font:bold 12px/1.25 georgia, times, serif; }
.newsletter-landing-content .input-box { display: inline; }
.newsletter-landing-content .validation-advice { margin-top: 10px; }
.newsletter-landing-content h2 { margin: 0px 0px 10px; color: #b24610; font-weight: bold;}
.newsletter-landing-content p { margin: 20px; font-size: 14px; }
.newsletter-landing-chalkboard { width:765px; height: 170px; background: url(http://farm5.static.flickr.com/4093/4861034059_76f1748d95_o.jpg) no-repeat left top;margin: 30px auto; padding-top: 95px;  }
.newsletter-landing-chalkboard p { margin: 0px 35px;font-size: 16px;color: #fff; line-height: 20px;}



/************************************************/
/******************** Clears ********************/
/************************************************/
a.expandable:after,
.vendor-notice:after,
body.blog .blog-tag-cloud:after,
body.blog .main .post:after,
.ustorelocator-wrapper #sidebar li:after,
.featured-product:after,
.ustorelocator-wrapper:after,
#map .location-overlay .head:after,
.producer-info .vendor-notice:after,
.producer-info:after,
.tabs:after,
.order-info:after,
.sp-methods .title:after,
.cms-index-defaultindex .location-container:after,
.divider:after,
.divider-alt:after,
.block:after,
.checkout-cart-index .discount p:after,
.cart-table tr.cart-vendor-name .head:after,
.block-progress dt.complete:after,.head-alt:after,
.category-top:after,
.product-types-attribute:after,
.sorter:after,
.products-grid-alt td:after,
.filter:after,
.filter-alt:after,
.footer .copyright:after,
.store-nav-toggle-wrapper:after,
.header-row1:after,
.header-row2:after,
.clearer:after,
.header:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block:after,
.block li:after,
.mini-products-list li:after,
.page-title:after,
.title-buttons:after,
.products-grid:after,
.pager:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
