

div#my-challenge {
	position: relative;
	height: 914px;
}


/* My Challenge Not Logged In */
div#challenge-not-logged-in {
	height: 370px;
	background: url(../i/special-k-challenge/challenge-not-logged-in.jpg) 0 0 no-repeat;
}

div#challenge-not-logged-in h2 {
	color: #69C;
	font-size: 25px;
	margin: 0 140px 10px 465px;
	padding-top: 90px;
}

div#challenge-not-logged-in p {
	color: #666;
	font-size: 15px;
	line-height: 21px;
	margin: 0 140px 10px 465px;
}

div#challenge-not-logged-in p.alert {
	color: #878787;
	font-size: 10px;
	text-align: right;
	margin-right: 210px;
}

div#challenge-not-logged-in p.alert.more-info {
	color: #878787;
	font-size: 10px;
	text-align: left;
	margin: 70px 140px 10px 465px;
}

div#challenge-not-logged-in p.alert.more-info a {
	color: #69C;
	text-decoration: underline;
}
div#challenge-not-logged-in p.alert.more-info a:hover {
    color: #ff0033;
}

div#challenge-not-logged-in a.start-your-plan {
	float: left;
	margin: 0 10px 0 465px;
}

div#challenge-not-logged-in a.login {
	float: right;
	margin: -30px 90px 0 0;
}


/* My Challenge Countdown */
div#challenge-countdown {
	height: 370px;
	width: 980px;
}

div#challenge-countdown div#challenge-greeting {
	float: left;
	width: 300px;
	position: relative;
} 

div#challenge-countdown div#challenge-greeting div#motif-switcher {
	position: absolute;
	height: 14px;
	width: 156px;
	top: 325px;
	left: 75px;
}

div#challenge-countdown div#challenge-countdown-calendar {
	float: right;
	width: 680px;
} 

div#challenge-countdown div#challenge-countdown-header {
	text-align: center;
	margin: 25px 30px;
}

div#challenge-countdown div#challenge-countdown-calendar h3 {
	color: #69C;
	font-size: 33px;
	line-height: 30px;
	text-align: center;
}

div#challenge-countdown div#challenge-countdown-header a {
	display: block;
	text-transform: uppercase;
	color: #69C;
	font-size: 10px;
}

div#challenge-countdown div#challenge-countdown-header a:hover, div#challenge-countdown div#challenge-countdown-header a:active {
	color: #C1C1C1;
}

div#challenge-countdown div#challenge-countdown-calendar div#countdown-days {
	color: #999;
	font-size: 35px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 85px 0 50px;
}

div#challenge-countdown div#challenge-countdown-calendar div#countdown-days strong {
	display: block;
	color: #F36;
	font-size: 92px;
	line-height: 70px;
	font-weight: normal;
}

div#challenge-countdown div#challenge-countdown-header a.edit-plan {
	float: left;
}

div#challenge-countdown div#challenge-countdown-header a.edit-start-date {
	float: left;
	clear:both;
	padding: 5px 0 0;
}

div#challenge-countdown div#challenge-countdown-header a.logout {
	float: right;
}

div#challenge-countdown-calendar ul#challenge-menu-nav{
    width: 500px;
    margin: 0 auto 0 auto;
}

div#challenge-countdown-calendar ul#challenge-menu-nav li{
	float: left;
	width: 120px;
	margin: 0 3px 0 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #FFF;
	border: 1px solid #cfd0d0;
}

/* My Challenge Logged In */
div#challenge-logged-in {
	height: 370px;
	width: 980px;
}

div#challenge-logged-in div#challenge-greeting {
	position: relative;
	float: left;
}

div#challenge-greeting h2 strong {
	display: none;
}

div#challenge-greeting div#motif-switcher {
	position: absolute;
	height: 14px;
	width: 156px;
	top: 322px;
	left: 75px;
}

div#challenge-greeting a#previous-motif, div#challenge-greeting a#next-motif {
	display: block;
	height: 14px;
	width: 16px;
	text-indent: -99999px;
}

div#challenge-greeting div#motif-switcher p.motif-nav-text {
	text-indent: -99999px;
	width: 124px;
	margin: 0 !important;
}

div#challenge-greeting a#previous-motif, div#challenge-greeting a#next-motif, div#challenge-greeting p.motif-nav-text {
	float: left;
}

div#challenge-greeting a#previous-motif {
	background: url(../i/special-k-challenge/motif-1/previous-motif.png) 0 0 no-repeat;
}

div#challenge-greeting a#previous-motif:hover, div#challenge-greeting a#previous-motif:hover {
	background: url(../i/special-k-challenge/motif-1/previous-motif.png) 0 -14px;
}

div#challenge-greeting a#next-motif {
	background: url(../i/special-k-challenge/motif-1/next-motif.png) 0 0 no-repeat;
}

div#challenge-greeting a#next-motif:hover, div#challenge-greeting a#next-motif:hover {
	background: url(../i/special-k-challenge/motif-1/next-motif.png) 0 -14px;
}

div#challenge-logged-in div#challenge-menu {
	float: right;
	position: relative;
	width:650px;
}

div#challenge-logged-in div#challenge-menu-header {
	text-align: center;
}

div#challenge-logged-in div#challenge-menu-header h3 {
	position: relative;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	margin: 0 auto;
}

div#challenge-logged-in div#challenge-menu-header h3 strong {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	margin-right: 10px;
}

div#challenge-logged-in div#challenge-menu-header a {
	display: block;
}

div#challenge-logged-in div#challenge-menu-header a.edit-plan {
	float: left;
}

div#challenge-logged-in div#challenge-menu-header a.edit-start-date {
    clear: both;
	float: left;
	padding: 5px 0 0;
}

div#challenge-logged-in div#challenge-menu-header a.logout {
	float: right;
}

div#challenge-logged-in div#challenge-menu-header a.previous {
	left: 0;
}

div#challenge-logged-in div#challenge-menu-header a.next {
	right: 0;
}

div#challenge-logged-in div#challenge-menu-header a.previous, div#challenge-logged-in div#challenge-menu-header a.next {
	text-indent: -99999px;
	width: 7px;
	height: 14px;
	position: absolute;
	top: 5px;
}

div#challenge-logged-in div-challenge-menu {
    position: relative;
}

div#challenge-logged-in div#challenge-menu img#challenge-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
}

div#challenge-logged-in div#challenge-menu ul#challenge-meals li {
	float: left;
	width: 120px;
	margin: 0 3px 0 0;
	text-align: center;
}

div#challenge-logged-in div#challenge-menu ul#challenge-meals li.recipe img {
	margin: 20px 0 19px 0;
}

div#challenge-logged-in div#challenge-menu ul#challenge-menu-nav li{
	text-transform: uppercase;
	background-color: #FFF;
	border: 1px solid #cfd0d0;
	padding: 2px 0 1px;
	width: 150px;
	float: left;
	margin: 0 3px 0 0;
	text-align: center;
}

div#challenge-logged-in div#challenge-menu ul#challenge-menu-nav li a {
	color: #878787;
	font: 10px;
}

div#challenge-logged-in div#challenge-menu ul#challenge-menu-nav li a:hover, div#challenge-logged-in div#challenge-menu ul#challenge-menu-nav li a:active {
	color: #C1C1C1;
}

div#challenge-logged-in ul#challenge-meals .product-image {
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 100px;
}

div#challenge-logged-in ul#challenge-meals h5 {
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
}

div#challenge-logged-in ul#challenge-meals p {
	color: #333;
	font-size: 11px;
	line-height: 13px;
	margin: 0 10px 20px;
}

div#challenge-logged-in div#challenge-menu ul#challenge-meals {
	margin: 10px 10px 0;
}

div#challenge-logged-in div#challenge-menu ul#challenge-menu-nav {
	position: absolute;
	margin: 0;
}


/* My Challenge Motif 1 */
div#challenge-logged-in.motif-1 {
	background: url(../i/special-k-challenge/motif-1/logged-in.jpg) 0 -2px no-repeat;
}

div#challenge-countdown.motif-1 {
	background: url(../i/special-k-challenge/motif-1/countdown.jpg) 0 0 no-repeat;
}

div#challenge-logged-in.motif-1 div#challenge-greeting {
	width: 310px;
}

div.motif-1 div#challenge-greeting h2 {
	color: #F03;
	font-size: 25px;
	text-align: center;
	margin: 145px 30px 10px 45px;
}

div.motif-1 div#challenge-greeting p {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	margin: 0 45px 10px 55px;
}

div#challenge-countdown.motif-1 div#challenge-greeting p {
	margin: 0 30px 10px 45px;
}

div#challenge-logged-in.motif-1 div#challenge-menu {
	width: 640px;
	height: 243px;
	margin: 60px 24px 0 0;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header {
	margin: 12px 0 18px 0;
}
div#challenge-logged-in.motif-1 div#challenge-menu-header h3 {
	color: #FFF;
	width: 65%;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a {
	color: #969;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a.edit-plan {
	margin: 0 0 0 20px;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a.edit-start-date {
	margin: 10px 0 0 20px;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a.logout {
	margin: 0 20px 0;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a:hover, div#challenge-logged-in.motif-1 div#challenge-menu-header a:active {
	color: #ac7eac;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a.previous {
	background: url(../i/special-k-challenge/motif-1/previous.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a.previous:hover, div#challenge-logged-in.motif-1 div#challenge-menu-header a.previous:active {
	background: url(../i/special-k-challenge/motif-1/previous.png) 0 -14px no-repeat;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a.next {
	background: url(../i/special-k-challenge/motif-1/next.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-1 div#challenge-menu-header a.next:hover, div#challenge-logged-in.motif-1 div#challenge-menu-header a.next:active {
	background: url(../i/special-k-challenge/motif-1/next.png) 0 -14px no-repeat;
}

div#challenge-logged-in.motif-1 div#challenge-menu ul#challenge-meals p {
	margin-bottom: 5px;
}

div#challenge-logged-in.motif-1 div#challenge-menu ul#challenge-menu-nav {
	bottom: 7px;
	left: 10px;
}


/* My Challenge Motif 2 */
div#challenge-logged-in.motif-2 {
	background: url(../i/special-k-challenge/motif-2/logged-in.jpg) 0 -2px no-repeat;
}

div#challenge-countdown.motif-2 {
	background: url(../i/special-k-challenge/motif-2/countdown.jpg) 0 0 no-repeat;
}

div#challenge-logged-in.motif-2 div#challenge-greeting {
	width: 320px;
}

div.motif-2 div#challenge-greeting h2 {
	color: #300;
	font-size: 25px;
	text-align: center;
	margin: 140px 40px 10px;
}

div.motif-2 div#challenge-greeting p {
	color: #630;
	font-size: 15px;
	line-height: 18px;
	margin: 0 50px 10px 40px;
}

div#challenge-countdown.motif-2 div#challenge-greeting p {
	margin: 0 40px 10px 40px;
}

div#challenge-logged-in.motif-2 div#challenge-greeting a#previous-motif {
	background: url(../i/special-k-challenge/motif-2/previous-motif.png) 0 0;
}

div#challenge-logged-in.motif-2 div#challenge-greeting a#previous-motif:hover, div#challenge-logged-in.motif-2 div#challenge-greeting a#previous-motif:hover {
	background: url(../i/special-k-challenge/motif-2/previous-motif.png) 0 -14px;
}

div#challenge-logged-in.motif-2 div#challenge-greeting a#next-motif {
	background: url(../i/special-k-challenge/motif-2/next-motif.png) 0 0;
}

div#challenge-logged-in.motif-2 div#challenge-greeting a#next-motif:hover, div#challenge-logged-in.motif-2 div#challenge-greeting a#next-motif:hover {
	background: url(../i/special-k-challenge/motif-2/next-motif.png) 0 -14px;
}

div#challenge-logged-in.motif-2 div#challenge-menu {
	width: 660px;
	height: 290px;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header {
	margin: 60px 40px 20px 0;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header h3 {
	color: #630;
	width: 70%;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header a {
	color: #b79470;
	font-size: 10px;
	text-transform: uppercase;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header a:hover {
	color: #963;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header a.previous {
	background: url(../i/special-k-challenge/motif-2/previous.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header a.previous:hover, div#challenge-logged-in.motif-2 div#challenge-menu-header a.previous:active {
	background: url(../i/special-k-challenge/motif-2/previous.png) 0 -15px no-repeat;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header a.next {
	background: url(../i/special-k-challenge/motif-2/next.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-2 div#challenge-menu-header a.next:hover, div#challenge-logged-in.motif-2 div#challenge-menu-header a.next:active {
	background: url(../i/special-k-challenge/motif-2/next.png) 0 -15px no-repeat;
}

div#challenge-logged-in.motif-2 div#challenge-menu P {
	margin-bottom: 10px;
}

div#challenge-logged-in.motif-2 div#challenge-menu ul#challenge-menu-nav {
	bottom: 5px;
}


/* My Challenge Motif 3 */
div#challenge-logged-in.motif-3 {
	background: url(../i/special-k-challenge/motif-3/logged-in.jpg) 0 -2px no-repeat;
}

div#challenge-countdown.motif-3 {
	background: url(../i/special-k-challenge/motif-3/countdown.jpg) 0 0 no-repeat;
}

div#challenge-logged-in.motif-3 div#challenge-greeting {
	width: 340px;
}

div.motif-3 div#challenge-greeting h2 {
	color: #333;
	font-size: 25px;
	text-align: center;
	margin: 160px 40px 10px;
}

div.motif-3 div#challenge-greeting p {
	color: #369;
	font-size: 15px;
	line-height: 18px;
	margin: 0 70px 10px 40px;
}

div#challenge-countdown.motif-3 div#challenge-greeting p {
	margin: 0 40px 10px 40px;
}

div#challenge-logged-in.motif-3 div#challenge-menu {
	width: 640px;
    height: 305px;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header {
	margin: 80px 20px 20px 0;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header h3 {
		color: #369;
		width: 70%;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header a {
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header a:hover {
	color: #000;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header a.previous {
	background: url(../i/special-k-challenge/motif-3/previous.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header a.previous:hover, div#challenge-logged-in.motif-3 div#challenge-menu-header a.previous:active {
	background: url(../i/special-k-challenge/motif-3/previous.png) 0 -14px no-repeat;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header a.next {
	background: url(../i/special-k-challenge/motif-3/next.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-3 div#challenge-menu-header a.next:hover, div#challenge-logged-in.motif-3 div#challenge-menu-header a.next:active {
	background: url(../i/special-k-challenge/motif-3/next.png) 0 -14px no-repeat;
}

div#challenge-logged-in.motif-3 div#challenge-menu ul {
	bottom: 0;
    left: 4px;
}


/* My Challenge Motif 4 */
div#challenge-logged-in.motif-4 {
	background: url(../i/special-k-challenge/motif-4/logged-in.jpg) 0 -2px no-repeat;
}

div#challenge-countdown.motif-4 {
	background: url(../i/special-k-challenge/motif-4/countdown.jpg) 0 0 no-repeat;
}

div#challenge-logged-in.motif-4 div#challenge-greeting {
	width: 300px;
}

div.motif-4 div#challenge-greeting h2 {
	color: #909;
	font-size: 25px;
	text-align: center;
	margin: 135px 45px 5px 40px;
}

div.motif-4 div#challenge-greeting p {
	color: #369;
	font-size: 14px;
	line-height: 16px;
	margin: 0 65px 70px 52px;
	text-align: center;
}

div#challenge-countdown.motif-4 div#challenge-greeting p {
	margin: 0 40px 10px 40px;
}

div#challenge-logged-in.motif-4 div#challenge-menu {
	width: 667px;
	height: 260px;
	margin: 35px 10px 0 0;
}


div#challenge-logged-in.motif-4 div#challenge-menu-header {
	margin: 20px 30px 15px;
}
div#challenge-logged-in.motif-4 div#challenge-menu-header h3 {
	color: #369;
	width: 70%;
}

div#challenge-logged-in.motif-4 div#challenge-menu-header a {
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}

div#challenge-logged-in.motif-4 div#challenge-menu-header a:hover {
	color: #000;
}

div#challenge-logged-in.motif-4 div#challenge-menu-header a.previous {
	background: url(../i/special-k-challenge/motif-4/previous.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-4 div#challenge-menu-header a.previous:hover, div#challenge-logged-in.motif-4 div#challenge-menu-header a.previous:active {
	background: url(../i/special-k-challenge/motif-4/previous.png) 0 -14px no-repeat;
}

div#challenge-logged-in.motif-4 div#challenge-menu-header a.next {
	background: url(../i/special-k-challenge/motif-4/next.png) 0 0 no-repeat;
}

div#challenge-logged-in.motif-4 div#challenge-menu-header a.next:hover, div#challenge-logged-in.motif-4 div#challenge-menu-header a.next:active {
	background: url(../i/special-k-challenge/motif-4/next.png) 0 -14px no-repeat;
}

div#challenge-logged-in.motif-4 div#challenge-menu ul#challenge-meals {
	margin: 10px 10px 0 26px;
}

div#challenge-logged-in.motif-4 ul#challenge-meals p {
	margin: 0 10px 10px;
}

div#challenge-logged-in.motif-4 div#challenge-menu ul#challenge-menu-nav {
	bottom: 20px;
	left: 23px;
}


/* My Challenge Complete */
div#challenge-complete {
	height: 370px;
	background: url(../i/special-k-challenge/challenge-complete.jpg) 0 0 no-repeat;
}

div#challenge-complete h2 {
	font-size: 18px;
	color: #F03;
	margin: 0 640px 10px 60px;
	padding-top: 80px;
}

div#challenge-complete p {
	font-size: 13px;
	line-height: 18px;
	color: #4a4a4a;
	margin: 0 640px 10px 60px;
}


/* Helpful Recipes */
div#helpful-recipes {
	float: left;
	position: relative;
	height: 316px;
	width: 319px;
	border: 2px solid #9dd36c;
	margin: 0 6px 0 0;
	background: url(../i/special-k-challenge/helpful-recipes.jpg) 0 67px no-repeat;
}

div#helpful-recipes h2 {
	background: url(../i/special-k-challenge/h2-helpful-recipes.png) 0 0 no-repeat;
	height: 67px;
	margin: -2px;
	text-indent: -99999px;
}

div#helpful-recipes p {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	margin: 157px 30px 10px;
}

div#helpful-recipes a.see-more {
	display: block;
	height: 34px;
	width: 110px;
	background: url(../i/special-k-challenge/see-more.png) 0 0 no-repeat;
	text-indent: -99999px;
	position: absolute;
	bottom: 3px;
	left: 104px;
}

div#helpful-recipes a.see-more:hover, div#helpful-recipes a.see-more:active {
	background-position: 0 -34px;
}


/* Tips for Success */
div#tips-for-success {
	float: left;
	height: 540px;
	width: 317px;
	border: 2px solid #C9C;
	border-right-color: #dab6da;
	margin: 0 7px 0 0;
}

div#tips-for-success h2 {
	background: url(../i/special-k-challenge/h2-tips-for-success.png) 0 0 no-repeat;
	height: 67px;
	margin: -2px;
	text-indent: -99999px;
}

div#tips-for-success div.tips-images {
	margin: 2px 0 0 0;
}

div#tips-for-success div.tip-description {
	border-bottom: none;
	background:transparent;
	height: 290px;
}

div#tips-for-success a.get-all-tips-btn {
	bottom: 50px;
	right: 78px;
	height: 16px;
	background-position: center;
}


/* Facebook Connect */
div#fb-connect {
	float: left;
	height: 540px;
	width: 321px;
	border: 1px solid #6682d2;
	border-bottom-width: 2px;
}

div#fb-connect h2 {
	background: url(../i/special-k-challenge/h2-facebook-connect.png) 0 0 no-repeat;
	height: 67px;
	margin: -1px;
	text-indent: -99999px;
}


/* Touts */
div#touts {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 217px;
	width: 323px;
}

div#touts div {
	height: 100%;
	width: 100%;
}

div#touts h2 {
	text-indent: -99999px;
}

div#touts p {
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

div#touts a.learn-more {
	position: absolute;
	bottom: 8px;
	left: 114px;
	display: block;
	height: 16px;
	width: 92px;
	text-indent: -99999px;
	background: url(../i/special-k-challenge/button-learn-more.png) 0 0 no-repeat;
}

div#touts a.learn-more:hover, div#touts a.learn-more:active {
	background: url(../i/special-k-challenge/button-learn-more.png) 0 -16px no-repeat;
}

div#touts a.upload-your-photo {
	position: absolute;
	bottom: 8px;
	left: 114px;
	display: block;
	height: 16px;
	width: 180px;
	text-indent: -99999px;
	background: url(../i/special-k-challenge/button-upload-your-photo.png) 0 0 no-repeat;
}

div#touts a.upload-your-photo:hover, div#touts a.upload-your-photo:active {
	background: url(../i/special-k-challenge/button-upload-your-photo.png) 0 -16px no-repeat;
}

div#touts div#tout-1 {
	text-indent: -99999px;
	background: url(../i/special-k-challenge/tout-1.jpg) 0 0 no-repeat;
}

/*div#touts div#tout-1 p {
	margin: 20px 15px 0 180px;
	font-size: 12px;
	line-height: 14px;
}

div#touts div#tout-1 p.disclaimer {
	margin: 10px 15px 0 25px;
	font-size: 8px;
	line-height: 10px;
}*/


div#touts div#tout-2 {
	background: url(../i/special-k-challenge/tout-2.jpg) 0 0 no-repeat;
}

div#touts div#tout-2 a {
	background: url(../i/special-k-challenge/blearnmore.jpg) 0 0 no-repeat;
	height: 21px;
	width: 101px;
	left:206px;
	top:160px;
}

div#touts div#tout-2 h2, div#touts div#tout-2 p {
    text-indent: -99999px;
}

div#touts div#tout-3 {
	background: url(../i/special-k-challenge/tout-3.jpg) 0 0 no-repeat;
}

div#touts div#tout-3 p {
	margin: 93px 20px 0 123px;
}

div#challenge-daily-selections{
    clear:both;
    width:635px;
}
