@charset  utf-8;

/* CSS Document */
/*~~~~~~~~~~~~~~~~~~~~~~~~*/
/*  BACKGROUND IMAGE CSS  */
/*~~~~~~~~~~~~~~~~~~~~~~~~*/
body.stretchBG{
    background-image: url('/include/images/bg-full-3.jpg'); /* Generic background, other pages are being overwritten below */
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-background-size: cover; /* For WebKit*/
	-moz-background-size: cover;    /* Mozilla*/
	-o-background-size: cover;      /* Opera*/
	background-size: cover;         /* Generic*/
	/* IE is using the backstretch JS to give this effect */
	position: relative;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
}

body.stretchBG.products.blending-and-processing {
    background-image: url('/include/images/bg-full-4.jpg');
}

body.stretchBG.products.ninja-cooking {
    background-image: url('/include/images/bg-full-2.jpg');
}
body.stretchBG.recipes {
	background-image: url('/include/images/recipes/bg-recipes-fpo.jpg');
}
body.stretchBG.healthy-living {
	background-image: url('/include/images/bg-healthyliving-fpo.jpg');
}
body.stretchBG.default.index{
	background-image: none;
}

body.default.index{
	background-color: #fff;
}


/*~~~~~~~~~~*/
/* FONT CSS */
/*~~~~~~~~~~*/
/* ADOBE TYPEKIT - PROXIMA NOVA */
	h1,h2,h3,h4,h5,h6,
	.prodShareHolder-title,
	body.nutri-ninja-cups #tile_01 p
	{
	    font-family: "proxima-nova", Helvetica, sans-serif;
	    font-weight: 700 !important;
	}
/* GOOGLE WEBFONTS - OPEN SANS CONDENSED */
	#nav,
	#slidermenu span h6, 
	#slidermenu a h6,
	a.GlobalGreenButton span,
	a.TileGreenButton span,
	a.GlobalBlueButton span,
	a.GlobalBlackButton span,
	a.GlobalBlackButtonSmall span,
	#viewRecipesBrowse #recipeProductFilterContainer a span,
	#productFilterContainer a span,
	.open-sans-condensed
	{
		font-family: 'Open Sans Condensed', sans-serif;
	}
/* HELVETICA NEUE */
	body.nutri-ninja-cups p,
	body.nutri-ninja-cups .statement ul
	{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
/* WEBSAFE - HELVETICA */
	body,
	#trinityBox #rightBox #topBox .subTitle,
	#trinityBox #rightBox #bottomBox .subTitle,
	#trinityBox #rightBox #topBox ul,
	#trinityBox #rightBox #bottomBox ul,
	#trinityBox #leftBox #leftleft ul,
	.product-result .product-list,
	.product-result .product-link,
	#footerNotes,
	body.nutri-ninja-cups #tile_03 h2
	{
		font-family: Helvetica, Arial, sans-serif;
	}
/* WEBSAFE - LUCIDA */
	input,
	textarea,
	#viewRecipesBrowse #recipeProductFilterContainer a span.brandLabel,
	#recipeKnowHowContent
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
/* WEBSAFE - ARIAL */
	#footerCenter
	{
		font-family: Arial, sans-serif;
	}

/*~~~~~~~~~~~~~~~~~*/
/*  BASE TAGS CSS  */
/*~~~~~~~~~~~~~~~~~*/

html { background-color: #000; }

body {
	min-width: 970px;
    background-color: #EAEAEA;
    font-weight: 100;
    color: #555;
    line-height: 20px;
}

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

table {
    border-collapse: collapse;
    width: 100%;
}

td,th {
    border-top: 1px solid #DDD;
    padding: 10px;
}

input {
    border: 1px solid #999;
    background: #FFF;
    font-style: normal;
    font-size: 14px;
    color: #000;
    padding: 3px;
    outline: none !important;
    padding-left: 12px;
    margin-top: 6px;
}

fieldset {
    padding-top: 20px;
}

img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;

}

iframe{
	height: 1px;
	width: 1px;
}

lower{
	text-transform: lowercase;
}

/*~~~~~~~~~~~~~~~~~~~~*/
/*  BASE CLASSES CSS  */
/*~~~~~~~~~~~~~~~~~~~~*/
.ninjagreen {
    color: #688c00;
}

input.watermark {
    color: #000;
}

sup,.reg,.sup,.trade {
    vertical-align: super;
    font-size: 50% !important;
}

h1 sup,h1 .reg,h1 .trade {
    font-size: 25% !important;
}

h2 sup,h2 .reg,h2 .trade {
    font-size: 35% !important;
}

.clearbutton {
    height: 50px;
}

.clear {
    clear: both;
}

.clearfix {
    clear: both;
    height: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

.errMRG{
	color: #d20 !important;
	font-size: 17px !important;
}
.errColor{
	color:#d20 !important;
	background: #fbb !important;
	padding: 2px 6px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.posiRelative {
    position: relative;
}

.posiAbsolute {
    position: absolute;
}

.posiFixed {
    position: fixed;
}

/* The style used for Leaf effect (square block with 2 opposing rounded corners */
.leaf {
    position: relative;
    border-radius: 0 20px;
}

.leafTop {
    background: transparent url(../images/bg-leafTop.png) no-repeat top right;
}

.leafBot {
    background: transparent url(../images/bg-leafBot.png) no-repeat bottom left;
}

/*~~~~~~~~~~~~~~~~~~~*/
/*  BASE LAYOUT CSS  */
/*~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~*/
/*  LAYOUT CLASS CSS  */
/*~~~~~~~~~~~~~~~~~~~~*/
.rightArrow {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    top: 2px;
    position: relative;
}

/* HEADER */
#dvHeaderContainer {
    height: 74px;
    position: fixed;
    width: 100%;
    z-index: 500;
    box-shadow: -2px 5px 10px #444;
    z-index: 99;
    top: 0px;
}

#headerCenter {
    width: 940px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/header_bkgGrey.png);
    background-repeat: repeat-x;
}

#headerLogo {
    float: left;
    position: relative;
    z-index: 100;
    background-image: url(../images/header_bkgBlack.png);
    background-repeat: repeat-x;
    padding-right: 16px;
}

/* HEADER - NAV */
#nav {
    display: block;
    float: left;
    height: 90px;
    font-size: 13px;
    text-align: center;
    line-height: 105%;
    font-weight: 900;
    text-shadow: 0 1px 0 #fff;
}

#nav li {
    float: left;
    border-right: 1px solid #888;
    height: 74px;
    display: block;
}

#nav li:hover {
    background-color: #FFF;
}

#nav li#productsLi:hover {
    background-color: none !important;
}

#nav li a {
    display: block;
    height: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

#nav li ul li a {
    color: #FFF;
    text-decoration: none;
    text-shadow: none;
    font-size: 13px;
    padding-left: 20px;
    padding-top: 15px;
}

#nav li ul {
    margin-top: 41px;
}

#nav li ul li {
    float: none;
    height: auto;
    min-width: 200px;
    text-align: left;
}

#iconDiv {
    padding-top: 0;
    display: block;
    border-right: 0 solid #666;
    height: 45px;
    float: left;
}

#icon_trackorder,#icon_register,#icon_cart,#icon_faqs,#icon_livechat,#icon_search {
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-left: 19px;
    cursor: pointer;
    background-position: center center;
    margin-top: 0;
    height: 74px;
    width: 38px;
}

#icon_trackorder {	background-image: url(../images/nav-icon-trackorder.png);}

#icon_register {	background-image: url(../images/nav-icon-register.png);}

#icon_cart {		background-image: url(../images/nav-icon-cart.png);}

#icon_faqs {		background-image: url(../images/nav-icon-faqs.png);}

#icon_livechat {	background-image: url(../images/nav-icon-livechat.png);}

#icon_search {		background-image: url(../images/nav-icon-search.png);}

/* GENERAL LIST STYLING */
/* The style used for Detailed List Items (Image, Title, Description) */
.detailListItem,
.ratingsBlock {
    width: 100%;
    min-height: 55px;
    border-bottom: 1px solid #bbb;
    display: block;
    position: relative;
    padding: 14px 0;
}

.detailListItem:hover {
    background-color: #f4f4f4;
}

.detailListItem img {
    float: left;
    xxxmargin-left: 10px;
}

.detailListItem .descriptionContainer {
    margin: 0 4em;
    display: block;
}

.detailListItem .title {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.detailListItem .description {
    font-size: 12px;
    line-height: 14px;
}

/*  MAIN CONTENT  */
#dvMainContentContainer {
    min-height:400px;
    padding-top:54px;
    position:relative;
    z-index:2;
}

/*  HOMEPAGE SLIDER CSS  */
/*/mediaquery*/
@media all and max-width 2000px and min-width 1500px {
    

}

.headergrad-1 {
    background-image: url(../images/header_bkgBlack.png);
    background-repeat: repeat-x;
    width: 50%;
    position: fixed;
    height: 80px;
}

.headergrad-2 {
    background-image: url(../images/header_bkgGrey.png);
    background-repeat: repeat-x;
    width: 50%;
    position: fixed;
    height: 80px;
    right: 0;
}

/* Global Button General Classes *********************/
.GlobalButtonHasSupText span{
	padding-top: 9px !important;
}


/* GLOBAL GREEN BUTTON *****************************/
a.GlobalGreenButton span {
    background: transparent url(../images/greenBtnBody.png) no-repeat 0 0;
    display: block;
    padding: 12px 0 0 20px;
    color: #000;
    height: 35px;
    font-weight: 600;
    font-size: 13px;
    line-height: 116%;
    text-align: center;
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    text-transform: uppercase;
}

a.GlobalGreenButton {
    background: transparent url(../images/greenBtnEndcap.png) no-repeat top right;
    display: block;
    float: left;
    height: 47px;
    margin-right: 6px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

a.GlobalGreenButton:hover span {
    background-position: 0 -45px;
    color: #000;
    height: 45px;
    margin-top: 0;
}

a.GlobalGreenButton:hover {
    background-position: right -45px;
    height: 45px;
    margin-top: 4px;
}




/* GLOBAL BROWN BUTTON *****************************/
a.GlobalBrownButton span {
    background: transparent url(../images/brownBtnBody.png) no-repeat 0 0;
    display: block;
    padding: 12px 0 0 20px;
    color: #ffffff;
    height: 35px;
    font-weight:700;
    font-size: 13px;
    line-height: 116%;
    text-align: center;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow: 0 1px 1px rgba(101,74,41,1);
    text-transform: uppercase;
    font-family: proxima nova, Helvetica, Arial;
}

a.GlobalBrownButton {
    background: transparent url(../images/brownBtnEndcap.png) no-repeat top right;
    display: block;
    float: left;
    height: 47px;
    margin-right: 6px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

a.GlobalBrownButton:hover span {
    background-position: 0 -45px;
    color: #ffffff;
    height: 45px;
    margin-top: 0;
}

a.GlobalBrownButton:hover {
    background-position: right -45px;
    height: 45px;
    margin-top: 4px;
}




/* GLOBAL BLUE BUTTON *****************************/
a.GlobalBlueButton span {
    background: transparent url(../images/btnBlueBody.png) no-repeat 0 0;
    display: block;
    padding: 12px 0 0 20px;
    color: #fff;
    height: 35px;
    font-weight: 600;
    font-size: 13px;
    line-height: 116%;
    text-align: center;
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow: 0 -1px 0 rgba(80,80,80,1);
    text-transform: uppercase;
}

a.GlobalBlueButton {
    background: transparent url(../images/btnBlueEndcap.png) no-repeat top right;
    display: block;
    float: left;
    height: 47px;
    margin-right: 6px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

a.GlobalBlueButton:hover span {
    background-position: 0 -45px;
    color: #fff;
    height: 45px;
    margin-top: 0;
}

a.GlobalBlueButton:hover {
    background-position: right -45px;
    height: 45px;
    margin-top: 4px;
}

/*************  USE THIS FOR THE GREEN AND BLACK BUTTONS  *********************

<div class="clearbutton" style="">
	<a class="GlobalBlackButton" href="" target="_blank">
        <span>BUTTON TEXT HERE</span>
    </a> 
</div>

********************************************/
/* GLOBAL BLACK BUTTON *****************************/
a.GlobalBlackButton span {
    background: transparent url(../images/blackBtnBody.png) no-repeat 0 0;
    display: block;
    padding: 12px 0 0 30px;
    color: #fff;
    height: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 116%;
    color: #fff;
    text-align: center;
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.51);
    letter-spacing: 2px;
}

a.GlobalBlackButton {
    background: transparent url(../images/blackBtnEndcap.png) no-repeat top right;
    display: block;
    float: left;
    height: 47px;
    margin-right: 6px;
    padding-right: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

a.GlobalBlackButton:hover span {
    background-position: 0 -45px;
    color: #fff;
    height: 45px;
    margin-top: 0;
}

a.GlobalBlackButton:hover {
    background-position: right -45px;
    height: 45px;
    margin-top: 4px;
}

/* GLOBAL BLACK BUTTON SMALL *****************************/
a.GlobalBlackButtonSmall span {
    background: transparent url(../images/blackBtnBody.png) no-repeat 0 0;
    display: block;
    padding: 12px 0 0 30px;
    color: #fff;
    height: 35px;
    font-weight: 600;
    font-size: 13px;
    line-height: 116%;
    text-align: center;
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    letter-spacing: 0;
}

a.GlobalBlackButtonSmall {
    background: transparent url(../images/blackBtnEndcap.png) no-repeat top right;
    display: block;
    float: left;
    height: 47px;
    margin-right: 6px;
    padding-right: 30px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
}

a.GlobalBlackButtonSmall:hover span {
    background-position: 0 -45px;
    color: #fff;
    height: 45px;
    margin-top: 0;
}

a.GlobalBlackButtonSmall:hover {
    background-position: right -45px;
    height: 45px;
    margin-top: 4px;
}

/* Buy Ultima Now - NAV HEADER */
/* Healthy Living Guide - Home Page */
/* Dual Stage Blending - Home Page */
/* Buy Now */
.storeDiv {
    display: block;
    margin-bottom: 10px;
    width: 25%;
    float: left;
    text-align: center;
    height: 40px;
}

.storeDiv a {
    display: block;
    width: 100%;
    height: 100%;
}

.storeDiv img {
    max-width: 100%;
    max-height: 40px;
}

.fancyBox_whereToBuy {
    width: 680px;
    background-color: #FFF;
    display: none;
    padding: 10px;
}

.whereToBuy_h2 {
    font-size: 20px;
    padding-bottom: 20px;
}

/*      Bridge page      */
/*  FEATURE PAGE   */
/*  DUAL STAGE BLENDING   */
/*  COMPARE AND BUY PAGE   */
/*  DETAIL PAGE TAB UI  */
#prodHeroHolder {
    width: 627px;
    height: 544px;
    border: 1px solid #BBB;
    float: left;
    background-color: #FFF;
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
}
#prodHeroHolder .heroHolder {
    height: 431px;
    position: relative;
    overflow: hidden;
}
#prodThumbHolder{
	position: relative;
	bottom: 0;
	height: 113px;
	background: #fff;
	z-index: 101;
}
#prodDetailHolder {
    background-image: url(../images/prodDetail_grad.png);
    background-repeat: repeat-y;
    width: 266px;
    height: 459px;
    border: 1px solid #BBB;
    background-color: #FFF;
    float: right;
    margin: 20px 0 0 -2px;
    position: relative;
    z-index: 90;
    padding: 45px 0 0 45px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.heroImage {
    position: absolute;
    top: 0;
    left: 0;
}

a.mediaCollection {
    display: block;
}

.mediaCollectionIcon {
    float: left;
    margin: 0 15px;
    border: 1px solid #bbb;
    height: 75px;
    width: 75px;
    overflow: hidden;
    cursor: pointer;
}

.mediaCollectionTrigger {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mediaCollectionPlay {
    left: 0;
    top: 0;
    z-index: 2;
}

.mediaCollectionThumb {
    left: -23px;
    top: -7px;
    z-index: 1;
}

.mediaCollectionThumb360 {
    height: 90px;
    left: -15px;
    top: 0;
}

.mediaCollectionThumbHero {
    height: 90px;
    left: -15px;
    top: 0;
}

.fancybox-mediaCollection .fancybox-skin {
    background-color: #EEE;
    background-image: url(../images/bg-fancybox-ninjalogo.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.products .fancybox-inner .fancybox {
padding: 35px;
position: relative;
}
#prodDetailHolder h2 {
    font-size: 30px;
    color: #688C00;
    line-height: 30px;
    padding-bottom: 5px;
    width: 240px;
    margin-bottom:20px;
}
#prodDetailHolder .modelNumber{
	font-size: 14px;
	font-weight: lighter !important;
	padding-bottom: 15px;
}

#prodShareHolder{
	border: 1px solid #BBB;
	background-color: #FFF;
	margin-bottom: 20px;
	height: 62px;
	text-align: center;
}
.prodShareHolder-title{
	font-weight: bold;
	font-size: 14px !important;
	padding: 0 10px;
	margin: 0 !important;
}
#productSocialContainer{
	float: left;
	width: 46%;
	border-right: 1px solid #BBB;
	padding: 20px 0;
}
#productRatingContent{
	float: left;
	width: 51%;
	padding: 20px 0px;
}
#productRatingContent span{
	vertical-align: top;
	font-size: 13px;
	margin: 0 0 0 30px;
	cursor: pointer;
}
#productRatingContent span a{
	vertical-align: top;
}
#prodDetailBottom h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #333;
}

#detailPrice {
    position: absolute;
    bottom: 0;
    width: 311px;
    left: 0;
}
#detailPrice h3{
    text-align: center;
	font-size: 2em;
}
.parts #detailPrice{
	height: 190px;
}
#detailPriceForm{
	width: 185px;
	margin: auto;
}
#detailPriceForm #msrp{
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 400;
}
#detailPriceForm .part-qty{
	background: #e4e4e4;
	border: none;
	width: 48px;
	margin: 0 10px;
	text-align: center;
	text-indent: 0;
	padding: 5px 10px;
}
#detailPriceForm .part-checkbox{
	border: none;
}


.prodDetailBox {
    width: 680px;
    float: right;
    padding: 50px;
    border: 1px solid #BBB;
    background-color: #FFF;
    margin-bottom: 20px;
}

.prodDetailBox h2 {
    font-size: 36px;
    color: #688C00;
    height: 40px;
    border-bottom: 1px solid #BBB;
}

.prodDetailBox ul {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
    margin-top: 20px;
    clear: both;
}

#features span {
    display: block;
    margin-top: 20px;
}

#prodNav {
    float: left;
    width: 150px;
    top: 90px;
}

#prodNav li {
    height: 37px;
    padding-top: 20px;
    width: 138px;
    background-color: #688D00;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

#prodNav li img {
    display: none;
}

#prodNav li.active img {
    display: block;
    position: absolute;
    right: -11px;
    top: 12px;
}

#prodNav li a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.partsTab {
    margin-top: 30px;
}

.partsTab span {
    float: left;
    padding-bottom: 30px;
}

.partImg {
    float: left;
    max-width: 100px;
    max-height: 100px;
}

.partDetails {
    padding-left: 20px;
    width: 370px;
    float: left;
}

.partsPrice {
    float: left;
    width: 165px;
    text-align: right;
}

.partsPrice h3 {
    font-weight: 700;
    font-size: 24px;
    padding-left: 4px;
}

.question-title h3 {
    color: #000;
    font-weight: 100 !important;
    font-size: 100% !important;
    border-bottom: 1px solid #000;
    display: inline;
}

.prodDetailBox.listedOutput h2 {
    width: 100%;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
}

.prodDetailBox.listedOutput h2 {
    width: 100%;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
}

.deatilDocSpan {
    width:100%;
    height:83px;
    border-bottom:1px solid #bbbbbb;
    display:block;
    position:relative;
    cursor:pointer;
}
.deatilDocSpan:hover {
    background-color:#f4f4f4;
}

.deatilDocSpan h3 {
    padding-top:30px;
    padding-left:20px;
}
.deatilDocSpan h3 a {
    color:Black;
    text-decoration:none;
}

#recipes .deatilDocSpan h3 {
    font-size:18px;
}

#viewRecipesBrowse h1{
	font-size: 36px;
	text-align: center;
	letter-spacing: -1.5px;
}
	.a-devin-alexander-signature-recipe .partsArrowContainer,
	.a-devin-alexander-and-ninja-kitchen-recipe .partsArrowContainer,
	.a-rachel-beller-signature-recipe .partsArrowContainer,
	.a-rachel-beller-and-ninja-kitchen-recipe .partsArrowContainer
	{
		background: #fff;
	}

	/* Recipe List in Product Detail */
	.a-devin-alexander-signature-recipe > .detailListItem,
	.a-devin-alexander-and-ninja-kitchen-recipe > .detailListItem
	{
		background: #bfe4f6;
		background: url(/include/images/devin-alexander-badge.png) no-repeat bottom right, -moz-linear-gradient(left, #ffffff 0%, #bfe4f6 100%);
		background: url(/include/images/devin-alexander-badge.png) no-repeat bottom right, -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#bfe4f6));
		background: url(/include/images/devin-alexander-badge.png) no-repeat bottom right, -webkit-linear-gradient(left, #ffffff 0%,#bfe4f6 100%);
		background: url(/include/images/devin-alexander-badge.png) no-repeat bottom right, -o-linear-gradient(left, #ffffff 0%,#bfe4f6 100%);
		background: url(/include/images/devin-alexander-badge.png) no-repeat bottom right, -ms-linear-gradient(left, #ffffff 0%,#bfe4f6 100%);
		background: url(/include/images/devin-alexander-badge.png) no-repeat bottom right, linear-gradient(to right, #ffffff 0%,#bfe4f6 100%);
	}

	.a-rachel-beller-signature-recipe > .detailListItem,
	.a-rachel-beller-and-ninja-kitchen-recipe > .detailListItem
	{
		background: #e0f2c0;
		background: url(/include/images/rachel-beller-badge.png) no-repeat bottom right, -moz-linear-gradient(left, #ffffff 0%, #e0f2c0 100%);
		background: url(/include/images/rachel-beller-badge.png) no-repeat bottom right, -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e0f2c0));
		background: url(/include/images/rachel-beller-badge.png) no-repeat bottom right, -webkit-linear-gradient(left, #ffffff 0%,#e0f2c0 100%);
		background: url(/include/images/rachel-beller-badge.png) no-repeat bottom right, -o-linear-gradient(left, #ffffff 0%,#e0f2c0 100%);
		background: url(/include/images/rachel-beller-badge.png) no-repeat bottom right, -ms-linear-gradient(left, #ffffff 0%,#e0f2c0 100%);
		background: url(/include/images/rachel-beller-badge.png) no-repeat bottom right, linear-gradient(to right, #ffffff 0%,#e0f2c0 100%);
	}


.faqTitle {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    height: 50px;
    padding-bottom: 30px;
}

.faqH3 {
    color: #668C00;
    font-size: 16px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #bbb;
}

/* FEATURES TAB *****************************/
#tabs {
    position: relative;
    z-index: 10;
    width: 675px;
    margin-top: 40px;
}

.tabTopTextSingle {
    font-size: 12px;
    position: relative;
    top: 15px;
    color: #777;
    font-weight: 900;
    text-align: center;
}

/* BENEFITS TAB *****************************/
.answer {
    margin-left: 12px;
    position: relative;
    cursor: default;
    margin-bottom: 15px !important;
}

/**************************************************/
/***********************
     SUPPORT PAGE
***********************/
/***********************
      FAQ HOLDER  
***********************/
#faqHolder {
    margin-top: 30px;
}

/***********************
        FOOTER  
***********************/
#dvFooterContainer {
    width: 100%;
    left: 0;
    xxxmargin-top: 50px;  /* commented out for RB footer banner */
    position: relative;
    z-index: 3;
}
body.community #dvFooterContainer {
    z-index: 2;
}

#footerContainer {
    width: 100%;
    padding: 35px 0 0 0;
    background: #fff;
}

#footerCenter {
    width: 940px;
    margin: 0 auto;
}

.footerFloat{
	float: left;
	xxxheight: 190px;
    font-weight:400 !important;
}

.footerFloat a:hover { color:green; }

.footerFloat .footerFloat{
	padding-right: 50px;
}

#footerSocial .footerFloat{
	height: 110px;
}

.footerSectionTitle{
	font-weight: bold;
	font-size: 16px;
    padding-top:8px;
    border-top: 2px black solid;

	margin-bottom:20px;
	color: #000;
}
.footerSectionTitle i{
	margin-right: 10px;
	font-size: 90%;
}

#footerContact #contact_form{
	padding-top: 10px;
	height: 60px;
}

#footerSitemap,
#footerSocial{
	xxborder-right: 1px solid #eee;
}

#footerCenter li {
    margin: 0px 0;
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

#footerCenter li a{
	font-size: 14px;
   xxxfont-weight: 400;

}

#footerCenter li i{
	font-size: 160%;
	margin-right: 7px;
	vertical-align: middle;
}

#footerCenter #footerSocial li i{
	font-size: 150%;
	width: 17px;
	text-align: center;
	margin-right: 11px;
	font-weight: lighter;
}

#footerCenter #footerSocial li u{
	font-weight: bold;
}

#footerCenter u{
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	color: #6D6E71;
}

#footerSitemap{
	width: 263px;
}

#footerSocial{
	padding-left:79px;
	width:260px;
}

#footerContact{
	padding-left:78px;
	width: 260px;
}

#footerContact input{
	margin: 0;
	padding: 7px 20px;
	font-size: 12px;
	width: 123px;
}

#footerContact .thank-you-message p{
	color: #000;
}

#footerCopyright{
	padding: 30px 0;
	font-size: 12px;
	text-align: center;
	background: ##e4e4e4;
}

#footerContact a {
    font-size: 14px;
    font-weight: 400;
}


#Badges{
	text-align: center;
	xxxbackground: #000;
	padding-bottom: 2em;
}
	#Badges img{
		border: 0;
		xxxbackground: #fff;
		padding: 0.7em;
		border-radius: 0.4em;
	}



.supportInput {
    width: 305px;
}

#prodInquiry_submitBtn {
    bottom: 5px;
    position: absolute;
    right: 40px;
    height: 50px;
}

#questionAboutNinja_btn {
    float: right;
    height: 50px;
}

#email_submitBtn {
    float: left;
    margin-left:10px;
}

.u1 {
    width:233px;
    margin-left:50px;
    float: left;

}





/***********************
        VIDEO PAGE  
***********************/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PARTS & ACCESSORIES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-qty {
    width: 20%;
    margin-right: 0;
    padding: 3px;
    text-align: center;
}

.PAHeader {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2pt;
    line-height: 120%;
    text-align: left;
    color: #000;
    width: 940px;
    margin: 40px auto 20px;
    position: relative;
}
	.PAHeader .subtitle{
		position: absolute;
		font-size: 0.25em;
		letter-spacing: 0;
		font-weight: normal;
		left: 0.2em;
		bottom: -2.4em;
	}

.PAcolumnHeader {
    width: 389px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #678C00;
    border-bottom: 1px solid #BBB;
    letter-spacing: -1px !important;
}

#partsDiv {
    width: 389px;
    float: left;
}

.partSpan {
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #bbb;
    display: block;
    position: relative;
}

.partSpan:hover {
    background-color: #f4f4f4;
}

.partSpan img {
    margin-top: 14px;
    float: left;
    margin-left: 10px;
}

.partSpan span {
    margin-top: 33px;
    vertical-align: super;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 4px;
}

.partSpan {
    color: #000;
}

.partsArrowContainer {
	position: absolute;
	height: 100%;
	display: block;
	top: 0;
	right: 0;
	width: 1.75em;
	text-align: center;
}

	.partsArrow {
		float: none !important;
		margin: 0 !important;
	}

#accessoriesDiv {
    width: 389px;
    float: left;
    margin-left: 50px;
}

#manualsWhatsModelNum_Div {
    width: 400px;
    float: left;
    margin-left: 50px;
    color: #000;
}

#manualsWhatsModelNum_Div h1 {
    font-size: 20px;
    padding-bottom: 15px;
}

#manualsWhatsModelNum_Div span {
    width: 160px;
    display: block;
    float: left;
    font-size: 12px;
    padding-bottom: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EXCLSUIVE OFFER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/***  HOME PAGE
*****************************/
#slider,#slider ul,#slider li,#slider li a,#slider li a img {
    margin: 0;
    padding: 0;
    width: 100%;
    -min-width: 940px;
    display: block;
    position: relative;
    z-index: 1;
}

#slide1_btn1 {
    background-image: url(../images/slide1_btn1.png);
    width: 11% !important;
    height: 3.125em;
    float: left;
    position: absolute !important;
    top: 69%;
    left: 10%;
    background-size: contain;
    background-repeat: no-repeat;
}

#slide1_btn2 {
    background-image: url(../images/slide1_btn2.png);
    width: 11% !important;
    height: 3.125em;
    float: left;
    position: absolute !important;
    top: 69%;
    left: 22%;
    background-size: contain;
    background-repeat: no-repeat;
}

#slide1_btn3 {
    background-image: url(../images/slide1_btn3.png);
    width: 11% !important;
    height: 3.125em;
    float: left;
    position: absolute !important;
    top: 69%;
    left: 34%;
    background-size: contain;
    background-repeat: no-repeat;
}

#slider #SliderPrev,#slider #SliderNext {
    position: absolute;
    top: 40%;
    z-index: 201;
    cursor: pointer;
}

#slider #SliderPrev:hover,#slider #SliderNext:hover {
    opacity: .9;
}

#slider {
    text-align: center;
}

#slider #SliderPrev {
    left: 35px;
}

#slider #SliderNext {
    right: 35px;
}

#homeSliderShadow {
    background: transparent url(../images/homeSliderShadow.png) repeat-x top left;
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom:62px;
}

#slidermenu-wrapper {
    display: inline-block;
    z-index: 200;
    margin-top: -30px;
    position: relative;
}

#slidermenu,#slidermenu-wrapper #leftside,#slidermenu-wrapper #rightside {
    float: left;
    display: inline-block;
}

#slidermenu {
    background: transparent url(../images/cda_navGradient.png) scroll repeat-x left center;
    position: relative;
    height: 86px;
}

#slidermenu span,#slidermenu a {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 8px 0;
    padding: 0 10px 0 12px;
    -background: transparent url(../images/cda_navDivider.png) scroll no-repeat left center;
    border-left: solid 1px #888;
    line-height: 66px;
    height: 66px;
    color: #000;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 150px;
}

#slidermenu span,#slidermenu a img.icon,#slidermenu span,#slidermenu a h6 {
    float: left;
    font-size: 13px;
    text-shadow: 1px 1px 0 #d4d4d4;
    line-height: 14px;
    text-align: left;
    letter-spacing: .5px;
}

#slidermenu sup{
	line-height: 0;
}

#slideNav-UltimaBlender h6 {
    margin: 19px 0 0 20px;
}

#slideNav-HealthyLiving h6 {
    margin: 19px 0 0 20px;
}

#slideNav-Recipes h6 {
    margin: 19px 0 0 20px;
}

#slideNav-NutriNinja h6{
    margin: 19px 3px 0 31px;
}

#slideNav-AutoIQ h6{
    margin: 19px 3px 0 21px;
}

#slideNav-2n1 h6{
    margin: 19px 3px 0 11px;
}

#slideNav-Home img.icon {
    margin: 18px 0 0 36px;
}

#slideNav-UltimaBlender img.icon {
    margin: 7px 0 0 9px;
}

#slideNav-HealthyLiving img.icon {
    margin: 16px 0 0;
}

#slideNav-Recipes img.icon {
    margin: 8px 0 0;
}

#slideNav-NutriNinja img.icon{
    margin: 12px 0 0 9px;
}

#slideNav-AutoIQ img.icon {
    margin: 5px 0 0;
}

#slideNav-2n1 img.icon {
    margin: 3px 0 0;
}

#slidermenu span:first-child,#slidermenu a:first-child {
    background: transparent url(none) scroll no-repeat left center;
    border-left: none 0 transparent;
}

#slidermenu a span.indicator {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
    display: none;
    width: 100%;
    overflow: hidden;
    line-height: normal;
    margin-top: -20px;
}

#slidermenu a.cycle-pager-active span.indicator {
    display: inline;
}

#homeGradient {
    background: #fff url(../images/homeGradient.jpg) repeat-x top left;
    display: block;
    height: 376px;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: -312px;
}

#homeBottomContent {
    margin: auto;
    width: 940px;
    text-align: center;
    position: relative;
    z-index: 1;
}

#homeTiles {
    text-align: center;
    xxxmargin: 20px 0 40px -10px;  /* commented out for RB footer banner */
    margin: 20px 0 0px -10px;  /* removing paging at bottom of times for Beller - remove this line and uncomment line above when removing */
}

#homeTiles .homeTile {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 6px #bbb;
    -webkit-box-shadow: 0 2px 6px #bbb;
    box-shadow: 0 2px 6px #bbb;
    position: relative;
    float: left;
    background-color: #FFF;
    line-height: 0;
    overflow: hidden;
    text-align: left;
    margin-left: 10px;
    border: 1px solid #ccc;
}

#homeTiles .homeTile-thirdWidth {
    width: 298px;
    height: 270px;
}

#homeTiles .homeTile-halfWidth {
    width: 453px;
    height: 175px;
    margin-top: 25px;
    margin-bottom: 60px;
}

#homeTiles .homeTile-fullWidth {
    width: 918px;
    height: 175px;
    margin-top: 25px;
    margin-bottom: 60px;
}

#homeTiles .homeTile sup {
    line-height: 0;
}

#homeTiles .homeTile h3 {
    text-align: left;
    padding: 22px 25px 0;
    font-size: 18px;
    color: #000;
    line-height: 130%;
}

#homeTiles .homeTile .homeTileCopy {
    font-size: 14px;
    line-height: 130%;
    padding: 25px;
}

#homeTiles .homeTile .homeTileCopy li {
    line-height: 130%;
    list-style-type: none;
/* USE BULLETS INSTEAD */
}

/*** END!!!  HOME PAGE
*****************************/
/*
BEGIN FRANCHISE LANDING
*/
.franchise h1 {
    color: #000;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -2px !important;
}

.franchise li {
    color: #000;
}

.franchise p {
    padding-right: 20px;
    padding-bottom: 20px;
}

.franchise .all-new {
    position: absolute;
    top: 0;
    right: 0;
}

.franchise #trinityBox {
    margin-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #BBB;
}

#trinityBox a {
    color: #000;
    text-decoration: none;
}

#trinityBox #leftBox {
    height: 548px;
    width: 624px;
    margin: 0;
    float: left;
    position: relative;
}

#trinityBox #leftBox #leftleft div {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 25px;
}

#trinityBox #leftBox #leftleft {
    height: 100%;
    width: 100%;
    float: left;
}

#trinityBox #leftBox #leftleft div.descText {
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 95px;
}

#trinityBox #leftBox #leftleft h2,#trinityBox #rightBox #topBox h2,#trinityBox #rightBox #bottomBox h2 {
    color: #678C00;
    font-weight: 700;
    font-size: 36px;
    line-height: 105%;
    margin-bottom: 25px;
    text-align: left;
}

#trinityBox #rightBox #topBox h2.heated,#trinityBox #rightBox #bottomBox h2.heated {
    font-size: 18px;
    width: 50%;
}

#trinityBox #leftBox #leftleft h2 {
    width: 70%;
    margin-bottom: 25px;
}

#trinityBox #rightBox #topBox h2,#trinityBox #rightBox #bottomBox h2 {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0;
}

#trinityBox #rightBox #topBox .subTitle,#trinityBox #rightBox #bottomBox .subTitle {
    font-weight: lighter;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 0;
}

#trinityBox #rightBox #topBox ul,#trinityBox #rightBox #bottomBox ul {
    font-weight: lighter;
    font-size: 12px;
    line-height: 120%;
    text-align: left;
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 0;
    width: 50%;
}

#trinityBox #rightBox #topBox li,#trinityBox #rightBox #bottomBox li {
    margin-bottom: 5px;
}

#trinityBox #rightBox #topBox .actionButton,#trinityBox #rightBox #bottomBox .actionButton {
    text-align: center;
    margin-top: 120px;
    margin-left: 15px;
    margin-bottom: 0;
}

#trinityBox #rightBox #topBox .heatedactionButton,#trinityBox #rightBox #bottomBox .heatedactionButton {
    text-align: center;
    margin-top: 60px;
    margin-left: 15px;
    margin-bottom: 0;
}

#trinityBox #rightBox #bottomBox .heatedactionButton {
    margin-top: 0 !important;
}

#trinityBox #leftBox #leftleft ul {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

#trinityBox #leftBox #leftleft ul li {
    margin-bottom: 10px;
    margin-right: 20px;
}

.SmartWrap {
}

.SmartWrap li {
    padding: 0 0 0 20px;
    margin: 7px 0;
    border-collapse: collapse;
    border: none;
}

.SmartWrap li span {
    margin: 0 0 0 -20px;
    padding-left: 2px;
    width: 15px;
    height: 15px;
    position: absolute;
}

.SmartWrap li label {
}

#trinityBox #leftBox #leftright {
    width: 50%;
    float: left;
}

#trinityBox #leftBox #leftleft {
}

.franchise #trinityBox #rightBox {
    height: 548px;
    width: 312px;
    border-left: 1px solid #BBB;
    margin: 0;
    float: left;
    position: relative;
    left: 0;
}

.franchise #trinityBox #leftBox .clearbutton {
    position: absolute;
    bottom: 25px;
    right: 50px;
}

.franchise #trinityBox #rightBox .clearbutton {
    position: absolute;
    bottom: 30px;
    left: 110px;
}

.franchise #trinityBox #topBox {
    height: 273px;
    width: 311px;
    margin: 0;
    position: relative;
    padding: 1px;
}

.franchise #trinityBox #bottomBox {
    height: 273px;
    width: 311px;
    margin: 0;
    position: relative;
    border-top: 1px solid #BBB;
    top: -3px;
    padding: 1px;
}

/* ~~~ DEPRECATED ~~~
.franchise #trinityBox #leftBox:hover {
    background-color: #fff;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    z-index: 100;
}

.franchise #trinityBox #topBox:hover {
    background-color: #fff;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    z-index: 100;
}

.franchise #trinityBox #bottomBox:hover {
    background-color: #fff;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    z-index: 100;
}
*/
.item-wrapper {
    color: #000;
    padding: 5px 0;
    position: relative;
    float: left;
    height: 545px;
}

.item-wrapper:hover {
    background-color: #FFF;
/* Firefox v3.5+ */
    -moz-box-shadow: 0 0 10px #bbb;
/* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: 0 0 10px #bbb;
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: 0 0 10px #bbb;
}

.item-wrapper:hover .product-result .product-bottom {
    display: block;
}

.product-result {
    width: 273px;
    margin: 15px 15px 10px;
    padding: 5px;
}

.product-result .product-img {
    background-color: #FFF;
    width: 240px;
    height: 240px;
    padding: 16px;
}

.product-result .product-img img {
    width: 240px;
    height: 240px;
}

.product-result .product-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 95%;
}

.product-result .product-list {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 0;
}

.product-result .product-bottom {
    bottom: 25px;
    display: none;
    position: absolute;
    left: 20px;
}

.product-result .product-link {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 0;
    float: left;
}

#footerNotes {
    font-size: 10px;
    line-height: 140%;
    color: #333;
    text-align: left;
}

/*** END MOTORIZED
***************************/

/* SHARED */
#healthyTipsCarousel {
    background: transparent url(../images/bg-healthyliving-leaf-orange.png) no-repeat 50% 50px;
    width: 252px;
    left: 30px;
    top: 23px;
    height: 250px;
}

#healthyTipsCarousel .healthyTip {
    width: 252px;
    height: 185px;
}

#healthyTipsCarousel .tipBy {
    float: right;
    font-size: 11px;
    line-height: 100%;
    visibility: hidden;
}

#healthyTipsCarousel .tipQuote {
    color: #fff;
    margin-top: 28px;
    padding: 20px;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: .5px;
}

#healthyTipsCarousel .flex-control-paging {
    position: absolute;
    bottom: 14px;
    right: 0;
}

#healthyTipsCarousel .flex-control-paging li {
    float: left;
    width: 25px;
    height: 25px;
}

#healthyTipsCarousel .flex-control-paging li a {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/sprites_carousel_nav.png);
    background-position: -24px -99px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#healthyTipsCarousel .flex-control-paging li a.flex-active {
    background-position: -24px -26px;
}
#healthyTipsCarousel .flex-control-paging li a:hover,
#healthyTipsCarousel .flex-control-paging li a.flex-active:hover {
    background-position: -24px -153px;
	cursor: pointer;
}

/* 5 star rating */
.cmDescription{
	font-size: 11px;
	margin-bottom: 10px;
	width: 96%;
}

#cmRateTrigger span{
	background: url(../images/recipes/star_LB.png) no-repeat -30px 0px;
	display: block;
	width: 30px;
	height: 20px;
	float: left;
	cursor: pointer;
}
#cmRateTrigger span.active.hover{
/* 	background-position: -1px -1px; */
}
#cmRateTrigger span.active{
	background-position: 0px 0;
}
#cmRateComment{
	width: 96%;
	padding: 2%;
	font-size: 100%;
}
#rateDisplay{
	color: #ffb020;
	font-size: 12px;
}


/* Ratings Section */
.ratingsBlockLeft,
.ratingsBlockRight{
	float: left;
}
.ratingsBlockLeft{
	width:22%;
	margin-right: 5%;
}
.ratingsBlockRight{
	width:73%;
}
.ratingsBlockInner h3{
	font-size: 20px !important;
}
.ratingsBlock img{
	margin: 0;
}
.ratingsBlockInner{
	margin: 10px 0;
}
.ratingsBlock-name{
}
.ratingsBlock-specialist{
	font-size: 13px;
}
.ratingsBlock-locale{
	font-size: 13px;
}
.ratingsBlock-rating{
}
.ratingsBlock-title{
}
.ratingsBlock-text{
font-size: 15px;
line-height: 20px;
}
.ratingsBlock-more{
	color: #74C1BA;
	font-weight: bold;
}
.ratingsBlock-date{
	text-align: right;
	font-size: 12px;
	float: right;
}
.ratingsBlock-openQuotes,
.ratingsBlock-closeQuotes{
	font-size: 50px;
	color: #CCC;
}
.ratingsBlock-openQuotes{
	top: 9px;
	left: -20px;
}
.ratingsBlock-closeQuotes{
	line-height: 0px;
	vertical-align: bottom;
}
/*~~~~~~~~~~~~~~~~~~~~*/
/* PLUGINS - FANCYBOX */
/*~~~~~~~~~~~~~~~~~~~~*/

.fancyboxSection{
	display: none;
}

/* Fancybox Ajax Load GIF */
.fancybox-inner .processingAnim{
	width: 57%;
	height: 0px;
	position: absolute;
	bottom: 80px;
	right: 0;
	display: none;
}
.fancybox-inner .processingAnim.active{
	display: block;
}
.fancybox-inner .processingAnim img{
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/****** FANCYBOX RATINGS */

.fancyboxSpacer{
	width: 100%;
	height: 10px;
}
.fancyboxSubmit{
	margin: 0px 0 0 -6px;
}
.ratingsBlockFancybox{
	width: 640px;
	padding: 22px 30px 30px;
}
.ratings .fancybox-skin{
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #000;
}
.ratings .fancybox-inner h1{
	font-size: 20px;
	color: #fff;
}
.ratings .fancybox-inner .fancybox{
	padding: 35px;
	position: relative;
}
.ratings .fancybox-inner p {
	color: #ccc;
	font-size: 13px;
	margin: 10px 0;
}
.ratings .fancybox-inner form,.ratings .fancybox-inner input {
	border: none;
	background: #000;
}
.ratings .fancybox-inner input[type="file"],
.ratings .fancybox-inner input[type="text"],
.ratings .fancybox-inner textarea
{
	background: #eee;
	width: 96%;
	padding: 2%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 20px;
	margin: 5px 0;
	border: none;
}
.ratings .fancybox-inner input[type="file"]
{
	padding: 0\9;
}
.ratings .fancybox-inner a,
.ratings .fancybox-inner input[type="submit"]{
	color: rgb(104,140,0) !important;
}
#cmRateCity,
#cmRateState{
	float: left;
}
#cmRateCity{
	width: 260px;
	margin-right: 12px;
}
#cmRateState{
	width: 50px;
}


/* END: FANCYBOX RATINGS */





/*******************************************/
/*    STYLES FOR THE WHATS COOKING PAGE    */
/*******************************************/

/* BEGIN: SPECIFIC TO FREE WALL PLUGIN */
	#free-wall-container{ margin-left: -5px; }
	#free-wall-container .free-wall-item{
		margin:5px;
		float: left;
		display: block;
	}
/* END: SPECIFIC TO FREE WALL PLUGIN */
	


#div_whatsCooking {
    width:935px;
    margin:0 auto;
    background-color:transparent;
}

#div_whatsCooking .whatsCookinTile {
    width:205px;
}

#div_whatsCooking .tileTop {
    border-left:1px solid #333;
    border-top:1px solid #333;
    border-right:1px solid #333;
    background-color:#ffffff;
    padding:17px 17px 0 17px;    
    color:#393939;
}

#div_whatsCooking .tileTop h2 {
    font-size:17px;
    margin-bottom:0px;
    position: relative;
    z-index: 2;
}

#div_whatsCooking .tileTop h3 {
    font-size:13px;
    position: relative;
    z-index: 2;
}

#div_whatsCooking .tileTop p {
    position: relative;
    z-index: 2;
    font-family: Georgia, serif;
}
#div_whatsCooking .tileTop p.strLength-100	{	font-size:13px; padding:  5px 10px 20px;	}
#div_whatsCooking .tileTop p.strLength-50	{	font-size:14px; padding: 10px 14px 25px;	}
#div_whatsCooking .tileTop p.strLength-25	{	font-size:16px; padding: 15px 18px 30px;	}
#div_whatsCooking .tileTop p.strLength-12	{	font-size:19px; padding: 20px 22px 35px;	}
#div_whatsCooking .tileTop p.strLength-6	{	font-size:23px; padding: 25px 22px 40px;	}

#div_whatsCooking .tileQuoteShell{
    position: relative;
}
#div_whatsCooking .tileQuote {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 50px;
}
#div_whatsCooking .tileQuoteTop		{
	background: url('/include/images/quoteStart.png') no-repeat 0 0;
	left: -15px;
	top: -15px;
}
#div_whatsCooking .tileQuoteBottom	{	
	background: url('/include/images/quoteEnd.png') no-repeat 0 0;
	right: -25px;
	bottom: 15px;
}
#div_whatsCooking .tileProduct	{	
	font-size: 10px;
	padding: 8px 15px 56px;
	font-weight: bold;
	line-height: 14px;
}

#div_whatsCooking .tileBottom {
    background-color:#99d824;
    position: relative;
    border-left:1px solid #333;
    border-bottom:1px solid #333;
    border-right:1px solid #333;
}

#div_whatsCooking .tileBottom img {
    position: absolute;
    z-index: 3;
    right: -5px;
    bottom: 0px;
}

#div_whatsCooking .ninja-professional-frying-system .tileProduct {
    width:110px;
}
#div_whatsCooking .ninja-professional-frying-system .tileBottom img {
    right: -1px;
    bottom: 17px;
}

#div_whatsCooking .ninja-cooking-system .tileProduct {
}
#div_whatsCooking .ninja-cooking-system .tileBottom img {
	right: -5px;
	bottom: 25px;
}

#div_whatsCooking .ninja-ultima-blender .tileProduct {
}
#div_whatsCooking .ninja-ultima-blender .tileBottom img {
	right: 4px;
	bottom: 0px;
}

#div_whatsCooking .ninja-professional-blender .tileProduct {
}
#div_whatsCooking .ninja-professional-blender .tileBottom img {
	right: 4px;
	bottom: 0px;
}

#div_whatsCooking .ninja-mega-kitchen-system .tileProduct {
}
#div_whatsCooking .ninja-mega-kitchen-system .tileBottom img {
	right: 5px;
	bottom: 0px;
}

#div_whatsCooking .ninja-kitchen-system .tileProduct {
}
#div_whatsCooking .ninja-kitchen-system .tileBottom img {
	right: -10px;
	bottom: 0px;
}

#div_whatsCooking .ninja-master-prep-professional .tileProduct {
	width: 110px;
}
#div_whatsCooking .ninja-master-prep-professional .tileBottom img {
	right: -8px;
	bottom: 0px;
}

#div_whatsCooking .ninja-master-prep .tileProduct {
}
#div_whatsCooking .ninja-master-prep .tileBottom img {
	right: 7px;
	bottom: 0px;
}

#div_whatsCooking .clearbutton {
    position: absolute;
    bottom: 0px;
    left: 9px;
    z-index: 5;
}



/*************************************************/
/* TILE GREEN BUTTON *****************************/
/*************************************************/
a.TileGreenButton span {
    background: transparent url(../images/greenTileBtnBody.png) no-repeat 0 0;
    display: block;
    padding: 11px 0 0 20px;
    color: #fff;
    height: 30px;
    font-weight:bold;
    font-size: 11px;
    line-height: 116%;
    text-align: center;
    
    text-transform: uppercase;
}

a.TileGreenButton {
    background: transparent url(../images/greenTileBtnEndcap.png) no-repeat top right;
    display: block;
    float: left;
    height: 40px;
    margin-right: 6px;
    padding-right: 14px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

a.TileGreenButton:hover span {
    background-position: 0 -45px;
    color: #fff;
    margin-top: 0;
}

a.TileGreenButton:hover {
    background-position: right -45px;
    margin-top: 4px;
}






/*************************************************/
/* RACHEL BELLER DRIVERS *************************/
/*************************************************/

#bellerFooterBanner_div div {
    margin:0 auto;
    width:960px;
    height:113px;
    display:block;
    margin-bottom:-1px;
    position: relative;
}

#DriverBeller{
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
}

#bellerFooterBanner_div div h3 {
    font-family: "Museo", "museo", serif;
    margin: 45px 0 0 150px;
    position: absolute;
    color: white;
    z-index: 20;
    font-size: 23px;
}

#bellerFooterBanner_div div p {
    font-family: "Museo", "museo", serif;
    margin: 70px 0 0 150px;
    position: absolute;
    color: white;
    z-index: 20;
    font-size: 17px;
}

#bellerFooterBriverBtn {
    margin: 40px 0 0 790px;
    position: absolute;
    color: white;
    z-index: 20;
}



/* BUTTONS 2.0 */

.global-button{
	display: inline-block;
	position: relative;
	z-index: 1;
	font-family: "Open Sans Condensed";
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
	.global-button:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 0.3em;
		z-index: -1;
  	}
	.global-button:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0.3em;
		left: 0;
		border-radius: 0.3em;
		z-index: -2;
  	}
  	
 .global-button:hover{
 	top: 0.25em;
 }
 	.global-button:hover:after{
 		top: 0.05em;
 	}

.global-button-GREEN:before{
	background-color: #99d824;
}
.global-button-GREEN:after{
	background-color: #76a61c;
}

.global-button-GRAY:before{
	background-color: #aaa;
}
.global-button-GRAY:after{
	background-color: #888;
}

.global-button-SMALL{
	padding:0.5em 1em 0.3em;
	font-size: 0.8em;
}

.global-button-MEDIUM{
	padding:0.5em 1em 0.3em;
	font-size: 1em;
}