@charset "utf-8";
@import url('body.css');
a {
	color: #CC0071;	
}
hr {
	clear: both;
	display: block;
	height: 6px;
	margin: 12px 0 12px;
	border: none;
	background: #cc0071;
}
h1.page-title {
	width: 928px;
	height: 25px;
	background: url(../images/headers/flavors.png) 0 0 no-repeat;
}
	.page-title.cakes {
		width: 915px;
		background: url(../images/headers/cakes.png) 0 0 no-repeat;
	}
.font12 {
	font-size: 12px;	
}
#content-wrapper {
	float: left;
	width: 100%;
}
	#content-wrapper .cap {
		clear: both;
		width: 100%;
		height: 25px;
	}
		#content-wrapper .cap.top {
			background: url(../landing-page/images/cap-top.png) 0 0 no-repeat;	
		}
		#content-wrapper .cap.bottom {
			background: url(../landing-page/images/cap-bottom.png) 0 0 no-repeat;	
		}
	#content-wrapper #content {
		float: left;
		width: 932px;
		padding: 0 17px 0 23px;
		background: url(../landing-page/images/content-bg.png) 0 0 repeat-y;
	}
		#content-wrapper #content #inner {
			float: left;
			width: 100%;
			background: url(../landing-page/images/content-inner.png) top right repeat-y;	
		}
#content .breadcrumb {
	right: 26px;
	top: 4px;	
}

/* Categories */
ul#categories {
	width: 794px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
	ul#categories li {
		float: left;
		margin-left: 10px;
	}
		ul#categories li:first-child {
			margin-left: 0;
		}
		ul#categories li a {
			display: block;
			width: 124px;
			height: 94px;	
			background: url(../images/flavors/flavor-anchors.png) 0 0 no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			ul#categories li a.nonfat:hover {
				background-position: -124px 0;
			}
			ul#categories li a.lowfat {
				background-position: 0 -94px;
			}
			ul#categories li a.lowfat:hover {
				background-position: -124px -94px;
			}
			ul#categories li a.tart {
				background-position: 0 -188px;
			}
			ul#categories li a.tart:hover {
				background-position: -124px -188px;
			}
			ul#categories li a.sorbet {
				background-position: 0 -282px;
			}
			ul#categories li a.sorbet:hover {
				background-position: -124px -282px;
			}
			ul#categories li a.no-sugar-added {
				background-position: 0 -376px;
			}
			ul#categories li a.no-sugar-added:hover {
				background-position: -124px -376px;
			}
			ul#categories li a.low-carb {
				background-position: 0 -470px;
			}
			ul#categories li a.low-carb:hover {
				background-position: -124px -470px;
			}
			ul#categories li a.specialty {
				background-position: 0 -564px;
			}
			ul#categories li a.specialty:hover {
				background-position: -124px -564px;
			}
.flavor-title {
	display: block;
	height: 46px;
	margin: 0 auto 12px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/flavors/flavor-titles.png) no-repeat;	
}
	.flavor-title.nonfat, .flavor-title.lowfat, .flavor-title.tart, .flavor-title.sorbet {
		width: 135px;	
	}
	.flavor-title.lowfat {
		background-position: 0 -46px;	
	}
	.flavor-title.tart {
		background-position: 0 -92px;	
	}
	.flavor-title.sorbet {
		background-position: 0 -138px;	
	}
	.flavor-title.no-sugar-added {
		width: 295px;
		background-position: 0 -184px;	
	}
	.flavor-title.low-carb {
		width: 176px;
		background-position: 0 -230px;	
	}
	.flavor-title.specialty {
		width: 181px;
		background-position: 0 -276px;	
	}

/* Products */
#products-wrapper {
	float: left;
	width: 100%;
}
#products-inner {
	clear: both;
	padding: 15px 0;
}
.products-list {
	width: 100%;
}
.item-list {
	float: left;
	width: 100%;
}
	.product-cell {
		float: left;
		width: 165px;
		height: 145px;
		margin: 0 26px 10px 0;	
	}
		.product-cell.last {
			margin-right: 0;	
		}
	.product-cell img.thumbnail {
		width: 165px;
		height: 145px;	
	}
		.product-cell img.thumbnail:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
		}
p.available {
	display: block;
	padding: 20px 0;
	font-size: 11px;	
}

/* Popups */
.popup-wrapper {
	float: left;
	position: relative;
	width: 590px;
	text-align: center;
}
.popup-cap {
	width: 590px;
	height: 6px;	
}
	.popup-cap.top {
		background: url(../images/flavors/popup-top.png) 0 0 no-repeat;	
	}
	.popup-cap.bottom {
		background: url(../images/flavors/popup-bottom.png) 0 0 no-repeat;	
	}
img.icon-kosher {
	position: absolute;
	z-index: 10;
	width: 40px;	
	top: 60px;
	right: 27px;
}
.popup-content {
	width: 570px;
	padding: 5px 10px 0;
	background: #FFF;	
}
	.popup-content p {
		display: block;
		padding: 7px 0;
		color: #919194;
		font-weight: bold;
		font-size: 10px;
		line-height: 1.1em;
	}
		.popup-content p.nutrition {
			position: relative;
			padding-top: 12px;
			background: url(../images/flavors/popup-divider.jpg) top center no-repeat;
		}
			.popup-content p.nutrition .more-link {
				position: absolute;
				top: 14px;
				right: 12px;
				font-size: 11px;
			}
				
	.popup-content .icons-wrapper {
		clear: both;
		width: 100%;
		text-align: center;
	}
	.icons-wrapper .cell {
		display: inline-block;
		*display: inline;
		width: 56px;
		padding: 11px 10px 5px;
		vertical-align: top;
	}
		.icons-wrapper .cell img {
			width: 56px;	
		}

/* Cakes */
.serve-badge {
	position: absolute;
	z-index: 501;
	top: -10px;
	right: 29px;
	width: 281px;
	height: 50px;
	padding: 30px 20px;
	background: url(../images/cakes/badge-serve.png) no-repeat;
}
	.serve-badge p {
		padding: 0 0 6px;
		font-size: 12px;
		line-height: 15px;
		color: #333;
		text-align: center;
	}
ul#categories.cakes-cats li a {
	cursor: pointer;
	background: url(../images/flavors/cakes-sprite-ca.jpg) 0 0 no-repeat;	
}
	ul#categories.cakes-cats li a.ready-to-go {
		width: 150px;
	}
	ul#categories.cakes-cats li a.ready-to-go.current {
		background-position: -150px 0;
	}
	ul#categories.cakes-cats li a.made-to-order {
		width: 172px;
		background-position: 0 -25px;
	}
	ul#categories.cakes-cats li a.made-to-order.current {
		background-position: -172px -25px;
	}
.cakes-page {
	overflow: hidden;
}
.cakes-page .item-list img, .three-cakes, .footer-message {
	position: relative;
	z-index: 500;
}
img.all-occasions {
	float: left;
	margin: 0 0 -14px -15px;
}
img.made-to-order {
	float: left;
	margin: -18px 0 0 -13px;
}
.three-cakes {
	float: right;
	width: 195px;
	height: 565px;
	padding: 0 187px 0 0;
	margin: 25px -15px -14px 0;
	background: url(../images/cakes/three-cakes.jpg) no-repeat;
}
	.three-cakes h4 {
		margin: 18px 0 2px;
		font: bold 16px/20px Arial, sans-serif;
		color: #d72b8f;
	}
	.three-cakes p {
		padding: 0;
		font-size: 12px;
		line-height: 14px;
	}
	.three-cakes .spacer1 {
		height: 9px;
	}
	.three-cakes .spacer2 {
		height: 12px;
	}
.order-left {
	float: left;
	width: 380px;	
}
.img-headline {
	padding-bottom: 5px;
	text-align: center;	
}
	.img-headline span {
		display: block;
		font-size: 10px;
		color: #333;	
	}
.order-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;	
}
.table-padding {
	padding: 0 20px;	
}
.table-padding.move-up {
	position: relative;
	top: -16px;	
	z-index: 600;
}
	.order-table td {
		padding: 3px 5px 3px 15px;
		vertical-align: top;
		background: url(../images/cakes/bullet.png) left center no-repeat;
		color: #333;
		font-size: 12px;
	}
	.order-table td.icon-top {
		background-position: 0 3px;
	}
	.order-table td.no-icon {
		background: none;	
	}
	.order-table td.indented {
		padding-left: 30px;
		background-position: 15px 0;	
	}
.purple-hr {
	clear: both;
	display: block;
	margin: 6px 0 12px;
	width: 100%;
	height: 2px;
	border: none;
	background: url(../images/cakes/purple-hr.png) repeat-x;	
}
.half-column.left {
	float: left;
	width: 141px;
	padding-right: 14px;
	margin-right: 14px;
	border-right: 1px solid #c64198;	
}
.half-column.right {
	float: left;
	width: 141px;
	padding-right: 24px;
}
.order-right {
	float: right;
	width: 290px;
	margin-top: 44px;	
}
	.order-right .half-column.left {
		width: 125px;
		min-height: 212px;
	}
	.order-right .half-column.right {
		width: 130px;
		padding-right: 0;
	}
.img-to-order {
	z-index: 1;
	top: -8px;
	left: -31px;
}
.footer-message {
	width: 685px;
	top: 6px;
	padding: 10px;
	margin: 15px 0 -9px -15px;
	font: bold 13px/16px Arial, sans-serif;
	background: #b30175;
	color: #fff;
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;	
}