/*-=====================================
============== HOME ====================
=====================================-*/

.home .top {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}

.home #intro h1 {
	padding: 0 15px;
}

.home #special {
	float: left;
	margin-left: 15px;
	width: 47%;
	min-height: 232px;
}

.home #special h3, .home #sidebar-widget h3 {
	-moz-border-radius: 8px;
   border-radius: 8px;
   padding: 6px;
   color: #fff;
}

.home #special img {
   border: 1px solid #555; 
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 15px;
   width: 35%;
}

.home #sidebar-widget {
	float: right;
	margin-right: 15px;
	width: 47%;
}

.home #special-price {
	font-weight: bold;
	margin-top: 10px;
}

.home section.middle {
	margin-top: 0;
}

.home .feature-boxes {
	float: left;
	width: 27%;
	margin-left: 2%;
	padding:20px;
	border:1px solid #ddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	box-shadow:0px 0px 2px #ddd;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url('http://shop-n-save.info/img/service_bg.jpg');
	background-color:#fff;
}

.home .feature-boxes.tops {
	min-height: 230px;
}

.home .feature-boxes.tops img {
	width: 55%;
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}

.home .feature-boxes img {
	border: 1px solid #555;
	-moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 2px 4px 5px #444;
	box-shadow: 2px 4px 5px #444;
}

.home .feature-boxes h3 {
	padding-bottom:10px;
	border-bottom:1px dashed #031bfd;
}

.home .feature-boxes h4 {
	margin-bottom: 0;
	font-weight: bold;
}

.home .feature-boxes .telephone {
	color: blue;
	font-size: 120%;
	margin-bottom: 10px !important;
	font-weight: bold;
	display: block;
}

.home .feature-boxes .hours {
	font-size: 110%;
	font-weight: bold;
	display: block;
}

.home .bottom {
	margin-top:20px;
}

.home .feature-boxes.bottom {
	min-height: 325px;
}

.home .feature-boxes.bottom img {
	width: 100%;
	border: 1px solid #bbb;
	-moz-border-radius: 8px;
   border-radius: 8px;
}

/*-=====================================
============= END HOME =================
=====================================-*/

/*-========================================================================-*/

/*-=====================================
============= SPECIALS =================
=====================================-*/

.specials #main {
	float: none;
	width: 90%;
	margin-left: auto;
   margin-right: auto;
   margin-top: 30px;
   overflow: hidden;
	border:1px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow:0px 0px 2px #ddd;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url(http://shop-n-save.info/img/service_bg.jpg);
	background-color:#fff;
	padding:20px;
}

.specials #main p {
	font-size: 125%;
}

.specials #main h2 {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 200%;
}

.specials #main img {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	padding:4px;
	border:1px solid #ddd;
	width: 31.5%;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	box-shadow:0px 0px 2px #ddd;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url(http://shop-n-save.info/img/service_bg.jpg);
	background-color:#fff;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}

.specials #main img:hover {
	-webkit-border-radius:175px;
	-moz-border-radius: 175px;
	-ms-border-radius: 175px;
	-o-border-radius: 175px;
	border-radius: 175px;
	box-shadow:0px 0px 2px #ddd;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url(http://shop-n-save.info/img/service_bg.jpg);
	background-color:#fff;
	webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	z-index:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}

.specials h4 {
   margin-top: 12px;
}

.specials #item-tag {
	font-size: 1.5em;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding-top: 0;
	padding-bottom: 9px;
	width: 98%;
	color: #031bfd;
	font-weight: bold;
	overflow: hidden;
}

.specials #item-tag p {
	float: left;
	width: auto;
	margin-right: 5px;
	font-weight: bold;
	font-family: Georgia;
	font-style: italic;
}

.specials .recipe-button {
   margin-top: 10px;
   height: 35px;
   border: 1px solid #fff;
   margin-bottom: 15px;
}

.specials .recipe-button .btn:hover {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}

/*-=====================================
=========== END SPECIALS ===============
=====================================-*/

/*-========================================================================-*/

/*-=====================================
============= CIRCULAR =================
=====================================-*/

.circular #ad-display {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.circular ul.tabs#split-tabs {
	display: none;
}

.circular ul.tabs {
	width: 100%;
	margin-left: auto;
   margin-right: auto;
   margin-top: 40px;
	padding: 0;
	list-style: none;
	height: 32px;
	border-left: 1px solid #ddd;
}

.circular ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
}

.circular ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 20px;
	outline: none;
}
.circular ul.tabs a:active {
	outline:none;
}
.circular ul.tabs a.current, .circular ul.tabs a.current:hover, .circular ul.tabs li.current a {
	cursor:default !important;
}

.circular .panes {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #ddd;
}

.circular .panes div {
	padding: 20px;
	width: 100%;
	margin-left: auto;
   margin-right: auto;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url('http://shop-n-save.info/img/service_bg.jpg');
}

.circular .panes div img {
	width: 95%;
	margin-bottom: 10px;
}

.panes h4 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:16px;
	color:#333;
}

/*-=====================================
=========== END CIRCULAR ===============
=====================================-*/

/*-========================================================================-*/

/*-=====================================
=============== ABOUT ==================
=====================================-*/

.about #content {
	width: 100%;
}

.about #welcome {
	float: left;
	margin-top: 20px;
	width: 30%;
	margin-left: 2%;
	font-size: 110%;
}

.about #welcome img {
	display: block;
	margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
}

.about #dept-svc {
	width: 30%;
	float: left;
	margin-left: 2%;
	margin-top: 15px;
	font-size: 120%;
}

.about ul.tabs {
	width: 100%;
	margin-left: auto;
   margin-right: auto;
   padding: 0;
	list-style: none;
	height: 32px;
	border-left: 1px solid #ddd;
}

.about.benzonia ul.tabs {
	font-size: 13px;
}

.about ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
}

.about ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 20px;
	outline: none;
}

.about.benzonia ul.tabs li a {
	padding: 0 10px;
}

.about ul.tabs a:active {
	outline:none;
}
.about ul.tabs a.current, .about ul.tabs a.current:hover, .about ul.tabs li.current a {
	cursor:default !important;
}

.about .panes {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #ddd;
}

.about .panes div {
	padding: 20px;
	width: 85%;
	margin-left: auto;
   margin-right: auto;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url('http://shop-n-save.info/img/service_bg.jpg');
}

.about .panes div ul {
	width: 100%;
}

.about .panes div img {
	width: 95%;
	margin-bottom: 10px;
}

.about #brands {
	float: left;
	margin-left: 2%;
	margin-top: 10px;
	width: 30%;
}

.about #brands img {
	margin-top: 10px;
	display: block;
	margin-left: auto;
   margin-right: auto;
}

.about #senior-discounts {
	margin-left: auto;
   margin-right: auto;
}

.about #double-coupons p, .about #senior-discounts p {
	margin-top: 3px;
}

/*-=====================================
============== END ABOUT ===============
=====================================-*/

/*-========================================================================-*/

/*-=====================================
=============== COUPONS ================
=====================================-*/

.coupons #coupons-section {
   margin-left: auto;
   margin-right: auto;
   width: 70%;
}

/*-=====================================
============ END COUPONS ===============
=====================================-*/

/*-========================================================================-*/

/*-=====================================
============= CONTACT ==================
=====================================-*/

.contact #map {
   width: 100%;
   position: relative;
   overflow: hidden;
   padding-bottom: 30%;
}

.contact #map iframe, .contact #map object, .contact #map embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.contact #greeting {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.contact #address {
	margin-top: 20px;
	margin-left: 25px;
	float: left;
	width: 250px;
	font-size: 120%;
}

.contact #contact-form {
	margin-top: 20px;
	margin-left: 40px;
	float: left;
	width: 55%;
}

.contact #process-display {
	width: 95%;
	margin-left: 25px;
}

/*-=====================================
============ END CONTACT ===============
=====================================-*/

/*-========================================================================-*/

/*-=====================================
============ FUNDRAISING ===============
=====================================-*/

.fundraising #fundraising-main {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.fundraising .form-link {
	overflow: hidden;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 30px;
	width: 250px;
	text-align: center;
	border:1px solid #ddd;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	box-shadow:0px 0px 2px #ddd;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url(http://shop-n-save.info/img/service_bg.jpg);
	background-color:#fff;
	padding:20px;
}

.fundraising ul.tabs {
	width: 100%;
	margin-left: auto;
   margin-right: auto;
   margin-top: 40px;
	padding: 0;
	list-style: none;
	height: 32px;
	border-left: 1px solid #ddd;
}

.fundraising ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
}

.fundraising ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 0 20px;
	outline: none;
}
.fundraising ul.tabs a:active {
	outline:none;
}
.fundraising ul.tabs a.current, .fundraising ul.tabs a.current:hover, .fundraising ul.tabs li.current a {
	cursor:default !important;
}

.fundraising .panes {
	border-top: none;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-left: auto;
   margin-right: auto;
	border: 1px solid #ddd;
}

.fundraising .panes div {
	padding: 20px;
	width: 95%;
	margin-left: auto;
   margin-right: auto;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url('http://shop-n-save.info/img/service_bg.jpg');
}

.fundraising .panes div img {
	width: 95%;
	margin-bottom: 10px;
}

.panes h4 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:16px;
	color:#333;
}

.fundraising .year {
	font-size: 120%;
}

.fundraising #accordion h3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 110%;
}

.fundraising .pane .left img {
   margin-right: 15px;
}

.fundraising .pane .right img {
   margin-left: 15px;
}

.fundraising img#no-collage {
   display: none;
}

.fundraising img#collage {
   padding-top: 2%;
   padding-bottom: 2%;
   width: 82%;
   margin-left: 8%;
}

/*-=====================================
========== END FUNDRAISING =============
=====================================-*/

/*-========================================================================-*/

/*-=====================================
======= SHOP LIST LANDING PAGE =========
=====================================-*/

.shop #shop-info {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.shop #shop-info img {
	width: 40%;
}

/*-=====================================
===== END SHOP LIST LANDING PAGE =======
=====================================-*/

/*-========================================================================-*/

/*-=====================================
========= SHOP LIST MAIN PAGE ==========
=====================================-*/

.list header {
	padding-bottom: 30px;
}

.list header img {
	margin-left: 15px;
}

.list #intro {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
   border-right: none;
   border-left: none;
}

.list #content {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.list .section a {
   color: #8b1732;
   text-decoration: none;
}

.list #leftgroup {
   float: left;
   width: 32%;
}

.list #rightgroup {
   float: right;
   width: 32%;
}

.list #centergroup {
   width: 32%;
   margin-left: auto;
   margin-right: auto;
}

.list .container h2 {
   text-align:                          center;
   margin-bottom:                         10px;
}

.list .expandable {
   width: 100%;
   padding-bottom:                        10px;
}

.list .toggled-title {
   display:                               none;
}

/*
input[type=text], input[type=password], textarea {
	border: 1px solid #ccc;
	color: #ddd;
	background-color: transparent;
	float: right;
   margin-right: 5px;
   width: 50%;
}
*/

.list fieldset {
   padding: 10px 0 0 0;
   width: 100%;
   border: 1px solid gray;
}

.list fieldset ul {
   list-style: none;
   overflow: hidden;
}

.list fieldset li {
   padding-bottom: 8px;
   float: left;
   clear: left;
   width: 100%;
   margin-left: 5px;
}

.list fieldset label {
   float: left;
   width: 35.5%;
   margi-right: 1em;
   text-align: right;
}

.list #print {
	margin-top: 15px;
	margin-left: 30px;
}

/*-=====================================
======= END SHOP LIST MAIN PAGE ========
=====================================-*/

/*-========================================================================-*/

/*-=====================================
======= CAREERS AND APPLICATION ========
=====================================-*/

.careers #main {
	margin-top: 25px;
	width: 95%;
	margin-left: auto;
   margin-right: auto;
   float: none;
}

.careers .app-link {
	overflow: hidden;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	width: 150px;
	text-align: center;
	border:1px solid #ddd;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	box-shadow:0px 0px 2px #ddd;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image: url(http://shop-n-save.info/img/service_bg.jpg);
	background-color:#fff;
	padding:20px;
}

.employment #employment-main {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.employment form {
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
}

.employment .page1 {
   float: left;
   margin-top: 15px;
   width: 470px;
}

.employment form .page2 {
   float: right;
   margin-top: 15px;
   width: 470px;
}

.employment fieldset {
   margin:                         0 0 1.5em 0;
   padding:                                  0;
   float:                                 left;
   clear:                                 left;
   width: 465px;
   border:                      1px solid gray;
   margin-left:                           auto;
   margin-right:                          auto;
}

.employment fieldset legend {
   margin-left:                    1em;
   padding:                          0;
   color:                        maroon;
   font-weight:                   bold;
}

.employment fieldset ol {
   padding:                1em 1em 0 1em;
   list-style:                    none;
}

.employment fieldset li {
   padding-bottom:                 1em;
   float:                         left;
   clear:                         left;
   width:                         100%;
}

.employment input {
   width: 230px;
}

.employment input#name {
   width: 229px;
}

.employment fieldset.submit {
   border-style:                  none;
   padding:                          0;
   margin-left:                    5px;
   width:                        100px;
   float:                         none;
   background-image:              none;
}

.employment fieldset label {
   float:                         left;
   width:                         11em;
   margin-right:                   1em;
   text-align:                   right;
}

/*-=====================================
=== END CAREERS AND APPLICATION PAGE ===
=====================================-*/

/*-========================================================================-*/

/*-=====================================
=========== BEER WINE LIQUOR ===========
=====================================-*/

.beer-wine-liq #liquor-main {
	width: 95%;
	float: none;
	margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
}

.beer-wine-liq #liquor-main li {
	float: left;
	margin-right: 1.75%;
}

.beer-wine-liq #liquor-main li.last {
	margin-right: 0;
}

.beer-wine-liq #liquor-main li img {
	width: 96.5%;
}

.liquor #liquor-content {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.liquor #liquor-content img {
	margin-bottom: 20px;
}

/*-=====================================
====== END BEER WINE LIQUOR PAGE =======
=====================================-*/

/*-========================================================================-*/

/*-=====================================
============= PRIVACY PAGE =============
=====================================-*/

.privacy #privacy-main {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.privacy #privacy-main h3 {
   margin-top: 15px;
   font-weight: bold;
   text-decoration: underline;
}

.privacy #privacy-main ul, .privacy #privacy-main ol {
   margin-left: 35px;
   margin-top: 10px;
}

.privacy #privacy-main li {
   margin-top: 5px;
}

.privacy #privacy-main .fa {
   font-size: 40%;
   vertical-align: middle;
}

/*-=====================================
=========== END PRIVACY PAGE ===========
=====================================-*/

/*-========================================================================-*/

/*-=====================================
========= GROC FROZ DAIRY PAGE =========
=====================================-*/

.groc-froz-dairy #groc-froz-dairy-main {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.groc-froz-dairy #groc-froz-dairy-main section {
	width: 90%;
}

.groc-froz-dairy #groc-froz-dairy-main section img {
	-moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: 2px 4px 5px #444;
	box-shadow: 2px 4px 5px #444;
	margin-bottom: 10px;
}

/*-=====================================
======= END GROC FROZ DAIRY PAGE =======
=====================================-*/

/*-========================================================================-*/

/*-=====================================
============ NON FOODS PAGE ============
=====================================-*/

.non-foods #non-foods-main {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.non-foods #non-foods-main section {
	width: 90%;
}

.non-foods #non-foods-main section img {
	-moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: 2px 4px 5px #444;
	box-shadow: 2px 4px 5px #444;
	margin-bottom: 10px;
}

/*-=====================================
========== END NON FOODS PAGE ==========
=====================================-*/

/*-========================================================================-*/

/*-=====================================
=========== GIFT CARDS PAGE ============
=====================================-*/

.gift-cards #gift-cards-main {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

.gift-cards #gift-cards-main img {
	margin-top: 15px;
}

/*-=====================================
========= END GIFT CARDS PAGE ==========
=====================================-*/

/*-========================================================================-*/

/*-=====================================
========== CAKES GALLERY PAGE ==========
=====================================-*/

.cakes-gallery #cakes-gallery-main {
	width: 95%;
	margin-left: auto;
   margin-right: auto;
}

/*-=====================================
======== END CAKES GALLERY PAGE ========
=====================================-*/

/*-========================================================================-*/





/*
     FILE ARCHIVED ON 01:10:32 Jan 31, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:09:18 Jun 08, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 106.752
  exclusion.robots: 0.143
  exclusion.robots.policy: 0.134
  cdx.remote: 0.056
  esindex: 0.007
  LoadShardBlock: 72.141 (3)
  PetaboxLoader3.datanode: 167.658 (5)
  load_resource: 243.714 (2)
  PetaboxLoader3.resolve: 119.934 (2)
*/