@font-face {
    font-family: "Sloop ScriptOne";
    src: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/fonts/sloop-scriptone.eot'),
         url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/fonts/sloop-scriptone.ttf');
}

.info-container {
    padding: 5px 0 0 !important;
}

.info-container h2 {
    margin: 0 0 0 !important;
    font-size: 1.5em !important;
}

.info-container .infoList {
    padding: 0 0 0 0 !important;
}

/*RESET*/
html,body{
    margin:0;
    padding:0;
}
body,
.store-container-outer{
    line-height:initial;
    font-size: 12px; 
    font-family: "Trebuchet MS"; 
    background-color: #ddd;
    color:#808080;
}
.store-container-outer table { font-size: 13px; }
.store-container-outer a {text-decoration: none; }

.services-wrapper .infoTitle {
    float: left;
    width: 100px;
}

/*general*/
.store-container-outer {
    width:900px; 
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: inset 0px 0px 8px 0px #888;
    -webkit-box-shadow: inset 0px 0px 8px 0px #888;
    box-shadow: inset 0px 0px 8px 0px #888;
    border:1px solid #fff;
}
.store-container-outer .catalogue-container {
    position: relative;
    border:1px solid #d9d9d9;
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/store-back.jpg') no-repeat;
    margin:10px;
}
.store-content {
    overflow: auto;
    padding: 0 5px;
}

.warningbox {
    background-color: #ba9bb4;
    box-shadow: inset 0px 0px 6px 1px #777;
    color:#fff;
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
    width: 60%;
    float: left;
}

.warningbox2 {
    background-color: #ba9bb4;
    box-shadow: inset 0px 0px 6px 1px #777;
    color:#fff;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}

.store-content-padded{
    margin-top:100px;
    padding: 0 25px;
}
.store-content #store-column1 {
    float:left;
    height: 1000px;
    width:240px;
    background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/background-side-menu.png') repeat-y;
    position: relative;
    margin:110px 0 0 9px;
}
.store-content #store-column1 .store-column1-header .header-dark{
    font-size: 1.3em;
    font-weight: bold;
}
.store-content #store-column1 .store-column1-header .header-desc{
    line-height: 18px;
}
.store-content #store-column1 #store-column1-help{
    position: absolute;
    bottom: 0px;
}
.store-content #store-column1 #store-column1-help a{
    color:#b181a7;
}
.store-content #store-column1 #store-column1-help #store-help-options{
    position:relative;
    top:-10px;
    border-width: 5px;
    padding: 10px 5px 10px 45px;
    font-size: 1.2em;
}
.store-content #store-column1 #store-column1-help #store-help-options>div{
    margin: 10px 0;
}
.store-content #store-column1 #store-column1-help #store-help-options a{ color:#808080; cursor: pointer;}
.store-content #store-column1 #store-column1-help #store-help-options a:hover{ color:#b181a7;}
.store-content #store-column1 #store-column1-help .detail-daisy p{
    text-align: center;
}

.store-content #store-column2 {
    float: right;
}
.store-content #store-column2 #store-column2-header{
    display:none;
    /*
    background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/background-index-header.png') no-repeat;
    width:618px;
    height: 433px;
    position: relative;
    */
}
.store-content #store-column2 #store-column2-header #store-column2-header-msg{
    width: 390px;
    position: absolute;
    top: 115px;
    left: 195px;
    line-height: 16px;
}
.store-content #store-column2 #store-column2-header .detail-pinkflowers{
    position: absolute;
    top:240px;
    right: 20px;
}
.store-content #store-column2 #store-column2-header .detail-whiteflowers{
    position: absolute;
    top:250px;
    right: 185px;
}
.store-content #store-column2-content{
    width:600px;
    margin:0 auto;
    position: relative;
    /*margin-top:10px;*/
    margin-top:38px;
}
.store-content #store-page-title {
    margin-bottom: 10px;
}
.store-content #store-page-title #store-page-name{
    font-size: 1.3em;
}


/*header*/
#bom-wrapper .store-header-bom{
    background: #422237; /* Old browsers */
    background: -moz-linear-gradient(top,  #422237 0%, #954e86 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#422237), color-stop(100%,#954e86)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #422237 0%,#954e86 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #422237 0%,#954e86 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #422237 0%,#954e86 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #422237 0%,#954e86 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422237', endColorstr='#954e86',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    text-align: center;
}
#bom-wrapper .store-header-bom a{
    color:#fff;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #333;
}
.store-header #store-header-top {
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/header-top.png') no-repeat;
    background-position-x: 40px;
    height:83px;
}
.store-header #store-header-bottom {
    position: relative;
    top: 1px;
    z-index: 10;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 3px 18px -2px #555;
    width: 832px;
    margin: 0 auto;
    border-radius: 5px;
}
.store-container-inner #store-header-top-right { 
    position: relative;
    top:7px;
    right:24px;
    float: right;
    text-align: right;
}
#store-header-top-right form {
    display: block;
    margin: 8px 0 0 0;
}
.store-container-inner #store-header-top-right a { color: #bf0099; }
.store-container-inner #store-header-top-right input[type='text'] { 
    height: 22px;
    width:200px;
    border-radius: 3px; 
    border:1px solid #090909; 
    background-color:#e5e5e5; 
    box-shadow: 1px 1px 5px -1px #333;
    text-shadow:1px 1px 1px #fff;
}
#store-footer { margin-top: 25px; }
#store-footer #store-footer-copyright { color:#808080; text-align: center; margin:15px 0; }
#store-footer #store-footer-copyright p { margin:5px 0; }
#store-footer #store-footer-copyright a,
#store-footer #store-footer-disclaimer a { color:#b181a7; }
#store-footer #store-footer-disclaimer { margin: 0 auto; margin-top:20px; width:700px; border:1px solid #dedede; padding:10px 0;}
#store-footer #store-footer-disclaimer p { margin:0; text-align: center;}


/*footer*/
.store-footer-menu {
    position: relative;
    top: 1px;
    z-index: 10;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 3px 18px -2px #555;
    width: 832px;
    margin: 0 auto;
    border-radius: 5px;
}


/*top menu*/
.horizontal-menu{ 
    position: relative;
    top:5px;
    height: 35px;
    width: 820px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px #111;
}
.horizontal-menu ul {
    margin: 0 !important; 
    padding: 0 !important; 
    list-style:none;
}
.horizontal-menu ul li { 
    height:35px; 
    width:148px; 
    float:left; 
    padding: 0 8px 0 6px;
    background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/menu-btn-bg.jpg') repeat-x;
    margin:0px 1px;
    text-align: center;
}

.tab-4 ul li { 
    width:189px;
}

.horizontal-menu ul li a { color:#fff; position: relative; top:10px; }
.horizontal-menu ul li a:hover {color:#bf99b8;}
.horizontal-menu .store-icon-home { top:1px; position:relative;}


/*view category header info*/
.view-category-header { overflow: auto; }
.view-category-header .view-category-control { float:right; margin: 0px 10px; color:#999999; }
.view-category-header #view-category-control-layout {margin:1px 30px 0 0;}


/*side menu*/
#store-side-menu ul {
    list-style-image: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-list-marker.png');
    margin: 5px 0;
    padding-left:25px;
}
#store-side-menu ul li {margin:5px 0;}
#store-side-menu ul li:last-child {
    list-style: none;
    list-style-image: none;
}
#store-side-menu ul li a {color:#808080;}
#store-side-menu ul li:last-child a {color:#4c1441;}
#store-side-menu .store-side-menu-item{
    margin: 15px 0 15px 15px;
}


/*store catagories*/
.store-content#store-page-category #store-column1 { height: 1380px; }
.store-content#store-page-category #store-column2-content { margin-top:50px; }
.store-content#store-page-category #store-category-menu ul li:last-child {list-style: none; list-style-image: none;}
#store-category-menu ul{ list-style-image: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-list-marker.png'); padding-left:30px; font-size: 1.1em; }
#store-category-menu ul li {margin:10px 0;}
#store-category-menu ul li a { color:#808080; }
#store-category-menu ul li:last-child {
    list-style: none;
    list-style-image: none;
}


/*fonts*/
.store-container-outer .header-light {color:#c969b6;}
.store-container-outer .header-dark {color:#4c1441 !important;}
.store-container-outer .fancyHeader { font-family: 'Sloop ScriptOne'; font-size: 5em; color:#b181a7; }


/*icons and details*/
.store-icon { display: inline-block; margin:0 5px; cursor:pointer; border: none; }
.store-icon-search { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-search.png') no-repeat; width: 28px; height: 28px; position: relative; top:7px; }

.compare-items-link {
    visibility:hidden;
}
.store-icon-search { top:0px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
  .store-icon-search {
    top: 8px;
  }  
}

.store-icon-home { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-home.png') no-repeat; width: 17px; height: 17px; }
.store-icon-email { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-email.png') no-repeat; width: 14px; height: 12px; }
.store-icon-phone { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-telephone.png') no-repeat; width: 15px; height: 12px; }
.store-icon-chat { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-liveOperator.png') no-repeat; width: 14px; height: 12px; }
.store-icon-layout-grid,
.store-icon-layout-list { width:22px; height: 22px; vertical-align: middle; }
.store-icon-layout-grid { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-layout-grid.png') no-repeat; }
.store-icon-layout-list { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-layout-list.png') no-repeat; }

.detail-leaf { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-leaf.png') no-repeat; width:179px; height: 154px; position: absolute; top: 88px; }
.detail-rule-gradient { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-rule-gradient.png') repeat-x; height: 14px; }
.detail-whiteflowers { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-whiteflowers.png') repeat-x; height: 200px; width:144px; }
.detail-pinkflowers { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-pinkflowers.png') repeat-x; height: 200px; width:163px; }
.detail-daisy { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-daisy.png') repeat-x; height: 153px; width:239px; }
.detail-daisy-small { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-daisy-small.png') repeat-x; height: 101px; width:150px; }
.detail-daisy-small-nounderline { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-daisy-small-nounderline.png') repeat-x; height: 86px; width:149px; }
.detail-geotrust { background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-geotrust.png') no-repeat; height: 56px; width:118px; }

.detail-daisy-small-nounderline .detail-daisy-small-text,
.detail-daisy-small .detail-daisy-small-text{
    font-family: 'Sloop ScriptOne';
    text-shadow: 1px 1px 1px #fff;
    font-size: 3em;
    color:#b181a7;
    position: relative;
    top:-40px;
    text-align: center;
}


/*misc / utils*/
.store-container-outer .shadowBox,
.store-container-outer .shadowBox-padded {
    background-color: #fff;
    overflow: auto;
    box-shadow: inset 0px 0px 6px 1px #bbb, 0px 0px 4px 1px #bbb;
    border: 1px solid #fff;
    margin: 5px
}
.store-container-outer .shadowBox-padded {padding:10px;}
.store-container-outer .shadowBoxHeader {
    background-color: #ba9bb4;
    box-shadow: inset 0px 0px 6px 1px #777;
    border-bottom: 1px solid #fff;
    font-size: 1.4em;
    color:#fff;
    padding: 10px 0 10px 20px;
}
.store-container-outer .shadowBoxContent{
    box-shadow: inset 0px 0px 6px 1px #777;
}
.store-container-outer .button {
    height: 15px;
    margin: 5px 0;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    background-color: #b181a7;
    padding: 4px 6px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    -moz-box-shadow: 0px 0px 6px -1px #000;
    -webkit-box-shadow: 0px 0px 6px -1px #000;
    box-shadow: 0px 0px 6px -1px #000;
    padding-top: 4px;
}
.store-container-outer .button-dark { background-color: #77466e; }
.store-container-outer .button-light { background-color: #b181a7; }
.store-container-outer #store-notifier {
    position: absolute;
    top: 25px;
    color: #555;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    display: none;
    z-index: 100;
}
.store-container-outer #store-notifier-mask {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    display: none;
    z-index: 80;
}
#store-notifier #store-notifier-dismiss {
    text-align: right;
    cursor: pointer;
    font-style: italic;
}
.store-container-outer .separator{
    height: 1px;
    width: 100%;
    box-shadow: 0px 0px 4px 2px #ccc;
    margin:10px 0;
}
.controls-right-aligned {
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.controls-right-aligned .control-add-to-saved-list { cursor:pointer; }


/*featured products - home*/
.store-featured-container{
    position: relative;
}
.store-featured-container table tr td {
    padding: 0 1px;
    position:relative;
}
.store-featured-container table tr td:first-child {
    padding-left:1px;
}
.store-featured-container table tr.store-featured-item-name td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.store-featured-container .store-featured-item-name,
.store-featured-container .store-featured-item-price {
    color: #808080;
    text-align: center;
}
.store-featured-container .store-featured-item-img img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #bbb;
    width: 120px;
    height: 120px;
}
.store-featured-container .store-featured-item-name { color: #808080; display: block; height: 60px; }
.store-featured-container .store-featured-item-price { color: #b181a7; display: block; }
.store-featured-container .button { color: #fff; }
.store-featured-container .store-featured-included{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-whatsincluded.png');
    width:138px;
    height: 33px;
    position: relative;
    color: #4c4c4c;
    cursor: pointer;
    text-align: center;
}
.store-featured-container .store-featured-included>span{
    position: relative;
    top: 11px;
    font-size: 0.9em;
}
.store-featured-container .store-featured-included .store-featured-included-blurb{
    text-align: left;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    font-size: 0.9em;
    width: 300px;
    padding: 5px 10px;
    left: 100px;
    top: -100px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #999;
}
.store-featured-container .store-featured-included .store-featured-included-blurb ul{
    padding:0 0 0 25px;
}
    

/*recommended products - view item*/
#view-product-recommended .store-featured-list .store-featured-item{
    float:left;
}
#view-product-recommended .store-featured-list .store-featured-item-img{
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 4px #bbb;
    margin: 4px;
}


/*sub categories*/
.store-subcategories-container table tr td {
    padding: 0 5px;
}
.store-subcategories-container table tr td:first-child {
    padding-left:1px;
}
.store-subcategories-container table tr.store-featured-item-name td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.store-subcategories-container .store-featured-item-name,
.store-subcategories-container .store-featured-item-price {
    color: #808080;
    text-align: center;
}
.store-subcategories-container .store-featured-item-img{
    padding-top:5px;
}
.store-subcategories-container .store-featured-item-img img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #bbb;
    width: 170px;
    height: 170px;
}
.store-subcategories-container .store-featured-item-name { color: #808080; }
.store-subcategories-container .store-featured-item-price { color: #b181a7; }
.store-subcategories-container .button { color: #fff; }


/*compare items*/
#compare-items table { width: 100%; border-collapse: collapse; }
#compare-items table td { color: #808080; border: 1px solid #ddd; text-align: center; padding: 10px; }
#compare-items table td img { width: 100px; height: 100px; }
#compare-items table th { text-align: right; color:#665d4c; width: 65px; padding-right: 20px; }


/*checkout - general*/
.store-content #store-substitution-disclaimer{
    width: 700px;
    font-size: 0.9em;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    overflow: auto;
}


/*checkout - verify*/
#checkout-verify-items .list-item .list-item-subtotal-value { text-align: left; }


/*checkout - payment*/
#checkout-payment .checkout-form-row { margin:3px 0; overflow:hidden;}
#checkout-payment .checkout-form-row label { width:250px; display: block; color: #999; margin-bottom: 2px; }
#checkout-payment .checkout-form-row input[type='text'] {width:280px; border:1px solid #000;}
#checkout-payment .checkout-form-row select {max-width: 280px;}
#checkout-payment .checkout-form-row textarea {
    width:570px;
    height: 80px;
}
#checkout-payment .checkout-form-row .store-validation-error{ color:red; }
#checkout-payment #checkout-payment-column1 { position: relative; width:640px; float:left; }
#checkout-payment .checkout-payment-fields { width: 50%; float:left; }
#checkout-payment fieldset { border: none; border-top:1px solid #bbb; margin:15px 0; padding-left: 20px; }
#checkout-payment fieldset legend { font-size: 1.2em; margin-bottom: 5px; }
#checkout-payment #checkout-payment-validation{ display: none; }
#checkout-process-status {
    width: 140px;
    float: right;
}
#checkout-process-status #geotrust { left:0px; top:20px; text-align:center; }
#checkout-process-status #geotrust .detail-geotrust { margin: 20px 0 0 18px;}
#checkout-process-status #checkout-process-status-top {
    background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/checkout-process-top-back.jpg');
    box-shadow: inset 0px 0px 6px 2px #bbb;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #665d4c;
    font-size: 1.2em;
    text-align: center;
}
#checkout-process-status #checkout-process-status-bottom {
    background: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/checkout-process-bottom-back.jpg');
    box-shadow: inset 0px 0px 6px 2px #bbb;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #665d4c;
    height: 689px;
}
.list-style-unfinished {
    list-style-image: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-unfinished.png');
    color: #665d4c;
}
#checkout-process-status-bottom ul li {
    margin: 10px 0;
}
.list-style-finished {
    list-style-image: url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/icon-finished.png');
    color: #b181a7;
}


/*checkout - shipping options*/
#checkout-shipping #checkout-shipping-column1 { position: relative; width:660px; float:left; }


/*checkout - final verification*/
#checkout-finalverification {float: left; position: relative; width:640px;}
#checkout-finalverification .checkout-form-row label { width:120px; display: inline-block; }
#checkout-finalverification #checkout-finalverification-column1 { width:350px; float:left; margin-right: 10px;}
#checkout-finalverification #checkout-finalverification-column2 { width:260px; float:left; }
#checkout-finalverification #checkout-finalverification-column2 #store-item-list { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #000;}
#checkout-finalverification form fieldset { border: none; border-top:1px solid #bbb; margin:15px 0; padding-left: 20px; }
#checkout-finalverification form fieldset legend { font-size: 1.2em; margin-bottom: 5px; }
#checkout-finalverification .view-cart-item .view-cart-item-img img { width: 100px; }
#checkout-finalverification form input.button { height: 25px; }
#checkout-finalverification #store-substitution-disclaimer {width:600px;clear:both;}
#checkout-finalverification .controls-right-aligned{ position: relative; top:50px;}
#checkout-finalverification #checkout-finalverification-column1 table tr td:first-child{
    width:120px;
}

/*checkout - final*/
#checkout-final-container { width: 652px; float:left; }
#checkout-final-container .shadowBox .shadowBoxContent { padding: 10px; }
#checkout-final-container .shadowBox .shadowBoxContent div { margin: 10px 0; }


/*checkout - paymentform - ftd*/
#checkout-paymentform #checkout-paymentform-column1{
    width:640px;
    float:left;
}
#checkout-paymentform #checkout-paymentform-column1 .shadowBoxContent{
    padding-bottom:4px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentform-billshipping{
    padding:10px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container{
    background-color: #fdeffa;
    margin: 0 4px 0px 4px;
    padding-top:5px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container{
    display: inline-block;
    position: relative;
    top: 7px;
    left: 5px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-question.png') no-repeat;
    height: 24px;
    width: 24px;
    position: relative;
    cursor:pointer;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv-help{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-payment-cvvhelp.png') no-repeat;
    width: 413px;
    height: 334px;
    display: none;
    position: absolute;
    top:-165px;
    left: 15px;
    z-index: 100;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv-help>div{
    position: relative;
    top: 10px;
    width: 215px;
    text-align: center;
    line-height: 20px;
    left: 25px;
}
#checkout-paymentform #checkout-paymentform-column1 #checkout-paymentsubmit-form-container #checkout-payment-cvv-container #checkout-payment-cvv:hover>#checkout-payment-cvv-help{
    display: block;
}
#checkout-paymentform form label {
    width: 120px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    color:#000;
}
#checkout-paymentform form input[name='cc_number'] { width:150px; border:1px solid #000; }
#checkout-paymentform form input[name='cc_ccv'] { width:50px; border:1px solid #000;}
#checkout-paymentform form[name=checkout-paymentsubmit-form] { position: relative; padding: 0 10px;}
#checkout-paymentform #checkout-paymentform-processing { text-align: center; display: none; margin:30px; }
#checkout-paymentform form[name=checkout-paymentsubmit-form] #checkout-paymentform-results {}
#checkout-paymentform form[name=checkout-paymentsubmit-form] .controls-right-aligned {bottom:0px;}
#checkout-paymentform form[name=checkout-paymentsubmit-form] .checkout-form-row {margin:5px 0;}
#checkout-paymentform #store-substitution-disclaimer {width:600px;clear:both;margin-top: 25px;}

#checkout-paymentform #checkout-paymentform-billshipping-column1 {
    width: 350px;
    float: left;
    margin-right: 10px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column2 {
    width: 260px;
    float: left;
}
#checkout-paymentform #checkout-paymentform-billshipping-column2  .view-cart-item .view-cart-item-img img {
    width: 100px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column1 fieldset {
    border: none;
    border-top: 1px solid #bbb;
    margin: 15px 0;
    padding-left: 20px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column1 fieldset legend {
    font-size: 1.2em;
    margin-bottom: 5px;
}
#checkout-paymentform #checkout-paymentform-billshipping-column1 .checkout-form-row label {
    width: 120px;
    display: inline-block;
}
#checkout-paymentform #checkout-paymentform-billshipping-column2 #store-item-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
#checkout-paymentform #checkout-paymentform-billshipping{
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #bbb;
}
    

/*item listing*/
.list-item { 
    overflow: auto;  
    padding: 10px;
    position: relative;
}
#store-item-list .list-item { border-bottom: 1px solid #bbb; }
#store-item-list .list-item:last-child { border-bottom: none; }
.list-item .list-item-title {
    color:#665d4c; 
    font-size: 1.1em; 
    border-bottom: 1px solid #aaba9b;
    margin-bottom: 7px;
}
.list-item .list-item-img,
.list-item .list-item-name,
.list-item .list-item-price,
.list-item .list-item-quantity,
.list-item .list-item-subtotal,
.list-item .list-item-desc { float:left; }
.list-item .list-item-img {
    margin: 5px;
    height: 100px;
    width: 100px;
    border:5px solid #fff;
    box-shadow: 0px 0px 6px 2px #bbb;
}
.list-item .list-item-img img {width:100px; height: 100px;}
.list-item .list-item-name,
.list-item .list-item-desc { width:340px; margin-left: 15px; }
.list-item .list-item-price { width: 110px; color:#665d4c; }
.list-item .list-item-quantity { width: 110px; color:#665d4c; }
.list-item .list-item-namecode { color:#808080; font-size: 1.1em; }
.list-item .list-item-subtotal { width:100px; color:#665d4c; }
.list-item .list-item-subtotal-value { font-size: 1.3em; text-align: center; }

.list-item-remove { color:#b181a7; cursor:pointer; }
.list-item-remove:hover { color:#665d4c; }


/*item listing pagination*/
.catalogue-pagination-container{
    margin:5px 0 10px;
    overflow: auto;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.catalogue-pagination-container #catalogue-pagination-pages{
    float:left;
    height: 20px;
}
.catalogue-pagination-container #catalogue-pagination-pages a,
.catalogue-pagination-container #catalogue-pagination-summary {
    color:#b181a7;
}
.catalogue-pagination-container #catalogue-pagination-summary{
    float: right;
    position: relative;
    right: 5px;
}


/*item search*/
.store-content#search-items input[type='submit'].button{
    height: 25px;
}
.store-content#search-items #store-item-list{
    margin-top: 20px;
}
.store-content#search-items .list-item-desc{
    width:520px;
}
.store-content#search-items .list-item-name{
    width:initial;
    margin-bottom: 5px;
}


/*saved list*/
#saved-list #store-item-list .list-item .list-item-name { margin-bottom: 5px; }
#saved-list #store-item-list .list-item .list-item-name,
#saved-list #store-item-list .list-item .list-item-desc { width:500px; }
#saved-list #store-notifier {top:250px;}


.store-container-outer .store-modal{
    background: white url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-smartselect-back.png') no-repeat;
    width:413px;
    height: 334px;
    position: absolute;
    z-index: 1000;
    top:200px;
    margin: 0 auto;
    display: none;
}

.store-container-outer .store-modal.smartselect{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-smartselect-back.png') no-repeat;
}

.store-container-outer .store-modal.cartfull{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-cartfull-back.png') no-repeat;
}

.store-container-outer .store-modal .store-modal-close{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-smartselect-close.png') no-repeat;
    width: 28px;
    height: 28px;
    top:10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.store-container-outer .store-modal .store-modal-content{
    width: 170px;
    text-align: center;
    position: absolute;
    left: 33px;
    top: 60px;
}
.store-container-outer .store-modal .store-modal-content .store-modal-text{
    line-height: 21px;
}
.store-container-outer .store-modal .store-modal-content div{
    margin: 10px 0;
}


/*modal - here to help*/
.store-container-outer #store-modal-heretohelp{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-smartselect-back.png') no-repeat;
    width:413px;
    height: 334px;
    position: fixed;
    z-index: 1000;
    top:150px;
    margin: 0 auto;
    display: none;
    left: 50%;
    margin-left: -206px;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-close{
    background:url('http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/detail-smartselect-close.png') no-repeat;
    width: 28px;
    height: 28px;
    top:10px;
    left:375px;
    position: relative;
    cursor: pointer;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content{
    width: 170px;
    text-align: center;
    position: absolute;
    left: 33px;
    top: 60px;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content a { color:#fff; }
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content p{
    line-height: 21px;
}
.store-container-outer #store-modal-heretohelp #store-modal-heretohelp-content div{
    margin: 10px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
 
    #store-header-top-right form {
        display: block;
        margin: -3px 0 0 0;
    }
}




/* Responsive Styles */

@media screen and (max-width: 960px) {
	.store-container-outer, .store-container-inner, .store-featured-container {
		width: auto;  
		
	}
	.store-container-inner {
		padding: 10px;
	}
	.store-container-inner #store-header-top-left {
		font-size: 4em;
	}
	.store-subcategories-container table .store-featured-item-img img {
		width: 119px;
		height: 119px;
	}
	.store-container-outer #store-notifier {
		position: fixed;
		top: 42%;
	}
	.list-item .list-item-img, .list-item .list-item-img img {
		width: 75px;
		height: 75px;
	}
	.list-item .list-item-name, .list-item .list-item-desc {
		width: 240px;
	}
	.list-item .list-item-price {
		width: 100px;
	}
	.list-item .list-item-quantity {
		width: 75px;
	}
	
	.store-subcategories-container table tr td {
		padding: 0 10px;
	}
	#checkout-payment #checkout-payment-column1, #checkout-finalverification {
		width: 505px;
	}
	#store-index-intro-featured {
		width: 400px;
	}
	#store-index-intro-featured img {
		width: 100%;
	}
	
	
	
	/* HFS ==================   */
	
	.store-header #store-header-bottom, .store-footer-menu {
		width: auto;
	}
	.horizontal-menu {
		width: auto;
		padding: 0 5px;
	}
	.horizontal-menu ul li {
		width: 116px;
        margin: 0 3px;
	}
	.horizontal-menu ul li a {
		top: 1px;
	}
	.horizontal-menu .store-icon-home {
		top: 9px;
	}
	.store-container-inner #store-header-top-right {
	  top: 8px;
	  padding: 5px;
      right: -5px;
	}
	.store-content #store-column1 {
		width: 180px;
		margin-left: 0;
		background-size: 100% auto;
	}
	.store-content #store-column2-content {
		width: 470px;
	}
    .store-content #store-column2 #store-column2-header {
        width: 480px;
    }
    .store-content #store-column2 {
        /*margin-top: 77px;*/
    }
    .detail-daisy {
        width: 99%;
    }
    .store-content #store-column1 #store-column1-help .detail-daisy p {
        font-size: 40px !important;
    }
    .store-content #store-column1 #store-column1-help #store-help-options {
        padding: 10px 24px 10px 20px;
    }
    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
      left: 168px;
      line-height: 16px;
      position: absolute;
      top: auto;
      bottom: 168px;
      width: 290px;
      background: #fff;
      padding: 15px 10px;
    }
    .store-featured-container .store-featured-item-img img {
        width: 95px;
        height: 95px;
    }
    .store-featured-container .store-featured-included {
        width: auto;
        background-size: 100% 100%;
        font-size: 12px;

    }
    .store-featured-container table tr.store-featured-item-name td, .store-featured-container .button {
        font-size: 11px;
    }
    .store-featured-container .store-featured-included .store-featured-included-blurb {
        width: 180px;
    }
    #store-footer-disclaimer, #store-footer #store-footer-disclaimer {
        width: auto;
    }

    #search-items.store-content .list-item-desc, #search-items.store-content .list-item-name, .store-content #store-substitution-disclaimer {
        width: 330px;
    }

    .store-content-padded {
        padding: 0 0;
    }
    #checkout-payment .checkout-form-row input[type="text"] {
        width: 210px;
    }
	#checkout-payment .checkout-form-row textarea {
        width: 90%;
    }
    .store-container-outer #compare-items .button {
        display: inline-block;
    }

    #store-column1-help .detail-daisy {
        background-size: 100% 90%;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
 
      .horizontal-menu ul li {
          width: 116px;
          line-height: 15px;
          padding-top: 1px;
      }
        #store-header-top-right form {
            display: block;
            margin: -3px 0 0 0;
        }
    }

	
    .store-header #store-header-top {
        background: url(http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/header-top-960.png) no-repeat;
    }
	.store-featured-container .store-featured-item-name {
        font-size: 11px;
    }
}

#store-mobile-menu {display: none}

@media screen and (max-width: 750px) {
	.store-container-inner #store-header-top-right {
		width: 100%;
		text-align: center;
	}
	.store-container-inner #store-header-bottom {
		width: 100%;
	}
	#store-index-intro {
		width: auto;
	}
	#store-index-intro-header {
		text-align: center;
	}
	.horizontal-menu ul li {
		padding-bottom: 5px;
	}
	.store-container-inner #store-footer ul {
		top: 4px;
	}
	#catalogue-sidemenu-wrapper {
	  float: none;
	}
	#catalogue-sidemenu-container {
		width: auto;
	}
	.store-subcategories-container table .store-featured-item-img img {
	  height: 90px;
	  width: 90px;
	}
	
	.list-item .list-item-img, .list-item .list-item-img img {
		width: 100px;
		height: 100px;
	}
	.list-item .list-item-name, .list-item .list-item-desc {
		width: 230px;
		margin-bottom: 10px;
		margin-left: 10px;
		border-bottom: dotted 1px #ccc;
		padding-bottom: 10px;
	}
	.list-item .list-item-price {
		width: 140px;
		float: right;
	}
	.list-item .list-item-quantity {
		width: 140px;
        float: right;
        margin: 10px 0
	}
	.list-item .list-item-subtotal {
	  margin-bottom: 50px;
	  width: 140px;
	  float: right;
	  margin-top: 10px;
            clear: both;
	}
	#checkout-payment {
        padding: 15px;
    }
	#checkout-payment #checkout-payment-column1, #checkout-finalverification {
	  width: 385px;
	  padding-top: 200px;
	}
	#checkout-finalverification-column1, #checkout-finalverification-column2 {
		width: auto !important;
	}
	#checkout-payment .checkout-form-row input[type="text"]  {
	  width: 150px !important;
	}
	#checkout-payment .checkout-form-row select {
		display: block;
		width: 205px !important;
	}

        #checkout-payment .checkout-payment-fields .checkout-form-row select {
            max-width: 167px;
            }

	.store-content {
		position: relative;
	}
	#checkout-process-status {
	  height: 190px;
	  position: absolute;
	  top: 40px;
	  width: 385px;
	  overflow: hidden;
	}
	#checkout-process-status #checkout-process-status-bottom {
		height: auto;
	}
	
	#saved-list .list-item .list-item-name, #saved-list .list-item .list-item-desc {
		width: 210px;
	}
	#saved-list .list-item .list-item-subtotal, #search-items .list-item .list-item-subtotal {
		position: relative;
	}
	
	.view-category-header #view-category-control-layout {
	  margin: 15px 15px 0 0;
	}
	
    #bom-photo-con {
        display: none;
    }
    .store-container-inner #store-header-top-right {
      background: none repeat scroll 0 0 #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      padding: 8px 10px;
      right: 0;
      text-align: right;
      top: 85px;
      width: 50%;
      z-index: 99;
    }
    .store-header #store-header-top {
        height: 130px;
    }
    .store-header #store-header-bottom {
        top: 35px;
    }
    .horizontal-menu {
        font-size: 1em;
    }
    .horizontal-menu ul li {
        width: 72px;
    }
    .horizontal-menu ul li:first-child {
        width: 25px;
    }
    .store-content #store-column1 {
      background: none;
      margin-left: 0;
      width: auto;
      float: none;
      padding: 10px;
      margin-top: 36px;
      height: auto;
      border-left: 0;
      box-shadow: none;
    }
    #store-side-menu .store-side-menu-item {
      margin: 15px 0 15px 15px;
      width: 46%;
      margin: 5px;
      float: left;
      min-height: 120px;
      position: relative;
      z-index: 20;
    }
    .store-content #store-column1 #store-column1-help {
      margin: 0 auto;
      position: relative;
      width: 236px;
    }

    .store-content #store-column1 #store-column1-help #store-help-options {
      clear: both;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 226px;
    }
    .store-content #store-column2 {
      margin-top: 0px;
      width: auto;
      float: none;
    }
    .store-content #store-column2 #store-column2-header {
      width: auto;
    }
    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
        left: 86px;
    }
    .store-content #store-column2-content {
        margin-top: 20px;
        width: auto;
    }
    .store-container-outer .fancyHeader {
        font-size: 4em;
    }
    .store-container-outer .shadowBox-padded {
      padding: 3px;
    }
    .store-featured-container .store-featured-item-img img {
      height: 120px;
      margin-bottom: 20px;
      width: 120px;
    }
    .store-featured-container .store-featured-included {
        display: none;
    }
    .store-featured-container .store-featured-item-name {
        height: 45px;
    }
    .store-featured-container table tr.store-featured-item-name td {
      font-size: 11px;
    }
    .store-container-outer .store-featured-container .button {
        padding: 4px 0;
    }
    #store-footer-disclaimer, #store-footer #store-footer-disclaimer {
      width: auto;
      padding: 10px;
    }
    #store-page-category.store-content #store-column1 {
      height: auto;
    }
    .store-container-outer table {
      font-size: 11px;
    }
    .store-content #store-column1 #store-column1-help #store-help-options > div {
      float: left;
      margin: 5px 5px 5px 50px;
    }
    #saved-list #store-item-list .list-item .list-item-name, #saved-list #store-item-list .list-item .list-item-desc {
      width: auto;
    }


    .list-item .list-item-img {
      height: 100px;
      width: 100px;
      float: none;
      margin: 10px auto;
    }


    #search-items .controls-right-aligned {
      bottom: 0;
      position: relative;
      right: 0;
      text-align: right;
      width: 60%;
      margin: 0 auto;
    }


    .store-header #store-header-top {
        background: url(http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/mobile-header-bg.png) no-repeat center top;
        background-size: 100% auto;
    }
    #menu-items-slide {
      background: none repeat scroll 0 0 #d9d9d9;
      display: none;
      left: -10px;
      padding: 70px 10px 10px;
      position: absolute;
      width: 407px;
      top: 2px;
    }
    #store-mobile-menu {
        display: block;
        float: left;
        position: relative;
    }
    #store-header-bottom .horizontal-menu {
        display: none;
    }
    .detail-leaf {
        display: none;
    }
    .store-header #store-header-bottom {
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        z-index: 100;
        top: -2px;
        height:50px;
        width: 50%;
        float: left;
    }
    a#toggle-menu {
        float: left;
        display: block;
        background: url(http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/menu-toggle-bg.png) no-repeat;
        width: 190px;
        height: 55px;
        line-height: 50px;
        text-align: center;
        color:#fff;
        padding-left: 14px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }
    .store-content {
        clear: both;
        padding-top: 10px;
        background: #fff;
        overflow: hidden;
    }
    .store-column1-header, #store-side-menu, #store-column1 .detail-rule-gradient {
        display: none;
    }

    .store-container-inner #store-header-top-right > div:last-child {
        position: absolute;
        width: 100%;
        top: 65px;
        right: 0;
    }
    .store-container-inner #store-header-top-right input[type="text"] {
        width: 155px;
    }
    .store-container-outer .catalogue-container {
        background-position: -140px 0;
    }
    .store-header #store-header-top {
      height: 85px;
    }
    .store-header {
        margin-left: 10px;
    }

    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
      background: none repeat scroll 0 0 #fff;
      bottom: auto;
      left: auto;
      line-height: 13px !important;
      padding: 15px 0px;
      position: absolute;
      right: 7px;
      top: 25px;
      width: 190px;
    }
    .store-icon-search {
        margin-right: 7px;
    }
    .store-content #store-column2 #store-column2-header {
        background: url(http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/mobile-content-bg.png) no-repeat left top;
        height: 320px;
    }
    .store-content #store-column2 #store-column2-header .detail-pinkflowers, .store-content #store-column2 #store-column2-header .detail-whiteflowers {
        display: none;
    }

    .store-container-inner {
        padding: 10px 0;
    }


    .store-footer-menu {
        display: none;
    }
    #store-footer #store-footer-disclaimer {
        margin: 20px 10px 0;
    }

    .mobile-menu-item {
        border-bottom: solid 1px #fff;
        color:#404040;
        font-size:13px;
        padding: 10px 5px;
        cursor: pointer;
    }
    .mobile-menu-item a {
        display: block;
        
        color:#404040;
        text-decoration: none;
    }
    .mobile-menu-item a:hover {
        color:#8e497f;
    }
    .mobile-menu-item ul {
        margin: 5px 0 0 0;
        list-style: none;
        display: none;
    }
    
    #menu-items-slide {
        box-shadow: 0 2px 5px rgba(0,0,0,0.7);
    } 
    
    #menu-items-slide > div.mobile-menu-item:last-child {
        border-bottom: 0;
    }
    .store-featured-item-img td {
        text-align: center;
    }
    #store-category-menu {
        display: none;
    }

    
    #store-header-top-right form {
        display: block;
        margin: 0px 0 0 0;
    }
    .store-featured-container table, .store-featured-container table tr, .store-featured-container table tbody, .store-featured-container table tr td {
        display: block;
    }
    
    table tr td {
        float: left;
        width: 45%;
        margin: 10px 2%;
    }
    .store-content#store-page-category table tr td {
        padding: 0;
        width: 29%;
    }
    .store-featured-container .separator {
        display: none;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
    
      .store-header #store-header-bottom {
        top: 0;
      }

      .store-container-inner #store-header-top-right {
        padding: 4px 10px;
        top: 88px;
      }
      #store-header-top-right form {
          display: block;
          margin: -13px 0 0 0;
      }

    }


}
@media screen and (max-width: 479px) {

	.store-container-inner #store-header-top-left {
	  font-size: 2.5em;
	  padding: 0 0 19px;
	  text-align: center;
	}
	
	#store-index-intro-featured {
	  width: auto;
	}
	.horizontal-menu ul {
	  text-align: center;
	}

	.store-container-inner #store-footer ul {
	  top: -7px;
	}
	.store-subcategories-container table .store-featured-item-img img {
	  height: 49px;
	  width: 49px;
	}
	.button {
		font-size:11px;
	}
	#store-notifier {
		width: 270px;
	}
	.list-item .list-item-img {
		margin: 15px auto;
		float: none;
	}
	#checkout-payment #checkout-payment-column1, #checkout-finalverification {
		width: 260px;
	}
	.shadowBoxHeader {
		font-size: 1.2em;
	}
	#checkout-process-status {
		width: 260px;
	}
	#checkout-payment .checkout-payment-fields {
	  float: left;
	  width: 100%;
	}
	.store-container-inner #store-footer a { margin: 0px 0px; }
	.horizontal-menu ul li {
		padding-bottom: 0;
	}
	.store-featured-container .store-featured-legend {
	  font-size: 3em;
	}
	
	.store-featured-container table tr td {
		padding: 0;
	}


    .store-header #store-header-top {
        background: url(http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/mobile-header-bg.png) no-repeat center top;
        background-size: 100% auto;
    }
    .store-container-inner #store-header-top-right {
        top: 50px;
    }
    .store-header #store-header-bottom {
      top: 15px;
      height: 84px;
    }

    .horizontal-menu ul li {
      width: 96px;
      margin-bottom: 3px;
    }
    #store-side-menu .store-side-menu-item {
      float: left;
      margin: 5px;
      min-height: 140px;
      position: relative;
      width: 45%;
      z-index: 20;
    }
    #store-side-menu ul {
        padding-left: 0px;
    }
    .store-content #store-column1 #store-column1-help #store-help-options > div {
      float: none;
      margin: 10px;
    }
    

 
    .store-header #store-header-bottom, .store-footer-menu {
        height: 45px;
    }
    .store-subcategories-container table tr td:first-child {
      padding-left: 1px;
      padding-right: 5px;
    }
    .store-subcategories-container .button.store-featured-item-saved {
        height: 30px;
    }
    .store-container-outer table {
      overflow: auto;
      font-size: 10px;
    }
    #search-items.store-content .list-item-desc, #search-items.store-content .list-item-name, .store-content #store-substitution-disclaimer {
      width: auto !important;
    }
    .store-content #store-column1 {
        margin-top: 16px;
    }

    #checkout-finalverification .controls-right-aligned {
        top: inherit;
    }

    .view-category-header #view-category-control-layout {
        display: none;
    }

    a#toggle-menu {
     background-size: 100% 100%;
     width: 110px;
     padding-left: 20px;
    }
    .store-header #store-header-bottom {
      top: -18px;
    }
    .store-container-inner #store-header-top-right input[type="text"] {
      width: 115px;
    }

    .store-content #store-column2 #store-column2-header {
      background: url("http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/mobile-content-bg.png") no-repeat scroll -97px 0 / 90% auto rgba(0, 0, 0, 0);
      height: 320px;
    }
    .store-content #store-column2 #store-column2-header #store-column2-header-msg {
        width: 155px;
        top: 15px;
        right: 2px;
    }

    .store-featured-container .store-featured-item-img img {
      height: 105px;
      margin-bottom: 15px;
      width: 105px;
    }
    .store-content #store-column2 #store-column2-header {
        background: url("http://johnsonoverturffunerals.com/book-of-memories/hfsstore/css/themes/2/images/mobile-content-bg.png") no-repeat scroll -70px 0 / 70% auto rgba(0, 0, 0, 0);
    }
    .store-content #store-column1 {
        position: absolute;
        bottom: 0;
        height: 300px;
        width: 90%;
    }
    
    .store-content {
        padding-bottom: 330px;
    }

    #checkout-paymentform #checkout-paymentform-column1 {
	width: 250px;
	float: left;
    }
    

    #checkout-process-status {
	width: 250px;
    }
    
    #checkout-paymentform #checkout-paymentform-column1 {
	padding: top;
    }
    
    #checkout-paymentform #checkout-paymentform-billshipping-column1,
    #checkout-paymentform #checkout-paymentform-billshipping-column2 {
	width: 230px;
    }
    
    form input[type="text"], textarea, .bom-donation-con .bom-textarea, select, #bom-charity-sel, form .bom-form-row input#CNumber {
	width: 220px;
    }
    
    #checkout-paymentform form[name=checkout-paymentsubmit-form] .controls-right-aligned {
	position: static;
    }
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {  
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  

      a#toggle-menu {
        height: 54px;
      }

    }

}