/*
SITE WIDE SPECIFIC STYLES

All styles can go in here and can override the main.css file. Please include all custom classes etc in here this will not display in the cms on the backend only frontend design.

 */

@import "reset.css";
@import "fonts.css";
@import "../menu/stylesheet.css";
@import "main.css";

html {
	height: 100.1%;
}

body {
	background: url(../images/background_tile.gif);
}

img.submit {
	cursor: pointer;
}

/**************************************
 * BASIC STYLES
 * ***********************************/
.over, .moduleRow, .moduleRowSelected {
	background: #F4E2BE;
}

.newCustomer {
	width: 55%;
	padding-right: 2em;
}

.returningCustomer {
	padding-left: 3em;
}

.signUpNow {
	display: block;
	margin: 1em auto 37px auto;
}

label.policy {
	line-height: 30px;
	vertical-align: top;
}

/**************************************
 * CONTAINER
 * ***********************************/
#container {
	position: relative; /* allow for absolute positioning within the container */
	background: url(../images/body_background.jpg) 1px 0 repeat-y;
	width: 1024px;
	margin: 3px auto;
}

/**************************************
 * HEADER
 * ***********************************/
#header {
	width: 1024px;
	height: 96px;
	margin: 0px auto 0 auto;
	background: url(../images/header.jpg) no-repeat;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -132px;
}

#header h1 a {
	display: block;
	width: 264px;
	height: 86px;
	text-indent: -9999em;
	overflow: hidden;
}

/**************************************
 * ACCOUNT & INFO
 * ***********************************/
#account, #info {
	position: absolute;
	top: 45px;
	width: 165px;
	height: 12px;
}

#account {
	left: 110px;
}

#info {
	right: 110px;
}

#account a, #info a {
	display: block;
	height: 12px;
	position: absolute;
	top: 0;
	text-indent: -9999em;
	overflow: hidden;
}

#account .login {
	left: 0;
	width: 38px;
}

#account .register {
	right: 0;
	width: 103px;
}

#info .faq {
	left: 0;
	width: 31px;
}

#info .contact {
	right: 31px;
	width: 74px;
}
/**************************************
 * NAV
 * ***********************************/
#nav {
	position: relative; /* allow for absolute positioning inside */
	margin: 0 auto;
	background: url(../images/nav.jpg) no-repeat;
	z-index: 10;
}

#nav ul {
	width: 1024px;
	height: 79px;
	list-style-type: none;
}

#nav a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	color: #7d5736;
}

#nav li {
   float: left;
   position: absolute;
   margin: 0;
}

#nav li.home {
	top: 27px;
	left: 80px;
}

#nav li.home a {
	width: 71px;
	height: 42px;
}

#nav li.howItWorks {
	top: 18px;
	left: 154px;
}

#nav li.howItWorks a {
	width: 121px;
	height: 43px;
}

#nav li.menu {
	top: 10px;
	left: 279px;
}

#nav li.menu a {
	width: 129px;
	height: 42px;
}

#nav li.session {
	top: 10px;
	left: 410px;
}

#nav li.session a {
	width: 133px;
	height: 36px;
}

#nav li.pickUp {
	top: 7px;
	left: 547px;
}

#nav li.pickUp a {
	width: 188px;
	height: 45px;
}

#nav li.fundraising {
	top: 18px;
	left: 738px;
}

#nav li.fundraising a {
	width: 106px;
	height: 43px;
}

#nav li.aboutUs {
	top: 25px;
	left: 847px;
}

#nav li.aboutUs a {
	width: 91px;
	height: 44px;
}

#nav li.home a:hover, #nav li.home a.over {
	background: url(../images/nav/home_over.gif) no-repeat;
}

#nav li.howItWorks a:hover, #nav li.howItWorks a.over {
	background: url(../images/nav/how_it_works_over.gif) no-repeat;
}

#nav li.menu a:hover, #nav li.menu a.over {
	background: url(../images/nav/menu_over.gif) no-repeat;
}

#nav li.session a:hover, #nav li.session a.over {
	background: url(../images/nav/schedule_over.gif) no-repeat;
}

#nav li.pickUp a:hover, #nav li.pickUp a.over {
	background: url(../images/nav/pick_up_over.gif) no-repeat;
}

#nav li.fundraising a:hover, #nav li.fundraising a.over {
	background: url(../images/nav/fundraising_over.gif) no-repeat;
}

#nav li.aboutUs a:hover, #nav li.aboutUs a.over {
	background: url(../images/nav/about_us_over.gif) no-repeat;
}

#nav li ul {
	position: absolute;
	width: 169px;
	left: -9999em;
	background: #fdf9f0;
	border: 1px solid #763f2e;
	height: auto;
}

#nav li ul li {
	position: relative;
	display: block;
	float: none;
	margin: 1px 0 0 0;
	padding: 0;
}

#nav li.home li a, #nav li.howItWorks li a, #nav li.menu li a, #nav li.session li a, #nav li.pickUp li a, #nav li.fundraising li a, #nav li.aboutUs li a {
	display: block;
	text-indent: 0;
	width: 153px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 16px;
	text-decoration: none;
}

#nav li li.odd a {
   background: #fee9cb;
}

#nav li.home li a:hover, #nav li.howItWorks li a:hover, #nav li.menu li a:hover, #nav li.session li a:hover, #nav li.pickUp li a:hover, #nav li.fundraising li a:hover, #nav li.aboutUs li a:hover {
	background: #f9d6a4;
}

#nav li:hover ul, #nav li.sfhover ul {
	position: static;
   left: auto;
}

/**************************************
 * BODY
 * ***********************************/
#body {
	position: relative;
	width: 880px;
	min-height: 600px;
	margin: 0 auto;
	background: url(../images/body_gradient.gif) 0 44px repeat-x;
}

body.menu #body {
   background-position: 0 20px;
}

body.home #body {
   min-height: 688px;
   background-position: 0 278px;
}

#leafTopLeft {
	position: absolute;
	top: 45px;
	left: 0;
	background: url(../images/leaf_top_left.gif) no-repeat;
	width: 58px;
	height: 101px;
}

body.home #leafTopLeft {
   top: 278px;
}

body.menu #leafTopLeft, body.menu #leafBottomLeft, body.menu #leafBottomRight {

	display: none;
}

#leafBottomLeft {
	position: absolute;
	bottom: 3px;
	left: 0;
	background: url(../images/leaf_bottom_left.gif) no-repeat;
	width: 106px;
	height: 154px;
}

#leafBottomRight {
	position: absolute;
	bottom: 3px;
	right: 0;
	background: url(../images/leaf_bottom_right.gif) no-repeat;
	width: 69px;
	height: 78px;
}

body.products #leafTopRight {
	position: absolute;
	top: 80px;
	right: 0px;
	background: url(../images/leaf_top_right.gif) no-repeat;
	width: 69px;
	height: 75px;
}

/**************************************
 * CONTENT
 * ***********************************/
#content {
	width: 660px;
	text-align: justify;
	margin: 0 auto;
	padding: 1em;
}

body.menu #content {
	width: 668px;
	margin-left: 208px;
	padding: 0;
}

body.checkout #content {
	width: 652px;
	margin-left: 208px;
	padding: 10px;
}

body.menu #content p.cms {
	margin-right: 20px;
}

body.cms #content {
	width: 300px;
	padding: 0;
}

body.home #content {
	width: 400px;
	margin-left: 90px;
}

body.cookingTidbits #content {
   width: 550px;
   margin-left: 280px;
   padding-bottom: 60px;
}

body.cookingTidbits #content table {
   text-align: left;
}

body.cookingTidbits #content table tr.odd {
	background: #fee9cb;
}

body.cookingTidbits #content table tr.even {
	background: #f9d6a4;
}

body.cookingTidbits #content table tr td {
	padding: 2px;
}

body.cookingTidbits #content p.top {
	float: right; 
}

/**************************************
 * TITLES
 * ***********************************/
#title {
	width: 880px;
	height: 44px;
	margin: 0 auto;
	border-bottom: 1px solid #D8B47A;
}

body.home #title {
   margin-top: 0px;
   height: 60px;
}

body.home #slideshow {
   margin: 0 auto;
   width: 880px;
   height: 218px;
}

/**************************************
 * CTA
 * ***********************************/
#cta {
	position: absolute;
	top: 45px;
	left: 38px;
	width: 217px;
	padding-top: 1em;
	background: url(../images/cta_divider.gif) top right no-repeat;
}

body.menu #cta {
   position: relative;
   top: 0;
   left: 10px;
   background: none;
   width: 175px;
   height: 129px;
   padding: 0;
}

body.home #cta {
	left: auto;
	top: 278px;
	right: 88px;
	background-position: left 1px;
	padding-left: 40px;
}

#cta .cta {
   position: relative;
   width: 175px;
   height: 158px;
}

body.home #cta .cta {
	width: 275px;
}

#cta .cta .cta_content {
   position: absolute;
   overflow: hidden;
}

#cta .home_01 .cta_content {
   top: 3px;
   left: 15px;
   width: 200px;
   height: 141px;
}

#cta .home_03 .cta_content {
   top: 3px;
   left: 85px;
   width: 185px;
   height: 141px;
}

#cta .home_01 {
   background: url(../images/home_cta_01.gif) no-repeat;
   margin-bottom: 20px;
}

#cta .home_03 {
   background: url(../images/home_cta_03.gif) no-repeat;
}

#cta .cms_01 {
   background: url(../images/mini_CTA_blank.jpg) no-repeat;
}

#cta .cms_02 {
   background: url(../images/mini_CTA_blank_02.jpg) no-repeat;
}

body.cms #cta .cta .cta_content {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 150px;
	height: 110px;
	overflow: hidden;
}

body.menu #cta .cta .cta_content {
	position: absolute;
	top: 3px;
	left: 10px;
	width: 150px;
	height: 110px;
	overflow: hidden;
}

#cta p {
   text-align: left;
}

#cta img {
	display: block;
	margin-bottom: 2em;
}

#rightSidebar {
   position: absolute;
   right: 28px;
   top: 65px;
}

/**************************************
 * SESSION SELECTION
 * ***********************************/
#sessionbox {
background: url(../images/session_selection_background.gif) repeat-x;
	border-bottom: 1px solid #d7cdc3;
	color: #726459;
	width: 672px;
	height: 30px;
	padding-top: 6px;
	font-size: 16px;
	line-height: 24px;
		position: relative;
			z-index: 5;
}

#typeSelection, #dateSelection, #timeSelection {
	width: 33%;
	height: 22px;
	text-align: center;
		float: left;
		position: relative;
}

#typeSelection select, #timeSelection select {
	width: 100px;
}

#sessionbox button {
background-position: 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0 4px;
	border: none;
	text-indent: -9999em;
	overflow: hidden;
		position: absolute;
		top: 0;
}

#sessionbar_message {
	background: url(../images/message.gif) no-repeat;
	width: 543px;
	height: 121px;
	position: relative;
}

#sessionbar_message h1 {
	color: #99575B;
	position: absolute;
	top: 20px;
	left: 160px;
	font-weight: bold;
	margin: 0;
}

#sessionbar_message p, #sessionbar_help p {
	position: absolute;
	top: 40px;
	left: 160px;
	width: 300px;
	color: #7C705E;
}

#sessionbar_message p.assistance, #sessionbar_help p.assistance {
	top: 20px;
	left: 460px;
	width: 100px;
	font-size: 0.8em;
}

#sessionbar_message p.assistance a, #sessionbar_help p.assistance a {
	color: #7C705E;
}

#sessionbar_help {
	height: 70px;
	width: 543px;
	position: relative;
}

.open {
	display: block;
}

.closed {
	display: none;
}

#sessionbox input {
	position: relative;
	width: 75px;
}
																		/*
																		#sessionbox .sessionMenu {
																			position: relative;
																		}
																		*/
#sessionbox .sessionMenu .jumpSession {
	left: 2px;
	width: 24px;
	height: 24px;
	margin: 4px 2px;
	cursor: pointer;
	overflow: hidden;
}

#buttonSessionType {
background: url(../menu/images/red.gif) no-repeat;
}

#buttonSessionTime {
background: url(../menu/images/grey.gif) no-repeat;
}

#sessionbox .sessionMenu ul {
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	cursor: pointer;
		position: absolute;
		top: 26px;
}

#sessionbox .sessionMenu ul li {
	list-style-type: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sessionbox .sessionMenu ul li.odd {
	background: #FAFAFA;
}

#sessionbox .sessionMenu ul li.even {
	background: #F5F5F5;
}

#sessionbox .sessionMenu ul li a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 5px 0 5px 10px;
	color: #7d5736;
}

#sessionbox .sessionMenu ul li a:hover {
	background: #e8e4db;
}

#jumpSessionType {
	left: 90px;
	width: 120px;
}

#jumpSessionType li a {
	width: 110px;
}

#jumpSessionTime {
	left: 60px;
	width: 150px;	/* default width - js should set this based on max. length of content */
}

#jumpSessionTime li a {
	width: 140px;	/* default width - js should set this based on max. length of content */
}


/**************************************
 * PRODUCT MENU
 * ***********************************/
#products {
	width: 654px;
	margin-left: 18px;
}

.monthlyProduct p, .extraProduct p, .monthlyProductPrice, .monthlyProductPrice2, .extraProductPrice {
	width: 153px;
	padding-left: 30px;
	padding-right: 35px;
	color: #694e39;
	text-align: left;
}

.monthlyProduct a, .extraProduct a {
	color: #694e39;
}

.monthlyProduct .productImage, .extraProduct .productImage {
	margin-top: 10px;
	margin-left: 25px;
	width: 153px;
	height: 105px;
	background: url(../images/product_image_background.gif) no-repeat;
}

.monthlyProduct .productImage img, .extraProduct .productImage img {
	padding: 5px;
	display: block;
}

.monthlyProductPrice, .monthlyProductPrice2, .extraProductPrice {
	font-size: 11px;
}

.buy_now {
	margin: 10px 0;
}

.rowodd.colodd, .roweven.coleven  {
	background: #ffeed9;
}

#allergy {
	margin: 0 30px;
}

/**************************************
 * JUMP MENU
 * ***********************************/
.jumpMenu {
	display: none;
}

/**************************************
 * CATEGORY HEADING
 * ***********************************/

.categoryHeading {
	background: #f5d49e;
	color: #694e39;
}

.categoryHeading h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-indent: 0.5em;
	margin: 0;
}

/**************************************
 * SHOPPING CART
 * ***********************************/
#cart {
	float: left;
	width: 208px;
	padding: 0;
	color: #694e39;
}

#cart p {
	margin: 0;
}

#cart strong {
	font-size: 13px;
}

#cart .account {
	background: url(../images/session_selection_background.gif) repeat-x;
	width: 207px;
	height: 36px;
	border-bottom: 1px solid #d7cdc3;
	border-right: 1px solid #d7cdc3;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #726459;
}

#cart .account a {
	color: #726459;
	text-decoration: none;
}

#cart .account a:hover {
	text-decoration: underline;
}

#cart .specials {
	margin: 0 auto;
	display: block;
}

#cart .shoppingcartlogo {
	display: block;
	margin: 5px auto;
}

#shoppingcart {
	position: relative;
	width: 190;
	padding: 0 12px 0 6px;
}

#shoppingcart .small {
	font-size: 11px;
}

/**************************************
 * BUTOTONS
 * ***********************************/
button {
	background-color: transparent;
	border: none;
	margin: 0;
	height: 31px;
	padding-top: 31px;
	color: white;
	overflow: hidden;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
	-moz-outline-style: none;
}

button.continue {
	background-image: url(../languages/catalog/english/images/buttons/button_continue.gif);
	width: 112px;
}

button.add_to_cart {
	background-image: url(../languages/catalog/english/images/buttons/small_add.gif);
	width: 72px;
}

button.sign_in {
	background-image: url(../languages/catalog/english/images/buttons/button_login.gif);
	width: 112px;
}

button.send {
	background-image: url(../languages/catalog/english/images/buttons/button_send.gif);
	width: 112px;
}

button.update {
	background-image: url(../languages/catalog/english/images/buttons/button_update.gif);
	width: 112px;
}

button.confirm_order {
	background-image: url(../languages/catalog/english/images/buttons/button_confirm_order.gif);
	width: 112px;
}

button.zoom_in {
	background-image: url(../languages/catalog/english/images/buttons/button_zoom_in.gif);
	width: 112px;
}

button.select_location {
	background-image: url(../languages/catalog/english/images/buttons/button_select_location.gif);
	width: 112px;
}

a.button {
	display: block;
	height: 31px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	-moz-outline-style: none;
}

a.button.continue {
	background-image: url(../languages/catalog/english/images/buttons/button_continue.gif);
	width: 112px;
}

a.button.back {
	background-image: url(../languages/catalog/english/images/buttons/button_back.gif);
	width: 112px;
}

a.button.checkout {
	background-image: url(../images/cart_checkout.gif);
	width: 111px;
	float: right;
}

a.button.checkoutgrey {
	background-image: url(../images/cart_checkout_grey.gif);
	width: 111px;
	background-position: 0 0;
	float: right;
}

a.button.add_address {
	background-image: url(../languages/catalog/english/images/buttons/button_add_address.gif);
	width: 112px;
}

a.button.redeem {
	background-image: url(../languages/catalog/english/images/buttons/button_redeem.gif);
	width: 112px;
}

a.button.back_to_menu {
	background-image: url(../languages/catalog/english/images/buttons/button_back_menu.gif);
	width: 112px;
	margin-top: 1em;
}

a.button.back:hover, a.button.continue:hover, a.button.checkout:hover, a.button.view:hover, a.button.edit:hover, a.button.delete:hover, a.button.add_address:hover, a.button.redeem:hover, a.button.back_to_menu:hover, button:hover {
	background-position: 0 -31px;
}

a.button.back:active, a.button.back:focus, a.button.continue:active, a.button.continue:focus, a.button.checkout:active, a.button.checkout:focus, a.button.view:active, a.button.view:focus, a.button.edit:active, a.button.edit:focus, a.button.delete:active, a.button.delete:focus, a.button.add_address:active, a.button.add_address:focus, a.button.redeem:active, a.button.redeem:focus, a.button.back_to_menu:active, a.button.back_to_menu:focus, button:active, button:focus {
	background-position: 0 -62px;
}

/*SMALL BUTTONS*/
a.button.view {
	background-image: url(../languages/catalog/english/images/buttons/small_view.gif);}
a.button.edit {
	background-image: url(../languages/catalog/english/images/buttons/small_edit.gif);}
a.button.delete {
	background-image: url(../languages/catalog/english/images/buttons/small_delete.gif);}
a.button.close {
	background-image: url(../languages/catalog/english/images/buttons/small_close.gif);
}
	a.button.view,
	a.button.edit,
	a.button.delete,
	a.button.close {
		width: 74px;
		height: 26px;
		margin: 2px 0;
	}
	a.button.view:hover,
	a.button.edit:hover,
	a.button.delete:hover,
	a.button.close:hover {
	background-position: 0 -26px;
	}
	a.button.view:active,
	a.button.view:focus,
	a.button.edit:active,
	a.button.edit:focus,
	a.button.delete:active,
	a.button.delete:focus,
	a.button.close:active,
	a.button.close:focus {
	background-position: 0 -52px;
	}

a.button img {
	display: none;
}

/*Corporate - Franchise Info Form */
#request {	
	width: 80%;
	border: 1px solid #DDDDDD;
	margin: 20px 0;
}
#request td {
	padding: 3px;
	text-align: left;
}	

/* Help */
div.help {
	margin: 1em auto;
	width: 80%;
	text-align: left;
}

div.help ol {
	list-style-type: decimal;
}

div.help ol li {
	margin: 0.5em 1em;
}

/**************************************
 * SCHEDULE CALENDAR
 * ***********************************/
table.month {
	width: 625px;
	margin: 0 auto;
}

.monthname {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}

.prevMonthNav a, .nextMonthNav a {
	display: block;
	height: 26px;
	line-height: 26px;
	vertical-align: bottom;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.prevMonthNav a {
	text-align: left;
	padding-left: 28px;
	background-image: url(../images/arrow_previous.gif);
}

.nextMonthNav a {
	text-align: right;
	padding-right: 28px;
	background-image: url(../images/arrow_next.gif);
	background-position: 100% 0;
}

.prevMonthNav a:hover {
	background-position: 0 -26px;
}

.nextMonthNav a:hover {
	background-position: 100% -26px;
}

.prevMonthNav a:focus, .prevMonthNav a:active {
	background-position: 0 -52px;
}

.nextMonthNav a:focus, .nextMonthNav a:active {
	background-position: 100% -52px;
}

.prevMonthNav img, .nextMonthNav img {
	display: none;
}

.dayname {
	width: 14%;
	text-align: center;
}

.monthday, .event, .saturday, .sunday, .nomonthday, .today, .todayevent {
	height: 90px;
	vertical-align: top;
	border: 1px solid #6c6956;
	padding: 2px;
	font-size: 0.8em;
	text-align: left;
}
.today, .todayevent {background-color: #fffaf3;}
.nomonthday {
	color: #999;
	font-size: 0.7em;
}

.monthday a, .event a, .saturday a, .sunday a, .nomonthday a, .today a, .todayevent a {
	text-decoration: none;
}

.legendTop {
	text-align: center;
}

.legendBottom {
	display: none;
}

a .schedule1, span.schedule1, span.schedule2, a .schedule3, span.schedule3, a .schedule4, span.schedule4, a .schedule5, span.schedule5, a .schedule6, span.schedule6, a .schedule7, span.schedule7, a .schedule8, span.schedule8
{
	font-weight: bold;
}

a .schedule1, span.schedule1 {
	color: #5c6f2e;
}

a .schedule2, span.schedule2 {
	color: #000;
}

a .schedule3, span.schedule3 {
	color: #a84b81;
}

a .schedule4, span.schedule4 {
	color: #d37d2e;
}

a .schedule5, span.schedule5 {
	color: #dd422e;
}

a .schedule6, span.schedule6 {
	color: #2A20E0;
}

a .schedule7, span.schedule7 {
	color: #77FF64;
}

a .schedule8, span.schedule8 {
	color: #64C4FF;
}

#content .eventcontent a {
	text-decoration: none;
}

#content .eventcontent {
	display: block;
	margin: 2px;
}

a:hover .schedule1, a:hover .schedule3, a:hover .schedule4,  a:hover .schedule5 {
	text-decoration: underline;
}


/**************************************
 * FOOTER
 * ***********************************/
#footer {
	width: 1024px;
	height: 62px;
	margin: -3px auto 0 auto;
	background: url(../images/footer_nav.jpg) no-repeat;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/**************************************
 * EATS
 * ***********************************/
#eats {
	margin: -3px auto 2em auto;
	width: 1024px;
	height: 28px;
	background: url(../images/footer.gif) 1px 0 no-repeat;
	text-align: center;
}

#eats a {
	display: block;
	background: url(../images/powered_by_eats.gif) 0 14px no-repeat;
	width: 117px;
	height: 56px;
	margin: 0 auto;
	text-indent: -9999em;
	overflow: hidden;
}

/**************************************
 * LIGHTBOX POPUP DESCRIPTION
 * ***********************************/
body.popup {
	background: url(../images/lightbox_tiling_bg.gif);
	margin: 0;
}

body.popup div.container {
	width: 470px;
	margin: 0 auto;
}

body.popup h1 {
	font-size: 20px;
	text-align: left;
	color: #4B1704;
	font-weight: normal;
	margin: .3em 0 .5em .8em;
}

body.popup .productImageLarge {
	float: left;
	border: 1px solid #ccc;
	width: 180px;
}

body.popup div.content {
	text-align: left;
	overflow: auto;
	width: 270px;
	height: 290px;
	padding: 0 0 0 16px;
	font-size: 14px;
}

body.popup div.container div.description,
body.popup div.container div.instructions {
	margin-bottom: 1em;
	padding-right: 5px;
}

body.popup div.container h2 {
    font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 1em 0;
}

body.popup a.close {
	text-indent: -999em;
	overflow: hidden;
		position: absolute;
		bottom: 15px;
		right: 15px;
}
body.popup dt,
body.popup dd {
	font-size: 13px;
	padding-left: 5px;
}
#allergy {
margin: 0 0 0 28px;
	clear: left;
	float: left;
}
