﻿/*--------------------------------------------------

	Client: SpecialK
	
	This stylesheet should contain styles only
	being used in the design your plan grid on 
    the Special K project!
	
	REMEMBER TO KEEP IT CLEAN, EASY TO READ,
	AND IN THE DOCUMENT FLOW!
	
	Thanks!

--------------------------------------------------*/

/*----- Design Your Plan Grid -----*/

div.bodycontent {
	float: left;
	margin: 0;
	padding: 0;
}

div#design-your-plan-calendar {
    display: inline;
    float: left;
    margin: 0 4px 0 0;
    position: relative;
    width: auto;
    *z-index: 10;
}
/*
div#error-object-box {
    background: url(../images/design-your-plan/error-box-bottom.png) no-repeat left bottom;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    padding: 0 0 12px;
    width: 229px;
    z-index: 20;
}

div#error-object-box div.top {
    background: url(../images/design-your-plan/error-box-top.png) no-repeat;
    height: 12px;
    overflow: hidden;
}

div#error-object-box div.content {
    background: url(../images/design-your-plan/error-box-content.png);
    margin: 0 0 0;
    overflow: hidden;
    padding: 0 10px;
    width: 209px;
}

div#error-object-box div.content div.left, div#error-object-box div.content div.right {
    display: inline;
    float: left;
}

div#error-object-box div.content div.left {
    margin: 0 8px 0 0;
    padding: 2px 0 0;
    width: 11px;
}

div#error-object-box div.content div.right { width: 190px; }
div#error-object-box div.content p { margin: 0 0 0; }
*/
div#day-rollover {
    display: none;
    position: absolute;
    top: 23px;
    width: 191px;
    z-index: 10;
}

div#day-rollover ul {
    background: url(../images/design-your-plan/rollover-col-sunday.png) no-repeat 0 46px;
    height: 387px;
    width: 191px !important;
}
div#day-rollover div.rollover {
    overflow: hidden;
    height: 60px;
    width: 163px !important;
	display: block;
}

div#day-rollover div.rollover span.rollover-image {
    background: #EEE;
    display: block;
    float: left;
    height: 60px;
    margin: 0 5px 0 0;
    width: 72px;
}

div#day-rollover div.rollover span.rollover-image img { display: block; }

div#day-rollover div.rollover span.product-name {
	display: block;
	padding: 3px 0;
}

div#day-rollover ul.calendar-Sunday { background: url(../images/design-your-plan/rollover-col-sunday.png) no-repeat 0 46px !important; }
div#day-rollover ul.calendar-Monday { background: url(../images/design-your-plan/rollover-col-monday.png) no-repeat 0 46px !important; }
div#day-rollover ul.calendar-Tuesday { background: url(../images/design-your-plan/rollover-col-tuesday.png) no-repeat 0 46px !important; }
div#day-rollover ul.calendar-Wednesday { background: url(../images/design-your-plan/rollover-col-wednesday.png) no-repeat 0 46px !important; }
div#day-rollover ul.calendar-Thursday { background: url(../images/design-your-plan/rollover-col-thursday.png) no-repeat 0 46px !important; }
div#day-rollover ul.calendar-Friday { background: url(../images/design-your-plan/rollover-col-friday.png) no-repeat 0 46px !important; }
div#day-rollover ul.calendar-Saturday { background: url(../images/design-your-plan/rollover-col-saturday.png) no-repeat 0 46px !important; }

div#day-rollover ul li {
    background: transparent !important;
	clear: both;
    display: block;
    font-size: 10px;
    height: 66px;
    _height: auto;
    overflow: hidden;
    padding: 0 14px;
    width: 163px !important;
	margin: 0 !important;
}

div#day-rollover ul li a {
    color: #666;
    text-decoration: underline;
}

div#day-rollover ul li a:hover { color: #F03; }

div#day-rollover ul li.header {
    float: none;
    height: 46px;
    line-height: 0;
    text-indent: -10000px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

div#day-rollover ul li.header-Sunday { background: url(../images/design-your-plan/sunday-pullout.png) no-repeat !important; }
div#day-rollover ul li.header-Monday { background: url(../images/design-your-plan/monday-pullout.png) no-repeat !important; }
div#day-rollover ul li.header-Tuesday { background: url(../images/design-your-plan/tuesday-pullout.png) no-repeat !important; }
div#day-rollover ul li.header-Wednesday { background: url(../images/design-your-plan/wednesday-pullout.png) no-repeat !important; }
div#day-rollover ul li.header-Thursday { background: url(../images/design-your-plan/thursday-pullout.png) no-repeat !important; }
div#day-rollover ul li.header-Friday { background: url(../images/design-your-plan/friday-pullout.png) no-repeat !important; }
div#day-rollover ul li.header-Saturday { background: url(../images/design-your-plan/saturday-pullout.png) no-repeat !important; }

/*
div#week-toggle {
    border: 1px solid #F2F2F2;
    margin: 0 0 5px;
    overflow: hidden;
    width: 806px;
}

div#week-toggle .week1, div#week-toggle .week2 {
    background: url(../images/design-your-plan/week-inactive-background.gif) repeat-x;
    color: #BCBCBC;
    float: left;
    padding: 3px 10px;
}

div#week-toggle .active {
    background: url(../images/design-your-plan/week-active-background.gif) repeat-x;
    color: #005AAB;
}

div#week-toggle .week1 {
    border-right: 1px solid #F2F2F2;
    text-align: left;
    width: 382px;
}

div#week-toggle .week1 .label { float: right; }

div#week-toggle .week2 {
    text-align: right;
    width: 382px;
}

div#week-toggle .week2 .label { float: left; }

div#week-toggle .week1 .label, div#week-toggle .week2 .label {
    color: #CCC;
    padding: 0 10px 0 0;
    text-decoration: underline;
}

div#week-toggle .week1.active .label, div#week-toggle .week2.active .label {
    background: url(../images/design-your-plan/week-inactive-arrow.gif) no-repeat right 5px;
    color: #005AAB;
    text-decoration: none;
}
*/
ul#calendar-key {
    background: url(../images/design-your-plan/calendar-key.gif) no-repeat;
    float: left;
    height: 376px;
    overflow: hidden;
    width: 24px;
}

ul#calendar-key li {
    height: 0px;
    line-height: 0;
    text-indent: -10000px;
}

ul.calendar-col { float: left; }

ul.calendar-Monday, ul.calendar-Tuesday, ul.calendar-Wednesday, ul.calendar-Thursday, ul.calendar-Friday, ul.calendar-Saturday, ul.calendar-Sunday {
    height: 376px;
    overflow: hidden;
    position: relative;
    width: 112px !important;
}

ul.calendar-Wednesday { width: 115px !important; }
ul.calendar-Saturday { width: 109px !important; }

ul.calendar-Sunday { background: url(../images/design-your-plan/col-sunday.gif) no-repeat 0 46px; }
ul.calendar-Monday { background: url(../images/design-your-plan/col-monday.gif) no-repeat 0 47px; }
ul.calendar-Tuesday { background: url(../images/design-your-plan/col-tuesday.gif) no-repeat 0 46px; }
ul.calendar-Wednesday { background: url(../images/design-your-plan/col-wednesday.gif) no-repeat 0 47px; }
ul.calendar-Thursday { background: url(../images/design-your-plan/col-thursday.gif) no-repeat 0 46px; }
ul.calendar-Friday { background: url(../images/design-your-plan/col-friday.gif) no-repeat 0 46px; }
ul.calendar-Saturday { background: url(../images/design-your-plan/col-saturday.gif) no-repeat 0 46px; }

ul.calendar-col li {
    font-size: 10px;
    height: 54px;
    padding: 5px;
    text-align: center;
	overflow: hidden;
}

/*ul.calendar-col li.hover { color: #005AAB; }
ul.calendar-col li.hover span.place-here-text { font-weight: bold; }
*/
ul.calendar-col li.header {
    height: 46px;
    line-height: 0;
    padding: 0 0 0;
    text-indent: -10000px;
}

ul.calendar-col li.droppable div.rollover, ul.calendar-col li.droppable span.product-id, ul.calendar-col li.droppable span.product-type, ul.calendar-col li.droppable span.place-here-text { display: none; }
ul.calendar-col li.header-Sunday { background: url(../images/design-your-plan/header-sunday.gif) no-repeat; }
ul.calendar-col li.header-Monday { background: url(../images/design-your-plan/header-monday.gif) no-repeat; }
ul.calendar-col li.header-Tuesday { background: url(../images/design-your-plan/header-tuesday.gif) no-repeat; }
ul.calendar-col li.header-Wednesday { background: url(../images/design-your-plan/header-wednesday.gif) no-repeat; }
ul.calendar-col li.header-Thursday { background: url(../images/design-your-plan/header-thursday.gif) no-repeat; }
ul.calendar-col li.header-Friday { background: url(../images/design-your-plan/header-friday.gif) no-repeat; }
ul.calendar-col li.header-Saturday { background: url(../images/design-your-plan/header-saturday.gif) no-repeat; }

p#calendar-ui-notes {
    background: url(../images/design-your-plan/ui-notes.gif) no-repeat;
    clear: both;
    height: 23px;
    line-height: 0;
    text-indent: -10000px;
}

/*----- Design Your Plan Scrollbar -----*/
/*
div#design-your-plan-calendar {
	display: inline;
	float: left;
	position: relative;
	width: 810px;
}

div#dyp-scrollbar {
	display: inline;
	float: left;
	width: 810px;
}

div.left-arrow, div.scroll-content, div.right-arrow {
	display: inline;
	float: left;
}

div.left-arrow, div.right-arrow {
	padding: 8px 0 0;
	width: 15px;
}

div.left-arrow a, div.right-arrow a {
	display: block;
	height: 64px;
	line-height: 0;
	text-indent: -10000px;
	width: 15px;
}

div.left-arrow a { background: url(../images/scrollbar/larrow.gif) no-repeat; }
div.right-arrow a { background: url(../images/scrollbar/rarrow.gif) no-repeat; }
div.left-arrow a:hover { background: url(../images/scrollbar/larrow.gif) no-repeat -15px 0; }
div.right-arrow a:hover { background: url(../images/scrollbar/rarrow.gif) no-repeat -15px 0; }

div.scroll-content {
	overflow: hidden;
	padding: 0 0 0 2px;
	width: 778px;
}

div.scroll-content div.categories {
	overflow: hidden;
	width: 10000px;
}

div.scroll-content div.category {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

div.scroll-content div.category div.prod-category-header {
    background: url(../images/scrollbar/dyp-calendar-header-right.gif) no-repeat right 8px;
    padding: 0 1px 0 0;
}

div.scroll-content div.category p {
	background: url(../images/scrollbar/dyp-calendar-header-left.gif) no-repeat 0 8px;
	color: #9ABDDD;
	font-family: "Arial", "Helvetica", Sans-Serif;
	font-size: 10px;
	margin: 0 0 2px;
	text-align: center;
}

div.scroll-content div.category p span {
	background: #FFF;
	padding: 0 5px;
}

div.scroll-content div.category ul {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
}

div.scroll-content div.category ul li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	width: 55px;
}

div.scroll-content div.category ul li span.product-id, div.scroll-content div.category ul li span.product-name, div.scroll-content div.category ul li span.product-type, div.scroll-content div.category ul li span.rollover-image { display: none; }
body li.draggable { list-style: none; }
body li.draggable span.product-id, body li.draggable span.product-name, body li.draggable span.product-type, body li.draggable span.rollover-image { display:none; }

div.scroll-content div.category ul li.last { margin: 0 0 0; }
div.scroll-content div.category ul li a img { border: none; }

ul#dyp-category-nav {
	clear: both;
	list-style: none;
	margin: 0 auto;
	width: 560px;
}

ul#dyp-category-nav li { display: inline; }

ul#dyp-category-nav li a {
	float: left;
	height: 18px;
	text-indent: -10000px;
}

ul#dyp-category-nav li a#meal-scrollbar-btn {
	background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat;
	width: 186px;
}

ul#dyp-category-nav li a#recipe-scrollbar-btn {
	background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat -186px 0;
	width: 186px;
}

ul#dyp-category-nav li a#snack-scrollbar-btn {
	background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat -373px 0;
	width: 188px;
}

ul#dyp-category-nav li a#meal-scrollbar-btn:hover { background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat 0 -36px; }
ul#dyp-category-nav li a#meal-scrollbar-btn.active { background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat 0 -18px !important; }

ul#dyp-category-nav li a#recipe-scrollbar-btn:hover { background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat -186px -36px; }
ul#dyp-category-nav li a#recipe-scrollbar-btn.active { background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat -186px -18px !important; }

ul#dyp-category-nav li a#snack-scrollbar-btn:hover { background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat -373px -36px; }
ul#dyp-category-nav li a#snack-scrollbar-btn.active { background: url(../images/scrollbar/dyp-category-bar.gif) no-repeat -373px -18px !important; }
*/
/* CA */
#midCol {
	width: 492px !important;
}
.design-your-plan-wrapper {
	width: 492px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.design-your-plan-wrapper .blue-header {
	width: 492px;
	height: auto;
	overflow: hidden;
	margin-bottom: 4px;
}
.design-your-plan-wrapper .plans-module {
	width: 243px;
	height: 259px;
	overflow: hidden;
	margin: 0px 6px 4px 0px;
	float: left;
	display: inline-block;
}
.plans-module.classic {
	background: url(../images/design-your-plan/ca/dyp-bg-classic.jpg) left top no-repeat;
}
.plans-module.mixitup {
	background: url(../images/design-your-plan/ca/dyp-bg-mixitup.jpg) left top no-repeat;
}
.plans-module.onthego {
	background: url(../images/design-your-plan/ca/dyp-bg-onthego.jpg) left top no-repeat;
}
.plans-module.vegetarian {
	background: url(../images/design-your-plan/ca/dyp-bg-vegetarian.jpg) left top no-repeat;
}

.plans-module .plan-inner {
	width: 198px;
	height: auto;
	overflow: hidden;
	margin: 33px 0px 0px 21px;
}

ul.dyp-module {
	width: 180px;
	list-style-type: disc !important;
	margin: 8px 0px 8px 10px;
	padding: 0px 0px 0px 15px;
}
ul.dyp-module li {
	padding-left: 0px;
	font-size: 11px;
	color: #212121;
}

p.dyp-module-desc {
	color: #666;
	margin: 0px 0px 0px 8px;
	height: 65px;
}

a.dyp-module-btn {
	float: right;
	width: 62px;
	height: 27px;
	background: url(../images/special-k-challenge/go-btn.gif) 0px 0px no-repeat;
}
a.dyp-module-btn:hover {
	background-position: 0px -27px;
}
a.dyp-module-btn-fr {
	float: right;
	width: 94px;
	height: 26px;
	background: url(../images/special-k-challenge/go-btn-fr.gif) 0px 0px no-repeat;
}
a.dyp-module-btn-fr:hover {
	background-position: 0px -26px;
}

.design-your-plan-bottom {
	width: 492px;
	background-color: #ccdded;
	background-image: none !important;
	height: auto !important;
	text-align: center;
	margin-top: 5px;
}
.design-your-plan-bottom span {
	font-size: 11px !important;
	font-weight: bold;
	color: #818489 !important;
	line-height: 14px;
}
.design-your-plan-bottom span.small-notes {
	font-size: 10px;
	line-height: 12px;
	font-weight: lighter;
	margin-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.product-recipe-overlay {
	background-color:#FFF;
	width: 737px;
	height: 470px;
	background: url(../images/design-your-plan/recipes-overlay-box.png) left top no-repeat;
	position: absolute;
	z-index: 30000;
}
.product-recipe-overlay .product-recipe-overlay-close {
	float: right;
	top: 15px;
	right: 20px;
	position: absolute;
}
.recipe-wrapper {
	width: 695px;
	height: auto;
	overflow: hidden;
	margin: 50px 20px 30px 20px;
}
.recipe-wrapper .columns {
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
}
.recipe-wrapper .columns.photo-col {
	width: 120px;
	margin-right: 15px;
}
.recipe-wrapper .columns.details-col {
	width: 560px;
}

.columns.photo-col img.recipe-photo {
	width: 118px;
	height: 118px;
	border: solid 1px #ccc;
	margin: 0px 0px 10px 0px;
}
.columns.photo-col dl {
	width: 115px;
	margin: 0;
	padding: 0;
}
.columns.photo-col dl dt {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #491f27;
	text-decoration: underline;
	padding-bottom: 6px;
}
.columns.photo-col dl dd {
	font: 12px;
	color: #666;
	padding-bottom: 5px;
}

.columns.details-col p.recipe-title {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #491f27;
	padding-bottom: 10px;
}
.columns.details-col .recipe-details {
	width: 560px;
	height: 350px;
	overflow: auto;
	background: #fff url(../images/design-your-plan/ca/recipe-overlay-details-bg.gif) 0px 15px repeat-y;
	margin: 10px 0px 10px 0px;
}

.recipe-details .ingredients {
	width: 235px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.recipe-details .directions {
	width: 280px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 15px;
}
.recipe-details .recipe-header {
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #491f27;
	text-decoration: underline;
}
table.recipe-overlay-table {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
table.recipe-overlay-table.ingredients {
	width: 235px !important;
	margin: 0 !important;
}
table.recipe-overlay-table.directions {
	width: 270px !important;
	margin: 0 !important;
}
table.recipe-overlay-table td {
	padding: 4px 8px 4px 0px;
	color: #666;
}
table.recipe-overlay-table.ingredients td.units {
	width: 45px;
}
table.recipe-overlay-table.directions td {
	padding: 4px 8px 8px 0px;
}
table.recipe-overlay-table.directions td.steps {
	width: 28px;
	height: 28px;
	background: url(../images/design-your-plan/ca/recipe-overlay-details-step-bg.gif) 0px 5px no-repeat;
}
table.recipe-overlay-table.directions td.steps span {
	font-size: 12px;
	color: #491f27;
	line-height: 26px;
	margin-left: 8px;
}

.recipe-notes {
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #666;
	margin-top: 20px;
	font-style: italic;
}





