/* Colours */
/*
 * highlight text : #f1592a
 */
/* Global styles */
p {
    display: block; /* for some reason FF is not rendering paragraph tags as block, so weird */
} .hide_flash {
    visibility: hidden;
} .hide {
    display: none !important
} .show {
    display: block !important
} .float_left {
    float: left !important
} .float_right {
    float: right !important
} .clear_left {
    clear: left !important
} .clear_right {
    clear: right !important
} .full_width {
    width: 100% !important
} .small_text {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
} .highlight_text {
    color: #ef5728;
}

h2 {
    color: #F1592A;
    font-size: 28px;
    font-weight: normal;
}

/* move flash off the page */
.showFast #flash_carousel {
	position:relative;
	left:-99999px;
}

#banner {
	float:left;
	margin:3px 0 0 0;
}

#banner a {
	width:650px;
	height:75px;
	display:block;
	background:url(/images/en/banner.gif) top left no-repeat;	
}

#banner a span {
	display:none;
}

.bannerLegal {
	color:#999;
	font-size:9px;
	width:650px;
	float:left;
	clear:both;
	margin-left:20px !important;
}

.bannerLegal a {
	color:#999;
}

/* browser notice */
#BrowserNotice {
	background:#7b726a;
	margin:0 0 0;
	position:absolute;
	z-index:99;
	top:0;
	width:100%;
	display:none;
}

#BrowserNotice em {
	background:url(/images/common/notice.png) left 10px no-repeat;
	font-size:11px;
	font-style:normal;
	color:white;
	text-align:left;
	width:767px;
	display:block;
	margin:0 auto;
	padding:7px 60px 5px 35px;
	line-height:17px;
}

#BrowserNotice em a {
	color:white;
}

#BrowserNotice a.icon {
	display:inline-block;
	width:15px;
	height:15px;
	text-indent:-99999px;
	margin:0 5px;
	position:relative;
	bottom:-1px;
}

#BrowserNotice a.icon.firefox {
	margin-left:10px;
	background: url(/images/common/firefox.png) top center no-repeat;
}
#BrowserNotice a.icon.IE {
	background: url(/images/common/IE.png) top center no-repeat;
}
#BrowserNotice a.icon.chrome {
	background: url(/images/common/chrome.png) top center no-repeat;
}

/* global list type styles */ .listType_lowerAlpha li {
    list-style: lower-alpha !important;
} .listType_numeric li {
    list-style: decimal !important;
} .listType_lowerRoman li {
    list-style: lower-roman !important;
} .listType_square li {
    list-style: square !important;
}

/* Layout Styles */
html, body {
}

body {
    text-align: center; /* overflow-y:scroll; */
    padding:0;
    background: #60564c;
}

div#Wrapper {
    margin: 0 auto;
    width: 904px;
    overflow: hidden;
    position: relative;
	padding:48px 0 10px;
	top:0;
}

/* logo and nav styles */
a.bon_logo {
    width: 125px;
    height: 41px;
    background: url(/images/common/bonappetit.gif) top left no-repeat;
    display: block;
    text-indent: -99999px;
    float: left;
    margin: 0 10px 0 20px;
}

ul#Navigation {
    float: left;
    margin: -22px 0 0 -5px;
    position: relative;
}

ul.withSubNav {
    margin-bottom: 15px !important;
}

ul#Navigation li {
    display: block;
    float: left;
    margin-top: 13px;
    padding: 13px 0;
    background: url(/images/common/navBg.gif) top left repeat-x;
}

ul#Navigation li.leftNav {
    background: url(/images/common/navBg_left.gif) top left no-repeat;
}

ul#Navigation li.rightNav {
    background: url(/images/common/navBg_right.gif) top right no-repeat;
}

ul#Navigation li a {
    display: block;
    float: left;
    height: 24px;
    padding: 9px 15px 0px 15px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    background: url(/images/common/divider_line.gif) bottom right no-repeat;
}

ul#Navigation li.middle a:hover, ul#Navigation li.middle a.active {
    background: url(/images/common/nav_on.gif) top left repeat-x;
}

ul#Navigation li a em {
    color: #f1592a;
    font-style: normal;
}

ul#Navigation li.middle a.active em {
    color: #fff;
    font-style: normal;
}

ul#Navigation li a:hover em {
    color: #fff;
}

ul#Navigation li.home a {
    padding: 0;
    background: url(/images/common/home.gif) bottom right no-repeat;
    width: 57px;
    height: 33px;
    text-indent: -99999px;
    margin-left: 6px;
}

ul#Navigation li.c_home a {
    background: url(/images/common/c_home.gif) bottom left no-repeat;
    margin-left: 6px;
}

ul#Navigation li.c_home a span.home_ico {
    background: url(/images/common/home_ico.gif) bottom left no-repeat;
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 6px;
}

ul#Navigation li.home a:hover, ul#Navigation li.home a.active {
    background: url(/images/common/home_on.gif) bottom left no-repeat;
}

ul#Navigation li.c_home a:hover, ul#Navigation li.c_home a.active {
    background: url(/images/common/c_home_on.gif) bottom left no-repeat;
}

ul#Navigation li.manageCard a, ul#Navigation li.backToConsume a {
    background: none;
    margin-right: 13px;
}

ul#Navigation li.manageCard a:hover, ul#Navigation li.manageCard a.active {
    background: url(/images/common/manageCard_bg.gif) top right no-repeat;
}

ul#Navigation li.backToConsume a {
    background: url(/images/common/backToConsume.gif) top right no-repeat;
}

/* sub nav */
ul#subNav {
    position: absolute;
    bottom: -31px;
    left: 2px;
}

ul#subNav li {
    display: block;
    float: left;
    overflow: hidden;
    height: 18px;
    padding: 5px 7px;
    background: url(/images/common/subNav_bg.gif) top left repeat-x;
}

ul#subNav li.leftNav {
    padding-left: 20px;
    background: url(/images/common/subNav_left.gif) top left no-repeat;
}

ul#subNav li.rightNav {
    padding-right: 20px;
    background: url(/images/common/subNav_right.gif) top right no-repeat;
}

ul#subNav li a {
    display: block;
    float: left;
    height: 14px;
    padding: 0;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    background: none;
}

ul#subNav li a.active {
    color: #f1592a;
    background: none !important;
}

ul#subNav li a:hover {
    background: none !important;
    text-decoration: underline;
}

/* user info frame */ #userInfoFrame {
    width: 800px;
    position: absolute;
    z-index: 99;
    top: 4px;
    right: 4px;
    height: 26px;
    border: 0;
    border-width: 0;
}

/* givexiFrame */ 
#givexTemplate {
    margin: 5px 0 0;
    width: 890px;
    border: none;
    height: 800px;
	z-index:1;
	position:absolute;
	top:0;
	left:-99999px;
}

/* content styles */
div.content {
    background: #60564c url(/images/common/body_bg.gif) top left repeat-y;
    width: 904px;
    float: left;
    clear: both;
    margin-top: 5px;
    position: relative;
}

span.topRnd {
    background: url(/images/common/top_cnr.gif) top left no-repeat;
    width: 904px;
    height: 19px;
    display: block;
}

span.botRnd {
    background: url(/images/common/bot_cnr.gif) bottom left no-repeat;
    width: 904px;
    height: 18px;
    display: block;
    clear: both;
    overflow: hidden;
	float:left;
} 

/* iFrame loading screen */
#iFrame_ph {
	background:#fff;
    width: 890px;
    left: 7px;
    position: relative;
	float:left;
	margin-top:5px;
    z-index: 1;
} #iFrame_ph span.topRnd {
    background: url(/images/common/iFrame_ph/top_cnr.gif) top left no-repeat;
    width: 890px;
    height: 19px;
	position:absolute;
	top:0;
	left:0;
} #iFrame_ph span.botRnd {
    background: url(/images/common/iFrame_ph/bot_cnr.gif) bottom left no-repeat;
    width: 890px;
    height: 18px;
	position:absolute;
	bottom:0;
	left:0;
}

#iFrame_ph div.loader {
    background: url(/images/common/ajax_spinner.gif) 25px 25px no-repeat;
    width: 890px;
    height: 432px;
}

div.cards {
    width: 666px;
    float: left;
    padding-left: 20px;
}

div.cards p {
    width: 600px;
    margin: 0 auto;
    padding: 12px 0 0 0;
    clear: both;
}

h2.five_restaurants {
    background: url(/images/en/five_restaurants.gif) bottom left no-repeat;
    width: 511px;
    height: 28px;
    display: block;
    text-indent: -99999px;
    margin: 30px auto 0
}

div.cards_wide {
    width: 900px;
    float: left;
    padding-left: 20px;
}

div.cards_wide p, div.cards_wide h2 {
    text-align: left;
    margin: 0 0 5px 20px;
    padding-right: 80px;
}

div.cards_wide h2 {
    margin-top: 20px;
} #flash_carousel {
    height: 262px;
    display: inline;
    margin: 0 0 0 -20px;
    width: 686px;
    float: left;
    background: url(/images/common/flash_ph.jpg) top center no-repeat;
}

ul.cardOptions, ul.cardOptions_wide {
    margin: 0 0 0 14px;
    padding: 0;
}

ul.cardOptions_wide {
    margin: 5px 0 0 44px;
    overflow: hidden;
}

ul.cardOptions li, ul.cardOptions_wide li {
    margin: 0 65px 0 0;
    list-style: none;
    display: inline;
}

ul.cardOptions_wide li {
    float: left;
}

ul.cardOptions_wide li.last {
    margin-right: 0;
}

ul.cardOptions_wide li a {
    float: left;
    clear: both;
}

/* standard btns (orange) */
a.standard_btn {
    display: block;
    float: left;
    background: url(/images/common/standard_btn_left.gif) top left no-repeat;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    height: 28px;
    margin: 21px 15px;
    padding: 11px 35px 0 20px;
    position: relative;
}

ul.cardOptions_wide li a.standard_btn {
    float: none;
    margin: 0 auto 20px;
    width: 140px;
}

a.standard_btn span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/common/standard_btn_right.gif) top right no-repeat;
    height: 36px;
    width: 26px;
    overflow: hidden;
}

ul.extras {
    margin: 2px 0 0;
    padding: 0;
	float:left;
	clear:both;
	position:relative;
}

ul.promo {
	width:660px;
}

ul.extras li {
    display: block;
    list-style: none;
    width: 295px;
    height: 75px;
    float: left;
    background: #373737 url(/images/common/extras_bg.gif) top center no-repeat;
    text-align: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 22px;
    position: relative;
}

ul.extras li.celebrations {
    background: #373737 url(/images/common/extras_celebration_bg.gif) top left no-repeat;
    width: 500px;
    height: 90px;
}

ul.extras li.tall {
    height: 90px;
    background-position: left 8px;
}

ul.extras li p {
    color: #fff;
    width: 245px;
    padding: 0;
    margin: 0;
    line-height: 13px;
    font-size: 11px;
}

ul.extras li.celebrations p {
    width: 280px;
}

ul.extras li h3 {
    display: block;
    height: 21px;
    text-indent: -99999px;
    margin: 10px 0 2px;
}

ul.extras li.coporate_cards h3 {
    width: 176px;
    background: url(/images/en/coporate_gift_cards.gif) top left no-repeat;
}
ul.extras li.order_deadline h3 {
    width: 260px;
    background: url(/images/en/order_deadline.gif) top left no-repeat;
}
ul.extras li.order_deadline_fr h3 {
    width: 207px; height:30px;
    background: url(/images/fr/order_deadline.gif) top left no-repeat;
}
ul.extras li.manage_cards h3 {
    width: 180px;
    background: url(/images/en/manage_your_cards.gif) top left no-repeat;
}
ul.extras li.buyNow h3 {
	width: 180px;
    background: url(/images/en/manage_your_cards.gif) top left no-repeat;
}

ul.extras li.buyNow {
	position:absolute;
	bottom:0;
	right:0;
}
ul.extras li.celebrations h3 {
    width: 200px;
    background: url(/images/en/celebrations_gc.gif) top left no-repeat;
}

ul.extras a, ul.extras li.celebrations a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -99999px;
    width: 317px;
    height: 75px;
    z-index: 99;
}

ul.extras li.celebrations a {
    width: 522px;
    height: 90px;
}

ul.extras li.tall a {
    height: 90px;
}

/* design your own cards */
div.designYourOwnCards {
    width: 182px;
    float: left;
    border: 4px solid #e6e2d2;
    background: #f7f5e6;
    color: #6e6e6e;
    margin-top: 30px;
    height: 442px;
    position: relative;
}

div.designYourOwnCards p {
    margin: 20px 0;
    padding: 0 15px;
}

div.designYourOwnCards ul {
    width: 100%;
    margin: 0 auto;
    padding-left: 2px;
}

div.designYourOwnCards ul li {
    display: block;
    list-style: none;
    margin: 10px 0;
}

div.designYourOwnCards ul li a {
    display: block;
    margin: 0 auto;
}

ul li a.swissChalet, ul li a.montanas, ul li a.kelseys, ul li a.harveys, ul li a.milestones {
    text-indent: -99999px;
    width: 122px;
}

ul li a.swissChalet {
    background: url(/images/common/swissChalet.gif) center top no-repeat;
    height: 54px;
}

ul li a.montanas {
    background: url(/images/common/montanas.gif) center top no-repeat;
    height: 54px;
}

ul li a.kelseys {
    background: url(/images/common/kelseys.gif) center top no-repeat;
    height: 54px;
}

ul li a.harveys {
    background: url(/images/common/harveys.gif) center top no-repeat;
    height: 54px;
}

ul li a.milestones {
    background: url(/images/common/milestones.gif) center top no-repeat;
    height: 54px;
}

/* support styles eg. FAQ, Terms and Conditions, etc */
div.subContent li {
    font-size: 12px;
    color: #333333;
}

ul.supportMenu {
    text-align: left;
    width: 170px;
    height: 280px;
    padding-top: 20px;
    float: left;
    margin: 52px 20px 0 22px;
    border-right: 1px solid #e6e2d2;
}

ul.supportMenu li {
    border-bottom: 1px solid #e6e2d2;
    list-style: none;
    width: 150px;
    display: block;
}

ul.supportMenu li a {
    padding: 6px 0 6px 2px;
    display: block;
    text-decoration: none;
}

ul.supportMenu li a.active, ul.supportMenu li a:hover {
    color: #f1592a;
}

ul.supportMenu li a.active {
    font-weight: bold;
}

div.supportContent {
    text-align: left;
    width: 630px;
    margin: 45px 0;
    float: left;
    min-height: 350px;
}

div.supportContent a:hover {
    color: #f1592a;
}

div.supportContent h1 {
    font-size: 28px;
    color: #ed5527;
    margin: 0 0 10px;
    font-weight: normal;
}

/* generic forms */
ul.generic_form {
    margin: 5px 0;
}

ul.generic_form li {
    float: left;
    clear: left;
    margin: 5px 0;
    display: block;
    width: 500px;
}

ul.generic_form li.postal_code input, ul.generic_form li.phone input {
    width: 25px;
    margin-right: 5px;
}

ul.generic_form li.phone input:last-child {
    width: 32px;
    margin-right: 5px;
}

ul.generic_form li:first-child, ul.contactUs li:last-child {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

ul.generic_form label {
    display: block;
    float: left;
    padding: 2px 10px 2px 2px;
    text-align: left;
    width: 120px;
} #form1 ul.TAF label {
    width: 100px;
    display: block;
    float: left;
    padding: 2px;
    text-align: left;
}

ul.generic_form li.break {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
} #txterrormessage li {
    text-decoration: italic;
    color: #ED5527
}

ul.generic_form .errormsg_field {
	background:#ED5527;
	color:white;
}

#survey2 {
	height:100px;
	width:320px;
	float:left;
	clear:both;
}

/* footer styles */ #emailSubscribe {
    float: left;
    width: 200px;
    text-align: left;
    margin-top: 4px;
} #emailSubscribe label {
    display: block;
    margin: 0 0 3px;
    padding: 0;
	font-size:10px;
} #emailSubscribe input {
	font-size:11px;
    float: left;
    color: #5e5a4e;
} #emailSubscribe .inputField {
    border: 1px solid #ccc7b8;
    padding: 1px 3px;
    width: 112px;
} #emailSubscribe .submit {
    position: relative;
    top: 1px;
    left: 2px;
}

div.footer {
	float:left;
	clear:both;
	width:865px;
    padding: 0 30px 40px 20px;
    position: relative;
    top: 2px;
    color: #c9c4b5;
}

a.verisign {
	background:url(/images/common/VeriSign.png) top left no-repeat;
	width:83px;
	height:36px;
	display:block;
	text-indent:-99999px;
	position:absolute;
	top: 5px;
	right:48px;
}

div.footer ul {
    float: right;
	_display:inline;
    margin: 0 110px 0 0;

}

div.footer li {
    color: #c9c4b5;
    display: inline;
    margin: 2px;
}

div.footer li.addthis {
    position: relative;
    top: 5px;
}

div.footer a {
    color: #c9c4b5;
    font-size: 11px;
    text-decoration: none;
}

div.footer a:visited {
    color: #c9c4b5;
    text-decoration: none;
}

div.footer a:hover {
    text-decoration: underline;
}

div.footer p {
    font-size: 9px;
    float: right;
    text-align: right;
    width: 400px;
    padding: 2px 5px;
	margin: 0 108px 0 0;
	_display:inline;
}

a.langToggle {
    color: #c9c4b5 !important;
    font-size: 11px;
    text-decoration: none;
    position: absolute;
    top: 25px;
    right: 60px;
}

a.langToggle:hover {
    text-decoration: underline;
}

/* notice/message/errors */ .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

div.notice h1.processing {
    padding: 0 0 0 20px;
    margin: 10px 0 0 25px;
    text-align: left;
    background: url(/images/common/ajax_spinner.gif) left 2px no-repeat;
}

div.notice {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 227px;
    height: 39px;
    left: 50%;
    top: 170px;
    margin-left: -125px;
    background: url(/images/common/processing.png) top left no-repeat;
}

div.result {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 356px;
    height: 230px;
    left: 50%;
    top: 170px;
    padding: 20px 20px 0;
    margin-left: -188px;
    text-align: left;
    background: url(/images/common/popup_bg.png) top left no-repeat;
}

div.result a.closer {
    width: 28px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
}

#IE_privacy {
	width:501px;
	margin-left:-250px;
}

.showFast #IE_privacy {
	display:block;
}

#IE_privacy .content, #IE_privacy .bottom, #IE_privacy .top {
	width:501px;
	overflow:hidden;
}

#IE_privacy .top {
	background: url(/images/common/privacy_header.png) top left no-repeat;
	height:66px;
	z-index:2;
	position:relative;
}

#IE_privacy .top h1 {
	margin:0;
	color:white;
	padding-top:20px;
	font-size:20px;
}

#IE_privacy .content {
	margin:-5px 0 0;
	padding:25px 45px 15px;
	width:411px;
	text-align:left;
	z-index:1;
	background: url(/images/common/privacy_bg.gif) top left;
}

#IE_privacy .content a.standard_btn  {
	float:right;
	margin:15px -15px 0 0;
	_color:white;
}

#IE_privacy .bottom {
	background: url(/images/common/privacy_bottom.png) top left no-repeat;
	height:22px;
}

/* privacy setting page */
ol.privacy  {
	margin:15px 15px 15px 35px;
}

ol.privacy li {
	font-size:32px;
	color:#EF5728;
	font-weight:bold;
	margin:35px 0;
	_margin:15px 0;
}

ol.privacy li p{
	font-size:12px;
	color:#333333;
	font-weight: normal;
}

/* coming soon */

div.comingSoon {
	width:390px;
	padding-left:50px;
	float:left;
}

div.comingSoon p {
	text-align:left;
	padding-right:70px;
}

div.frenchCS p {
	padding-right:63px;
}

div.englishCS span {
	float:left;
	overflow:hidden;
	border-right:1px solid #f1592a;
	padding-bottom:20px;
	display:block;
}

div.englishCS h1, div.frenchCS h1 {
	width:277px;
	height:58px;
	display:block;
	text-indent:-99999px;
	margin:30px 25px 20px;
}

div.englishCS h1 {
	background: url(/images/common/coming_soon/comin_soon_en.gif) left top no-repeat;
}

div.frenchCS h1 {
	background: url(/images/common/coming_soon/comin_soon_fr.gif) left top no-repeat;
}

ul.restaurants {
	width:566px;
    margin: 0 auto;
	padding:25px 0 45px;
	clear:both;
}

ul.restaurants li {
    display: block;
	float:left;
	list-style:none;
    margin: 10px 0 45px;
	width:110px;
}

ul.restaurants li a {
    display: block;
	margin:0 auto;
}

ul.restaurants li a.swissChalet, ul.restaurants li a.montanas, ul.restaurants li a.kelseys, ul.restaurants li a.harveys, ul.restaurants li a.milestones {
    text-indent: -99999px;
    width: 110px;
}

ul.restaurants li a.swissChalet {
    background: url(/images/common/coming_soon/swissChalet.gif) center top no-repeat;
    height: 54px;
}

ul.restaurants li a.montanas {
    background: url(/images/common/coming_soon/montanas.gif) center top no-repeat;
    height: 54px;
}

ul.restaurants li a.kelseys {
    background: url(/images/common/coming_soon/kelseys.gif) center top no-repeat;
    height: 54px;
}

ul.restaurants li a.harveys {
    background: url(/images/common/coming_soon/harveys.gif) center top no-repeat;
    height: 54px;
}

ul.restaurants li a.milestones {
    background: url(/images/common/coming_soon/milestones.gif) center top no-repeat;
    height: 54px;
}






