﻿@charset "utf-8";
/* CSS Document */


* {
    padding: 0;
    margin: 0;
}
/*
body
	{
	padding:0;
	margin:0;
	font-family: 'CenturyGothic';
	background:url(../images2/body_bg.jpg) top center;
	
	color:#4c4c4c
	}*/

/* ---------------------------------------------------------
   General reset
   ---------------------------------------------------------*/
/*
 * Remove default margin.
 * Set default text color.
 * Set default font family, font size and line height.
 * Set default background.
 */
* {
    font-size: 100%;
}

html {
    font-size: 16px;
    background-color: #fbfbfb;
}

body {
    margin: 0;
    color: #636363;
    font: 1.3em/1.308em 'CenturyGothic','open_sansregular', Arial, Helvetica, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
/* Remove border when inside "a" element in IE. */
img {
    border-style: none;
}
/* Set default color and remove underline. */
a {
    text-decoration: none;
    color: #5cb968;
}
    /* Set underline when mouse hovered in all browsers. */
    a:hover {
        color: #4d8051;
    }
/*
 * Set default font family and font size not inherited in all browsers.
 * Improve vertical alignment in all browsers.
 * Set default text color.
 */
input,
textarea,
select {
    font: 12px/16px 'open_sansregular', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #636363;
}
/* Remove default styles in all browsers. */
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=email],
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

input[type="submit"] {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

input[type=submit]:hover {
    cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
}

/* old fonts */
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/gothic.eot');
    src: url('../fonts/gothic.eot?#iefix') format('embedded-opentype'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype'), url('../fonts/gothic.svg#gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* new fonts */
@font-face {
    font-family: 'christopherhand';
    src: url('../../fonts/comesinhandy-webfont.eot');
    src: url('../../fonts/comesinhandy-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/comesinhandy-webfont.woff') format('woff'), url('../../fonts/comesinhandy-webfont.ttf') format('truetype'), url('../../fonts/comesinhandy-webfont.svg#christopherhandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../../fonts/opensans-bold-webfont.eot');
    src: url('../../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-bold-webfont.woff') format('woff'), url('../../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../../fonts/opensans-regular-webfont.eot');
    src: url('../../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular-webfont.woff') format('woff'), url('../../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../../fonts/opensans-semibold-webfont.eot');
    src: url('../../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-semibold-webfont.woff') format('woff'), url('../../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../../fonts/opensans-italic-webfont.eot');
    src: url('../../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans-italic-webfont.woff') format('woff'), url('../../fonts/opensans-italic-webfont.ttf') format('truetype'), url('../../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Gothic W01";
    src: url("../../fonts/CenturyGothic.eot?") format("eot"), url("../../fonts/CenturyGothic.woff") format("woff"), url("../../fonts/CenturyGothic.ttf") format("truetype"), url("../../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
    font-weight: normal;
    font-style: normal;
}

.logo {
    border: none;
}

.font_1 {
    font-family: 'CenturyGothic';
}

.font_2 {
    font-family: 'open_sansregular';
}

.font_size_16 {
    font-size: 16px;
}

.font_size_15 {
    font-size: 15px;
}

.font_size_14 {
    font-size: 14px;
}

.font_size_18 {
    font-size: 18px !important;
    color: #666;
}

.font_size_22 {
    font-size: 22px;
    letter-spacing: 1px;
}

.font_size_13 {
    font-size: 13px;
    line-height: 18px;
}

.font_size_12 {
    font-size: 12px;
    line-height: 20px;
}

.font_size20 {
    font-size: 20px;
    font-weight: normal;
}

.font_size22 {
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
}

.font_color_1 {
    color: #7ebe86;
}

.font_color_2 {
    color: #8c8c8c;
}

.font_color_3 {
    color: #636363;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.wrap {
    width: 980px;
    margin: 0 auto;
    max-width:100%;
}

.wrap-bg {
    width: 100%;
    background: url(../images2/body_bg.jpg) top center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


#menu {
    background: url(../images2/menu_bg.gif) repeat-x;
    height: 35px;
}

    #menu ul {
    }

        #menu ul li:first-child {
            background: none;
        }

        #menu ul li {
            float: left;
            background: url(../images2/menu_divider.jpg) left no-repeat;
            padding: 10px 8px;
            font-size: 12px;
        }

    #menu a.hotline {
        background: url(../images2/tel_icon.jpg) no-repeat right;
        padding-right: 16px;
    }

    #menu a:hover {
        color: #8c0303;
    }

    #menu li.current a {
        color: #8c0303;
    }

    #menu ul li a {
        color: #4c4c4c;
    }


.top {
    height: 65px;
    margin: 0 25px;
    padding-top: 30px;
    position: relative;
}

    .top .log_in {
    }



    .top a.sign_up, .top a.place_order {
        background: url(../images2/bullet_2.jpg) 0px 10px no-repeat;
        font-size: 24px;
        color: #8c0303;
        padding-left: 17px;
        margin-left: 22px;
        padding-bottom: 0px;
        vertical-align: middle;
    }

    .top a.place_order {
        background: url(../images2/arrow_down.jpg) 0px 13px no-repeat;
        color: #4c4c4c;
        padding-left: 19px;
        margin-right: 15px;
    }

    .top a:hover.sign_up {
        color: #4c4c4c;
    }



    .top a.log_in, .top a.user {
        background: url(../images2/bullet_1.jpg) left no-repeat;
        font-size: 12px;
        color: #4c4c4c;
        padding-left: 11px;
        position: absolute;
        right: 123px;
        top: 40px;
    }

    .top a:hover.log_in, .top a.user {
        color: #8c0303;
    }

    .top a.user {
        font-size: 14px;
        right: 9px;
        z-index: 1000;
    }

    .top a:hover.user {
        color: #005E26;
    }

.user_log_in {
    position: relative:;
}

    .user_log_in > ul {
        display: none;
        opacity: 0;
        transition: opacity 0.5s linear;
    }

    .user_log_in:hover > ul {
        display: block;
        opacity: 1;
    }

    .user_log_in ul {
        font-size: 12px;
        position: absolute;
        width: 128px;
        background: #ffffff;
        border: 1px solid #b2b2b2;
        text-align: right;
        padding-right: 12px;
        padding-top: 30px;
        padding-bottom: 25px;
        top: 30px;
        right: -4px;
        z-index: 1;
    }

        .user_log_in ul a {
            color: #7ebe86;
        }

            .user_log_in ul a:hover {
                color: #8c0303;
            }

.content {
    margin: 35px 0 0 0;
    position: relative;
}

    .content .content_left {
        background: url(../images2/content_bg_tile.jpg) repeat-y;
        margin-bottom: 57px;
    }

#check_out .content {
    margin: 0;
}

#check_out {
    padding-top: 25px;
    background: url(../images2/check_out_border.png) #fbfbfb repeat-x top;
}

ul.rev_list {
    padding-bottom: 18px;
}

    ul.rev_list li {
        background: url(../images2/rev_bullet.jpg) 0px 10px no-repeat;
        font-variant: small-caps;
        margin-bottom: 3px;
        font-size: 18px;
        padding-left: 18px;
        color: #4C4C4C;
    }

        ul.rev_list li:hover {
            color: #790000;
        }

#check_out .content .content_left {
    background: url(../images2/content_bg_tile2.jpg) repeat-y;
}

#check_out .content .content_top_bg {
    background: url(../images2/content_bg_top2.jpg) no-repeat top;
}

#check_out .content .content_bottom_bg {
    background: url(../images2/content_bg_bottom2.jpg) no-repeat bottom;
}

.content .content_box_left {
    width: 631px;
    min-height: 500px;
    background: #fff;
    border: 1px solid #ababab;
    margin-bottom: 70px;
}

    .content .content_box_left .padding {
        padding: 47px 22px 73px 36px;
    }

        .content .content_box_left .padding h1 {
            font-variant: small-caps;
            font-size: 24px;
            padding-bottom: 7px;
            border-bottom: 1px solid #7f7f7f;
            margin-bottom: 23px;
        }

    .content .content_box_left p span {
        display: block;
        font-weight: bold;
    }

    .content .content_box_left .padding p {
        margin-bottom: 15px;
    }

    .content .content_box_left .padding .comment_form {
        margin-top: 74px;
    }

    .content .content_box_left .padding p {
        font-size: 12px;
    }

    .content .content_box_left .menu_content {
        border-bottom: 1px solid #ababab;
    }

        .content .content_box_left .menu_content li {
            float: left;
        }

            .content .content_box_left .menu_content li a {
                display: block;
                padding: 0 31px;
                border-right: 1px solid #ababab;
                font-size: 14px;
                color: #4b4b4b;
                line-height: 31px;
            }

                .content .content_box_left .menu_content li a:hover, .content .content_box_left .menu_content li a.active, .content .content_box_left .menu_content li.current a {
                    color: #a2a2a2;
                    background: #e5e5e5;
                }

.content .content_left2 {
    width: 631px;
    margin-top: 7px;
}

    .content .content_left2 .member {
        margin-bottom: 35px;
    }

.content .content_top_bg {
    background: url(../images2/content_bg_top.jpg) no-repeat top;
}

.content .content_bottom_bg {
    background: url(../images2/content_bg_bottom.jpg) no-repeat bottom;
    min-height: 530px;
    position: relative;
    width: 631px;
}

.content .content_top_bg_owl {
    background: url(../images2/content_bg_top.jpg) no-repeat top;
}

.content .content_bottom_bg_owl {
    background: url(../images2/content_bg_bottom_owl.jpg) no-repeat bottom;
    min-height: 290px;
    position: relative;
    width: 631px;
}

    .content .content_bottom_bg_owl .content_padding h1 {
        font-size: 26px;
        padding-bottom: 5px;
    }

    .content .content_bottom_bg_owl .content_padding p, .content .content_bottom_bg_owl .content_padding h5 {
        color: #636363;
    }

    .content .content_bottom_bg_owl .content_padding .heading_menu_top img {
        margin-left: 153px;
    }

    .content .content_bottom_bg_owl .content_padding .heading_menu_top p span {
        font-size: 11px;
    }

.clear-modal {
    width: 400px;
    height: 30px;
    clear: both;
}


@media (max-width: 979px) {
    .content .content_bottom_bg_owl {
        background: none;
        width: 100%;
        border: 2px solid #cfcfd1;
        margin-bottom: 20px;
    }
    .content .content_top_bg_owl {
        background: none;
    }

    .diy_purchase_plan_modal{
        width: 80%
    }

    .menu_select_modal {
        width: 80%
    }

    .diy_purchase_modal_header {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .diy_purchase_modal_header_underline {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .diy_purchase_modal_disclaimer {
        font-size: 18px;
        line-height: 24px;
    }

    .clear-modal {
        width: 100px;
        height: 15px;
        clear: both;
    }

    .diy_purchase_modal_purchase_btn {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 25px;
    }

    .diy_purchase_modal_cancel_btn {
        line-height: 50px;
    }
}
.content .content_bottom_bg .content_padding .heading_menu_top p {
    font-size: 11px;
    text-align: center;
    padding: 5px 0px 15px 0px;
}

.content .content_bottom_bg .content_padding .heading_menu_top img {
    margin-left: 153px;
}

.content .content_bottom_bg .content_padding .heading_menu_top p span {
    font-size: 11px;
}

.content .content_bottom_bg .owl_arrow {
    position: absolute;
    top: 30px;
    left: 251px;
}

.content .content_bottom_bg .owl_error {
    position: relative;
    top: 16px;
    left: 80px;
}

.content .content_bottom_bg .content_padding .rates {
    padding-bottom: 20px;
}

.content .content_bottom_bg .content_padding .rates_heading {
    margin-bottom: 15px;
}

    .content .content_bottom_bg .content_padding .rates_heading .ratings {
        padding-right: 73px;
        font-size: 14px;
    }

.content .content_bottom_bg .content_padding .rates .rates_icon {
    width: 158px;
    float: right;
}

.content .content_bottom_bg .content_padding .rates label {
    font-size: 13px;
    font-variant: small-caps;
    width: 266px;
}

.content .content_bottom_bg .content_padding .rates ul.star li a, a.post, a.cancel {
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-decoration: none;
    text-indent: -9000px;
    margin-right: 4px;
    float: left;
    background: url(../images2/rate_icon1.jpg) no-repeat;
    padding: 0px;
    overflow: hidden;
}

.content .content_bottom_bg .content_padding .rates ul.icon2 li a.post {
    background: url(../images2/rate_icon2.jpg) no-repeat;
    margin-right: 0;
    margin-left: 15px;
}

.content .content_bottom_bg .content_padding .rates ul.icon2 li a.cancel {
    background: url(../images2/rate_icon3.jpg) no-repeat;
    margin-right: 0;
}

.content .content_bottom_bg .content_padding {
    padding: 51px 64px 56px 67px;
    color: #464646;
}

.content .content_bottom_bg_owl .content_padding {
    padding: 51px 64px 56px 67px;
    color: #464646;
}

.content .content_bottom_bg .content_padding .signature {
    margin-left: 150px;
}

.content .content_bottom_bg .content_padding .home_form {
    font-size: 12px;
    text-align: right;
    line-height: 30px;
    margin-right: 100px;
}

    .content .content_bottom_bg .content_padding .home_form input, textarea {
        border: 1px solid #cccccc;
        padding: 1px 0;
        width: 206px;
        margin-right: 87px;
        vertical-align: top;
    }

.content .content_bottom_bg .content_padding form {
    font-size: 12px;
    /*text-align:right;*/
    line-height: 30px;
    /*margin-right:100px;*/
}

form.mail {
    margin-top: 30px;
}

.content .content_bottom_bg .content_padding form input {
    /*border:1px solid #cccccc;*/
    padding: 1px 0;
    /*width:206px;*/
    /*margin-right:87px;*/
}

.content .content_bottom_bg .content_padding .entry_left {
    width: 56px;
    height: 70px;
    position: relative;
}

    .content .content_bottom_bg .content_padding .entry_left .box {
        position: absolute;
        top: 0;
        right: 0;
    }

    .content .content_bottom_bg .content_padding .entry_left span.count {
        display: block;
        background: url(../images2/down_arrow.jpg) left center no-repeat;
        position: absolute;
        top: 34px;
        right: 3px;
        padding-left: 15px;
    }

.content .content_bottom_bg .content_padding .entry {
    padding-bottom: 40px;
    clear: both;
}

    .content .content_bottom_bg .content_padding .entry h2 {
        font-size: 15px;
    }

        .content .content_bottom_bg .content_padding .entry h2 span {
            font-size: 20px;
        }

.content .content_bottom_bg .content_padding .entry_left .per_serving {
    position: absolute;
    top: 57px;
    right: 3px;
    font-size: 13px;
}

.content .content_bottom_bg .content_padding .entry_right {
    border-left: 1px solid #bdbdbd;
    padding-left: 10px;
    width: 415px;
    margin: 0 0 0 10px;
}

.content .content_bottom_bg .content_padding .entry2 {
    padding-bottom: 40px;
    clear: both;
}

    .content .content_bottom_bg .content_padding .entry2 .recipe-name {
        padding-left: 10px;
        font: small-caps 19px/1.3em 'Century Gothic';
    }

.content .content_bottom_bg .content_padding .entry_right2 {
    border-left: 1px solid #BBBBBB;
    clear: both;
    font: 12px/12px 'CenturyGothic';
    margin-bottom: 30px;
    margin-left: 25px;
    margin-top: 5px;
    padding-left: 10px;
}

    .content .content_bottom_bg .content_padding .entry_right2 p {
        margin: 0;
        font-size: 12px;
    }

.content .content_bottom_bg .content_padding .entry_right p {
    margin: 0;
    font-size: 12px;
}

.content .content_bottom_bg .content_padding form p {
    margin-bottom: 10px;
    vertical-align: top;
}

.content .content_bottom_bg .content_padding form label {
    margin-right: 5px;
}

.content .content_bottom_bg .content_padding form input.name {
    width: 293px;
    margin: 0;
}

.content .content_bottom_bg .content_padding form input.amount {
    width: 153px;
    margin: 0;
}

.content .content_bottom_bg .content_padding form input.message, textarea.message {
    width: 293px;
    margin: 0;
    padding-bottom: 60px;
}

.content .content_bottom_bg .content_padding form input.submit {
    height: 21px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #7fbe87;
    width: 108px;
    cursor: pointer;
    font-family: 'CenturyGothic';
    margin: 10px 214px 0 0;
}


.content .content_bottom_bg .content_padding a.send_us_an_email {
    padding-right: 28px;
    font-size: 12px;
    color: #7fbe87;
}

.content .content_bottom_bg .content_padding a:hover.send_us_an_email {
    color: #005E26;
}

/*.content .content_bottom_bg .content_padding form span
	{
	font-size:16px;
	/*color:#8c0303;
	}			
*/

.content .content_bottom_bg .content_padding p {
    font-size: 14px;
    /*margin-bottom:15px;*/
    margin-bottom: 14px;
    line-height: 18px;
    color: #595959;
}

.content .content_bottom_bg .content_padding h1 + h2 {
    margin-top: 0;
}

.content .content_bottom_bg .content_padding h1 {
    font-size: 24px;
    color: #4c4c4c;
    font-weight: normal;
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 9px;
    margin-bottom: 30px;
    width: 299px;
}

    .content .content_bottom_bg .content_padding h1.full {
        width: 418px;
    }

    .content .content_bottom_bg .content_padding h1.order_review {
        margin-top: -44px;
        margin-bottom: 22px;
    }

.content .content_bottom_bg .content_padding h2 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-top: 35px;
}

.content .content_bottom_bg .content_padding h3 {
    font-size: 24px;
    color: #4c4c4c;
    font-weight: normal;
}

.content .content_bottom_bg .content_padding .heading_3 h1 {
    text-align: center;
    width: 100%;
    border: none;
    color: #8c0303;
    margin-bottom: 0px;
}

.content .content_bottom_bg .content_padding .heart {
    background: url(../images2/heart_icon.jpg) 40px -2px no-repeat;
}

.content .content_bottom_bg .content_padding .heading_3 p {
    margin-bottom: 55px;
    font-size: 18px;
    text-align: center;
}

.rating_img {
    margin: 0 0 20px 153px;
}

.comment_form {
    margin-top: 35px;
}


    .comment_form textarea {
        width: 434px;
        height: 76px;
        margin-bottom: 7px;
    }

.content .mid_content {
    margin: 0 40px;
}

    .content .mid_content .mid_content_heading {
        position: relative;
        margin-bottom: 35px;
    }

    .content .mid_content .mid_content_heading2 {
        margin: 0px 0 35px 0;
    }

    .content .mid_content .mid_content_heading .read_all {
        position: absolute;
        font-size: 18px;
        color: #636363;
        top: 8px;
        left: 223px;
        background: url(../images2/read_arrow.png) right no-repeat;
        padding-right: 36px;
    }

    .content .mid_content .mid_content_heading .bee {
        position: absolute;
        right: 0;
        top: -25px;
    }

    .content .mid_content .member {
        font-size: 15px;
        line-height: 24px;
        font-family: 'OpenSans';
    }

    .content .mid_content .special {
        font-size: 13px;
        font-family: 'OpenSans';
        line-height: 18px;
    }

        .content .mid_content .special div {
            padding-bottom: 25px;
        }

            .content .mid_content .special div:last-child {
                padding-bottom: 0;
            }


        .content .mid_content .special .font_1 {
            margin-bottom: 5px;
        }

    .content .mid_content .member .font_1 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .content .mid_content h1, .content .content_right .reviews h1 {
        font-size: 24px;
        color: #4c4c4c;
        font-weight: normal;
        border-bottom: 1px solid #a6a6a6;
        padding-bottom: 10px;
        line-height: 24px;
    }

    .content .mid_content .clear_fx {
        margin-bottom: 70px;
    }

        .content .mid_content .clear_fx h3 {
            font-size: 20px;
            margin: 20px 0;
            font-weight: normal;
        }

    .content .mid_content .clear_mem {
        padding: 20px;
        clear: both;
    }


        .content .mid_content .clear_fx div:first-child, .content .mid_content .clear_mem + .col {
            margin: 0;
        }

    .content .mid_content .col {
        width: 420px;
        margin-left: 60px;
        float: left;
    }

    .content .mid_content .slogan {
        margin-bottom: 35px;
    }

    .content .mid_content .slogan2 {
        margin: 9px 0 45px 0;
    }

        .content .mid_content .slogan2 p, .content .mid_content .slogan p {
            line-height: 30px;
        }

.content .content_right {
    width: 300px;
    margin-right: 25px;
}

    .content .content_right .right_heading {
        background: #acacac;
        margin-bottom: 35px;
        margin-top: 20px;
    }


        .content .content_right .right_heading span {
            color: #fff;
            font-size: 20px;
            font-weight: normal;
            line-height: 50px;
        }

        .content .content_right .right_heading .get_started {
            background: url(../images2/arrow_get_started.png) no-repeat right;
            padding-right: 32px;
            padding-left: 15px;
        }

        .content .content_right .right_heading .sign_up_right {
            padding-left: 13px;
        }

    .content .content_right h1 {
        font-size: 20px;
        color: #666;
        font-weight: normal;
        border-bottom: 1px solid #a6a6a6;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }

    .content .content_right .block1 {
        padding-bottom: 20px;
    }

    .content .content_right .block3 {
        margin-bottom: 40px;
    }

        .content .content_right .block3 em {
            margin-right: 20px;
            margin-left: 10px;
            display: block;
        }

    .content .content_right .block2 {
    }

    .content .content_right .margin_top {
        margin-top: 35px;
    }

    .content .content_right .block2 p {
        font-size: 12px;
        font-family: 'open_sansregular';
        margin-bottom: 25px;
    }

    .content .content_right .quick_calculator {
        font-size: 14px;
    }

.calculator {
    font-size: 16px;
    clear: both;
    padding: 30px 0;
    width: 280px;
    margin: 0 auto;
}

    .calculator img {
        float: right;
    }

.content .content_right .quick_calculator h1 {
    border: none;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: -18px;
}

.content .content_right .block5 p {
    font-size: 13px;
    margin-bottom: 10px;
}

.content .content_right .block2 p span {
    display: block;
    font-size: 14px;
    font-family: 'CenturyGothic';
    color: #7ebe86;
    font-weight: normal;
}

.content .content_right .block1 p {
    line-height: 18px;
    font-size: 13px;
    color: #636363;
    margin-bottom: 12px;
}

.content .content_right .block4 {
    margin-top: 60px;
    margin-bottom: 70px;
}

.content .content_right .reviews {
    font-size: 12px;
    line-height: 15px;
    font-family: 'open_sansregular';
    color:: #636363;
}

    .content .content_right .reviews h1 {
        margin-top: 121px;
    }

    .content .content_right .reviews a {
        font-size: 14px;
        font-family: 'CenturyGothic';
        background: url(../images2/arrow13.png) right no-repeat;
        padding-right: 20px;
        color: #7ebe86;
    }

    .content .content_right .reviews p {
        margin-top: 5px;
    }

    .content .content_right .reviews a:hover {
        color: #005E26;
    }

    .content .content_right .reviews h1 + .review_entry {
        border-top: none;
    }

    .content .content_right .reviews .review_entry .review_entry_img {
        background-image: none;
        padding: 0px;
    }

    .content .content_right .reviews .review_entry img {
        float: left;
        margin: 0 12px 10px 2px;
    }

    .content .content_right .reviews .review_entry {
        border-top: 1px solid #E5E5E5;
        padding-top: 15px;
        padding-bottom: 20px;
        clear: both;
        display: block;
    }

.content .content_right #lets_be_rev {
    padding-top: 21px;
    margin-bottom: 75px;
}

.content .content_right .block6 {
    padding-top: 38px;
    margin-bottom: 40px;
}

    .content .content_right .block6 h1 {
        margin-bottom: 10px;
    }

        .content .content_right .block6 h1.read_reviews {
            margin-top: 30px;
            position: relative;
        }

            .content .content_right .block6 h1.read_reviews a {
                color: #666666;
            }

                .content .content_right .block6 h1.read_reviews a:hover {
                    color: #A33535;
                }

/* START: Meez Messages Home */
.content .content_right .block7 {
    padding-top: 40px;
}

    .content .content_right .block7 div:first-child {
        margin-top: 0px !important;
    }

    .content .content_right .block7 h1.meez_messages {
        position: relative;
    }

        .content .content_right .block7 h1.meez_messages img {
            position: absolute;
            left: 180px;
            top: -36px;
        }

    .content .content_right .block7 div .message_title {
        margin-top: 30px;
        margin-bottom: 5px;
        color: #8c0303;
    }

        .content .content_right .block7 div .message_title div a {
            color: #8c0303;
        }

        .content .content_right .block7 div .message_title div:hover a {
            color: #666666;
        }

        .content .content_right .block7 div .message_title div div {
            display: inline-block;
            width: 25px;
            margin-left: 5px;
            background: url(../images2/arrow_right_red.jpg) 0px 4px no-repeat;
        }

        .content .content_right .block7 div .message_title div:hover div {
            background: url(../images2/arrow_right.jpg) 0px 4px no-repeat;
        }

    .content .content_right .block7 div .message_body {
        color: #636363;
    }
/* END: Meez Messages Home */

.content .content_right .block6 h1.share_your_story {
    margin-top: 2px;
    background: url(../images2/red_arrow2.gif) 170px 5px no-repeat;
    position: relative;
}

.content .content_right .block6 h1 a {
    color: #666666;
}

    .content .content_right .block6 h1 a:hover {
        color: #A33535;
    }

.content .content_right .block6 h1.lets_be, .content .content_right .block6 h1.gift_cert {
    background: url(../images2/red_arrow2.gif) 160px 5px no-repeat;
    position: relative;
    margin-top: 45px;
}

.content .content_right .block6 h1.share_your_story img {
    position: absolute;
    left: 255px;
    top: -1px;
}

.content .content_right .block6 h1.read_reviews img {
    position: absolute;
    left: 255px;
    top: -1px;
}

.content .content_right .block6 h1.gift_cert img {
    position: absolute;
    left: 248px;
    top: -14px;
}

.content .content_right .block6 h1.lets_be img {
    top: -4px;
    left: 260px;
    position: absolute;
}

.content .content_right .block6 ul {
    clear: both;
    margin-bottom: 20px;
}

    .content .content_right .block6 ul li {
        float: left;
        width: 150px;
        margin-bottom: 3px;
    }

        .content .content_right .block6 ul li a {
            font-size: 14px;
            color: #7fbe87;
        }

            .content .content_right .block6 ul li a:hover {
                color: #7fbe87;
            }

.content .content_right .block9 {
    margin-bottom: 30px;
}

.content .content_right .block10 {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 15px;
}

    .content .content_right .block10 p {
        font-size: 16px;
        font-style: italic;
    }

.content .content_right .block9 li {
    margin-bottom:;
    background: url(../images2/check_icon.jpg) left no-repeat;
    padding: 5px 0 0 23px;
    font-size: 14px;
    margin-bottom: 15px;
}

.content .content_right .block11 h1 {
    font-size: 22px;
}

.content .content_right .block11 span {
    font-size: 18px;
    color: #8c0303;
    display: block;
    float: left;
    margin: -3px 10px 0 0;
}

.content .content_right .block11 {
    font-size: 13px;
}

    .content .content_right .block11 p {
        margin-top: 20px;
    }

    .content .content_right .block11 a {
        color: #7ebe86;
    }

        .content .content_right .block11 a:hover {
            color: #666666;
        }

.content .content_right .block12 {
    margin: 40px 0 10px 0;
}

    .content .content_right .block12 h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 30px;
        border: none;
        background: url(../images2/arrow_left.jpg) 0 12px no-repeat;
        padding: 0 0 0 29px;
        color: #464646;
        margin: 0;
    }

    /*
.content .content_right .block12 h1:hover
	{
	background:url(images/arrow_left_red.jpg) 0 12px no-repeat;
	color:#8c0303;
	}	
*/

    .content .content_right .block12 p {
        font-size: 14px;
        font-style: italic;
        margin-left: 37px;
    }

.content .content_right .block13 {
    font-size: 13px;
}

    .content .content_right .block13 p {
        margin-bottom: 30px;
    }


    .content .content_right .block13 h3 {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: normal;
        color: #666666;
    }

    .content .content_right .block13 a {
        display: block;
        color: #8c0303;
        font-size: 12px;
        margin-top: 7px;
    }

        .content .content_right .block13 a:hover {
            color: #666666;
        }

.content .content_right .block14 h1 {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 50px;
    color: #464646;
    background: url(../images2/owl_icon2.png) 257px -1px no-repeat;
    padding-bottom: 11px;
}

.content .content_right .block14 span {
    font-size: 24px;
    padding-top: 2px;
    height: 35px;
    width: 38px;
    text-align: center;
    display: block;
    float: left;
    background: #f4f4f4;
    margin: -2px 10px 0 0;
}

.content .content_right .block14 .active span {
    color: #636363;
    background: #e1e1e1;
}

.content .content_right .block14 p.active {
    color: #a33535;
}

.content .content_right .block14 {
    font-size: 24px;
}

    .content .content_right .block14 p {
        margin-top: 30px;
        color: #acacac;
    }

.content .owl {
    /*position:absolute;*/
    bottom: 0;
    left: 70px;
    margin-top: -50px;
}

.content .header {
    margin-bottom: 50px;
}

    .content .header img {
        border: 1px solid #d9d9d9;
    }

.content .mid_content .three-col {
    display: block;
    clear: both;
}

    .content .mid_content .three-col .three-col-block {
        float: left;
        width: 280px;
        margin-left: 30px;
    }

        .content .mid_content .three-col .three-col-block div {
            margin-bottom: 15px;
        }

        .content .mid_content .three-col .three-col-block .title {
            font-size: 14px;
            font-family: 'CenturyGothic';
            color: #7ebe86;
        }

    .content .mid_content .three-col h1 {
        margin-bottom: 15px;
    }

    .content .mid_content .three-col div:first-child {
        margin: 0;
    }

    .content .mid_content .three-col p {
        font-family: 'open_sansregular';
        font-size: 12px;
        line-height: 18px;
    }

div.paragraph-style-2 p {
    line-height: 18px !important;
    font-size: 13px !important;
    color: #636363;
    margin-bottom: 12px;
    font-family: 'CenturyGothic' !important;
}


.3-col div:first-child {
    margin: 0;
}

.clear {
    clear: both;
}

.footer {
    background: url(../images2/footer_top_border.gif) repeat-x #fbfbfb;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    font-size: 12px;
    padding-top: 47px;
    padding-bottom: 100px;
}

    .footer .footer_col_1 {
        float: left;
        width: 195px;
        margin-left: 25px;
        margin-right: 65px;
        font-family: 'open_sansregular';
    }

.submit_wrap {
    padding-top: 40px;
}

.submit_wrap2 {
    padding: 20px 0 24px 0;
}

a.join_now, a.submit_content, a.submit_selection, a.confirm, a.edit, a.send_form {
    color: #a23535;
    font-size: 16px;
    font-family: 'CenturyGothic';
    text-transform: uppercase;
    background: url(../images2/join_bg_footer.gif) left no-repeat;
    padding-left: 16px;
    margin-top: 36px;
}

a.send_form {
    text-transform: none;
    background: url(../images2/bullet_4.jpg) left no-repeat;
    padding-left: 10px;
}

.submit_comment {
    color: #7ebe86;
    font-family: 'CenturyGothic';
    margin-top: 36px;
    text-transform: none;
    padding-left: 0px;
    font-size: 18px;
}

    a.edit:hover, a.confirm_order:hover, a.confirm:hover, a.submit_selection:hover, a.send_form:hover, .submit_comment:hover {
        color: #005E26;
    }

.or {
    display: block;
    margin: 15px 0 0 14px;
}

a.edit {
    text-transform: none;
    display: block;
    margin-top: 15px;
    background: url(../images2/bullet_3.jpg) left no-repeat;
    font-size: 18px;
    color: #8C0303;
}

a.confirm_order {
    display: block;
    font-size: 22px;
    margin-top: 24px;
    text-transform: none;
    color: #8C0303;
    font-family: 'CenturyGothic';
    background: url(../images2/join_bg_footer.gif) left no-repeat;
    padding-left: 16px;
}

a.submit_selection, a.confirm {
    margin-top: 0;
    text-transform: none;
}

a.confirm {
    margin-top: 40px;
    display: block;
}

.footer .footer_col_1 h1 {
    width: 195px;
}

.footer .footer_col_2 {
    float: left;
    margin-right: 65px;
    width: 210px;
    font-family: 'open_sansregular';
}

    .footer .footer_col_2 ul li {
        background: url(../images2/quick_links_bullets.gif) 0 5px no-repeat;
        margin-bottom: 11px;
        font-size: 14px;
        padding-left: 14px;
    }

    .footer .footer_col_2 ul + h1 {
        padding-top: 20px;
    }

    .footer .footer_col_2 span {
        margin: 16px 0 7px 0;
        display: block;
    }

    .footer .footer_col_2 ul li a {
        color: #a53939;
    }


.footer .footer_col_3 {
    float: left;
    width: 120px;
}

.footer a.fb_footer, .footer a.twitter_footer, .footer a.pin_footer, .footer a.blog_footer, .footer a.email_footer {
    display: block;
    font-size: 18px;
    padding-left: 38px;
    line-height: 27px;
    margin-bottom: 12px;
    color: #4c4c4c;
}

.footer a.fb_footer {
    background: url(../images2/fb_icon.jpg) left no-repeat;
}

.footer a.pin_footer {
    background: url(../images2/pinterest_icon.jpg) left no-repeat;
}

.footer a.blog_footer {
    background: url(../images2/blog_icon.jpg) left no-repeat;
}

.footer a.email_footer {
    background: url(../images2/email_icon.jpg) left no-repeat;
}

.footer a.twitter_footer {
    background: url(../images2/twitter_icon.jpg) left no-repeat;
}

.footer h1 {
    font-size: 21px;
    font-family: 'CenturyGothic';
    background: url(../images2/footer_h1_bg.gif) repeat-x bottom;
    color: #4c4c4c;
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-weight: normal;
}

.footer a.sign_up {
    font-family: 'CenturyGothic';
    font-size: 24px;
    color: #5cb968;
    background-image: none;
    padding-left: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.footer a:hover.sign_up, .footer .footer_col_2 ul li a:hover {
    color: #4c4c4c;
}


.footer .copyright {
    text-align: center;
    padding-top: 100px;
    font-family: Verdana;
    font-size: 11px;
    color: #979797;
}

.copyright2 {
    text-align: center;
    padding-bottom: 70px;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
}

    .copyright2 a {
        color: #979797;
    }





.calc {
    width: 321px;
    height: 48px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}



    .calc form {
        position: absolute;
        left: 234px;
    }

.content_right .calc form {
    left: 135px;
}

.calc form div {
    position: relative;
    width: 40px;
    height: 20px;
}

.calc form div {
    margin: 0 0 5px 0;
}

.calc .button {
    margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 5px;
    height: 5px;
    float: left;
    text-align: center;
    background: none;
    position: absolute;
    left: 22px;
    top: 7px;
}

.content .content_bottom_bg .content_padding .calc form input, .calc form input {
    background: url(../images2/input_calc_bg.png) no-repeat;
    border: none;
    padding: 0px 5px 10px 7px;
    border: none;
    width: 40px;
    height: 20px;
}

.calc .dec {
    top: 15px;
}

.calc .week {
    font-size: 16px;
    font-weight: normal;
    left: -127px;
    position: absolute;
    top: 10px;
    width: 127px;
}

.content_left .calc .week {
    left: -167px;
    font-size: 18px;
}

.calc .week_gift {
    font-size: 16px;
    font-weight: normal;
    left: -127px;
    position: absolute;
    top: -6px;
    width: 127px;
}

.content_left .calc .week_gift {
    left: -167px;
    font-size: 18px;
}

.content_left .calc .gift_tax {
    font-family: CenturyGothic;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.3em;
    position: absolute;
    z-index: 50;
    top: -60px;
    margin: 80px 66px 76px;
    width: 120px;
}

.calc label {
    position: absolute;
    left: 49px;
    text-align: left;
    font-style: italic;
    width: 119px;
    top: -2px;
}

.recipename_390 span.recipe-name {
    font: normal small-caps normal 14px/1.3em 'Century Gothic' !important;
}

/************* HOTLINE PANELS STYLES ********************/
#hotline_top {
    width: 240px;
    height: 250px;
    box-shadow: 0 0 15px #848484;
    background-color: #fff;
    position: relative;
    margin: 8px 300px -344px 0px;
    z-index: 2000;
    padding-left: 40px;
    float: right;
    padding-top: 20px;
    display: none;
}

#hotline_bottom {
    width: 240px;
    height: 250px;
    box-shadow: 0 0 15px #848484;
    background-color: #fff;
    position: absolute;
    margin: 0px 0px 0px 200px;
    z-index: 2000;
    padding-left: 40px;
    float: right;
    padding-top: 20px;
    display: none;
}

.hotline-close {
    float: right;
    margin: -5px 15px 0px 0px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.hotline-content {
    margin: 0px 0px 0px 0px;
    width: 213px;
    background-color: #ffffff;
    border: 0px solid #b2b2b2;
    text-align: center;
    margin: 0px auto 20px;
}

    .hotline-content h1 {
        width: 100% !important;
    }

.dinnerhotlinesubhead {
    font: normal normal normal 16px/1.3em 'open_sansregular', Arial, Helvetica, sans-serif;
}

.dinnerhotlinehours {
    font: normal normal normal 12px/1.3em 'open_sansregular', Arial, Helvetica, sans-serif;
}

.dinnerhotlinetextline {
    color: #7ebe86;
    font: normal normal normal 16px/1.3em 'Century Gothic' !important;
}

.clickhotline {
    color: #7ebe86;
    font: normal normal normal 14px/1.3em 'open_sansregular', Arial, Helvetica, sans-serif;
}

.subcaption {
    font: normal normal normal 11px/1em 'Droid Sans' !important;
    display: inline;
    color: #616161;
}

.mdescript {
    width: 320px;
    text-align: center;
    margin: 0px auto 25px auto;
    clear: both;
    z-index: 501;
    position: relative;
}

a.menunavlnk {
    color: #707070;
    font: normal normal normal 11px/1em 'Droid Sans';
    text-decoration: none;
}

    a.menunavlnk:hover {
        color: #790000;
        text-decoration: none;
    }


/************* HOME PAGE RECIPE STYLES ********************/
span.recipe-name {
    font: normal small-caps normal 19px/1.3em 'Century Gothic';
}

    span.recipe-name:hover {
        color: #790000;
    }

    span.recipe-name.hover {
        color: #790000;
    }

.recipe-description {
    border-left: 1px solid #BBBBBB;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 450px;
    font: normal 12px/1.3em 'Droid Sans';
    clear: both;
}

.mdescript {
    width: 320px;
    text-align: center;
    margin: 0px auto 25px auto;
    clear: both;
    z-index: 501;
    position: relative;
}

a.menunavlnk {
    color: #707070;
    font: normal normal normal 11px/1em 'Droid Sans';
    text-decoration: none;
}

    a.menunavlnk:hover {
        color: #790000;
        text-decoration: none;
    }

.menucookbook-lnk {
    color: #790000;
    font-weight: bold;
    text-decoration: none;
    font-size: .6em;
    font-family: Verdana;
}

    .menucookbook-lnk:hover {
        color: #707070;
        text-decoration: none;
    }

/*.recipe-attr-wrapper            { float:right; width:268px; margin:-68px -210px -313px 1px; padding:0px 0px 0px 0px; position:relative; z-index:503; }*/
.recipe-attr-wrapper {
    float: right;
    width: 268px;
    margin: -68px -210px -600px 1px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 503;
}

.recipe-attr-wrapper-top {
    float: left;
    width: 268px;
    height: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url(../images/recipe-attr-wrapper-top.png) no-repeat left top;
}

.recipe-attr-wrapper-content {
    float: left;
    width: 268px;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 30px 0px;
    background: transparent url(../images/recipe-attr-wrapper-content.png) repeat-y left top;
}

.recipe-attr-content {
    width: 193px;
    margin: 0px 0px 0px 35px;
    padding: 20px 0px 21px 0px;
    border: 1px solid #999999;
    line-height: normal;
}

.cooktime-mod {
    width: 153px;
    margin: 0px 0px 19px 20px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #999999;
    font-family: Century Gothic;
    font-size: 12px;
}

.handsontime-mod {
    width: 153px;
    margin: 0px 0px 19px 20px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #999999;
    font-family: Century Gothic;
    font-size: 12px;
}

.attr-list-mod {
    width: 153px;
    margin: 0px 0px 19px 20px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #999999;
}

.menucookbook-mod {
    width: 153px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    font-family: Century Gothic;
    font-size: 16px;
}

.cooktime-num, .handsontime-num {
    font-size: 35px !important;
}

.timelabel {
    float: left;
    width: 50px;
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

.times {
    float: left;
    width: 80px;
    display: inline;
    line-height: 24px;
    text-align: right;
}

.attr-list {
    list-style: none;
    list-style-image: none;
    margin-left: 5px;
}

    .attr-list li {
        margin-bottom: 8px;
        font-family: Century Gothic;
        font-size: 12px;
    }

.recipe-attr-wrapper-bottom {
    float: left;
    width: 268px;
    height: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: transparent url(../images/recipe-attr-wrapper-bottom.png) no-repeat left top;
}

.content .content_bottom_bg .content_padding form div.email-list p {
    text-align: left !important;
}

    .content .content_bottom_bg .content_padding form div.email-list p label {
        width: 70px;
        display: inline-block;
    }

.content .content_bottom_bg .content_padding form div.email-list input.submit {
    margin-left: 47px !important;
}

.content .content_bottom_bg .content_padding form span.error {
    text-align: left !important;
}

/************* FORM BUTTON STYLES ********************/
.submit_next {
    width: 49px;
    height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(../images/submit-next.jpg) no-repeat center top; /*text-indent: -1000em;*/
    cursor: pointer;
    cursor: hand;
    font-size: 16px;
}

.submit_send {
    width: 51px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(../images/btnSend.jpg) no-repeat center top; /*text-indent: -1000em;*/
    cursor: pointer;
    cursor: hand;
}

.submit_update {
    width: 70px;
    height: 17px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(../images/btnUpdate.jpg) no-repeat center top; /*text-indent: -1000em;*/
    cursor: pointer;
    cursor: hand;
}

.submit_confirm {
    width: 167px;
    height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(../images/confirmsubmit.jpg) no-repeat center top; /*text-indent: -1000em;*/
    cursor: pointer;
    cursor: hand;
}

/************* WWD PANEL STYLES ********************/
#wherewedeliverpanel {
    width: 564px;
    height: 325px;
    background: transparent url(../images/wherewedeliver_bkgrd.png) no-repeat left top;
    position: relative;
    margin: 8px -50px -354px 0px;
    z-index: 1000;
    padding-left: 60px;
    float: right;
    padding-top: 20px;
}

#wwd-close {
    float: right;
    margin: 0px 95px 0px 0px;
    width: 13px;
    height: 13px;
}

#wwd-content {
    margin: 0px 0px 0px 0px;
    width: 443px;
    height: 243px;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
}



#signin-close {
    float: right;
    margin: 10px 10px 20px 0px;
    width: 13px;
    height: 13px;
    clear: both;
}

#signin-login-wrapper {
    width: 333px;
    padding: 0xp 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#signin-login-wrapper-L {
    float: left;
    width: 60px;
}

#signin-login-wrapper-L2 {
    float: left;
    width: 40px;
}

#signin-login-wrapper-M {
    float: left;
    width: 148px;
    margin-right: 10px;
}

#signin-login-wrapper-R {
    float: left;
    width: 108px;
    margin: 0 0 0 5px;
}

.form-wrapper {
    width: 570px;
    padding: 0xp 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.form-wrapper-L {
    float: left;
    width: 100px;
}
/*.form-wrapper-L2 {float:left; width:80px; }*/
.form-wrapper-M {
    float: left;
    width: 450px;
    margin-right: 2px;
}
/*.form-wrapper-R {float:left; width:150px; }*/

.form-short-wrapper {
    width: 575px;
    padding: 0xp 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.form-short-wrapper-L {
    float: left;
    width: 100px;
}
/*.form-short-wrapper-L2 {float:left; width:80px; }*/
.form-short-wrapper-M {
    float: left;
    width: 450px;
    margin-right: 15px;
}
/*
.form-short-wrapper-R {float:left; width:100px; }
.form-short-wrapper-R2 {float:left; width:300px; }
*/

/************* HOME MENU DESCRIPTION ********************/

.recipe-description {
    border-left: 1px solid #BBBBBB;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 450px;
    font: normal normal normal 12px/1.3em 'CenturyGothic';
    line-height: 12px;
    clear: both;
}

    .recipe-description p {
        font-size: 12px !important;
        line-height: 12px;
    }

/************* MISC CLASSES ********************/
.noMainBkgrd {
    background: #f5f5f5 none;
}

.subcaption {
    font: normal small-caps normal 12px/1.2em 'CenturyGothic';
    display: inline;
    color: Black;
}

.statusmsg {
    color: #790000;
    font: normal normal normal 13px/1.3em 'CenturyGothic';
}

.statusmsgem {
    color: #790000;
    font: italic normal normal 13px/1.3em 'CenturyGothic';
}

.smallcaption {
    font: italic normal normal 10px/1.3em 'Verdana';
}

.smallcaptionem, .validation-summary-errors {
    color: #790000;
    font: italic normal normal 10px/1.3em 'Verdana';
    padding-bottom: 10px;
}

.avgrating {
    color: black;
    font: italic normal normal 10px/1.3em 'Verdana';
}

.highlightburgundy {
    color: #790000;
}


.formerror {
    color: #ff0000;
    font: italic normal normal 10px/1.3em 'Verdana' !important;
}

.formlabel {
    font: italic normal normal 10px/1.3em 'Verdana';
}

.formlabelSmall {
    font-family: CenturyGothic;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.3em;
    position: absolute;
    z-index: 50;
    top: -45px;
    margin: 80px;
    width: 120px;
}

.redeemformlabel {
    color: #005952;
    font: italic normal normal 10px/1.3em 'Verdana';
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.w20 {
    width: 20px;
}

.w25 {
    width: 25px;
}

.w10 {
    width: 10px;
}

.w50 {
    width: 50px;
}

.w75 {
    width: 75px;
}

.w150 {
    width: 150px;
}

.w300 {
    width: 300px;
}

.w290 {
    width: 290px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w500 {
    width: 500px;
}

.hidden {
    display: none;
}

#paper_content p {
    margin-bottom: 15px;
}

.redeemlnk {
    color: #707070;
    font-weight: bold;
    text-decoration: underline;
}

    .redeemlnk:hover {
        color: #790000;
        text-decoration: underline;
    }


/* New Styles Content */
/* ---------------------------------------------------------
	Common site styles
---------------------------------------------------------*/
/* wrapper */
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/* header */
#header {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 21px 0 2px;
}

    #header .holder {
        width: 100%;
        position: relative;
        padding: 0 0 22px;
    }

        #header .holder:after {
            display: block;
            clear: both;
            content: '';
        }
/* logo */
.logo {
    width: 196px;
    height: 32px;
    overflow: hidden;
    float: left;
    margin-left: -3px;
    background: url(../../images/logoCart.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

    .logo a {
        height: 100%;
        display: block;
    }

#header ul {
    padding: 0;
    margin: 0;
    font-family: 'Century Gothic W01', 'open_sansregular', Arial, Helvetica, sans-serif;
    list-style: none;
}

/* popup */
.popup-holder,
.popup-help {
    position: relative;
}

.popup {
    width: 326px;
    position: absolute;
    top: 20px;
    right: -18px;
    z-index: 10;
    padding: 10px 0px;
    font-size: 13px;
    line-height: 17px;
    color: #959595;
    display: none;
    z-index: 999999 !important;
    box-shadow: 0 0 15px #848484;
    background-color: #fff;
}

.login-popup {
    top: 30px;
    right: 500px;
}

.page-title .popup {
    top: -14px;
    right: -12px;
}

.popup-active .popup {
    display: block;
}

.popup-help .popup {
    width: 426px;
    color: #636363;
    right: 39px;
    top: -127px;
    line-height: 16px;
    background: url(../images/bg-box06.png) no-repeat;
}

.code-form .popup {
    top: auto;
    bottom: 0;
}

.popup-big {
    width: 781px;
    padding: 29px;
    right: -33px;
    box-shadow: 0 0 15px #848484;
}

.popup-big-new {
    width: 725px;
    background-image: none;
    margin-top: 20px;
    margin-right: 29px;
    padding: 25px;
    box-shadow: 0 0 15px #848484;
    background-color: #fff;
}

@media (max-width: 979px)
{
    .orders-popup-mobile {
        width: 80% !important;
        margin: 15% auto !important;
        padding: 0px !important;
        position: fixed !important;
        left: 5% !important;
        box-shadow: none !important;
    }
    .orders-popup-mobile li {
        clear: both !important;
        float: none !important;
    }
        .orders-popup-mobile a {
            color: #ffffff !important;
        }
            .orders-popup-mobile a:hover {
                color: #cccccc !important;
            }
        .orders-popup-mobile .menu_select_modal {
            margin: 0px !important;
            width: 100% !important;
        }
}

.carb-conscious-icon
{
    vertical-align: top;
    border: 0px solid #ffffff;
    display: inline-block;
    margin-top: -2px;
}

    .carb-conscious-icon div{
        display: inline-block;
        background-color: green;
        font-size: 13px;
        font-weight: 500;
        padding: 4px;
        color: #ffffff;
        border-radius: 6px;
        line-height: 16px;
        vertical-align: top;
    }

    .popup-holder-cart-index span.count {
        background: #7fbe87;
        border-radius: 20px;
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        color: #FFF !important;
        height: 25px;
        width: 25px;
        text-align: center;
        display: inline-block;
        font-size: 15px !important;
        line-height: 23px;
        margin: -7px 0px 0px 10px;
        float: right;
        cursor: pointer;
    }

.popup-frame {
    padding: 0 0 0 0;
}

.popup-big .popup-frame {
    padding: 0 0 0px;
}

.popup-big-new .popup-frame {
    padding: 0 0 0px;
    background-image: none;
}

.popup-help .popup-frame {
    background: url(../images/bg-box06.png) no-repeat 100% 100%;
}

.popup-inner {
    overflow: visible;
    padding: 0 0;
}

.popup-big .popup-inner {
    padding: 0 0px;
    overflow: hidden;
}

.popup-big-new .popup-inner {
    padding: 0 0px;
    overflow: hidden;
    background-image: none;
}

.popup-help .popup-inner {
    background: url(../images/bg-box06.png) repeat-y -438px 0;
}

.popup-form,
.popup-info {
    background: #fff;
    padding: 15px 20px;
    border: 0px solid #ccc;
}

.popup-big-new .popup-form {
    border: 0px;
}

.popup-info {
    padding: 9px 20px 7px;
}

.popup-big .popup-form {
    padding: 12px 20px 19px;
}

.popup .close,
.popup-view .close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 23px;
    right: 25px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/sprite.png) no-repeat;
}

.popup-view .close {
    top: 31px;
    right: 37px;
}

.popup-form .row {
    position: relative;
    padding: 0 0 15px;
    z-index: 2;
    width: 100%;
}

.form-delivery .row {
    padding: 0 0 18px;
}

.popup-form .row-alt {
    padding: 6px 0 0;
}

    .popup-form .row-alt a {
        font-size: 13px !important;
    }

.popup-form .row:after {
    display: block;
    clear: both;
    content: '';
}


.form-delivery .msg-error {
    right: auto;
    left: 0;
}

.popup-form .error .msg-error {
    display: block;
}

.popup-form .btn {
    padding: 0 0 0 0px;
    font-size: 12px;
    margin: 0 0 0 1px;
    color: #5cb968;
}

.order-line {
    width: 100%;
    overflow: hidden;
    background: url(../../images/divider02.png) no-repeat 0 100%;
}

    .order-line .td,
    .order-line .td2 {
        float: left;
        width: 500px;
        padding: 8px 0 4px !important;
        margin: 0 20px 0 0;
    }

    .order-line .td2 {
        margin: 0;
        padding: 0;
        width: 155px;
    }

    .order-line .thead {
        color: #707070;
        float: left;
        width: 415px;
        font-size: 0.846em;
    }

        .order-line .thead strong {
            display: block;
            color: #464646;
            font: 1.455em/1.2em 'Century Gothic W01', 'open_sansregular', Arial, Helvetica, sans-serif;
        }

    .order-line p {
        margin: 0;
    }

    .order-line .qty {
        float: right;
        width: 70px;
        padding: 3px 0 0;
        color: #636363;
        text-align: right;
        font: 1.077em/1.1em 'Century Gothic W01', 'open_sansregular', Arial, Helvetica, sans-serif;
    }

    .order-line .status {
        float: left;
        width: 75px !important;
        margin-top: -4px;
        font: 30px/30px 'jennasue-webfont', Arial, Helvetica, sans-serif;
        color: #959595;
        text-transform: lowercase;
        text-align: left;
    }

        .order-line .status.changed {
            color: #3cb878;
        }

    .order-line .bar {
        margin: 0;
        padding: 0;
        margin: 0px;
        font: 24px/33px 'jennasue-webfont', Arial, Helvetica, sans-serif;
        color: #959595;
        position: relative;
        top: -2px;
    }

    .order-line .discount {
        float: right;
        width: 60px;
        margin-top: -3px;
        font: 24px/33px 'jennasue-webfont', Arial, Helvetica, sans-serif;
        color: #8c0303;
        text-transform: lowercase;
    }

.line-bottom {
    overflow: hidden;
    padding: 18px 0 0;
}



.line-top-checkout {
    color: #5cb968;
    display: inline-block;
    width: 170px !important;
    margin-left: 0px;
}

    .line-top-checkout a {
        color: #5cb968 !important;
        font-size: 20px !important;
        position: relative;
        top: -2px;
    }

.btn-checkout,
#loginaccount .btn-checkout {
    float: left;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 24px;
    font-size: 14px;
    margin: 0 25px 0 0;
    line-height: 18px;
    background: #5cb666;
}

    .btn-checkout:hover,
    #loginaccount .btn-checkout:hover,
    #loginaccount .popup-active .btn-checkout:hover {
        color: #fff;
    }

.time-script {
    white-space: nowrap;
    color: #7ebe86;
    float: left;
    margin-top: -6px;
    font: 36px/36px 'jennasue-webfont', Arial, Helvetica, sans-serif;
}
/* empty */
.popup .empty {
    font: 60px/60px 'jennasue-webfont', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 17px 5px 35px;
    color: #636363;
}

/* navigation */
.navigation {
    padding: 0 0 6px;
    overflow: hidden;
}

    .navigation ul {
        float: left;
    }

    .navigation .alt {
        float: right;
    }

    .navigation ul li {
        float: left;
        padding: 0 22px 0 0;
    }

    .navigation .alt li {
        padding: 0 0 0 22px;
    }

    .navigation ul a {
        color: #464646;
    }

        .navigation ul a:hover {
            text-decoration: underline;
        }

.hotline {
    padding: 0 13px 0 0;
    background: url(../../images/ico02.png) no-repeat 100% 50%;
}

/* Login styles */
.user_log_in > a {
    z-index: 1000;
    right: 0px;
    text-align: right;
    white-space: nowrap;
    padding-left: 10px;
    float: right;
    position: relative;
}

    .user_log_in > a:hover {
        color: #7ebe86;
    }

.user_log_in > ul {
    display: none;
    position: absolute;
    width: 128px;
    background: #ffffff;
    border: 1px solid #b2b2b2;
    right: -10px;
    top: -10px;
    z-index: 1;
    padding: 40px 10px 10px 10px !important;
}

.user_log_in:hover > ul {
    display: block;
}

.user_log_in > ul > li {
    padding: 0px !important;
    width: 128px;
    display: block !important;
    float: none;
}

    .user_log_in > ul > li > a {
        font-size: 12px !important;
        color: #7ebe86;
        float: none !important;
        display: block !important;
        width: 100%;
        text-align: right;
        position: relative;
        right: 10px;
        margin-bottom: 3px;
    }

        .user_log_in > ul > li > a:hover {
            color: #7ebe86;
        }

#loginaccount a.sign_up {
    font-size: 24px;
    color: #5cb968;
    padding-left: 17px;
    padding-bottom: 0px;
    vertical-align: middle;
}
