/******************************************/
/*****************[ 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, .super           { font-size:1em; vertical-align:top; }
em 				{ font-style:italic !important; }

/* 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 { height:1px; 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/store_nav_togger_wrapper.gif) repeat-x left top; padding:30px 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, input[type=text] { border:1px solid #bebaa2; background:#fff; }
input.input-text,textarea, input[type=text] { 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; }
.btn-get-started-now { width:274px; height:47px; background:url(../images/btn_get_started.png) no-repeat; }
.btn-get-started-now:hover { background-position:0 -47px; }
.btn-close { width:59px; height:23px; background-position:0 -1079px;}
.btn-close:hover { background-position:-69px -1079px;}
.btn-confirm-subscription { width:207px; height:26px; background-position:0 -1162px;}
.btn-confirm-subscription:hover { background-position:-214px -1162px;}
.btn-buy-now { cursor:pointer; border:0; width:244px; height:46px; background-position:0 -1108px; }
.btn-buy-now:hover { background-position:-251px -1108px; }
.btn-learn-more { cursor:pointer; border:0; width:216px; height:30px; background-position:0 -1195px; }
.btn-learn-more:hover { background-position:-222px -1195px; }
.btn-buy-now2 { cursor:pointer; border:0; width:120px; height:23px; margin:0 auto; background-position:0 -1288px; }
.btn-buy-now2:hover { background-position:-126px -1288px; }
.btn-gift-it-now { cursor:pointer; border:0; width:193px; height:34px; background-position:0 -1322px; }
.btn-gift-it-now:hover { background-position:-204px -1322px; }



.generic-box { background:url(../images/sitewide_bg_1.gif) !important;  }
.generic-box .content { padding:20px; }
.generic-box2 { background:url(../images/fork-and-spoon-bg.gif) repeat; }
.generic-box2 .content { padding:20px; }.generic-box { background:url(../images/sitewide_bg_1.gif) !important;  }
.box-style3 { background:url(../images/fork-and-spoon-baige-bg.gif) repeat; }
.box-style3 .content { padding:20px; }
.box-style4 { -moz-border-radius: 6px; border-radius: 6px; border:3px solid #f4f2ef; }
.box-style4 .content { padding:18px; }
.box-style4 .content p { margin-bottom:1.1em; }
.size-alt { font-size:1.3em; }
.color-alt { color:#b24610; }


/* 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 input[type=text],
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box input[type=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 .close-quote { background:url(../images/quote_close.gif) no-repeat 100% 100%; padding:0 9px; }

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

.minimal-table { width:100%; }
.minimal-table tbody td { padding:20px 0; border-width:1px 0; border-color:#817D6E; border-style:solid; }
.minimal-table tfoot td.first { padding-top:20px; }

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

/* Comment JS Elements */
#slide div.slider { display:none; }


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


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

.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:-8px; position:relative; }
.shop-by { float:left; width:76px; height:15px; margin:8px 10px 0 0; background:url(../images/site_nav_gift.gif) no-repeat 0 -6px; text-indent:-9999em; }
.site-nav li { float:left; }
.site-nav a { display:block; height:47px; background:url(../images/site_nav_gift.gif) no-repeat; text-indent:-9999em; }
.site-nav #nav-category a { width:110px; background-position:-86px -26px; }
.site-nav #nav-category.active a, .site-nav #nav-category a:hover { background-position:-86px 9px; }
.site-nav #nav-gift a { width:60px; background-position:-204px -26px; }
.site-nav #nav-gift.active a, .site-nav #nav-gift a:hover { background-position:-200px 9px; }
.site-nav #nav-region a { width:83px; background-position:-266px -26px; }
.site-nav #nav-region.active a, .site-nav #nav-region a:hover { background-position:-262px 9px; }
.site-nav #nav-brand a { width:82px; background-position:-350px -26px; }
.site-nav #nav-brand.active a, .site-nav #nav-brand a:hover { background-position:-348px 9px; }
.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.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 { position:absolute; top:118px; width:1004px; margin:0 -8px; padding:18px 0 28px; background:url(../images/category-nav-bg.gif) no-repeat 0 -10px; z-index:99; }
.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-prev { position:absolute; right:40px; top:-3px; background:url(../images/slider_arrow_toggle1.gif) no-repeat; width:31px; height:24px; display:block; text-indent:-999em; }
#products-grid-next { position:absolute; right:4px; top:-3px; background:url(../images/slider_arrow_toggle1.gif) no-repeat -31px 0; width:31px; height:24px; display:block; text-indent:-999em; }
.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-option-box { margin-bottom:11px; }
.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-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-option-box .price { font-size:22px; }
.product-option-box .add-to-cart { padding:3px 3px 3px 15px; background:url(../images/product_option_box_bg.gif) no-repeat 100% 100%; }
.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 17px; }
.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 .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 .month { width:140px !important; margin-right:5px; }
.sp-methods .year { width:96px !important; }
.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,
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; font-size:17px; }
.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; position:relative; }
.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 .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:10px 0; font-size:20px; font-weight:bold; }
.foodzie-store-spotlight .price { font-size:15px; }
.foodzie-store-spotlight .free-shipping-seal { position:absolute; top:-32px; left:255px; width:93px; height:82px; background:url(../images/free_shipping_seal.png) no-repeat; text-indent:-999em; z-index:999; }
/* .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 0;  }
.cms-index-index .products-grid { float:left; position:relative; }
.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 .ctas { margin-bottom:15px; }
.cms-home .ctas .col { width:298px; }
.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; }
.home-tastingbox-push { position: relative; overflow: hidden; width: 745px; float:left; }
.home-tastingbox-push .products-grid { position:relative; }
.home-tastingbox-push .products-grid table { position:absolute; }






.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; }
.generic-box.news { padding:20px !important; }
.generic-box.news li { float:none; display:inline; padding:0 15px; }
.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 .page { padding:0; width:auto; margin:0; }
body.blog .main-wrapper { padding:20px 0; background:#fff; }
body.blog .main { margin-top:-20px; padding:35px 30px 50px 35px; }
body.blog .main .col-main { width:612px; }
body.blog .main .col-right { width:285px; margin:0; padding:0; }
body.blog .main .col-right li { margin-bottom:15px; }
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,
body.blog .main .entry-content { margin-bottom:15px; /*font:12px/1.3 arial, helvetica, sans-serif;*/ font:13px/1.4 georgia,"times new roman",times,serif !important; }
body.blog .main .entry-content li { margin:9px 0; }
body.blog .main p { margin-bottom:.8em; }
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 #author-avatar { float:left; margin:3px 15px 15px 0; border:1px solid #ccc; padding:3px; }
body.blog #author-avatar img { display:block; }
body.blog .producers-items { position: relative; overflow: hidden; width: 560px;}
body.blog .producers-items .products-grid { 
	position:relative;
	background:#fff; 
	margin-top:5px; 
	border-radius:8px;
	border:1px solid #eae4d3;
	box-shadow:0 0 4px #eae4d3;
	-webkit-box-shadow:0 0 4px #eae4d3; 
	-moz-box-shadow:0 0 4px #eae4d3; 
	height:245px;
}
body.blog .producers-items .products-grid table { position:absolute; }
body.blog .producers-items .inactive { -moz-opacity:.20; -ms-filter:"alpha(opacity=20)"; filter:alpha(opacity=20); opacity:.20; cursor:default; }



/* Sidebar */
body.blog .page-title { margin-bottom:25px; }
body.blog .blog-categories { margin:0 -33px 20px -38px; background:url(../images/blog_cat_bg.jpg) no-repeat; }
body.blog .blog-categories .title { float:left; margin:0 10px 0 -10px; }
body.blog .blog-categories .title a { display:block; width:177px; height:46px; background:url(../images/blog_head.png) no-repeat; text-indent:-999em; }
body.blog .blog-categories ul li { display:inline; padding:0 10px; border-right:1px solid #d6d7cd; font:14px/39px georgia, "Times New Roman", times, serif; }
body.blog .blog-categories ul li.current-cat { font-weight:bold; }
body.blog .blog-categories ul li.current-cat a { color:#2f2f2f; }
body.blog .first-entry { border:10px solid #dcdbcc; border-radius:10px; -moz-border-radius:10px; -webkit-border-radisu:11px; box-shadow:0 1px 2px #aaa; -webkit-box-shadow:0 1px 2px #aaa; -moz-box-shadow:0 1px 2px #aaa; padding:15px; }
body.blog .first-entry img { display:block; margin:10px 0; }
body.blog .subs-entry { padding-left:275px; }
body.blog .subs-entry h2 { margin-bottom:8px; font-size:21px; font-weight:normal; }
body.blog .subs-entry img.feature { float:left; margin-left:-275px; }
body.blog .subs-entry .link-comment { background-position:0 50%; padding-left:25px; }
body.blog .entry-summary { font-size:14px; line-height:1.35; }
body.blog .products-grid tr,
body.blog .products-grid td { background:none; }

body.blog .sidebar h2,
body.blog .sidebar .block-title { margin-bottom:4px; font:bold 14px/1.25 georgia, times, serif; }
body.blog .sidebar h3 { display:none; }
body.blog .widget_search { height:95px; overflow:hidden; background:url(../images/blog_search_bg.jpg) no-repeat; }
body.blog .widget_search div { padding:19px 20px 30px; }
body.blog .widget_search label { display:block; margin-bottom:10px; font:bold 13px/1.25 georgia, times, serif; }
body.blog .widget_search input[type="text"] { width:205px; border:none; background:none; }
body.blog #searchsubmit { background:url(../images/btn_go_light.png) no-repeat; width:27px; height:22px; overflow:hidden; border:none; text-indent:-999em; }
body.blog .block-newsletter { padding:15px 23px; font-size:14px; }
body.blog .block-newsletter .icon { float:left; margin:-20px 8px 0 -20px; }
body.blog .block-newsletter .input-box { float:left; width:195px;}
body.blog .block-newsletter .input-box input[type="text"] { width:185px; }
body.blog .block-newsletter input[type="image"] { margin-top:2px; }
body.blog .sidebar .widget-area { background:url(../images/sitewide_bg_1.gif); padding:13px; }
body.blog .sidebar .widget-area li {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#fff;
	padding:13px;
	border:1px solid #eae4d3;
	box-shadow:0 0 4px #eae4d3;
	-webkit-box-shadow:0 0 4px #eae4d3; 
	-moz-box-shadow:0 0 4px #eae4d3;
}
body.blog .sidebar .idw-container { width:auto; padding:0; font:12px/1.3 arial, helvetica, sans-serif; }
body.blog .sidebar .idw-container .idw-big { width:auto; }
body.blog .sidebar  #IDWidget6 .idw-big { padding:7px 0 !important; background:url(../images/dotted_divider.gif) repeat-x 0 100%; }
body.blog .sidebar  #IDWidget6 .idw-big:last-child { background:none; }
body.blog .sidebar .idw-container a * { display:none !important; }
body.blog .sidebar .idw-container a strong { display:inline !important; }
body.blog .sidebar .idw-footer { display:none; }
body.blog .sidebar .icons li { float:left; margin-right:6px; padding:0; box-shadow:none; }
body.blog .sidebar .icons a { float:left; width:37px; height:39px; background:url(../images/blog_sidebar_social_icons.png) no-repeat; text-indent:-999em; }
body.blog .sidebar .icons .twitter a { background-position:-1px 0; }
body.blog .sidebar .icons .facebook a { background-position:-48px 0; }
body.blog .sidebar .icons .tumblr a { background-position:-95px 0; }
body.blog .sidebar .icons .stumbleupon a { background-position:-142px 0; }
body.blog .sidebar #secondary li:last-child { background:#f1ede3; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }
body.blog .col-main .twitter-share-button,
body.blog .col-main .fb_iframe_widget { float:left; }


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; }

/* Subscription */
.club-slider { position:relative; margin:0 0 20px -20px; width: 988px; height: 313px; display: block; }
.club-slider div.slider-active { width: 988px; height: 313px; position:absolute; display:; }
.club-slider div.slider { width: 988px; height: 313px; position:absolute; }
.club-slider div.slider .button,
.club-slider div.slider-active .button { position:absolute; bottom:30px; right:25px; }
.club-slider a.slider-active { text-indent: -1000em; float: left; display: block; height: 9px; width: 9px; background: url(../images/club_slider_nav_active.png) no-repeat; margin-right:5px; }
.club-slider a.slider { text-indent: -1000em; float: left; display: block; height: 9px; width: 9px; background: url(../images/club_slider_nav_inactive.png) no-repeat; margin-right:5px; }
.club-slider #slide-nav { position:absolute; left:20px;bottom:20px; z-index: 9999; }
            
            
            
.subscription-index .faq { margin:10px; font-size:15px; }
.subscription-index .faq h3 { font-size:18px; }
.subscription-index .faq .col2-set { margin-top:18px; }
.choc-club-confirm h1 { margin:10px 0; font-size:23px; font-weight:bold; margin-bottom:15px; }
.choc-club-confirm h3 { margin-bottom:22px; }
.choc-club-confirm a { text-decoration:underline; }
.choc-club-confirm .small { font-size:.9em; }
.choc-club-confirm .col-1, .choc-club-confirm .col-2 { width:48.5%; }
.choc-club-confirm .col-1 p { margin:25px 0; }
.choc-club-confirm .col-2 { margin-top:5px; }
.choc-club-confirm .social-networking { margin:22px 0 15px; font-size:.95em; }
.choc-club-confirm .social-networking a { float:left; margin-right:15px; padding-left:23px; text-indent:0; }
.subscription-index-new{
	margin:0;
	padding:0;
	background-color: #F1F1E6;
	color:#3a3a3a;
	font:14px/18px Arial, Helvetica, sans-serif;
	min-width:604px;
}
.subscription-index-new img{border-style:none; vertical-align:baseline;}
.subscription-index-new a{
	text-decoration:none;
	color:#0049c3;
}
.subscription-index-new a:hover{text-decoration:underline;}
.subscription-index-new input,
.subscription-index-new textarea,
.subscription-index-new select{
	font:18px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000000;
}
.subscription-index-new input::-webkit-input-placeholder{ color:#929292; }
.subscription-index-new .placeholder{ color:#929292; }
.subscription-index-new label.error {float: none; color: red; font-size:14px;}
.subscription-index-new #wrapper{
	width:604px;
	margin:0 auto 30px;
}
.subscription-index-new #header{
	background-color: #ffffff;
	-moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 5px 14px;
  padding: 10px 37px;
  box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	-moz-box-shadow: 0 0 4px #333;
}
.subscription-index-new h1.company_name{
  margin: 18px 29px 18px 39px;
}
.subscription-index-new .logo a{
	display:block;
	height:100%;
}
.subscription-index-new #content{
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
	box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	-moz-box-shadow: 0 0 4px #333;
  	margin: 0 5px;
	background-color: #ffffff;
 	position:relative;
}
.subscription-index-new #content .featured-on { 
	width:150px; 
	text-align:center; 
	position:absolute; 
	top:146px; 
	right:40px; 
	}
.subscription-index-new .panel{
  padding:0 21px 0 39px;
}
.subscription-index-new .panel .title{
	float:left;
	width:340px;
	padding:17px 0 13px;
	position:relative;
}
.subscription-index-new .panel .price{
	float:right;
	font-size:19px;
	padding:24px 0 12px;
	display:inline;
	color:#989898;
	position:relative;
}
.subscription-index-new .panel .price span{
	font-size:21px;
	color:#282828;
}
.subscription-index-new .panel h1{
	margin:0 0 4px;
	font:31px/32px Arial, Helvetica, sans-serif;
}
.subscription-index-new .panel h2{
	margin:0 0 10px 2px;
	font-size:16px;
	font-weight:normal;
}
.subscription-index-new .panel p{margin:0 0 11px;}
.subscription-index-new .total{
	clear:both;
	line-height:30px;
	margin:0 0 -14px;
}
.subscription-index-new .total dl{
	width:528px;
	overflow:hidden;
	margin:0 0 13px -45px;
	padding:19px 37px 25px 41px;
	background:url(http://app-static.recurly.com/images/hosted/v2/bg-stripe.png) no-repeat;
}
.subscription-index-new .total dt{
	float:left;
	font-size:29px;
	position:relative;
}
.subscription-index-new .total dd{
	margin:0;
	float:right;
	position:relative;
	font-weight:bold;
	font-size:34px;
	color:#fff;
	text-shadow: 1px 1px 2px #666;
	-webkit-textx-shadow: 1px 1px 2px #666;
	-moz-text-shadow: 1px 1px 2px #666;
}
/*.subscription-index-new dd { float:left; } */
.subscription-index-new .subscribe-form {
	display:block;
	background:url(http://app-static.recurly.com/images/hosted/v2/bg-content.png) repeat;
	-moz-border-radius-bottomleft: 6px;
  	-moz-border-radius-bottomright: 6px;
  	border-bottom-left-radius: 6px;
  	border-bottom-right-radius: 6px;
}
.subscription-index-new fieldset {
	margin:0;
	padding:8px 40px 23px 39px;
	clear: left;
	float: left;
	width:515px;
  	background:url(http://app-static.recurly.com/images/hosted/v2/bg-border.gif) repeat-x 0 100%;
}
.subscription-index-new fieldset + fieldset { background:none; }

.subscription-index-new fieldset legend {
	display:block;
	margin:0 0 8px;
	font-size:18px;
	font-weight:bold;
	width:100%;
	line-height:22px;
	float:left;
}
/*.subscription-index-new .subscribe-form .row-holder{
	width:330px;
	float:left;
}
.subscription-index-new .subscribe-form .aside{
	float:right;
	width:194px;
	padding:2px 0 0;
}.subscription-index-new .subscribe-form .aside img{vertical-align:top;} */
.subscription-index-new .subscribe-form input, form textarea {
  	background-color: #ffffff;
  	border: 1px #a5a39f solid;
  	margin: 2px 8px 7px 0;
  	padding: 4px 6px;
  	clear:left;
	float: left;
	width: 306px;
}
.subscription-index-new .subscribe-form input.error{
  border: 1px #f28027 solid;
  -webkit-box-shadow: 0 0 5px #f5cdae; 
  -moz-box-shadow: 0 0 5px #f5cdae; 
  box-shadow: 0 0 5px #f5cdae;
}
.subscription-index-new .subscribe-form input:focus, form input.error:focus {
  border: 1px #2799f2 solid;
  -moz-box-shadow: 0 0 5px #c3dff6;
  box-shadow: 0px 0px 5px #c3dff6;
}
.subscription-index-new .subscribe-form .error input {background-position:0 -252px;}
.subscription-index-new .subscribe-form .name {width:142px;}
.subscription-index-new .subscribe-form .last-name { clear:none; }
.subscription-index-new .subscribe-form .city { clear:both; }
.subscription-index-new .subscribe-form .zip { width:86px; clear:left; margin-bottom:30px; }
.subscription-index-new .subscribe-form .state {width:198px; clear:none; margin-bottom:30px; }

/*
.subscription-index-new .subscribe-form .card{width:199px;}
.subscription-index-new .subscribe-form .cvv{width:85px;}
.subscription-index-new .subscribe-form .quantity{width:86px;}
.subscription-index-new .subscribe-form .tax{width:266px;}
.subscription-index-new .subscribe-form select{
	color:#333;
	float:left;
	margin:4px 10px 0 0;
	padding: 1px;
	font-size:14px;
} */
.subscription-index-new .subscribe-form ul.errors { clear:left; }
.subscription-index-new .subscribe-form ul.errors li { font-size:16px; color:red; line-height:27px; margin:0 8px 0 6px; }
.subscription-index-new .messages { 
	font-size:16px; 
	color:red; 
	line-height:27px; 
	margin:0 8px 0 6px; 
	background:url(http://app-static.recurly.com/images/hosted/v2/bg-border.gif) repeat-x 0 100%;
}

.subscription-index-new .messages li { font-style:italic; margin:15px; font-size:14px; background:none !important; padding:0 !important; color:red !important; }
.subscription-index-new .subscribe-form dt { display:none; }
.subscription-index-new .subscribe-form #billing_info_country{
	margin:0 0 0 2px;
	width:318px;
}
.subscription-index-new .subscribe-block {
	background: url(http://app-static.recurly.com/images/hosted/v2/bg-footer.png) repeat-x;
	height:50px;
	padding:23px;
	-moz-border-radius-bottomleft: 6px;
  	border-bottom-left-radius: 6px;
  	-moz-border-radius-bottomright: 6px;
  	border-bottom-right-radius: 6px;
  	clear:both;
	margin:20px -39px -23px;
}.subscription-index-new .subscribe-block .subscribe-button{
  padding: 8px 24px;
  float: left;
  width: auto;
	cursor:pointer;
	position:relative;
	font-size:26px;
	line-height:28px;
	font-weight:bold;
	color:#151515;
	margin:0 0 0 19px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow: 1px 1px 3px #9d9d9d;
	-webkit-box-shadow: 1px 1px 3px #9d9d9d;
	-moz-box-shadow: 1px 1px 3px #9d9d9d;
	text-shadow: 0 1px 2px #ffd334;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd408), to(#ca7a06));
	background: -moz-linear-gradient(top,  #ffd408,  #ca7a06);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd408', endColorstr='#ca7a06');
}
.subscription-index-new .subscribe-block .subscribe-button:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe66d), to(#e0962a));
	background: -moz-linear-gradient(top,  #ffe66d,  #e0962a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe66d', endColorstr='#e0962a');
}
.subscription-index-new .subscribe-block .subscribe-button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ca7a06), to(#ffd408));
	background: -moz-linear-gradient(top,  #ca7a06,  #ffd408);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca7a06', endColorstr='#ffd408');
}
.subscription-index-new .subscribe-block .subscribe-button[disabled] {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#af9105), to(#ca7a06));
	background: -moz-linear-gradient(top,  #af9105,  #ca7a06);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#af9105', endColorstr='#ca7a06');
}
.subscription-index-new .secure-payment{
	width:153px;
	height:38px;
	float:right;
	margin:11px 10px 0;
	text-indent:-9999px;
	background:url(http://app-static.recurly.com/images/hosted/v2/logo-footer.gif) no-repeat;
}
.subscription-index-new #site-not-enabled, p.error-message {
  color: red;
  font-size: 16px;
  font-style: italic;
}
/* 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-join-foodzie li { margin-bottom:7px; padding-left:25px; line-height:18px;}
.footer-content .col.block-join-foodzie .link1 { background:url(../images/icon_tell_a_friend.png) no-repeat; }
.footer-content .col.block-join-foodzie .link2 { background:url(../images/icon_twitter.png) no-repeat; }
.footer-content .col.block-join-foodzie .link3 { background:url(../images/icon_facebook.png) no-repeat; }
.footer-content .col.block-tastingbox { width:198px; height:202px; margin:0 -24px 0 0; background-position:100% -22px; padding:26px; }
.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; text-align:right; }
.footer .copyright p, .footer .copyright ul { line-height:24px; }
.footer .copyright ul, .footer .copyright li { display:inline; font-weight:bold; }
.footer .copyright li { border-left:1px solid #8ea82d; padding:0 7px; }
.footer .copyright a { color:#fff; }
.footer .copyright p { float:left; }
.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;}
/* ======================================================================================= */


/* Taste Clubs  ================================================================================ */

/* Generic Club */
.subscription-banner { margin:10px -20px; position:relative; background:url(../images/fork-and-spoon-green-bg.gif); text-align:center; padding:18px 34px 23px; }
.subscription-banner .title { color:#fff; }
.subscription-banner h1 { font-size:40px; font-weight:bold; color:#fff; }
.subscription-banner h2 { font-size:21px; margin-bottom:10px; }
.subscription-banner .col { width:270px; height:231px; margin:0; padding:0 30px 0 160px; cursor:pointer; }
.subscription-banner .col .content { color:#242111; font-size:15px; text-align:left; }
.subscription-banner .col p { margin-bottom:8px; }
.subscription-banner .col h3 { margin-top:23px; font-size:28px; }
.subscription-banner .col .price { font-size:25px; }
.subscription-banner .col a { display:none; }
.subscription-banner .col-1 { margin-top:-4px; background:url(../images/subscription_landing_foryou.png) no-repeat; }
.subscription-banner .col-2 { background:url(../images/subscription_landing_forgift.png) no-repeat; }

/* Chocolate Club */
.chocolate-banner { background:url(../images/chocolate_subscription_banner_bg.jpg) no-repeat; }
.chocolate-banner .col-1 { margin-top:0; background:url(../images/chocolate_landing_foryou.png) no-repeat; }
.chocolate-banner .col-2 { background:url(../images/chocolate_landing_forgift.png) no-repeat; }


.taste-club .page-title h1,
.taste-club-landing .page-title h1 { float:left; }
.taste-club .page-title .social-networking,
.taste-club-landing .page-title .social-networking {
    clear:both;
	width:400px; 
	margin-top:7px; 
	overflow:hidden;
}
.taste-club .social-networking iframe { margin-left:5px; height:62px !important; }
.taste-club .col-main {
	width:670px;
	float:left;
}

/* Gallery Slider */
.taste-club .product-img-box-container { height: 380px; width: 10000px;}
.taste-club .product-img-box-wrapper { height: 380px; width: 670px; overflow: hidden; position: relative;}
.taste-club .product-img-container {
	margin-bottom:13px;
}
.taste-club .product-img-box {
	float:left;
	position:relative;
	width:670px;
	height:380px;
	overflow:hidden;
}
.taste-club .product-img-box img {
	width:670px;
	height:380px;
}
/*.taste-club .product-img-box .embed {
	position:absolute;
	top:20px;
	right:0;
	width:86px;
	padding:0;
	background:url(../images/blk_bg_opacity65.png) no-repeat;
	font-size:16px;
}
.taste-club .product-img-box .embed a {
	display:block;
	width:60px;
	padding:13px;
	color:#fff;
	text-align:center;
}
.taste-club .product-img-box .paste-code-container {
	display:none; 
	width:272px;
	height:226px;
	position:absolute;
	right:85px;
	top:15px;
	background:url(../images/paste_code_bg.png) no-repeat;
}
.taste-club .product-img-box .paste-code {
	padding:17px 47px 20px 20px;
	font-size:14px;
}

.taste-club .product-img-box .paste-code p {
	margin-bottom:10px;
}
.taste-club .product-img-box .paste-code textarea {
	width:200px;
	height:85px;
}*/
.taste-club .product-img-box .caption {
	position:absolute;
	bottom:12px;
	left:0;
	width:636px;
	padding:13px 17px 17px;
	background:url(../images/blk_bg_opacity65.png) no-repeat;
	font-size:16px;
	color:#fff;
}
.taste-club .state-arrow {
	display:block;
    height: 12px;
    width: 8890px;
    background:url(../images/horiz_slide_state_arrow.png) no-repeat;
    line-height:0;
    font-size:0;
    left: -2513px;
    top: -12px;
    position: relative;
	font-size:0;
}
.taste-club .horiz-slider {
	position:relative;
	background:#000;
	padding-bottom:11px;
	overflow:hidden;
}
.taste-club .horiz-slider .slide-left {
	display:block;
	position:absolute;
	background:url(../images/horize_slide_arrows.gif) no-repeat -10px 9px #000;
	width:35px;
	height:80px;
	top:0;
	left:0;
	text-indent:-10000px;
	cursor:pointer;
}
.taste-club .horiz-slider .slide-right { 
	display:block;
	position:absolute;
	background:url(../images/horize_slide_arrows.gif) no-repeat -85px 9px #000;
	width:35px;
	height:80px;
	top:0;
	right:0;
	text-indent:-10000px;
	cursor:pointer;
}
.taste-club .horiz-slider .slide-left.inactive {
	background-position:-10px -87px;
	cursor:default;
}
.taste-club .horiz-slider .slide-right.inactive {
	background-position:-85px -87px;
	cursor:default;
}
.taste-club .horiz-slider .thumbs {
	/* width:565px;
	margin:0 35px; */
	position:relative;
	width:592px;
	margin:0 39px;
	overflow:hidden;
}
.taste-club .horiz-slider .thumbs ol { white-space:nowrap; position:relative; }
.taste-club .horiz-slider li { display:inline; padding-right:1px; position:relative; }
.taste-club .horiz-slider img { border:3px solid #000; width:109px; height:75px; cursor:pointer; }
.taste-club .horiz-slider .video-play-icon { width:52px; height:52px; position:absolute; top:16px; left:32px; background:url(../images/video_play_icon.png) no-repeat; }
.taste-club .horiz-slider .active { border:3px solid #fff; }

.taste-club .description { margin:20px; }
.taste-club .description p { margin-bottom:10px; font-size:16px; line-height:1.3; }
.taste-club .description h3 { margin-bottom:0; font-size:24px; font-weight:normal; }

#details {position:relative; overflow: hidden; width: 630px}
#details-wrapper { position:relative; width: 2540px;}
#details-wrapper .slide-content {width:630px; margin-right:10px; float: left; }
#details-wrapper .slide-content p, #details-wrapper .slide-content li { margin:10px 0; }
.taste-club .generic-box .products-grid { float:right; margin:-25px 0 15px 15px; position:relative; width:175px; }
.taste-club .generic-box { font-size:16px; }
.taste-club .generic-box .heading { margin-bottom:8px; font-style:italic; font-size:17px; }
.taste-club .generic-box li { margin:14px 0; }
.taste-club .generic-box .products-grid tr { background-image:url(../images/products_grid_td_white_on_baige.gif); }
.taste-club .generic-box .products-grid td { background-image:url(../images/products_grid_td_white_on_baige_bot.jpg); }

.taste-club .button-wrapper { text-align:center; font-size:22px; color:#b3b3b3; }
.taste-club .button-wrapper span { padding:0 3px; cursor:pointer; }
.taste-club .button-wrapper .active { color:#70a540; }

.taste-club .other-items { position: relative; overflow: hidden; width: 560px ;}
.taste-club .other-items .products-grid { position:relative; }
.taste-club .other-items .products-grid table { position:absolute; }
.taste-club .other-items .inactive { -moz-opacity:.20; -ms-filter:"alpha(opacity=20)"; filter:alpha(opacity=20); opacity:.20; cursor:default; }

.share-box {
	margin:33px 0 23px 0;
	padding:23px 30px;
	border:2px solid #ccc;
	font:bold 17px Arial, Helvetica, sans-serif;
	text-align:center;
}
.share-box a { color:#777; }

.taste-club .col-right { width:210px; padding:20px; background:url(../images/sitewide_bg_1.gif) !important; }
.taste-club .product-option-box { margin-left:-12px; font-size:20px; }
.taste-club .product-option-box  .content { background:url(../images/product_option_box_bg2.gif) no-repeat; padding-top:16px; min-height:0; }
.taste-club .product-option-box  .price { font-size:32px; }
.taste-club .product-option-box  .add-to-cart { background:url(../images/product_option_box_bg2.gif) no-repeat 0 100%; }
.taste-club .box-style3 { -moz-border-radius:3px; border-radius:3px; }
.taste-club .box-style4 { margin:15px 0; }

.value-set {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #8e8b77;
}
.value-set .col { 
	float:left; 
	width:32%; 
	margin-right:1%;
	color:#837D6D;
	font:18px Arial, Helvetica, sana-serif; 
	text-align:center;
}
.value-set .col + .col + .col { margin:0; }
.value-set .col strong {
	display:block;
	color:#35311c;
	font-size:20px;
}
.sale-counter { font:18px Arial, Helvetica, sans-serif; }
.sale-counter .col {
	float:left; 
	width:28%; 
	margin:0 2.5%;
	font-szie:18px;
	text-align:center;
	text-transform:uppercase;
}
.sale-counter .col strong {
	display:block;
	margin-bottom:3px;
	border:1px solid #fff;
	background: #aaa695;
	/* Gradient */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa695', endColorstr='#fff');
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa695), to(#fff));
	background: -moz-linear-gradient(top,  #aaa695,  #fff);
	/* Box Shadow */
	-moz-box-shadow: 0 0 5px #92917d;
	-webkit-box-shadow: 0 0 5px #92917d;
	box-shadow: 0 0 5px #92917d;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#92917d')";
	-moz-border-radius:5px;
	border-radius:5px;
	color:#fff;
	font:bold 40px Arial, Helvetica, sans-serif;
	text-shadow: #767260 0px 2px 3px;
}

/* Taste Club Landing */
.taste-club-landing .generic-box { margin:10px 0; font-size:16px; }
.taste-club-landing .generic-box p { margin-bottom:13px; }
.taste-club-landing .generic-box2 { margin:15px 0; text-align:center; }
.taste-club-landing .generic-box2 .content { padding:15px; }
.taste-club-landing .generic-box2 h2 { 
	margin-bottom:5px; 
	color:#fff; 
	font:bold 44px Arial, Helvetica, sans-serif;
 }
.taste-club-landing .generic-box2 h3 { font:bold 25px Arial, Helvetica, sans-serif; }
.taste-club-landing .sale-counter {
	float:left;
	width:230px;
	margin-top:10px;
}
.taste-producers .col { 
	position:relative; 
	width:310px; 
	height:215px; 
	overflow:hidden; 
	margin:0 8px 8px 0;
	cursor:pointer;
}
.taste-producers .col-3 { margin-right:0; }
.taste-producers .col img { width:310px; height:215px; }
.taste-producers .box-style4 { height:209px; font-size:16px; }
.taste-producers .box-style4 .content { padding:20px 25px; }
.taste-producers .box-style4 h3 { font-size:19px; }
.taste-producers .caption-box {
	position:absolute; 
	display:block;
	bottom:0; 
	left:0; 
	width:294px;
	height:45px;
	padding:4px 8px 6px; 
	background:url(../images/brown_bg_opacity90.png) no-repeat;
	color:#f6f7ec;
	font-size:18px;
	cursor:pointer;
}
.taste-producers .hover .caption-box {
	background-image:url(../images/light_brown_bg_opacity90.png);
}
.taste-producers .caption-box .producer-name { margin:0; font-size:18px; font-weight:normal; }
.taste-producers .caption-box .learn-more { font-style:italic;color:#fff; text-decoration:underline; }
.taste-producers .caption-box .arrow { float:right; margin:8px 3px 0 10px; background:url(../images/cta_arrow1.png) no-repeat; width:31px; height:24px; }
.taste-producers .caption-box .old-price { text-decoration:line-through; }
.taste-producers .caption-box .value { float:right; margin:5px 3px 0 10px; font-size:26px; }
.taste-producers .caption-box .btn-tasting-landing-btn { position:absolute; top:-135px; right:0; display:none; width:82px; height:43px; background:url(../images/taste_club_landing_buy_btn.png) no-repeat; text-indent:-999em; }
.taste-producers .hover .btn-tasting-landing-btn { display:block; }

/* November 2010 and on update */
.taste-club-landing .freeshipping-box { margin:15px 0; text-align:center; background:url(../images/freeshipping_bg.jpg) no-repeat; }
.taste-club-landing .freeshipping-box .content { padding:3px 15px; }
.taste-club-landing .freeshipping-box  h2 { 
	margin-bottom:0; 
	color:#fff; 
	font:bold 44px Arial, Helvetica, sans-serif;
 }
.taste-club-landing .freeshipping-box  h3 { font:bold 15px Arial, Helvetica, sans-serif; }
.taste-club .sidebox-freeshipping-box { margin-bottom:15px; }
.taste-club .sidebox-freeshipping-box h4 { font-size:16px; }
.taste-club .sidebox-freeshipping-box img { float:left; margin:0 10px 10px 0; }
.taste-club .sidebox-gift-box { margin-top:20px; }
.taste-club .sidebox-gift-box h4 { margin-bottom:10px; font-size:18px; font-weight:normal; line-height:1.1; }
.taste-club .btn-add-to-wishlist { margin-left:auto; margin-right:auto; }
.taste-club .btn-buy-now { width:206px; background-position:0 -1229px; margin-bottom:3px;}
.taste-club .btn-buy-now:hover { background-position:-211px -1229px; }


/* Checkout */
.subscription-deal-checkout .main { padding-right:160px; }
.subscription-deal-checkout .cart-table-container { margin-bottom:15px; }
.subscription-deal-checkout .cart-table td { font-size:16px !important; font-weight:bold !important; }
.subscription-deal-checkout .cart-table .qty { margin-right:10px; }
.subscription-deal-checkout .cart-table .tasting-box td { color:#837D6D; }
.subscription-deal-checkout .cart-table .buy-more { color:#56523B; }
.subscription-deal-checkout .text h4 { padding:12px 0 3px 0; }
.subscription-deal-checkout .text .cc-type { padding-left:40px; background:url(../images/cc_icons.gif) no-repeat;}
.subscription-deal-checkout .text .cc-mastercard { background-position:0 0; }
.subscription-deal-checkout .text .cc-visa { background-position:0 -146px; }
.subscription-deal-checkout .text .cc-discover { background-position:0 -284px; }
.subscription-deal-checkout .text .cc-american { background-position:0 -442px; }
.subscription-deal-checkout .text .cc-australian { background-position:0 -613px; }
.subscription-deal-checkout .text .cc-diners { background-position:0 -786px; }
.subscription-deal-checkout .text .cc-switch { background-position:0 -952px; }
.subscription-deal-checkout .text .cc-dankort { background-position:0 -1147px; }
.subscription-deal-checkout .text .cc-jcb { background-position:0 -1328px; }
.subscription-deal-checkout .text h4 span { font-weight:normal; }
.subscription-deal-checkout .text p { margin-bottom:8px; }
.subscription-deal-checkout .form h3 { margin:0; background:#9EB830; padding:7px 15px 6px; font-size:14px; color:#fff; line-height:36px; }
.subscription-deal-checkout .form h4 { margin-bottom:8px; }
.subscription-deal-checkout .form label { display:block; margin-bottom:3px; }
.subscription-deal-checkout .form .step { background:url(../images/sitewide_bg_2.gif) #f1f1e1; padding:25px 0 50px 240px; position:relative; font:12px arial, helvetica, sans-serif; }
.subscription-deal-checkout .buttons-set { clear:none; margin-top:20px; }
.subscription-deal-checkout .remember-this { position:relative; float:left; width:209px; height:205px; margin:-28px 0 0 -233px; background:url(../images/taste_co_blackboard.png) no-repeat; }
.subscription-deal-checkout .remember-this .content { padding:70px 20px 0; color:#fff; }
.subscription-deal-checkout .remember-this p { margin-bottom:10px; background:url(../images/dotted_divider.gif) repeat-x 0% 100%; padding-bottom:10px; }
.subscription-deal-checkout .remember-this p.last { padding-bottom:0; background:none; margin:0; }
.subscription-deal-checkout .remember-this h3 { display:none; }
.subscription-deal-checkout #fieldset-shipping_info dl { margin-bottom:20px; }
.subscription-deal-checkout #fieldset-shipping_info dt { display:none; }


/* Gift Tasting Box */
.product-tastingbox-gift .product-shop { float:left; width:621px; }
.product-tastingbox-gift .product-shop .col-1 { width:26%; background:#f7f7f1; padding:15px; }
.product-tastingbox-gift .product-shop .col-2 { width:66%; font-size:14px; line-height:1.4; }
.product-tastingbox-gift .product-option-box { float:right; width:260px; padding:16px 25px; }
.product-tastingbox-gift .product-option-box h3 { margin:0 0 10px 0; text-align:left; background:none; padding:0; line-height:1.15; }
.product-tastingbox-gift .product-option-box li { margin:12px 0; }
.product-tastingbox-gift .product-option-box label { font-size:14px; }
.product-tastingbox-gift .product-option-box textarea { height:150px; }
.product-tastingbox-gift #giftslider { margin-bottom:17px; border:1px solid #eee; }
.product-tastingbox-gift .navigation {
	background:#f4f4eb;
	padding:10px 20px;
	line-height:1;
	text-align:center;
}
.product-tastingbox-gift .navigation li { display:inline; }
.product-tastingbox-gift .navigation a {
	color:#56523B;
	font:15px arial, helvetica, sans-serif;
	padding:5px 15px;
}
.product-tastingbox-gift .navigation a.selected { font-weight:bold; }
.product-tastingbox-gift .scrollContainer div.panel {
  padding: 32px 26px 32px 330px;
  height: 210px;
  width: 264px; /* change to 560px if not using JS to remove rh.scroll */
  line-height:1.4;
  font-size:14px;
}
.product-tastingbox-gift .panel h3 { font-size:24px; font-weight:normal; }
.product-tastingbox-gift .panel img { float:left; margin:-18px 0 0 -324px; position:relative; }
.product-tastingbox-gift .panel a { font-size:15px; font-weight:bold; }
.product-tastingbox-gift .scroll {
  height: 274px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
 }
.product-tastingbox-gift .scrollButtons { display:none; }

.simply-gift-tasting { font-size:14px; }
.simply-gift-tasting h3 { font-size:19px; line-height:1.15; }
.simply-gift-tasting p { margin-bottom:10px; }



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



/* Variations  ================================================================================ */
#hide-breadcrumbs { 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 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,
.header-row3: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,
.news:after,
.social-networking:after,
.subscription-index-new .subscribe-form:after,
.taste-club .horiz-slider:after,
.taste-club .horiz-slider .thumbs ol:after,
.generic-box:after,
.generic-box .content:after,
.generic-box2 .content:after,
.box-style3 .content:after,
.box-style4 .content:after,
.value-set:after,
.sale-counter:after,
.what-we-love  div.slider-active:after,
.subscription-deal-checkout .form .step:after,
.product-tastingbox-gift .panel:after,
body.blog .blog-categories:after,
body.blog  .sidebar .icons:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }


/* Tasting Room **************************/
.tasting-room h1{color:#252420;font-size:34px;font-weight:400;margin-left:0;margin-top:0;margin-bottom:15px;}
.tasting-room h2{color:#252420;font-size:15px;font-weight:400;margin-left:0;margin-top:0;float:left;}
.box-tasting-box{width:970px;height:auto;float:left;margin:10px 0;padding:0;}
.box-tasting-box-1{border:1px solid #CCC;float:left;height:auto;width:310px;margin:0 10px 0 0;padding:0 0 10px;}
.box-tasting-box-1-int{float:left;height:auto;width:290px;margin:10px 0 0 9px;padding:0;}
.box-tasting-box-img{width:292px;height:268px;float:left;margin:0;padding:0;}
.box-tasting-box-title{width:292px;height:60px;float:left;margin:10px 0 0;padding:0;}
.box-tasting-box-title h1{color:#252420;font-size:22px;font-weight:700;margin:0;}
.box-tasting-box-title h2{color:#252420;font-size:12px;font-weight:nomal;margin:0;}
.box-tasting-box-barra{width:307px;height:43px;float:left;background-image:url(../images/tasting_room/bkg-btn.jpg);background-repeat:no-repeat;background-position:center top;margin:0 0 0 -15px;padding:0;}
.box-tasting-box-barra-int{width:295px;height:30px;float:left;margin:4px 0 0 8px;padding:0;}
.box-tasting-box-barra-int-l{width:207px;height:30px;float:left;margin:0;padding:0;}
.box-tasting-box-barra-int-r{width:88px;height:30px;float:left;margin:0;padding:0;}
.box-tasting-box-description{width:292px;height:70px;float:left;font-size:13px;line-height:19px;margin:5px 0 0;padding:0;}
.box-tasting-box-description p{font-size:13px;line-height:19px;}
.box-tasting-box-social-network{width:292px;height:30px;float:left;margin:10px 0 0;padding:0;}
.recommended{width:94px;height:94px;float:left;background-image:url(../images/tasting_room/recommended.png);background-repeat:no-repeat;background-position:left top;position:absolute;z-index:98;margin:0;padding:0;}
.box-title{width:292px;height:92px;float:left;background-image:url(../images/tasting_room/bkg.png);background-repeat:repeat-x;background-position:left top;position:absolute;line-height:92px;text-align:center;margin:0;padding:0;}
.box-title p{color:#88A23D;font-family:arial;font-size:37px;font-weight:400;margin:0;padding:0;}
.title-number{color:#fff;font-weight:700;}
.box-tasting-box-subscription{width:947px;height:100px;float:left;background-image:url(../images/tasting_room/bkg-box-subscription2.jpg);background-repeat:no-repeat;background-position:left top;margin:10px 0 10px 5px;padding:0;}
.box-tasting-box-subscription-int{width:290px;height:65px;float:left;margin:15px 0 0 641px;padding:0;}
.input-text2{background:none repeat scroll 0 0 #FFF;border:1px solid #BEBAA2;width:140px;height:23px;color:#929295;}
.box-tasting-box-form{width:948px;height:376px;float:left;background-image:url(../images/tasting_room/bkg-form.jpg);background-repeat:no-repeat;background-position:left top;margin:10px 0;padding:0;}
.box-tasting-box-form-int{width:600px;height:250px;float:left;margin:15px 0 0 18px;padding:0;}
.box-tasting-box-form-int-l{width:342px;height:250px;float:left;margin:10px 0 0;padding:0;}
.box-tasting-box-form-int-l h2{color:#252420;float:left;font-size:15px;font-weight:400;margin-left:0;margin-top:0;}
.box-tasting-box-form-int-r{width:258px;height:250px;float:left;margin:0;padding:0;}
.sweet-title{width:258px;height:40px;float:left;color:#8E191B;font-size:38px;font-weight:700;font-family:arial;text-align:center;margin:0;padding:0;}
.box-timer{width:257px;height:198px;float:left;background-image:url(../images/tasting_room/bkg-bordo.jpg);background-repeat:no-repeat;background-position:left top;margin:14px 0 0 2px;padding:0;}
.box-timer-int{width:247px;height:188px;float:left;margin:5px 0 0 7px;padding:0;}
.box-timer-int p{color:#fff;font-size:10px;font-weight:400;line-height:15px;margin:5px 0 0;padding:0;}
.text-pink{color:#D91B5C;font-size:55px;font-weight:700;font-family:arial;}
.box-tasting-box-form-int2{width:260px;height:350px;float:left;margin:15px 0 0 45px;padding:0;}
.box-banners{width:955px;height:81px;float:left;margin:15px 0 10px;padding:0;}
.box-banner-1{width:633px;height:81px;float:left;background-image:url(../images/tasting_room/bkg-banner-1.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-banner-1-int{float:left;font-size:12px;height:66px;line-height:16px;width:615px;margin:10px 0 0 8px;padding:0;}
.box-banner-1-int h1{color:#88A23D;font-size:12px;font-weight:700;margin:0;padding:0;}
.box-banner-2{width:308px;height:81px;float:left;margin:0 0 0 13px;padding:0;}
.box-sold-out{width:292px;height:46px;float:left;background-image:url(../images/tasting_room/bkg.png);background-repeat:repeat-x;background-position:left top;position:absolute;line-height:46px;text-align:center;margin:221px 0 0;padding:0;}
.extra{width:104px;height:67px;float:left;background-image:url(../images/tasting_room/extra.png);background-repeat:no-repeat;background-position:left top;position:absolute;z-index:100;margin:0;padding:0;}
.extra-int{width:60px;height:20px;float:left;margin:30px 0 0 28px;padding:0;}
.extra-int-l{color:#FFF;float:left;font-size:27px;height:20px;line-height:16px;width:32px;margin:0;padding:0;}
.extra-int-r{width:28px;height:20px;float:left;color:#fff;font-size:8px;margin:0;padding:0;}
.box-more{display:none;float:left;background-color:#fff;height:170px;margin:-170px 0 0;}
.box-tasting-box-title2{width:292px;height:20px;float:left;margin:10px 0 0;padding:0;}
.box-tasting-box-title2 h1{color:#252420;font-size:21px;font-style:italic;font-weight:700;margin:0;}
.box-tasting-box-social-icon{width:150px;height:25px;float:left;margin:0 0 15px 5px;padding:0;}
.box-tasting-box-social-icon img{margin-right:5px;}
.box-tasting-box-social-btn{width:295px;height:31px;float:left;margin:0 0 0 -10px;padding:0;}
.box-tasting-box-social-btn-l{width:160px;height:31px;float:left;background-image:url(../images/tasting_room/bkg-gris.jpg);background-repeat:no-repeat;background-position:left top;margin:0 0 0 1px;padding:0;}
.box-tasting-box-social-btn-r{width:120px;height:31px;float:left;background-image:url(../images/tasting_room/btn-add-to-cart.jpg);background-repeat:no-repeat;background-position:left top;margin:0 0 0 20px;padding:0;}
.box-tasting-box-low-stock{width:150px;height:31px;float:left;color:#B24825;font-size:21px;text-align:right;margin:0 0 0 1px;padding:0;}
.box-title-tasting-room{width:937px;height:40px;float:left;margin:0;padding:0;}
.box-title-tasting-room-l{width:757px;height:40px;float:left;margin:0;padding:0;line-height:50px}
.box-title-tasting-room-l h1{color:#252420;font-size:25px;font-style:italic;font-weight:700;margin-left:0;margin-top:0;}
.box-title-tasting-room-r{width:180px;height:40px;float:left;margin:0;padding:0;}
.box-title-tasting-room-r2{width:180px;height:20px;float:left;margin:20px 0 0;padding:0;}
.box-title-tasting-room-r2 a{color:#8DA93D;text-decoration:underline;}
.box-register-tasting-room{width:937px;height:220px;float:left;background-image:url(../images/tasting_room/bkg-register-tr.jpg);background-repeat:no-repeat;background-position:left top;margin:20px 0 0 6px;padding:0;}
.box-register-tasting-room-int{width:917px;height:200px;float:left;margin:10px 0 0 15px;padding:0;}
.box-register-tasting-room-int-l{width:530px;height:200px;float:left;margin:0;padding:0;}
.box-register-tasting-room-int-l h1{color:#88A23D;font-size:18px;font-weight:700;margin:20px 0;padding:0;}
.box-register-tasting-room-int-r{width:372px;height:200px;float:left;text-align:right;margin:0;padding:0;}
.box-register-tasting-room-already-member{width:372px;height:10px;float:left;margin:0;padding:0;}
.box-register-tasting-room-already-member a{color:#72ABAC;text-decoration:underline;font-size:10px;font-weight:400;}
.box-register-tasting-room-form{width:372px;height:170px;float:left;margin:15px 0 0;padding:0;}
.box-register-tasting-room-form-tr{width:372px;height:50px;float:left;margin:0;padding:0;}
.box-register-tasting-room-form-td-l{width:180px;height:50px;float:left;margin:0;padding:0;}
.box-register-tasting-room-form-td-r{width:180px;height:50px;float:left;margin:0 0 0 10px;padding:0;}
.box-register-tasting-room-form-td-l label,.box-register-tasting-room-form-td-r label{float:left;color:#000;font-size:14px;font-weight:400;margin:0;padding:0;}
.box-register-tasting-room-form-td-input{float:left;width:180px;height:28px;background-image:url(../images/tasting_room/bkg-input-tr.jpg);background-repeat:no-repeat;background-position:left top;margin:5px 0 0;padding:0;}
.separator{width:372px;height:15px;float:left;margin:0;padding:0;}
.btn-create-account{width:167px;height:33px;float:left;margin:0 0 0 202px;padding:0;}
.register-input-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#929295;float:left;height:20px;width:170px;margin:2px 0 0 5px;}
.box-prod-tasting-room{width:948px;height:412px;float:left;background-image:url(../images/tasting_room/bkg-prod-tasting-room.png);background-repeat:no-repeat;background-position:left top;margin:12px 0 0;padding:0;}
.box-prod-tasting-room-int{float:left;height:400px;width:935px;margin:6px 0 0 5px;padding:0;}
.box-prod-tasting-room-int-l{float:left;height:400px;width:555px;margin:6px 0 0 5px;padding:0;}
.box-prod-tasting-room-int-r{float:left;height:400px;width:365px;margin:0;padding:0;}
.box-prod-tasting-room-int-r-int{float:left;height:345px;width:360px;margin:25px 0 0;padding:0;}
.price-tasting-room{color:#252420;font-size:22px;font-style:italic;font-weight:700;float:left;margin:10px 0;width:200px}
.estimate-tasting-room{color:#252420;font-size:12px;font-style:normal;font-weight:400;float:left;margin:10px 0;}
.recommended2{width:108px;height:111px;float:left;background-image:url(../images/tasting_room/recommended2.png);background-repeat:no-repeat;background-position:left top;position:absolute;z-index:98;margin:-6px 0 0 -5px;padding:0;}
.box-in-the-box{width:988px;height:37px;float:left;background-color:#E9F3F4;margin:25px 0 0 -20px;padding:0;}
.box-in-the-box-title{background-image:url("../images/tasting_room/title-box.png");background-position:left top;background-repeat:no-repeat;color:#FFF;float:left;font-size:18px;font-style:italic;height:46px;line-height:36px;text-align:left;width:176px;margin:0 0 0 -12px;padding:0 0 0 20px;}
.box-register-to-by-more{color:#FFF;float:left;font-size:18px;font-style:italic;height:37px;line-height:37px;text-align:left;width:215px;margin:0;padding:0;}
.box-register-to-by-more a{font-size:14px;font-weight:700;}
.box-prod-tasting-room-desc{width:946px;height:auto;float:left;margin:20px 0 0;padding:0;}
.box-desc-prod-1{width:906px;height:390px;float:left;margin:0 0 0 20px;padding:0;}
.box-desc-prod-1-l{width:542px;height:390px;float:left;margin:0;padding:0;}
.box-desc-prod-1-r{width:364px;height:390px;float:left;margin:0;padding:0;}
.box-desc-prod-1-r h1{color:#252420;float:left;font-size:18px;font-style:italic;font-weight:700;width:364px;margin:0 0 10px;}
.box-desc-prod-1-r p{line-height:20px;margin:0;padding:0;}
.box-desc-prod-2{width:946px;height:auto;float:left;margin:40px 0 0;padding:0;}
.box-desc-prod-2 h1{color:#B24825;float:left;font-size:18px;font-style:italic;font-weight:700;text-decoration:underline;margin:0;}
.box-desc-prod-2-b{width:955px;height:214px;float:left;margin:10px 0 0;padding:0;}
.box-desc-prod-2-b-2{width:310px;height:214px;float:left;margin:0 8px 0 0;padding:0;}
.box-learn-more{width:310px;height:55px;float:left;background-image:url(../images/tasting_room/bkg-more-prod.png);background-repeat:repeat-x;background-position:left top;position:absolute;margin:159px 0 0;padding:0;}
.box-learn-more-int{width:295px;height:40px;float:left;margin:6px 0 0 6px;padding:0;}
.box-learn-more-int-l{width:260px;height:40px;float:left;color:#fff;font-size:16px;font-style:italic;font-weight:700;margin:0;padding:0;}
.box-learn-more-int-l a{color:#fff;font-size:16px;font-style:italic;font-weight:700;text-decoration:underline;}
.box-learn-more-int-r{width:35px;height:40px;float:left;margin:0;padding:0;}
.box-sold-out p,.box-learn-more p{color:#fff;font-size:26px;font-weight:400;margin:0;padding:0;}
.box-register-tasting-room-int-l p,.box-prod-tasting-room-int-r-int p{line-height:20px;margin:0;padding:0;}
.box-shopping-cart-tasting-room{width:355px;height:auto;float:left;background-color:#E9F3F4;margin:0 0 0 1px;padding:0;}
.box-shopping-cart-tasting-room-title{background-color:#E9F3F4;float:left;height:37px;width:355px;margin:0;padding:0;}
.box-shopping-cart-tasting-room-title2{background-image:url("../images/tasting_room/title-box.png");background-position:left top;background-repeat:no-repeat;color:#FFF;float:left;font-size:18px;font-style:italic;height:46px;line-height:36px;text-align:left;width:176px;margin:0 0 0 -13px;padding:0 0 0 20px;}
.box-shopping-cart-tasting-room-int{width:310px;height:auto;float:left;margin:12px 0 15px 22px;padding:0;}
.itemsTxt{color:#345F60;font-weight:700;}
.box-shopping-cart-item{background-image:url("../images/tasting_room/bkg-shoppping-cart.jpg");background-position:left top;background-repeat:no-repeat;float:left;height:60px;width:308px;margin:5px 0 7px;padding:0;}
.box-shopping-cart-item-int{width:288px;height:40px;float:left;margin:10px 0 0 10px;padding:0;}
.box-shopping-cart-item-int-c{width:198px;height:40px;float:left;font-style:italic;margin:0;padding:0;}
.box-shopping-cart-item-int-r a{color:#B24825;text-decoration:none;}
.box-shopping-cart-tasting-room-title2b{background-color:#E9F3F4;float:left;height:37px;width:593px;margin:0;padding:0;}
.box-shopping-cart-tasting-room-title2b2{background-image:url("../images/tasting_room/title-box.png");background-position:left top;background-repeat:no-repeat;color:#FFF;float:left;font-size:18px;font-style:italic;height:46px;line-height:36px;text-align:left;width:176px;margin:0;padding:0 0 0 20px;}
.box-checkout{width:564px;height:auto;float:left;margin:25px 0 0 13px;padding:0;}
.box-checkout-top{width:564px;height:15px;float:left;background-image:url("../images/tasting_room/bkg-checkout-top.jpg");background-position:left top;background-repeat:no-repeat;margin:0;padding:0;}
.box-checkout-middle{width:564px;height:auto;float:left;background-image:url("../images/tasting_room/bkg-checkout-middle.jpg");background-position:left top;background-repeat:repeat-y;margin:0;padding:0;}
.box-checkout-bottom{width:564px;height:170px;float:left;background-image:url("../images/tasting_room/bkg-checkout-bottom.jpg");background-position:left top;background-repeat:no-repeat;margin:0;padding:0;}
.box-checkout-bottom-int{width:400px;height:140px;float:left;margin:25px 0 0 110px;padding:0;}
.box-checkout-bottom-int-l{width:185px;height:125px;float:left;font-size:14px;font-weight:700;margin:0;padding:0;}
.box-checkout-bottom-int-r{width:195px;height:140px;float:left;margin:0 0 0 20px;padding:0;}
.box-checkout-form{width:422px;height:auto;float:left;margin:20px 0 25px 45px;padding:0;}
.box-checkout-input{float:left;width:360px;height:28px;background-image:url(../images/tasting_room/bkg-checkout-input.jpg);background-repeat:no-repeat;background-position:left top;margin:12px 0 0;padding:0;}
.checkout-input-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#A97B50;float:left;height:20px;width:345px;font-size:11px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 5px;}
.box-checkout-input2{float:left;width:180px;height:28px;background-image:url(../images/tasting_room/bkg-checkout-input2.jpg);background-repeat:no-repeat;background-position:left top;margin:12px 0 0;padding:0;}
.checkout-input2-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#A97B50;float:left;height:20px;width:165px;font-size:11px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 5px;}
.box-checkout-input3{float:left;width:170px;height:28px;margin:12px 0 0 10px;padding:0;}
.box-checkout-input3-l{float:left;width:136px;height:28px;background-image:url(../images/tasting_room/bkg-checkout-input3.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-checkout-input3-l-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#A97B50;float:left;height:20px;width:120px;font-size:11px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 5px;}
.box-checkout-input4{float:left;width:360px;height:28px;margin:12px 0 0;padding:0;}
.box-checkout-input4-l{float:left;width:326px;height:28px;background-image:url(../images/tasting_room/bkg-checkout-input4.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-checkout-input4-l-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#A97B50;float:left;height:20px;width:310px;font-size:11px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 5px;}
.box-checkout-input5{float:left;width:90px;height:28px;background-image:url(../images/tasting_room/bkg-checkout-input5.jpg);background-repeat:no-repeat;background-position:left top;margin:12px 0 0;padding:0;}
.checkout-input5-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#A97B50;float:left;height:20px;width:75px;font-size:11px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 5px;}
.box-checkout-input6{float:left;width:245px;height:28px;background-image:url(../images/tasting_room/bkg-checkout-input6.jpg);background-repeat:no-repeat;background-position:left top;margin:12px 0 0;padding:0;}
.checkout-input6-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#A97B50;float:left;height:20px;width:230px;font-size:11px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 5px;}
.expirationForm{font-size:10px;font-weight:400;float:left;}
.freeTxt{color:#909193;font-size:9px !important;font-weight:400;line-height:14px;}
.expiration{float:left;width:450px;height:5px;font-size:11px;margin:10px 0 0;}
.box-checkout-tasting-room{width:985px;height:auto;float:left;margin:20px 0 80px -20px;padding:0;}
.box-checkout-tasting-room-l{width:640px;height:auto;float:left;margin:0;padding:0;}
.box-checkout-tasting-room-r{width:320px;height:auto;float:left;margin:0 0 0 25px;padding:0;}
.box-checkout-tasting-room-r img{margin:0 0 15px;}
.box-shopping-cart{width:628px;height:auto;float:left;margin:0 0 0 22px;padding:0;}
.box-shopping-cart-top{width:628px;height:16px;float:left;background-image:url(../images/tasting_room/bkg-checkout-form-top.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-shopping-cart-middle{width:628px;height:auto;float:left;background-image:url(../images/tasting_room/bkg-checkout-form-middle.jpg);background-repeat:repeat-y;background-position:left top;margin:0;padding:0;}
.box-shopping-cart-middle-int{width:603px;height:auto;float:left;margin:12px 0 0 12px;padding:0;}
.box-shopping-cart-title-items{width:603px;height:20px;float:left;border-bottom:1px solid #BDBEC0;margin:0 0 15px;padding:0;}
.box-shopping-cart-items{width:603px;height:48px;float:left;margin:0 0 15px;padding:0;}
.priceItem{font-size:21px;font-weight:700;}
.xItem{font-size:12px;font-weight:700;line-height: 30px;}
.removeItem{font-size:11px;font-weight:400;color:#B24610;text-decoration:none;}
.box-qty{float:left;width:40px;height:28px;background-image:url(../images/tasting_room/bkg-qty.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-qty-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#1B1B1F;float:left;height:20px;text-align:center;width:25px;font-size:12px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 8px;}
.box-shopping-cart-items-bottom{float:left;width:603px;height:12px;background-image:url(../images/tasting_room/linea-checkout-form2.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-shopping-cart-apply{width:603px;height:40px;float:left;margin:15px 0;padding:0;}
.startTxt{font-size:10px;font-weight:400;color:#AEAFB2;}
.box-code{float:left;width:110px;height:28px;background-image:url(../images/tasting_room/bkg-code.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-code-text{background:none repeat scroll 0 0 #FFF;border:0 solid #BEBAA2 !important;color:#AEAFB2;float:left;height:20px;text-align:left;width:95px;font-size:12px;font:12px/1.25 georgia,"times new roman",times,serif;margin:2px 0 0 8px;}
.box-shopping-cart-total{width:603px;height:130px;float:left;margin:0;padding:0;}
.box-shopping-cart-total-l{width:330px;height:130px;float:left;margin:0;padding:0;}
.box-recurring{width:290px;height:70px;float:left;background-image:url(../images/tasting_room/bkg-recurring.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-recurring-title{width:170px;height:13px;float:left;font-size:10px;font-weight:700;color:#fff;margin:6px 0 0 15px;padding:0;}
.box-recurring-subtitle{color:#1B1B1F;float:left;font-size:10px;font-style:italic;font-weight:400;height:13px;width:240px;margin:17px 0 0 25px;padding:0;}
.box-shopping-cart-total-r{width:273px;height:130px;float:left;margin:0;padding:0;}
.subtotalTxt{font-size:14px;font-weight:700;color:#67666B;}
.subtotalPriceTxt{font-size:14px;font-weight:700;color:#1B1B1F;}
.totalTxt{font-size:18px;font-weight:700;color:#1B1B1F;font-style:italic;}
.totalTxt2{font-size:18px;font-weight:700;color:#1B1B1F;}
.box-shopping-cart-bottom{width:628px;height:15px;float:left;background-image:url(../images/tasting_room/bkg-checkout-form-bottom.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-shopping-title{float:left;height:37px;width:628px;margin:0;padding:0;}
.box-shopping-title2{background-image:url("../images/tasting_room/title-box.png");background-position:left top;background-repeat:no-repeat;color:#FFF;float:left;font-size:18px;font-style:italic;height:46px;line-height:36px;text-align:left;width:176px;margin:0 0 0 -12px;padding:0 0 0 20px;}
.titleForm{font-size:12px;font-weight:700;color:#473623;}
.box-payment{float:left;width:300px;margin:45px 0 0;}
.box-credit-cart{float:left;width:380px;margin:10px 0 0;}
.foodzieTxt{font-size:12px;font-weight:400;color:#AEAFB2;}
.box-your-info-edit{width:590px;height:auto;float:left;margin:15px 0 0;padding:0;}
.box-shopping-cart-item-int-l,.box-shopping-cart-item-int-r{width:45px;height:40px;float:left;margin:0;padding:0;}
.box-checkout-input3-r,.box-checkout-input4-r{float:left;width:34px;height:28px;background-image:url(../images/tasting_room/bkg-scroll.jpg);background-repeat:no-repeat;background-position:left top;margin:0;padding:0;}
.box-checkout-input3-r-int,.box-checkout-input4-r-int{float:left;width:27px;height:26px;margin:1px 0 0 3px;padding:0;}
.confirmation{width:605px;height:265px;float:left;margin:0 0 0 20px;padding:0;}
.social{width:605px;height:30px;float:left;margin:10px 0 25px;padding:0;}
.social h1{color:#909F0C;font-size:24px;font-weight:700;margin-left:0;margin-top:0;}
.confirmation-price{width:605px;height:130px;float:left;margin:15px 0 0;padding:0;}
.confirmation-price-l{width:330px;height:130px;float:left;margin:0;padding:0;}
.confirmation-price-r{width:275px;height:130px;float:left;margin:0;padding:0;}
.orange{color:#DB7E2A;}
.grey{color:#807F84;}
.box-faq{width:308px;height:auto;float:left;margin:20px 0 0;padding:0;}
.box-faq-top{width:308px;height:14px;float:left;background-image:url("../images/tasting_room/bkg-faq-top.jpg");background-position:left top;background-repeat:no-repeat;margin:0;padding:0;}
.box-faq-middle{width:308px;height:auto;float:left;background-image:url("../images/tasting_room/bkg-faq-middle.jpg");background-position:left top;background-repeat:repeat-y;margin:0;padding:0;}
.box-faq-middle-int{width:278px;height:auto;float:left;color:#909F0C;font-size:12px;margin:0 0 0 15px;padding:0;}
.box-faq-middle-int h1{color:#909F0C;font-size:18px;font-weight:700;margin-left:0;margin-top:0;}
.box-faq-bottom{width:308px;height:14px;float:left;background-image:url("../images/tasting_room/bkg-faq-bottom.jpg");background-position:left top;background-repeat:no-repeat;margin:0;padding:0;}

