@charset "UTF-8";
/* CSS for the desserts refresh 2010 */

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:44px;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	padding-left:10px;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	display:block;
	height: 44px;
	outline:none;
}
ul.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position:0 -44px;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position:0 -44px;
	cursor:default !important;
	color:#000 !important;
}


#pSelectorBox {
	clear:both;
	/*display:block;
	
	height:365px;
	overflow-x: hidden;
	overflow-y: auto;*/
	width:674px;
	border-left:3px solid #b8e1f1;
	border-right:3px solid #b8e1f1;
}

td.title {
	display: table-cell;
    vertical-align: middle;
	width:130px;
	font-weight:bold;
	margin-right:8px;
}
td.desc {
	display: table-cell;
    vertical-align: middle;
	width:420px;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}
/* panes */
div.panes {
	/*width:683px;
	height:266px;
	/* must be relative so the individual panes can be absolutely positioned */
	height:365px;
	width:674px;
	position:relative;
}
/* tab pane styling */
div.panes div {
	height:363px;
	width:665px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	margin:4px;
		overflow-x: hidden;
	overflow-y: scroll;
}
div.panes div table {
}
div.panes div table tr td {
	/*height:65px;*/
	border-bottom:1px dotted #b8e1f1;
	padding-bottom:5px;
	padding-top:5px;
}
div.panes div table img {
	border:1px solid #b8e1f1;
	margin-right:5px;
}
#navBox {
	display:block;
	width:680px;
	height:44px;
	background:url('/assets/images/desserts/products-bin.gif') no-repeat;
	background-repeat:no-repeat;
}
#byType a {
	width: 186px;
	height /**/:44px; /* IE5/Win */
	background-image:url(/assets/images/desserts/sortbyTypeBtn.gif);

}
#byBrand a {
	width: 186px;
	height /**/:44px; /* IE5/Win */
	background-image:url(/assets/images/desserts/sortbyBrandBtn.gif);


}

#planTips a {
	width: 200px;
	height /**/:44px; /* IE5/Win */
	background-image:url(/assets/images/desserts/planBtn.gif);
}
#merch a {
	width: 210px;
	height /**/:44px; /* IE5/Win */
	background-image:url(/assets/images/desserts/merchBtn.gif);
}
#flavors a {
	width: 200px;
	height /**/:44px; /* IE5/Win */
	background-image:url(/assets/images/desserts/flavorsBtn.gif);
}



/*recipes page */
#recipeBox {
	display:block;
	background-image:url(/assets/images/desserts/recipes-panel.jpg);
	width:680px;
	height:242px;
}

div.recipeBoxInner {
	background-image:url(/assets/images/desserts/recipes-brandPanel.jpg);
	width:336px;
	height:202px;
	float:left;
	margin-top:37px;
	margin-left:3px;
	text-align:center;
}

