
.comic_container {
    max-width:900px;
    margin: 0 auto;
    padding: 5px;
}

.add_to_cart {
    float:left;
}

.cartTotal {
    padding-top: 20px;
    float: right;
    font-size: 130%;
}

#cart {
    width: 80%;
}

#cart table {
    width: 100%;
    padding-top:10px;
    text-align: left;
}

.allergy {
    font-size: 11px;
}

#cart tr {
    background: #ccc;
}

#cart th {
}

#cart th {
    align: left;
    strength: bold;
}

.outbound_email {
    padding: 10px;
    border-radius: 5px;
    border-style: #ccc 1px;
    background: #eee;
    margin: 40px 0px 0px -5px;
}

.outbound_email span {
    display: block;
    font-family: arial, sans-serif;
    color: rgb(34, 34, 34);
}

.outbound_email .subject {
    margin-top: -2em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.outbound_email .sent_status {
    clear: right;
    float: right;
}

.outbound_email .t {
    float: right;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}   
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;  
}           
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;  
}

.singleSubscribeSubmit {
    text-align:center;
    background: -webkit-gradient(linear, left top, left bottom, from(#91BC76), to(#4F872B));
    background: -moz-linear-gradient(top, #91BC76, #4F872B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BC76', endColorstr='#4F872B');
    padding:7px 10px 7px 10px;
    color:white;
    text-weight:bold;
    font-size:20px;
    cursor: pointer;
    width:400px;
    float:left;
    border: solid 1px #999;
    border-radius:10px 10px 10px 10px;
    border-width:1px 1px 1px 1px;
    border-style:solid solid solid solid;
    border-color:#999 #555 #555 #555;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    box-shadow:inset 0 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.3);
}

.subscribeSubmit, .facebookShare {
    text-align:center;
    background: -webkit-gradient(linear, left top, left bottom, from(#91BC76), to(#4F872B));
    background: -moz-linear-gradient(top, #91BC76, #4F872B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BC76', endColorstr='#4F872B');
    padding:14px 20px 14px 20px;
    color:white;
    text-weight:bold;
    font-size:30px;
    cursor: pointer;
    width:50%;
    float:left;
    border: solid 1px #999;
    border-radius:10px 0px 0px 10px;
    border-width:1px 1px 1px 1px;
    border-style:solid dotted solid solid;
    border-color:#999 #555 #555 #555;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    box-shadow:inset 0 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.3);/*, 0 0 20px rgba(0, 0, 0, 1);*/
}

.subscribeSubmit2 {
    text-align:center;
    background: -webkit-gradient(linear, left top, left bottom, from(#91BC76), to(#4F872B));
    background: -moz-linear-gradient(top, #91BC76, #4F872B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BC76', endColorstr='#4F872B');
    padding:14px 20px 14px 20px;
    color:white;
    text-weight:bold;
    font-size:30px;
    cursor: pointer;
    width:98%;
    float:left;
    border: solid 1px #999;
    border-radius:10px 10px 10px 10px;
    border-width:1px 1px 1px 1px;
    border-style:solid dotted solid solid;
    border-color:#999 #555 #555 #555;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    box-shadow:inset 0 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.3);/*, 0 0 20px rgba(0, 0, 0, 1);*/
}

.ctaCombo img:hover {
    opacity: 0.8;
    cursor:pointer;
}
.ctaCombo input:hover {
    opacity: 0.8;
    cursor:pointer;
}

.emailSignup {
    padding:7px 10px 7px 10px;
    color: rgb(65,158,65);
    text-weight:bold;
    font-size:25px;
    cursor:pointer;

    width:400px;
    margin-right:5px;

/*    background: -moz-linear-gradient(top, #FFAA20, #EF7000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAA20', endColorstr='#EF7000');*/
    border: solid 1px #999;
    border-radius:10px 10px 10px 10px;
    border-width:1px 1px 1px 1px;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    box-shadow:inset 0 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.3);
    border-color:#999 #555 #555 #555;    
    display:inline-block;    
}


::-webkit-input-placeholder {
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
   color: rgb(255,128,128);
}

:-moz-placeholder { /* Firefox 18- */
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
   color: red;  
}

:-ms-input-placeholder {  
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
   color: red;  
}

.emailSubmit {
    padding:7px 10px 7px 10px;
    color:white;
    text-weight:bold;
    font-size:25px;
    cursor:pointer;
    width:250px;

    background: -webkit-gradient(linear, left top, left bottom, from(#FFAA20), to(#EF7000));
    background: -moz-linear-gradient(top, #FFAA20, #EF7000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAA20', endColorstr='#EF7000');
    border: solid 1px #999;
    border-radius:10px 10px 10px 10px;
    border-width:1px 1px 1px 1px;
    display:inline-block;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    box-shadow:inset 0 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.3);
    border-color:#999 #555 #555 #555;    
}

.giftSubmit, .twitterShare {
    white-space: nowrap;
    text-align:center;
    padding:14px 20px 14px 20px;
    color:white;
    text-weight:bold;
    font-size:30px;
    cursor:pointer;
    float:left;

    width:50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFAA20), to(#EF7000));
    background: -moz-linear-gradient(top, #FFAA20, #EF7000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAA20', endColorstr='#EF7000');
    border: solid 1px #999;
    border-radius:0px 10px 10px 0px;
    border-width:1px 1px 1px 0px;float:left;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    box-shadow:inset 0 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.3);
    border-color:#999 #555 #555 #555;    
}

.twitterShare {
    background: -webkit-gradient(linear, left top, left bottom, from(#12D6FB), to(#02C6FB));
    background: -moz-linear-gradient(top, #12D6FB, #02C6FB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12D6FB', endColorstr='#02C6FB');
    font-size: 20px;
    display:block;
    float:left;
}
.facebookShare {
    display:block;
    background: -webkit-gradient(linear, left top, left bottom, from(#5F7BB8), to(#4F6BB8));
    background: -moz-linear-gradient(top, #5F7BB8, #4F6BB8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F7BB8', endColorstr='#4F6BB8');
    font-size: 20px;
    float:left;
}


.giftSubmit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBA30), to(#FF8010));
    cursor:pointer;
}
.twitterShare:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#32F6FB), to(#02C6FB));
    background: -moz-linear-gradient(top, #32F6FB, #02C6FB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32F6FB', endColorstr='#02C6FB');
    cursor:pointer;
}
.facebookShare:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#7F9BD8), to(#4F6BB8));
    background: -moz-linear-gradient(top, #7F9BD8, #4F6BB8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F9BD8', endColorstr='#4F6BB8');
    cursor:pointer;
}


.subscribeSubmit:hover, .subscribeSubmit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#A1CC86), to(#5F973B));
    cursor:pointer;
}

.buttons {
    list-style: none;
    float: left;
    margin-bottom:0;
    padding: 0;
    clear:both;
}
.buttons li {
    float: left;
    display: block;
    margin:0 20px 0 0;
    padding: 0;
}
.cta {
    float: left;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: bold 18px Helvetica, Arial, sans-serif;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 10;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
    -moz-user-select: none;
    -webkit-user-select:none;
    -khtml-user-select: none;
    user-select: none;
    overflow: visible;
    outline: none;
}
.cta:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.cta:hover {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.cta:active {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.cta-red, .cta-green, .cta-blue, .cta-yellow {
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
}
.cta-red {
    border: solid 1px #b8473d;
    background: #f36c4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
    background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
    background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
    background: -o-linear-gradient(top, #f36c4d, #ef3e29);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}
.cta-red:before {
    border: solid 1px #f67b5f;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-red:hover {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb856a), to(#f7523f));
    background: -moz-linear-gradient(top, #fb856a, #f7523f);
    background: -ms-linear-gradient(top, #fb856a, #f7523f);
    background: -o-linear-gradient(top, #fb856a, #f7523f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f')";
}
.cta-red:active {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ef3e29), to(#f36c4d));
    background: -moz-linear-gradient(top, #ef3e29, #f36c4d);
    background: -ms-linear-gradient(top, #ef3e29, #f36c4d);
    background: -o-linear-gradient(top, #ef3e29, #f36c4d);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d')";
}
.cta-green {
    border: solid 1px #00922d;
    background: #00b638;
    background: -webkit-gradient(linear, left top, left bottom, from(#50de76), to(#00b638));
    background: -moz-linear-gradient(top, #50de76, #00b638);
    background: -ms-linear-gradient(top, #50de76, #00b638);
    background: -o-linear-gradient(top, #50de76, #00b638);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638')";
}
.cta-green:before {
    border: solid 1px #78e695;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-green:hover {
    color: #fff;
    border: solid 1px #006e22;
    background: -webkit-gradient(linear, left top, left bottom, from(#5cec82), to(#00c43c));
    background: -moz-linear-gradient(top, #5cec82, #00c43c);
    background: -ms-linear-gradient(top, #5cec82, #00c43c);
    background: -o-linear-gradient(top, #5cec82, #00c43c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c')";
}
.cta-green:active {
    color: #fff;
    border: solid 1px #006e22;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b638), to(#50de76));
    background: -moz-linear-gradient(top, #00b638, #50de76);
    background: -ms-linear-gradient(top, #00b638, #50de76);
    background: -o-linear-gradient(top, #00b638, #50de76);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76')";
}
.cta-blue {
    border: solid 1px #0870c0;
    background: #007bda;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#007bda));
    background: -moz-linear-gradient(top, #00c6ff, #007bda);
    background: -ms-linear-gradient(top, #00c6ff, #007bda);
    background: -o-linear-gradient(top, #00c6ff, #007bda);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda')";
}
.cta-blue:before {
    border: solid 1px #3bb4ec;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-blue:hover {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#21cdff), to(#0387ec));
    background: -moz-linear-gradient(top, #21cdff, #0387ec);
    background: -ms-linear-gradient(top, #21cdff, #0387ec);
    background: -o-linear-gradient(top, #21cdff, #0387ec);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec')";
}
.cta-blue:active {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#007bda), to(#00c6ff));
    background: -moz-linear-gradient(top, #007bda, #00c6ff);
    background: -ms-linear-gradient(top, #007bda, #00c6ff);
    background: -o-linear-gradient(top, #007bda, #00c6ff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff')";
}
.cta-yellow {
    border: solid 1px #db8300;
    background: #ff9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9900));
    background: -moz-linear-gradient(top, #ffcc00, #ff9900);
    background: -ms-linear-gradient(top, #ffcc00, #ff9900);
    background: -o-linear-gradient(top, #ffcc00, #ff9900);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900')";
}
.cta-yellow:before {
    border: solid 1px #ffc63b;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-yellow:hover {
    color: #fff;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd322), to(#ffa51f));
    background: -moz-linear-gradient(top, #ffd322, #ffa51f);
    background: -ms-linear-gradient(top, #ffd322, #ffa51f);
    background: -o-linear-gradient(top, #ffd322, #ffa51f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f')";
}
.cta-yellow:active {
    color: #fff;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc00));
    background: -moz-linear-gradient(top, #ff9900, #ffcc00);
    background: -ms-linear-gradient(top, #ff9900, #ffcc00);
    background: -o-linear-gradient(top, #ff9900, #ffcc00);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00')";
}
.icon-download, .icon-check {
    margin-left:-5px;
    padding-left:37px;
    display:block;
    height:50px;
    background:transparent url(/static/sprite.png) no-repeat;
}
.icon-go, .icon-more {
    margin-right:-5px;
    padding-right:40px;
    display:block;
    height:50px;
    background:transparent url(/static/sprite.png) no-repeat;
}
.icon-download {background-position:0 -141px;}
.icon-check {background-position:0 -66px;}
.icon-more {background-position:right 10px;}
.icon-go {background-position:right -212px;}
.cta-big {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
}
.cta-big .icon-download {background-position:0 -136px; height:60px;}
.cta-big .icon-check {background-position:0 -61px; height:60px;}
.cta-big .icon-more {background-position:right 15px; height:60px;}
.cta-big .icon-go {background-position:right -207px; height:60px;}
.cta-huge {
    font-size: 26px;
    height: 76px;
    line-height: 76px;
    padding: 0 26px;
}
.cta-huge .icon-download {background-position:0 -128px; height:76px;}
.cta-huge .icon-check {background-position:0 -53px; height:76px;}
.cta-huge .icon-more {background-position:right 23px; height:76px;}
.cta-huge .icon-go {background-position:right -199px; height:76px;}

.cta-subhead {
    padding: 20px 30px;
    font-size: 26px;
    line-height: 26px;
}
.cta-subhead i {
    color: #000;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 0;
    font-weight: normal;
    font-style: normal;
    display: block;
    line-height: 26px;
    font-size: 14px;
}


img {
    border: 0;
}

html {
    font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
    color: #1a1a1d;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background-color: rgb(255, 255, 255);
}

#megatext {
    font-size: 175%;
/*    text-shadow: rgba(0,0,0,0.1) 2px 3px 0px;*/
    color: black;

    text-align: center;
    line-height: normal;
    padding: 0.5em 1.5em 0.5em 1.5em;
/*    padding: 40px;*/
    line-height: 1em;
}

.ctaCombo, .emailForm1, .emailForm2 {
    margin:0 auto;
    max-width:425px;
    margin-top:20px;
}

/* jquery validate plugin uses this if error in email address entered */
div.error {
    color: red;
    font-size: 10px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.emailForm1, .emailForm2 {
    margin: 15px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.emailForm1 input:hover, .emailForm2 input:hover {
    opacity: 0.8;
}

.emailForm1 input[type="text"], .emailForm2 input[type="text"] {
    width: 100%;
    padding: 7px 10px 7px 10px;
    margin: 0 0 0px 0;
    display: block;
    font-size:20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.emailForm1 input[type="text"]:hover {
    opacity: 1.0;
}
.emailForm1 input[type="text"]::-webkit-input-placeholder {
    text-shadow: none;
    color: rgb(128,128,128);
}
.emailForm1 input[type="text"]::-moz-placeholder {
    text-shadow: none;
    color: rgb(128,128,128);
}
.emailForm1 input[type="text"]::-ms-input-placeholder {
    text-shadow: none;
    color: rgb(128,128,128);
}
.emailForm2 input[type="text"]:hover {
    opacity: 1.0;
}
.emailForm2 input[type="text"]::-webkit-input-placeholder {
    text-shadow: none;
    color: rgb(128,128,128);
}
.emailForm2 input[type="text"]::-moz-placeholder {
    text-shadow: none;
    color: rgb(128,128,128);
}
.emailForm2 input[type="text"]::-ms-input-placeholder {
    text-shadow: none;
    color: rgb(128,128,128);
}

.emailForm1 input[type="submit"], .emailForm2 input[type="submit"] {
    font-size:20px;
    width: 100%;
    padding: 7px 10px 7px 10px;
    margin: 15px 0 0 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    cursor: pointer;
    border: solid 1px #999;
    border-radius:10px 10px 10px 10px;
    border-width:1px 1px 1px 1px;
    border-style:solid solid solid solid;
    border-color:#999 #555 #555 #555;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    box-shadow:inset 0 1px 1px #fff, 0px 1px 1px rgba(0,0,0,0.3);
    text-align:center;
    background: -webkit-gradient(linear, left top, left bottom, from(#91BC76), to(#4F872B));
    background: -moz-linear-gradient(top, #91BC76, #4F872B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BC76', endColorstr='#4F872B');
    color:white;
    text-weight:bold;
}

.shareCombo {
    max-width:600px;
    margin-top:20px;
}

#testimonials {
    max-width:900px;
    margin: 0 auto;
}

.testimonial {
    width: 260px;
    font-size: 12px;
    margin-top: 20px;
    float: left;
    margin-left: 30px;
}

h1 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    display: inline;
}
h2 { 
    font-family: 'Helvetica Neue', Helvetica;
    font-size: 25px;
    color:#211;

    font-weight: 200;
    margin:20px 0 5px 0;
}

#howitworks {
    width: 875px;
    color: #322;
}

.marked img {
    display: block;
    margin-bottom: 10px;
}

.bottom_bar_contents {
    max-width:900px;
    margin:0px auto 0px auto;
    padding:10px 0px 10px 0px;
    font-family:Verdana;
}

.marked {
    width: 260px;
    float: left;
    padding: 10px;
    background: white;
    border: solid 1px #ccc;
    color: #002;
    margin-right: 10px;
}

.bar {
    background-color: #2A2A2F;
    color: #b95959;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: inset 0px 2px 10px rgba(0,0,0,0.2);
}

#hd {
}

a {
    color: #444488;
    text-decoration: none;
}

#email_form input[type=text] {
    border-radius: 3px;
    font-size:140;
    padding: 5px;
    border: solid 1px #ccc;
}

.subtitle {
    border: solid 1px #ccc;
    border-width: 0px 0px 1px 0px;
    background: url(/static/ricepaper.png);
    color: #2F3035;
    font-family:Verdana;
    text-shadow: white 0px 1px 0px;
    -webkit-text-stroke: 1px rgba(255,255,255,0.2);
    box-shadow: inset 0px 2px 2px #eee;
}

.candyDescription {
    color: #2F3035;
    font-family:Verdana;    
}

h3 {
    margin-top:22px;
    margin-bottom: 12px;
    font-size:14px;
}

.fbLink {
    cursor:pointer;color:#3B5998;text-decoration:none;font-weight:normal;
    font-size:11px;
}

.fbLink:hover {
    text-decoration:underline;
}

.fbPageHead {
    background:#F2F2F2;
    width:493px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    border-bottom-color: #333;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top-color: #E2E2E2;
    border-top-style: solid;
    border-top-width: 1px;  
}

.fbInputBox {
    border-bottom-color: #B4BBCD;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: #B4BBCD;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #B4BBCD;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #B4BBCD;
    border-top-style: solid;
    border-top-width: 0px;
    color: #333;
    cursor: default;
    font-size: 13px;
    height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    position: static;
    text-align: left;
    unicode-bidi: normal;
    visibility: visible;
    width: 481px;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
}

.fbWoot {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    border-bottom-color: #B4BBCD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #B4BBCD;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: #B4BBCD;
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: #B4BBCD;
    border-top-style: solid;
    border-top-width: 1px;
    color: #333;
    cursor: default;
    direction: ltr;
    display: block;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    height: 26px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: left;
    unicode-bidi: normal;
    visibility: visible;
    width: 493px;
    zoom: 1;
}

#bd {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    min-height: 500px;
//    background: url(/static/yama.jpg);
//    background: url(http://www.candyjapan.com/static/japanese-candy.jpg);
//    background-size: 100% auto;
//    background-position: center -330px;
//    background-repeat: no-repeat;
}

#ft a {
    color: #999;
}
#ft {
    color: #999;
    line-height: normal;
}

.submitPassive {
    background:#6EA954;
    color:white;
    text-weight:bold;
    padding:7px 10px 7px 10px;
    font-size:20px;
    border-radius:3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#919191), to(#4F4F4F));
    background: -moz-linear-gradient(top, #91BC76, #4F872B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BC76', endColorstr='#4F872B');
    cursor: hand;
    border: solid 1px #717171;
    margin: 0px 20px 0px 20px;
    text-shadow: 0px 0px 10px #555555;
}

.submit {
    text-align:center;
    display:block;
    background:#6EA954;
    color:white;
    text-weight:bold;
    padding:7px 10px 7px 10px;
    font-size:20px;
    border-radius:3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#91BC76), to(#4F872B));
    background: -moz-linear-gradient(top, #91BC76, #4F872B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BC76', endColorstr='#4F872B');
    cursor: pointer;
    border: solid 1px #719C56;
    margin: 0px 0px 0px 0px;
    text-shadow: 0px 0px 10px green;
}

.submit:hover {
    text-shadow: 0px 0px 10px white;
    border: solid 1px black;
}

.fbSubmitButton {
    -webkit-appearance: none;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    -webkit-box-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 0px 0px;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #5B74A8;
    background-image: url(/static/blue_gradient.png);
    background-origin: padding-box;
    background-position: 0px -48px;
    border-bottom-color: #1A356E;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-left-color: #29447E;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #29447E;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #29447E;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: top;
    white-space: nowrap;
    word-spacing: 0px;
}

@font-face {
    font-family: Lobster;
    src: url(/static/lobster.otf);
}

/* Strangest font thingy ever. Using old logo as a background image
   clipped by exactly the same size font so that edges would look sharp
   on retina. */
.logo {
    background: url(/static/candy_japan_transparent.png);
    background-position: -25px -8px;
    background-clip: padding-box;
    background-repeat: no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 250%;
    font-family: Lobster;
    padding-top: 8px;
    padding-bottom: 18px;
    margin-bottom: -28px;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.3)/*, 0px 0px 8px rgba(255,255,255,0.15)*/;
}

.logo a {
    color: #fff;
}

.subtitleNavi {
    float:right;margin-right:40px;
}

@media screen and (max-width: 920px) {
    #exampleShipmentEmail {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    .subtitleNavi {
        display: inline;
    }
/*    .subtitleText {
        display: inline;
    }*/
}
@media screen and (max-width: 900px) {
    .subtitleText {
        display: none;
    }
    .subtitleNavi {
        float: left;
    }
/*    .subtitleNavi {
        display: none;
    }*/
}

/* This contains the "greetings from japan" and "how much candy will I get" sections */
.lrContainer {
    max-width:900px;
    margin: 0 auto 0 auto;
}

/* If these boxes can fit next to each other, great! */
.leftBox {
    max-width:420px;float:left;margin-right:30px;
}
.leftBox div {
    color:#666;font-style:italic;margin-top:0.5em;    
}
.rightBox img {
    margin-right:6px;margin-top:5px;box-shadow:0px 1px 1px rgba(0,0,0,0.8);
}
.rightBox {
    max-width:420px;float:left;
}
.rightBox div {
    color:#666;font-style:italic;margin-top:0.5em;
}
.rightBox img {
    margin-right:6px;margin-top:5px;box-shadow:0px 1px 1px rgba(0,0,0,0.8);
}

/* But if not, then put them below each other and stretch */
@media screen and (max-width: 890px) {
    .lrContainer {
        margin-left: 6px;
    }
    .leftBox {
        max-width: 90%;
        margin-right:0px;
    }
    .leftBox img {
        width: 100%;
    }
    .rightBox {
        max-width: 90%;
    }
    .rightBox img {
        width: 100%;
    }
}

/* Lay out manga either as fully stretched 1x4 or 2x2 or centered
   4x1 depending on how much space there is. Responsive, bitches. */

.comic_container img {
    border: solid 3px #311;
    border-radius: 5px;
    margin: 4px;
}

.comic_container div {
    float: left;
}

.comic_container .caption {
    float: none;
    font-size: 75%;
    margin-left: 8px;
    margin-top: -8px;
}

@media screen and (max-width: 865px) {
    body {
//        background: blue;
    }
    .comic_container div {
        width: 49%;
//        margin: -1px;
 //       border: solid 1px red;
    }
    .comic_container img {
        width: 95%;
    }

}

@media screen and (max-width: 700px) {
    #asSeenOn1 {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .comic_container .caption {
        font-size: 50%;
    }
}

/*
@media screen and (max-width: 600px) {
    .comic_container div {
        width: 45%;
    }
    body {
        background: blue;
    }
}

@media screen and (max-width: 440px) {
    .comic_container div {
        width: 100%;
        margin: -2px;
    }
}*/

/* --- */


@media screen and (max-width: 800px) {
    #ft {
        display: none;
    }
}


.paymentForm {
    margin-left: 20px;
}
.cpad {
    padding-left:20px;
}
@media screen and (max-width: 600px) {
    .paymentForm {
        margin-left: 10px;
    }
    .cpad {
        padding-left:10px;
    }
}

@media screen and (max-width: 600px) {
    .emailPart {
        display: none;
    }


/*    .price {
        display: none;
    }*/

    #megatext {
        font-size: 125%;
        text-align: center;
        line-height: normal;
    }

    .subscribeSubmit {
        font-size: 100%;
    }
    .giftSubmit {
        font-size: 100%;
    }
    .facebookShare {
        font-size: 95%;
    }
    .twitterShare {
        font-size: 95%;
    }
}