@CHARSET "ISO-8859-1";
@font-face {font-family:
    'kippno1';
    src:
    url('/freshfoodclub/fonts/kipp.eot');
    src:
    url('/freshfoodclub/fonts/kipp.eot?#iefix') format('embedded-opentype'), url('/freshfoodclub/fonts/kipp.ttf') format('truetype'), url('/freshfoodclub/fonts/kipp.woff') format('woff'), url('/freshfoodclub/fonts/kipp.svg#kippno1') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family:
    'jennasue';
    src:
    url('/freshfoodclub/fonts/jennasue-webfont.eot');
    src:
    url('/freshfoodclub/fonts/jennasue-webfont.eot?#iefix') format('embedded-opentype'), url('/freshfoodclub/fonts/jennasue-webfont.woff') format('woff'), url('/freshfoodclub/fonts/jennasue-webfont.ttf') format('truetype'), url('/freshfoodclub/fonts/jennasue-webfont.svg#jenna_sueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    background-color: #FFF;
    margin: 0px;
    height: 100%;
}

body, p, div, ol, ul, li, td, th, input, select, textarea {
    font-size: 12px;
    color: #333;
    font-family: Verdana, Arial, Tahoma, sans-serif !important;
}

#ff-main {
    margin: 0 auto;
    max-width: 1000px;
    min-height: 99%;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

#ff-content {
    position: relative;
    padding: 15px 8px;
}

#ff-header {
    color: #FFFFFF;
    height: 173px;
}

#ff-header-container {
    /*background: none !important;*/
    width: 1000px;
    margin: 0 auto;
}

#ff-header-container {
    background-color: #fff;
}

#ff-header-rightbox {
    float: right;
    position: relatve;
    width: 350px;
    padding-top: 6px;
    padding-right: 6px;
}

#ff-top {
    background-color: #666;
}

#login_box {
    display: none;
    position: absolute;
    margin: 0 auto;
    width: 190px;
    height: 90px;
	left: 57%;
	top: 214px;
    padding: 12px 4px;
    font-size: 12px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #F3EFE4;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: -3px 3px 5px 3px #CCCCCC;
    -webkit-box-shadow: -3px 3px 5px 3px #CCCCCC;
    box-shadow: -3px 3px 5px 3px #CCCCCC;
    overflow: visible;
}

#login_frm div {
    position: relative;
    height: 28px;
    vertical-align: middle;
    font-variant: normal;
}

#login_frm input {
    position: absolute;
    right: 2px;
    width: 100px;
}

#login_box div {
    font-size: 12px;
    font-variant: normal;
}

#login_box h4 {
    color: #FF6600;
    font-size: 24px;
    font-weight: normal;
    padding: 4px;
    margin: 2px 0px 2px 0px;
    font-family: kippno1, Geneva, Arial, Helvetica;
}

#recipe_dropdown {
    display: none;
    position: absolute;
	margin: 0 auto;
    left: 35%;
	top: 214px;
    width: 160px;
    height: 100px;
    padding: 4px;
    font-size: 12px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #F3EFE4;
    z-index: 9999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: -3px 3px 5px 3px #CCCCCC;
    -webkit-box-shadow: -3px 3px 5px 3px #CCCCCC;
    box-shadow: -3px 3px 5px 3px #CCCCCC;
    overflow: visible;
	line-height: 30px;
}
#recipe_dropdown a {
	color: #F7B82D;
}
#divBackButton {
    position: absolute;
    right: 0px;
}

#hero {
    float: right;
    padding: 0px;
    margin: 0px;
}

#titleimg {
    position: relative;
    left: 120px;
    top: 20px;
    width: 380px;
    background: #666666;
}

#ff-menu {
    height: 30px;
    border-bottom: 1px solid #666666;
    background: #666666;
}

#ff-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: kippno1;
    font-size: 26px;
}

#ff-menu .item {
    border-right: 2px solid #8F8F8F;
    padding: 4px 8px 0px 8px;
    color: #FFFFFF;
    background: #666666;
    float: left;
    height: 30px;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    max-width: 180px;
}

#ff-menu .active {
    background: #FF6600;
    color: #FFFFFF;
}

#ff-menu .inactive {
    color: #818181;
    cursor: default;
}

#ff-footer {
    display: inline-block;
    width: 100%;
    zoom: 1;
    bottom: 0px;
    width: 100%;
    padding: 4px 0px 4px 0px;
    background: #666666;
    color: #333;
	position:relative;
    font-size: 11px;
    text-align: center;
	border-top: 1px dotted #649059; 
}

#ff-footer a {
    color:#649059;
    text-decoration: none;
    font-weight: bold;
}

#ff-midbar {
    float: left;
    min-width: 620px;
}

#ff-rightbar, #rightbar {
    float: right;
    max-width: 330px;
    height: auto;
    padding: 0px 3px 0px 3px;
    margin: 0px;
}

.error {
    border: 1px solid #CC0000;
    background: #FBF1F1;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

#disclaimer {
    position: relative;
    font-size: 12px;
    line-height: 16px;
}

.orangebox {
    margin: 0px 0px 12px 0px;
}

#marketfresh {
    width: 620px;
    float: left;
    cursor: pointer;
    padding-bottom: 6px;
    height: 500px;
}

#home_grocer {
    width: 620px;
    height: 200px;
}

.home-img-title, .home-img-title-r {
    position: relative;
    text-transform: none;
    float: left;
    width: 140px;
    text-align: bottom;
    font-size: 15px;
    line-height: 15px;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
}

.home-img-box {
    position: relative;
    float: left;
    width: 140px;
    height: 78px;
    cursor: pointer;
}

#right_joinbox {
    position: relative;
    width: 322px;
    float: left;
    margin: 0px 0px 12px 0px;
    padding: 4px;
    height: 200px;
    overflow: hidden;
}

#right_joinbox h3 {
    font-family: kippno1, Geneva, Arial, Helvetica;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

#right_joinbox h2 {
    font-family: kippno1, Geneva, Arial, Helvetica;
    font-size: 40px;
    color: #649059;
    text-transform: uppercase;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px dotted #649059;
}

#right_joinbox h4 {
    font-family: kippno1, Geneva, Arial, Helvetica;
    font-size: 22px;
    color: #649059;
    font-weight: normal;
}

#commentsbox {
    position: relative;
    width: 322px;
    float: left;
    margin: 0px;
    padding: 4px;
    height: 250px;
    overflow: hidden;
}

#compbox {
    position: relative;
    width: 322px;
    float: left;
    margin: 0px;
    padding: 4px;
    height: 250px;
    overflow: hidden;
}

#ff-recipes {
    width: 322px;
    position: relative;
    float: left;
    margin: 12px 0px;
    padding: 4px;
}

#ff-videos {
    width: 322px;
    position: relative;
    float: left;
    margin: 0px 1px;
    padding: 4px;
}

.weeklyspecial {
    float: left;
    position: relative;
    width: 150px;
    height: 145px;
    margin: 0px 2px 4px 2px;
    padding: 2px;
}

.marketfresh {
    float: left;
    position: relative;
    width: 300px;
    height: 250px;
    margin: 0px 2px 4px 2px;
    padding: 2px;
}

.recipebox {
    float: left;
    position: relative;
    width: 180px;
    height: 250px;
    margin: 0px 2px 4px 2px;
    padding: 2px;
}

.recipebox .title {
    position: relative;
    height: 30px;
    overflow: hidden;
}

.marketfresh .recipes {
    clear: all;
    position: relative;
    height: 120px;
    overflow: hidden;
}

.marketfresh .recipes, .marketfresh .recipes a {
    padding-top: 12px;
    font-size: 12px;
    text-decoration: none;
}

.marketfresh .image {
    position: relative;
    float: left;
    width: 100px;
    height: 55px;
}

.marketfresh .blurb {
    position: relative;
    float: left;
    width: 140px;
    height: 110px;
    overflow: hidden;
    font-size: 12px;
    padding-left: 6px;
	padding-top: 6px;
}

.marketfresh .home-img-box {
    position: relative;
    float: left;
    width: 100px;
    height: 55px;
    cursor: pointer;
}

.marketfresh .price {
    background: url('../img/btn_price.gif') no-repeat;
    float: right;
    padding-top: 12px;
    position: relative;
    width: 120px;
    height: 40px;
    text-align: center;
}

.marketfresh .img-cont {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    background: #FFFFFF;
}

.marketfresh .img-box {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    cursor: pointer;
    border: 1px solid #649059;
}

.weeklyspecial {
    width: 140px;
}

.weeklyspecial h3, .marketfresh h3 {
    padding-left: 6px;
    margin: 0px;
    position: relative;
    height: 34px;
    overflow: hidden;
    font-weight: normal;
    color: #649059;
    font-size: 20px;
    font-family: kippno1, Geneva, Arial, Helvetica;
}

.recipelink {
    padding-left: 6px;
    color: #649059;
}

.weeklyspecial .produce, .marketfresh .produce {
    padding-left: 6px;
    position: relative;
    height: 34px;
    overflow: hidden;

}

.weeklyspecial .price {
    background: url('../img/btn_price.gif') no-repeat;
    position: relative;
}

.weeklyspecial .image {
    position: relative;
    width: 120px;
    height: 80px;
}

.weeklyspecial .home-img-box {
    position: relative;
    float: left;
    width: 120px;
    height: 78px;
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.pop_video img {
    border: 1px solid #ccc;
}

#grocer_rightbox {
    width: 330px;
    padding: 6px;
    line-height: 24px;
    text-align: center;
    overflow: auto;
}

#grocer_rightbox h1 {
    font-family: kippno1, Geneva, Arial, Helvetica;
    font-size: 44px;
    color: #F8B62E;
}

#grocer_rightbox h2 {
    font-family: kippno1, Geneva, Arial, Helvetica;
    font-size: 18px;
    color: #333;
    text-transform: none;
}

#grocer_rightbox h4 {
    font-family: kippno1, Geneva, Arial, Helvetica;
    font-size: 20px;
    color: #649059;
    font-weight: normal;
    line-height: 28px;
    margin: 6px 0px 6px 0px;
}

#grocer_specials {
    width: 320px;
}
.recipe_search_table {
	width: 100%;
}
.recipe_search_option {
	float: left;
	margin-right: 6px;
}
