@charset "utf-8";
/* CSS Document */

body {
	background-color: #FF6600;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 100%;
	text-align: center;
	background-color: #000000;
}
p {
	margin: 10px 0;
}
/* HEADER */
#header {
	width: 980px;
	height: 190px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header .left {
	width: 275px;
	float: left;
	font-size: 0;
	text-align: left;
	padding: 0;
}
#header .right {
	width: 705px;
	float: right;
	text-align: right;
}
/* NAVIGATION */
#navigation {
	list-style-type: none;
	padding: 0;
	background-image: url(images/bg_nav.png);
	background-repeat: no-repeat;
	height: 60px;
	margin: 0;
	background-position: right top;
}
#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 11px 0 0 0;
	height: 49px;
	float: left;
}
#navigation a {
	height: 49px;
	line-height: 8px;
	color: #0b6b3e;
	display: block;
	font-size: 0px;
	float: left;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
}
#navigation a:hover {
	background-position: 0px -49px;
	color: #f4b734;
}
#navigation #nav_left {
	width: 38px;
}
#navigation a:hover {
	background-position: 0px -49px;
	background-image: url(images/nav_store2.png);
	color: #FF9900;
}
#navigation #nav_left {
	width: 20px;
}
#navigation #nav_home a {
	width: 70px;
	background-image: url(images/nav_home2.png);
	color: #FF9900;
}
#navigation #nav_forum a {
	width: 74px;
	background-image: url(images/nav_forum2.png);
	color: #FF9900;
}
#navigation #nav_guestbook a {
	width: 115px;
	background-image: url(images/nav_guestbook2.png);
	color: #FF9900;
}
#navigation #nav_tagboard a {
	width: 68px;
	background-image: url(images/nav_chat2.png);
	color: #FF9900;
}
#navigation #nav_donation a {
	width: 112px;
	background-image: url(images/nav_donation2.png);
	color: #FF9900;
}
#navigation #nav_links a {
	width: 70px;
	background-image: url(images/nav_links2.png);
	color: #FF9900;
}
#navigation #nav_store a {
	width: 70px;
	background-image: url(images/nav_store2.png);
	color: #FF9900;
}
#navigation #nav_disco a {
	width: 80px;
	background-image: url(images/nav_disco.png);
	color: #FF9900;
}
#navigation #nav_right {
	width: 20px;
}
#topnav {
	color: #000000;
	font-size: 11px;
	text-align:right;
	margin: 10px 0 0 0;
	height: 120px;
	width: 700px;
}
#topnav a {
	line-height: 22px;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	display: block;
	height: 40px;
	float: right;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#subnav {
	list-style-type: none;
	padding: 0;
	margin: 30px 0 15px 0;
	width: 199px;
}
#subnav li, #subnav a {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 32px;
	width: 199px;
	display: block;
	background-repeat: no-repeat;
}
#subnav a:hover {
	background-position: 0px -32px;
}
#subnav #bagelcrisps a {
	background-image: url(.images/subnav_bagelcrisps.gif);
}
#subnav #pitachips a {
	background-image: url(images/subnav_pitachips.gif);
}
#subnav #panetini a {
	background-image: url(images/subnav_panetini.gif);
}
#subnav #pretzelflatz a {
	background-image: url(images/subnav_pretzelflatz.gif);
}
#subnav #crispini a {
	background-image: url(images/subnav_crispini.gif);
}
#subnav #biscotti a {
	background-image: url(images/subnav_biscotti.gif);
}
#subnav #focaccia a {
	background-image: url(images/subnav_focaccia.gif);
}
#subclub {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 109px;
}
#subclub li, #subclub a {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 33px;
	width: 109px;
	display: block;
	background-repeat: no-repeat;
}
#subclub a:hover {
	background-position: 0px -33px;
}
#subclub #home a {
	background-image: url(images/subclub_home.gif);
}
#subclub #account a {
	background-image: url(images/subclub_account.gif);
}
#subclub #newsletter a {
	background-image: url(images/subclub_newsletter.gif);
}
#subclub #logout a {
	background-image: url(images/subclub_logout.gif);
}

/* FOOTER */
#footer {
	width: 100%;
	font-size: 12px;
	text-align: center;
	height: 50px;
	background-repeat: repeat-x;
	background-color: #000000;
}
#footerContainer {
	width: 980px;
	background-repeat: no-repeat;
	height: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footerContainer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
#footerContainer a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#copyright {
	width: 980px;
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#copyright a {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}
#copyright a:hover {
	text-decoration: none;
	color: #FF9900;
}
/* SIDEBARS */
#sidebarLeft {
	width: 189px;
	float: left;
}
#sidebarRight {
	width: 739px;
	float: right;
}
#sidebarRight #contentarea {
	width: 674px;
	padding: 0px 26px 0px 39px;
}
/* CONTENT */
#content {
	width: 938px;
	margin: 0px auto;
	padding: 0px 21px 0px 21px;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#homeContent {
	width: 930px;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 624px;
}
#homeWhatsnew {
	width: 115px;
	height: 154px;
	background: url(images/bg_whatsnew_box.jpg) no-repeat;
	float: left;
	padding: 50px 20px 0 187px;
	text-align: left;
}
#homeWhatsnew p {
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
#homeWhatsnewBroadway {
	width: 115px;
	height: 154px;
	background: url(images/bg_whatsnew_box_broadway.jpg) no-repeat;
	float: left;
	padding: 50px 20px 0 187px;
	text-align: center;
}
#homeWhatsnewBroadway p {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
#homeCPclub {
	width: 136px;
	height: 129px;
	background: url(images/bg_cpclub_box.jpg) no-repeat;
	float: left;
	padding: 75px 20px 0 160px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}
#homeRecipes {
	width: 172px;
	height: 129px;
	background: url(images/bg_recipe_box.jpg) no-repeat;
	float: left;
	padding: 75px 120px 0 30px;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
}
#homeRecipes a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#homeRecipes a:hover {
	text-decoration: none;
}
#varieties {
	width: 668px;
	height: 200px;
	background: url(images/content_bg_varieties.jpg) no-repeat;
	padding: 286px 31px 0 40px;
	margin: 0;
}
#content a {
	text-decoration: underline;
	color: #000000;
}
#content a:hover {
	text-decoration: none;
	color: #9f5d04;
}
#storelocator {
	width: 210px;
	height: 127px;
	padding: 20px 20px 0 20px;
	margin: 0 0 0 20px;
	float: right;
	background-image: url(images/bg_storelocator.gif);
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
#nutritionalInfo {
	width: 210px;
	height: 127px;
	padding: 20px 20px 0 20px;
	margin: 0 0 0 20px;
	float: right;
	background-image: url(images/bg_nutritionalinfo.gif);
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
#sidebarLeft #testimonials {
	width: 166px;
	height: 104px;
	padding: 95px 18px 0 15px;
	background-image: url(images/bg_testimonials.gif);
	font-size: 15px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
}
#sidebarLeft #testimonials b {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebarRight img {
	text-align: left;	
}
#productList {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 18px;
	margin: 10px 0;
}
#productList li {
	margin: 0 0 15px 0;
	list-style-image: url(images/bullet_arrow.gif);
}
#flavorsTall {
	width: 624px;
	height: 105px;
	padding: 35px 25px 0 25px;
	font-size: 12px;
	line-height: 18px;
}
#flavorsShort {
	width: 624px;
	height: 105px;
	padding: 14px 25px 0 25px;
	font-size: 12px;
	line-height: 18px;
}
#flavorsTall h2, #flavorsShort h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	font-weight: bold;
	color: #9f5d04;
}
#flavorsTall .left, #flavorsShort .left {
	float: left;
}
#flavorsTall .left .column, #flavorsShort .left .column {
	width: 130px;
	float: left;
}
#flavorsTall .right, #flavorsShort .right {
	width: 185px;
	float: right;
}
#flavorsTall .rightsmall {
	width: 215px;
	float: right;
}

#flavorsBagel {
	background-image: url(images/bg_bagelflavors.jpg);
}
#flavorsBagelsmall {
	background-image: url(images/bg_bagelflavors_small.jpg);
}
#flavorsPita {
	background-image: url(images/bg_pitaflavors.jpg);
}
#flavorsPanetini {
	background-image: url(images/bg_panetiniflavors.jpg);
}
#flavorsPretzel {
	background-image: url(images/bg_pretzelflavors.jpg);
}
#flavorsCrispini {
	background-image: url(images/bg_crispiniflavors.jpg);
}
#flavorsBiscotti {
	background-image: url(images/bg_biscottiflavors.jpg);
}
#flavorsFocaccia {
	background-image: url(images/bg_focacciaflavors.jpg);
}
#whatsnewLeft {
	width: 200px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 0 0 25px;
}
#whatsnewRight {
	width: 623px;
	float: right;
	padding: 30px 45px 0px 40px;
}
#whatsnewRight ul {
	font-size: 14px;
	line-height: 18px;
}
#whatsnewRight .imgCenter {
	display: block;
	margin: 0px auto;
}
#whatsnewRight .imgRight {
	padding: 5px 0 15px 15px;
	
}
#whatsnewLeft img {
	margin: 0 0 0 10px;
}
#whatsnewLeft #pressReleases {
	margin: 65px 0 0 0 ;
}
#whatsnewLeft a, #whatsnewRight a {
	text-decoration: underline;
	color: #007d45;
}
#whatsnewLeft a:hover, #whatsnewRight a:hover {
	text-decoration: none;
	color: #007d45;
}
#whatsnewLeft h2, #whatsnewRight h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	font-weight: bold;
	color: #9f5d04;
}
#ourstyle {
	width: 938px;
	height: 462px;
	background: url(images/content_bg_ourstyle.jpg) no-repeat;
	margin: 0;
}
#ourstyle #paragraph1 {
	float: left;
	padding: 55px 0 0 75px;
	width: 285px;
}
#ourstyle #paragraph2 {
	float: left;
	padding: 60px 0 0 75px;
	width: 565px;
}
#recipesNav {
	width: 281px;
	float: left;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 80px 0 0 30px;
	background: url(images/bg_recipes_nav.jpg) no-repeat;
}
#recipesNav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#recipesNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#recipesNav #testimonials {
	padding: 155px 22px 0 0;
	width: 160px;
	height: 80px;
	display: block;
	margin: 0px auto;
	font-size: 15px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}
#recipesNav #testimonials b {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#recipesNav #recipeIdeas {
	padding: 50px 0 0 0;
	width: 270px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	display: block;
	margin: 0 0 0 -5px;
	text-align: center;
}
#sidebarLeft #recipeIdeas {
	padding: 10px 7px 0 5px;
	width: 187px;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	display: block;
	text-align: center;
}
#recipeIdeas a {
	text-decoration: underline;
	color: #007d45;
}
#recipeIdeas a:hover {
	text-decoration: none;
	color: #007d45;
}
#recipesHome {
	width: 627px;
	height: 583px;
	background: url(images/bg_recipes_home.jpg) no-repeat;
	float: right;
}
#recipesHome #directions {
	font-size: 12px;
	line-height: 18px;
	width: 300px;
	float: right;
	color: #FFFFFF;
	padding: 345px 40px 0 0;
}
#recipesHome #product {
	color: #fecb4c;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	width: 230px;
	float: left;
	padding: 345px 0 0 40px;
}
#recipesHome #product .button {
	padding: 20px 10px 0 0;
	float: left;
}
#recipesHome #copy {
	color: #FFFFFF;
	padding: 60px 40px 0 40px;
	width: 558px;
	float: left;
}
#recipesHome a {
	text-decoration: underline;
	color: #007d45;
}
#recipesHome a:hover {
	text-decoration: none;
	color: #007d45;
}
#recipesHome #copy a {
	text-decoration: underline;
	color: #FFFFFF;
}
#recipesHome #copy a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#recipesHome #product a {
	text-decoration: underline;
	color: #fecb4c;
}
#recipesHome #product a:hover {
	text-decoration: none;
	color: #fecb4c;
}
#recipesList {
	width: 555px;
	background: url(images/bg_recipes.gif) no-repeat;
	float: right;
	padding: 55px 32px 0 40px;
	min-height: 500px;
}
#recipesList a {
	text-decoration: underline;
	color: #007d45;
}
#recipesList a:hover {
	text-decoration: none;
	color: #007d45;
}
#recipesList .listing {
	width: 415px;
	float: left;
	color: #9f5d04;
}
#recipesList .listing a {
	text-decoration: underline;
	color: #9f5d04;
}
#recipesList .listing a:hover {
	text-decoration: none;
	color: #9f5d04;
}
#recipesList h2 {
	color: #9f5d04;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 20px 0;
}
#recipesList h4 {
	color: #9f5d04;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 5px 0;
}
#recipesList h3 {
	color: #9f5d04;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#recipesList .divider {
	width: 100%;
	height: 2px;
	background: url(images/divider_recipes.gif) repeat-x;
	margin: 20px 0;
	float: left;
}
#recipesList .image {
	width: 120px;
	padding: 0 20px 0 0;
	float: left;
}
#recipesList .imageL {
	width: 195px;
	padding: 0 25px 0 0;
	float: left;
}
#recipesList #details {
	width: 335px;
	color: #9f5d04;
	float: left;
}
#recipesList .directions {
	float: left;
}
#recipesList .sort {
	font-size: 11px;
	line-height: 22px;
	float: left;
	color: #666666;
	padding: 0 5px 0 0;
}
#recipesList #details .button {
	padding: 20px 10px 0 0;
	float: left;
}
#recipesList #details .textButton {
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-color: #007f46;
	display: block;
	margin: 20px 10px 0 0;
	padding: 0 10px;
	float: left;
}
#recipesList #details .textButton:hover {
	color: #9f5d04;
	background-color: #fecb4c;
}
#recipesBottom {
	padding: 0 2px 0 0;
	float: right;
}
#contactColumn1 {
	padding: 45px 0 0 25px;
	float: left;
}
#contactColumn2 {
	width: 222px;
	padding: 45px 0 0 35px;
	float: left;
}
#contactColumn2 #left {
	font-size: 11px;
	color: #9f5d04;
	float: left;
}
#contactColumn2 #right {
	float: right;
	padding: 0 11px 0 0;
}
#contactColumn3 {
	width: 335px;
	font-size: 12px;
	padding: 45px 25px 0 35px;
	float: left;
}
#contactColumn3 h2 {
	font-size: 14px;
	color: #9f5d04;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#contactColumn3 img {
	padding: 0 20px 10px 0;
	float: left;
}
#centralparkLogin {
	width: 938px;
	height: 394px;
	background: url(images/bg_cp_login.gif) no-repeat;
	margin: 0;
}
#centralparkLogin #left {
	width: 570px;
	padding: 110px 0 0 40px;
	float: left;
	font-size: 14px;
	line-height: 18px;
}
#centralparkLogin #bullets {
	margin: 0 0 0 -24px;
}
#centralparkLogin li {
	margin: 0 0 15px 0;
	list-style-image: url(images/bullet_arrow.gif);
}
#centralparkLogin #right {
	width: 230px;
	padding: 110px 40px 0 0;
	float: right;
	font-size: 12px;
	line-height: 15px;
}
#centralparkLogin .text11 {
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 5px 0;
}
#centralparkLogin a {
	text-decoration: underline;
	color: #007d45;
}
#centralparkLogin a:hover {
	text-decoration: none;
	color: #007d45;
}
#headerSpace {
	height: 30px;
}
#centralpark {
	width: 894px;
	padding: 22px 22px 150px 22px;
	background: #bed8fb url(images/bg_centralpark.gif) no-repeat bottom;
}
#centralpark #left {
	width: 109px;
	float: left;
}
#centralpark #right {
	width: 735px;
	padding: 7px 0 0 50px;
	margin: 0;
	float: left;
	font-size: 14px;
	line-height: 18px;
}
#centralpark #right p {
	width: 395px;
	padding: 0;
	margin: 0;
}
#centralpark #right .newsletter {
	width: 294px;
	padding: 0;
	margin: 0;
	float: left;
}
#centralpark #right .image {
	float: left;
	width: 101px;
}
#registerLeft {
	width: 225px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 0 0 25px;
}
#registerRight {
	width: 621px;
	float: right;
	padding: 30px 25px 0px 40px;
}
#registerRight h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #9f5d04;
}
form #button {
	padding: 0 0 0 10px;
}
#registerRight h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #9f5d04;
}
#registerLeft #bullets {
	margin: 0 0 0 -25px;
}
#generic {
	padding: 25px 25px 0 25px;
}
#generic h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	font-weight: bold;
	color: #9f5d04;
}
#generic a {
	text-decoration: underline;
	color: #007d45;
}
#generic a:hover {
	text-decoration: none;
	color: #007d45;
}
#generic .result a {
	font-weight: bold;
	text-decoration: underline;
	color: #9f5d04;
}
#generic .result a:hover {
	text-decoration: none;
	color: #9f5d04;
}
.flashRight {
	margin: -20px -40px 0 0;
	width: 400px;
	height: 300px;
	float: right;
	text-align: right;
}
/* FORMS */
#searchField {
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-color: transparent;
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	width: 125px;
}
#bgSearch {
	width: 137px;
	height: 19px;
	padding: 3px 0 0 0;
	margin: 0;
	background:url(images/bg_search.gif) no-repeat;
	text-align: center;
	float: right;
}
#searchButton {
	padding: 2px 5px 0 5px;
	float: right;
}
#selectSearch {
	height: 19px;
	padding: 0 20px 0 0;
	float: right;
	font-size: 11px;
	line-height: 22px;
	float: right;
	vertical-align: middle;
}
/*input {
	margin: 0;
	vertical-align: middle;
}*/
.noline {
	margin: 12px 0 12px 0;
	text-align: left;
}
.noline label {
	float: left;
	width: 120px;
	font-weight: normal;
	padding: 0 0 0 0;
}
.formline {
	margin: 4px 0 4px 0;
	text-align: left;
}
label {
	float: left;
	width: 72px;
	font-weight: normal;
	padding: 3px 0 0 0;
	text-align: right;
}
#contactColumn2 label {
	float: left;
	width: 30px;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding: 3px 0 0 0;
	text-align: left;
}
#contactColumn2 .formline {
	margin: 4px 0 4px 0;
	text-align: right;
}
#contactColumn2 .formlineLeft {
	margin: 4px 0 4px 0;
	text-align: left;
}
#registerRight label {
	float: left;
	width: 125px;
	font-weight: normal;
	padding: 3px 0 0 0;
	text-align: right;
}
#registerRight .textbox {
	width: 465px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#registerRight .dropdown {
	width: 471px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#registerRight .messagebox {
	width: 465px;
	height: 100px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#recipesList label {
	float: left;
	width: 90px;
	font-weight: normal;
	padding: 3px 0 0 0;
	text-align: right;
}
#recipesList .textbox {
	width: 440px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#recipesList .messagebox {
	width: 440px;
	height: 100px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.textbox {
	width: 150px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.dropdown {
	width: 238px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#dropdownStorelocator {
	width: 210px;
	height: 25px;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(images/bg_locator_dropdown.gif);
}
.month {
	width: 202px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.year {
	width: 201px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.button {
	font-size: 12px;
	margin: 2px 0 3px 0;
	padding: 2px 3px 2px 3px;
}
.messagebox {
	width: 205px;
	height: 100px;
	margin-bottom: 6px;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 13px;
}
.required {
	color: #9f5d04;
	font-weight: bold;
	vertical-align: middle;
}
.requiredWhite {
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
#success {
	border: 1px solid #004721;
	background-color: #007f46;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 0 0;
	width: 100%;
}
#error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 0 0;
	width: 100%;
}
.redtext {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.dropdown_recipes {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
}
.button_recipes {
	font-size: 11px;
	text-align: center;
}
#centralparkLogin label {
	float: left;
	width: 85px;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding: 3px 0 0 0;
	text-align: left;
}
#centralparkLogin .textbox {
	width: 130px;
	margin: 0 0 5px 0;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#centralparkLogin #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 5px 0;
	width: 200px;
}
#registerRight #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 5px 0;
	width: 600px;
}
#registerRight #success {
	border: 1px solid #004721;
	background-color: #007f46;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 5px 0;
	width: 600px;
}
#generic #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 0 0;
	width: 866px;
}
#recipesList #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: -5px 0 20px 0;
	width: 535px;
}
#recipesList #success {
	border: 1px solid #004721;
	background-color: #007f46;
	color: #FFFFFF;
	padding: 10px;
	margin: -5px 0 20px 0;
	width: 535px;
}
.form_switch {
	display: none;
}
#centralpark #right label {
	float: left;
	width: 125px;
	font-weight: normal;
	padding: 3px 0 0 0;
	text-align: right;
}
#centralpark #right .textbox {
	width: 465px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#centralpark #right .dropdown {
	width: 471px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#centralpark #right .messagebox {
	width: 465px;
	height: 100px;
	margin: 0 0 10px 10px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#centralpark #right #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: -5px 0 20px 0;
	width: 599px;
}
#centralpark #right #success {
	border: 1px solid #004721;
	background-color: #007f46;
	color: #FFFFFF;
	padding: 10px;
	margin: -5px 0 20px 0;
	width: 599px;
}
/* STORE LOCATOR */
div.phpGoogleStoreLocator_map_balloon_body {
	width: 300px;
	font-size:12px;
}
div.phpGoogleStoreLocator_map_balloon_body img {
	padding: 5px;
}
/* STAR RATING */	
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
	background: url(images/star.gif) left -1000px repeat-x;
}
.star-rating {
	position:relative;
	width:100px;
	height:20px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li {
	display: inline;
}
.star-rating a, .star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width:20%;
	z-index:6;
}
.star-rating a.two-stars {
	width:40%;
	z-index:5;
}
.star-rating a.three-stars {
	width:60%;
	z-index:4;
}
.star-rating a.four-stars {
	width:80%;
	z-index:3;
}
.star-rating a.five-stars {
	width:100%;
	z-index:2;
}
.star-rating .current-rating {
	z-index:1;
	background-position: left center;
}
/* for an inline rater */
/*.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}*/

/* smaller star */
.small-star {
	width:50px;
	height:10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(star_small.gif);
	line-height: 10px;
	height: 10px;
}
/* NUTRITIONAL INFO DROPDOWN */
#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sddm li a {
	display: block;
	margin: 0;
	padding: 5px 0 0 10px;
	width: 200px;
	height: 20px;
	background: url(images/bg_locator_dropdown.gif) no-repeat;
	color: #000000;
	text-decoration: none;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: -1px 5px 0 5px;
	padding: 0;
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #c3c1c1;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 2px;
	padding: 5px 0 0 5px;
	width: auto;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
}
#sddm div a:hover {
	background: #ffeec3;
}
/* LIGHTWINDOW */
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:500px;
	margin:-250px 0 0 -300px;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}


#lightbox2{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width: 720px;
	height: 565px;
	padding: 10px;
	margin:-295px 0 0 -350px;
	background:#FFFFFF;
	text-align:center;
	overflow: auto;
}
#lightbox2[id]{
	position:fixed;
}
#lightbox2.done #lbLoadMessage{
	display:none;
}
#lightbox2.done #lbContent{
	display:block;
}
#lightbox2.loading #lbContent{
	display:none;
}
#lightbox2.loading #lbLoadMessage{
	display:block;
}

/*#lightbox2.done img{
	margin: 10px;
}*/
.photoClose {
	width: 60px;
	height: 19px;
	margin: 0px auto;
	padding: 14px;
}

/* NUTRITIONAL INFO */
#nutriBody {
	width: 600px;
	height: 500px;
	background: #FFFFFF url(images/bg_nutrinfo.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
#nutriInfo {
	float: left;
	width: 215px;
	height: 466px;
	margin: 0;
	padding: 17px 0 0 14px;
}
#nutriClose {
	float: right;
	width: 60px;
	height: 19px;
	margin: 0;
	padding: 14px 14px 0 0;
}
#nutriPrint {
	float: right;
	width: 60px;
	height: 19px;
	margin: 14px 10px 0 0;
}
#nutriImage {
	float: right;
	width: 348px;
	height: 190px;
	margin: 123px 0 0 0;
}
#nutriText {
	float: right;
	width: 333px;
	height: 138px;
	padding: 0 15px 0 0;
	font-size: 12px;
	line-height: 14px;
	overflow: auto;
}
#nutriText b {
	font-size: 14px;
	font-weight: bold;
}
/* WHERE TO BUY */
#mapLeft {
	width: 401px;
	height: 249px;
	padding: 66px 0 0 29px;
	background: url(images/bg_map.gif) no-repeat;
	float: left;
}
#mapRight {
	width: 435px;
	padding: 42px 25px 0 0;
	float: right;
}
#international h2 {
	font-size: 18px;
	line-height: 16px;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #d97f04;
}
#international {
	float: right;
	width: 435px;
	padding: 0 0 20px 0;
}
#international a {
	text-decoration: underline;
	color: #007d45;
}
#international a:hover {
	text-decoration: none;
	color: #007d45;
}
#usInfo {
	padding: 20px 0 0 0;
}
#usInfo h2 {
	font-size: 18px;
	line-height: 16px;
	margin: 0;
	font-weight: bold;
	color: #d97f04;
}
#usInfo div {
	display: none;
}
#usInfo .column {
	display: block;
	float: left;
	margin: 0;
	padding: 20px 30px 20px 0;
}
#intlContainer {
	padding: 40px 0 0 0;
}
#locatorBar {
	width: 908px;
	height: 74px;
	padding: 45px 0 0 30px;
	font-size: 13px;
	line-height: 16px;
	background: url(images/bg_wheretobuy.gif) no-repeat;
}
#locatorBar p {
	margin: 0;
	padding: 0;
}
#locatorBar .column {
	margin: 5px 40px 0 0;
	font-size: 13px;
	line-height: 18px;
	float: left;
}
#locatorBar .column a {
	color: #9f5d04;
	text-decoration: underline;	
}
#locatorBar .column a:hover {
	text-decoration: none;	
}
#continentInfo h2 {
	font-size: 18px;
	line-height: 16px;
	margin: 0;
	font-weight: bold;
	color: #d97f04;
}
#continentInfo div {
	display: none;
	padding: 25px 0 0 30px;
}
#continentInfo .column {
	display: block;
	float: left;
	margin: 0;
	padding: 20px 30px 25px 0;
}
#continentInfo b {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
/* SEARCH SITE */
.searchSite-container {
	margin-left: 10%;
	width: 80%;
	}

.found-info {
	margin-top: 5px;
	font-size: 90%;
	color: #9f5d04;
	}
.searchSite-info { 
	width: 44%; 
	float: right;
	}

.stop-words { 
	float: left; 
	width: 44%;
	font-size: x-small;
	}
.removed { font-weight: bold; }

.search-items { font-size: x-small; }

.hit-lower { color: #9f5d04; }
.hit-upper { color: #9f5d04; }
.hit-case { color: #EBA005; }
.score { font-size: small; color: #F4AB3E; }

.centered { text-align: center; }

 /* handy spacers */

.space, .half-space, .quarter-space, .small-space, .tiny-space, .clear {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	clear: both;
	}
.space {
	height: 200px;
	}
.half-space {
	height: 100px;
	}
.quarter-space {
	height: 50px;
	}
.small-space {
	height: 25px;
	}
.tiny-space {
	height: 15px;
	}
.clear {
	font-size: 0px;
	}
.search-form {
	text-align: center;
	}

.searchSite-notice { font-size: x-small; }

.file-results {}

.label-file-results {
	font-size: small;
	font-weight: bold;
	}


/* searchSite highlighting */
.searchword { background-color: #fec62b; }

.price { padding-left: 3px; }

.searchSite-info {
	float: left;
	text-align: left;
	font-size: small;
	}

.tips {
	margin-left: 10%;
	margin-right: 15%;
	text-align: justify;
	}
	

