/*
STYLE GUIDE
--------------------------------------------------
--------------------------------------------------

PAGE TITLES
--------------------------------------------------
HTML Tag: <h2>
Photoshop Template: h2.psd
Font: Trade Gothic Bold Condensed No. 20
Font Size: 55px
Font Color: #ffffff
Background Color: #0064a1 (note slight shadow over bottom of text)
File Naming Convention: file is "h2-" plus the text of the title all lowercase separated by dashes (ex. h2-feast-pizzas-v1.gif )
CSS Naming Convention: ID is "h2-" plus the text of the title all lowercase separated by dashes (ex. <h2 id="h2-feast-pizzas">Feast Pizzas</h2> )

BREADCRUMBS
--------------------------------------------------
HTML Tag: <p>
Photoshop Template: breadcrumb-v1.psd and breadcrumb-home-v1.psd (home page breadcrumb is different in height)
Font: Orator Std
Font Size: 12px
Font Color: #ffffff
Background Color: #f5001e
File Naming Convention: ID is "bcrumb-" plus the text of the title all lowercase separated by dashes (ex. bcrumb-dominos-menu-feasts-v1.gif )
CSS Naming Convention: ID is "h2-" plus the text of the title all lowercase separated by dashes (ex. <p class="breadcrumbs" id="bcrumb-dominos-menu-feasts">Dominos / Menu / Feasts</p> )

NAVIGATION MAIN
--------------------------------------------------
HTML Tag: <div class="topNav"><ul id="navigation-main"><li id="seeMenu"><a href="#" title="Menu" class="selected">
Photoshop Template: navigation-main.psd
Font: Trade Gothic Bold Condensed No. 20
Font Size: 21px
Font Color: #0064a1 (off and selected) / #80b2d0 (hover) (note slight glow at the bottom of text, this has been removed and left transparent on each state to eliminate matching problems)
Background Color: #ffffff
File Naming Convention: ID is based on old naming convention (ex. seeMenu-v1.gif )
CSS Naming Convention: ID is based on old naming convention and is placed on the <li> (ex. <li id="seeMenu"> )

NAVIGATION SUB
--------------------------------------------------
HTML Tag: <div class="topNav"><ul id="navigation-sub"><li id="subnav-pizzas"><a href="#" title="Pizzas" class="selected">
Photoshop Template: navigation-sub-menu.psd and navigation-sub-olo.psd
Font: Trade Gothic Bold Condensed No. 20
Font Size: 18px
Font Color: #ffffff (50% transparent, off state) / #ffffff (hover and selected)
Background Color: #0064a1
File Naming Convention: ID is "subnav-" plus the text of the link all lowercase separated by dashes (ex. subnav-pizzas-v1.png )
CSS Naming Convention: ID is "subnav-" plus the text of the link all lowercase separated by dashes and is placed on the <li> (ex. <li id="subnav-feasts"> )
*/ /*
reset.css
--------------------------------------------------*/
	/*html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #333;
	background: white;
}

/*table{border-collapse:separate;border-spacing:0;}*/
caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/*
typograpghy.css
--------------------------------------------------*/
body {
	font-family: Arial, sans-serif;
	line-height: 1.5;
}

body {
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	line-height: 2;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
}

p {
	margin: 0 0 1.5em 0;
}

p.last {
	margin-bottom: 0;
}

p img.top {
	margin-top: 0;
}

ul,ol {
	margin: 0 0 1.5em 1.5em;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 1.5em 0;
}

dl dt {
	font-weight: bold;
}

a {
	color: #125AA7;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #000;
}

blockquote {
	margin: 1.5em 0 1.5em 1.5em;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	margin-bottom: 1.3em;
	background: #eee;
	border: 0.1em solid #ddd;
	padding: 1.5em;
}

code {
	font: 0.9em Monaco, monospace;
}

hr {
	background: #B2CCFF;
	color: #B2CCFF;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 0 0 1.4em 0;
	border: none;
}

* html hr {
	margin: 0 0 1.2em 0;
}

label {
	font-weight: bold;
}

p.small {
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

p.large {
	font-size: 1.2em;
	line-height: 2.5em;
}

p.quiet {
	color: #666;
}

.hide {
	display: none;
}

.alt {
	color: #666;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino",
		"Book Antiqua", serif;
	font-size: 1.2em;
	line-height: 1%;
	font-style: italic;
}

.dquo {
	margin-left: -.7em;
}

p.incr,.incr p {
	font-size: 0.83333em;
	line-height: 1.44em;
	margin-bottom: 1.8em;
}

/*
HTML
--------------------------------------------------*/
body {
	text-align: center;
	background: #fff;
}

a:link {
	color: #0064a1;
}

a:hover {
	color: #f5001e;
}

/*
SITE-WRAPPER
--------------------------------------------------*/
.site-wrapper {
	margin: 0 auto;
	width: 980px;
	padding-left: 4px;
	overflow: hidden;
	text-align: left;
	position: relative;
}

/*
HEADER
--------------------------------------------------*/
.header {
	text-align: center;
	height: 48px;
	position: relative;
	z-index: 200;
}

h1 {
	position: absolute;
	top: 11px;
	left: -5px;
	width: 128px;
	height: 128px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 900;
}

h1 a {
	display: block;
	width: 128px;
	height: 128px;
	background: transparent url(../images/h1-v6.png) no-repeat;
	cursor: pointer;
}

/* CPB
#lang-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 66px;
	height: 17px;
	width: 71px;
}

#lang-nav li {
	float: right;
	margin: 0;
	padding: 0;
}

#lang-eng,#lang-esp {
	height: 17px;
	background: transparent url(../images/lang-nav-v1.gif) no-repeat;
}

#lang-eng a,#lang-esp a {
	height: 17px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/lang-nav-v1.gif) no-repeat;
}

#lang-eng,#lang-eng a {
	width: 36px;
	background-position: 0 0;
}

#lang-esp,#lang-esp a {
	width: 35px;
	background-position: -36px 0;
}

#lang-eng a:hover,#lang-eng .selected {
	background-position: 0 -17px;
}

#lang-esp a:hover,#lang-esp .selected {
	background-position: -36px -17px;
}

#lang-nav .selected {
	cursor: default;
}
*/

/* CPB NEW LANG */
#lang-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	position: absolute;
	top: 4px;
	right: 13px;
	height: 15px;
	width: 41px;
}
#lang-nav li {
	float: right;
	margin: 0;
	padding: 0;
}
#lang-esp {
	height: 15px;
	background: transparent url(../images/lang-nav-v2.gif) no-repeat;
}
#lang-esp a {
	height: 15px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/lang-nav-v2.gif) no-repeat;
}
#lang-esp,
#lang-esp a {
	width: 41px;
	background-position: 0px 0;
}
#lang-esp a:hover,
#lang-esp .selected {
	background-position: 0px -15px;
}
#lang-nav .selected {
	cursor: default;
}
/* CPB END LANG */

#clock {
	width: 90px;
	height: 30px;
	padding: 7px 15px 0 55px;
	margin: 0 auto;
	background: transparent url(../images/clock-v1.png) no-repeat top right;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

/*
topNav
--------------------------------------------------*/
.topNav {
	height: 85px;
	background: transparent url(../images/topNav-v1.png) no-repeat left bottom;
	position: relative;
	z-index: 150;
}

#navigation-main,#navigation-sub {
	width: 749px;
	margin: 0 0 0 173px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 1;
}

#navigation-sub {
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 160;
	margin: 7px 0 0 114px;
	padding-left: 60px;
}

#navigation-main li,#navigation-sub li {
	float: left;
	height: 24px;
}

#navigation-main li {
	margin-right: 38px;
}

#navigation-main a {
	display: block;
	float: left;
	height: 24px;
	text-indent: -9999px;
}

#navigation-sub li {
	height: 29px;
	margin-right: 35px;
}

#navigation-sub a {
	display: block;
	float: left;
	height: 29px;
	text-indent: -9999px;
}

/* NAVIGATION-MAIN BUTTONS */
#seeMenu,#seeMenu a {
	width: 42px;
	background: transparent url(../images/seeMenu-v1.gif) no-repeat 0 0;
}

#coupons,#coupons a {
	/* CPB width: 77px; */
	width: 68px;
	/* CPB background: transparent url(../images/coupons-v1.gif) no-repeat 0 0; */
	background: transparent url(../images/coupons-v2.gif) no-repeat 0 0;
}

#coupons a:hover {
	background-position: 0 -24px;
}

#coupons a.selected:hover {
	background-position: 0 -48px;
}

#orderOnline,#orderOnline a {
	width: 50px;
	background: transparent url(../images/orderOnline-v1.gif) no-repeat 0 0;
}

#findADominos,#findADominos a {
	width: 81px;
	background: transparent url(../images/findADominos-v1.gif) no-repeat 0 0;
}

#enterPromoCode,#enterPromoCode a {
	width: 151px;
	background: transparent url(../images/enterPromoCode-v1.gif) no-repeat 0
		0;
}

#emailOffers,#emailOffers a {
	width: 107px;
	background: transparent url(../images/emailOffers-v1.gif) no-repeat 0 0;
}

#yourAccount,#yourAccount a {
	width: 116px;
	background: transparent url(../images/yourAccount-v1.gif) no-repeat 0 0;
}

#logout,#logout a {
	width: 62px;
	background: transparent url(../images/logout-v1.gif) no-repeat 0 0;
}

#tracker,#tracker a {
	width: 65px;
	background: transparent url(../images/tracker-v1.gif) no-repeat 0 0;
}

#espanolNav,#espanolNav a {
	width: 65px;
	background: transparent url(../images/nav_espanol.gif) no-repeat 0 0;
}

li#onlineCoupons {
	position: absolute;
	bottom: -44px;
	right: 61px;
	margin: 0;
	padding: 0;
}

li#onlineCoupons,li#onlineCoupons a {
	width: 167px;
	height: 44px;
	background: transparent url(../images/onlineCoupons-v1.png) no-repeat 0
		0;
}

li#onlineCoupons a:hover {
	background-position: 0 -44px;
}

/* CPB
li#franchise {
	position: absolute;
	bottom: 61px;
	right: 67px;
	margin: 0;
	padding: 0;
}
li#franchise,li#franchise a {
	width: 201px;
	height: 19px;
	background: transparent url(../images/franchise-v1.gif) no-repeat 0 0;
}

li#franchise a:hover {
	background-position: 0 -19px;
}
*/
/* CPB NEW */
li#franchise {
	position: absolute;
	bottom: 59px;
	right: 12px;
	margin: 0;
	padding: 0;
}
li#franchise, li#franchise a {
    background:transparent url(../images/giftcards_sprite.jpg) no-repeat scroll 0 0;
    height:24px;
    width:148px;
}
li#franchise a:hover {
	background-position: 0 -24px;
}
/* END CPB */

li#storeInfo {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	z-index: 170;
	right: 65px;
	padding-bottom: 0px;
	margin: 0px;
	color: #0078a1;
	padding-top: 0px;
	position: absolute;
	top: -6px
}

li#storeInfo .store-header {
	margin-bottom: 4px;
	color: #0078a1;
	text-align: right
}

li#storeInfo a {
	display: inline;
	font-weight: normal;
	font-size: 11px;
	float: none;
	text-transform: uppercase;
	color: #0078a1
}

li#storeInfo a:hover {
	color: #f5001e;
}

li#storeInfo span {
	margin-right: 6px
}

li#chooseStore {
	position: absolute;
	bottom: -51px;
	right: 67px;
	margin: 0;
	padding: 0;
	z-index: 170;
	color: #84b0ce;
	font-size: 11px;
}

li#chooseStore a {
	text-indent: 0;
	display: inline;
	float: none;
	color: #84b0ce;
}

li#chooseStore a:hover {
	color: #fff;
}

#navigation-main a:hover {
	background-position: 0 -24px;
}

#espanolNav a:hover {
	background-position: 0 -28px;
}

#navigation-main a.selected {
	background-position: 0 -48px;
	cursor: default;
}

/* NAVIGATION-SUB BUTTONS */
#subnav-pizzas,#subnav-pizzas a {
	width: 45px;
	background: transparent url(../images/subnav-pizzas-v1.png) no-repeat 0
		0;
}

#subnav-feasts,#subnav-feasts a {
	width: 46px;
	background: transparent url(../images/subnav-feasts-v1.png) no-repeat 0
		0;
}

#subnav-sides,#subnav-sides a {
	width: 38px;
	background: transparent url(../images/subnav-sides-v1.png) no-repeat 0 0
		;
}

#subnav-drinks,#subnav-drinks a {
	width: 47px;
	background: transparent url(../images/subnav-drinks-v1.png) no-repeat 0
		0;
}

#subnav-delivery,#subnav-delivery a {
	width: 157px;
	background: transparent url(../images/subnav-delivery-v1.png) no-repeat
		0 0;
}

#subnav-choosePizza,#subnav-choosePizza a {
	width: 110px;
	background: transparent url(../images/subnav-choosePizza-v1.png)
		no-repeat 0 0;
}

#subnav-chooseSides,#subnav-chooseSides a {
	width: 163px;
	background: transparent url(../images/subnav-chooseSides-v1.png)
		no-repeat 0 0;
}

#subnav-chooseDesserts,#subnav-chooseDesserts a {
	width: 180px;
	background: transparent url(../images/subnav-chooseDesserts-v1.png)
		no-repeat 0 0;
}

#subnav-checkout,#subnav-checkout a {
	width: 84px;
	background: transparent url(../images/subnav-checkout-v1.png) no-repeat
		0 0;
}

#navigation-sub a:hover {
	background-position: 0 -29px;
}

#navigation-sub a.selected {
	background-position: 0 -58px;
	cursor: default;
}

#subnav-choosePizza a.selected {
	cursor: pointer;
}

li#subnav-nutritionalInfo {
	position: absolute;
	height: 15px;
	top: 6px;
	right: 7px;
	margin: 0;
	padding: 0;
}

li#subnav-nutritionalInfo,li#subnav-nutritionalInfo a {
	width: 84px;
	height: 15px;
	background: transparent url(../images/nutritionalInfo-v1.gif) no-repeat
		0 0;
}

li#subnav-nutritionalInfo a:hover {
	background-position: 0 -15px;
}

/*
BREADCRUMBS
--------------------------------------------------*/
.breadcrumbs {
	position: absolute;
	top: 72px;
	right: 5px;
	width: 36px;
	height: 349px;
	z-index: 1000;
	background: transparent url(../images/breadcrumb-v1.gif) no-repeat;
}

/*
SITE-CONTENT
--------------------------------------------------*/
.site-content {
	width: 980px;
	position: relative;
	overflow: hidden;
	z-index: 100;
}

/*
MAIN-CONTENT
--------------------------------------------------*/
.main-content {
	position: relative;
}

.main-content h2 {
	text-indent: -9999px;
	height: 45px;
	margin: 0 0 10px 0;
	overflow: hidden;
	background-color: transparent;
	background-position: 22px 0;
	background-repeat: no-repeat;
}

.main-content h3 {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -6px;
}

.main-content h4 {
	margin-bottom: 10px;
}

.padded-content {
	padding: 20px 140px 20px 20px;
}

.padded-content-full {
	padding: 20px;
}

.form-content {
	margin: 20px 30px;
}

/*
H2's
--------------------------------------------------*/
#h2-delivery-or-pickup {
	background-image: url(../images/h2-delivery-or-pickup-v1.gif);
}

#h2-choose-pizza {
	background-image: url(../images/h2-choose-pizza-v1.gif);
}

#h2-choose-sides-drinks {
	background-image: url(../images/h2-choose-sides-drinks-v1.gif);
}

#h2-checkout {
	background-image: url(../images/h2-checkout-v1.gif);
}

#h2-cold-drinks {
	background-image: url(../images/h2-cold-drinks-v1.gif);
}

#h2-crusts {
	background-image: url(../images/h2-crusts-v1.gif);
}

#h2-email-offers {
	background-image: url(../images/h2-email-offers-v1.gif);
}

#h2-enter-promotion-code {
	background-image: url(../images/h2-enter-promotion-code-v1.gif);
}

#h2-feast-pizzas {
	background-image: url(../images/h2-feast-pizzas-v1.gif);
}

#h2-find-locations {
	background-image: url(../images/h2-find-locations-v1.gif);
}

#h2-forgot-password {
	background-image: url(../images/h2-forgot-password-v1.gif);
}

#h2-login {
	background-image: url(../images/h2-login-v1.gif);
}

#h2-nutritional-information {
	background-image: url(../images/h2-nutritional-information-v1.gif);
}

#h2-online-coupons {
	background-image: url(../images/h2-online-coupons-v1.gif);
}

#h2-sides {
	background-image: url(../images/h2-sides-v1.gif);
}

#h2-sizes {
	background-image: url(../images/h2-sizes-v1.gif);
}

#h2-thank-you {
	background-image: url(../images/h2-thank-you-v1.gif);
}

#h2-toppings {
	background-image: url(../images/h2-toppings-v1.gif);
}

#h2-were-sorry {
	background-image: url(../images/h2-were-sorry-v1.gif);
}

#h2-non-continental-us-customers {
	background-image: url(../images/h2-non-continental-us-customers-v1.gif);
}

#h2-international-locations {
	background-image: url(../images/h2-international-locations-v1.gif);
}

#h2-privacy-policy {
	background-image: url(../images/h2-privacy-policy-v1.gif);
}

#h2-terms-of-use {
	background-image: url(../images/h2-terms-of-use-v1.gif);
}

#h2-nutritional-info {
	background-image: url(../images/h2-nutritional-info-v3.gif);
}

#h2-product-ingredients {
	background-image: url(../images/h2-product-ingredients-v1.gif);
}

#h2-pizza-points-faq {
	background-image: url(../images/h2-pizza-points-faq-v1.gif);
}

#h2-error {
	background-image: url(../images/h2_where_am_i.gif);
}

#h2-banner-landing {
	background-image: url(../images/h2-online-specials.gif);
}

#h2-future-order-landing {
	background-image: url(../images/h2_future_ordering.gif);
}

#h2-dominos-mobile {
	background-image: url(../images/h2-dominos-mobile-v1.gif);
}

#h2-build-your-own-pizza {
	background-image: url(../images/h2-build-your-own-pizza-v1.gif);
}

#h2-contact-us {
	background-image: url(../images/h2-contact-us-v1.gif);
}

#h2-you-got-confirmation {
	background-image: url(../images/h2-you-got-confirmation-v1.gif);
}

#h2-placing-order-please-wait {
	background-image: url(../images/h2-placing-order-please-wait-v1.gif);
}

#h2-red-zone-specials {
	background-image: url(../images/h2-red-zone-specials-v1.gif);
}

#h2-whats-the-bfd {
	background-image: url(../images/h2-whats-the-bfd-v1.gif);
}

/*
FOOTER
--------------------------------------------------*/
.footer {
	padding: 40px 0 0 60px;
	width: 920px;
	overflow: hidden;
	position: relative;
	z-index: 300;
	top: -21px;
	font-size: 10px;
}

.footer table {
  width: 775px;
}

.footer p {
	color: #000;
	line-height: 1.2em;
	margin: 20px 0 0 0;
	padding: 0 0 20px 94px;
	float: left;
	width: 650px;
	overflow: hidden;
	background: transparent url(../images/footer-p-v1.gif) no-repeat;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #0064a1;
	font-weight: bold;
}

.footer li {
	float: left;
}

.footer li a {
	padding: 0 5px;
}

/*
	DIM BACKGROUND
	----------------------------------------------------- */
#dropSheet {
	background: #333;
	opacity: 0.60;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.60;
	z-index: 1;
}

/*
	POP-UP WINDOW (SMALL): BASIC STYLES
	----------------------------------------------------- */
div.menu-popup {
	background: transparent url(../images/win-popup.png) no-repeat;
	width: 400px;
	height: 230px;
	position: absolute;
	visibility: hidden;
}

div.menu-popup p {
	font: 10px arial, geneva, helvetica, sans-serif;
	margin: 12px 10px 5px 0;
	padding: 0;
}

div.menu-popup form input {
	margin: 0px 0px 2px 0px;
}

/*
	POP-UP WINDOW (SMALL): HEADER
	----------------------------------------------------- */
div.menu-popup h2 {
	font: bold 12px arial, geneva, helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 10px 0 0 10px;
	text-align: left;
	text-transform: uppercase;
}

div.menu-popup h2 a {
	float: right;
	display: inline;
	margin: -18px 7px 0 0;
	background: transparent url(../images/x.gif);
	width: 60px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
}

div#close-btn img {
	border: 1px solid #069;
}

/*
	POP-UP WINDOW: IMAGES
	----------------------------------------------------- */
#order-now,#order-closed,#location {
	background: transparent url(../images/img_popup_find_location.jpg)
		no-repeat 12px 37px;
	height: 230px;
}

/*
	POP-UP WINDOW: LINK ACTION BUTTONS
	----------------------------------------------------- */
div.menu-popup a.link-action {
	text-transform: uppercase;
	color: #2d8ac5;
	display: block;
	height: 28px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-indent: -9999px;
}

div.menu-popup a.btn-signup {
	background: url(../images/btn_signup_email_offers.gif) no-repeat;
}

div.menu-popup a.btn-different-store {
	background: url(../images/btn_pickup_different_store.gif) no-repeat;
}

div.menu-popup a.btn-future-order {
	background: url(../images/btn_place_future_order.gif) no-repeat;
}

div.menu-popup a.btn-different-address {
	background: url(../images/btn_try_different_address.gif) no-repeat;
}

/*
	POP-UP CONTENT
	----------------------------------------- */
.popup-content {
	margin: 5px;
	padding-left: 135px;
	text-align: left;
}

div.menu-popup p.phone-number {
	color: #3C8CBF;
	font-size: 32px;
	margin: 0px 15px 0px 15px;
}

#popup-separator {
	border-bottom: 1px solid #eff0f2;
	padding-bottom: 40px;
}

#popup-separator-small {
	border-bottom: 1px solid #eff0f2;
	padding-bottom: 23px;
	margin: 3px 10px 5px 0px;
	font-size: 10px;
	height: 14px;
}

#large-blue-text {
	color: #0078ae;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#small-black-text {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

div.menu-popup input {
	width: 95%;
	color: #666;
}

div.popup-content p a {
	color: #0078ae;
}

div.popup-content p a:hover {
	color: #f5001e;
}

/* 
	WORLDWIDE LINKS
	Notes:
	1. Links for Set Location and Find Locations pop-ups
	2. Some issues with Firefox alignment...
	------------------------------------------------------- */
div.menu-popup p.worldwide {
	clear: both;
	margin: 0;
	padding: 0px 10px 0 0;
}

div.menu-popup p.worldwide span {
	float: left;
}

div.menu-popup p.worldwide a {
	color: #0078ae;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 10px;
	float: right;
}

div.menu-popup p.worldwide a:hover {
	color: #f5001e;
}

div.menu-popup p.worldwide-order a {
	font-size: 11px;
	margin-left: 50px;
	margin-top: -5px;
	color: #0064a1;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 23px 0px 0;
	background: transparent url(../images/arrow-right.png) no-repeat top
		right;
	text-transform: uppercase;
}

div.menu-popup p.worldwide-order a:hover {
	color: #f5001e;
	padding: 2px 23px 0px 0;
	background-position: bottom right;
}

/*
	POP-UP WINDOW (WIDE): BASIC STYLES
	----------------------------------------------------- */
div.menu-popup-wide {
	background: transparent url(../images/bg_popup_pickup_delivery.png) no-repeat;
	width: 501px;
	height: 295px;
	position: absolute;
	visibility: hidden;
}

div.stjude-popup-wide {
    background: transparent url(../images/stjude/bg_popup_order.png) no-repeat;
    width: 498px;
    height: 377px; !important;
    position: absolute;
    visibility: hidden;
    clear:both; 
}

div.menu-popup-wide .button-set {
    display: block;
}

div.menu-popup-wide #std_addr_stjude {
    display: none;
}

div.stjude-popup-wide #std_addr_stjude {
	display: block;
	position: absolute;
	top: 130px;
	width: 460px;
}
	
div.stjude-popup-wide #std_addr_tab .button-set {
    display: none;
}

div.menu-popup-wide h2 {
	font: bold 11px arial, geneva, helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 5px 0 0 10px;
	text-align: left;
	text-transform: uppercase;
	height: 30px;
}

div.menu-popup-wide h2 a {
	float: right;
	display: inline;
	margin: -15px 7px 0 0;
	width: 60px;
	height: 27px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/x.gif) no-repeat;
}

div.menu-popup-wide .popup-content {
	clear: both;
	padding: 0px 15px 0 10px;
	background: none;
	position: relative;
	height: 270px;
	width: 480px;
}

div.stjude-popup-wide .popup-content {
    clear: both;
    padding: 0px 15px 0 10px;
    background: none;
    position: relative;
    height: 352px;
    width: 477px;
}

div.menu-popup-wide div.popup-content h3 {
	padding: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font: bold 11px arial, geneva, helvetica, sans-serif;
	color: #0078ae;
}

div.menu-popup-wide p {
	font-size: 11px;
	width: 460px;
}
div.stjude-popup-wide p {
    font-size: 11px;
    width: 457px;
}


/* GENERIC POPUP STYLE - MORE REUSABLE THAN MENU-POPUP
===================================================== */
div.dms-popup, iframe.iframe-dms-popup {  
  position: absolute;
  visibility: hidden;
}

div.dms-popup h2 {
  -x-system-font:none;
  color:#FFFFFF;
  font-family:arial,geneva,helvetica,sans-serif;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  height:30px;
  line-height:normal;
  margin:0;
  padding:5px 0 0 10px;
  text-align:left;
  text-transform:uppercase;
}

div.dms-popup h2 a {
  float: right;
  height: 23px;
  width: 60px;
  text-indent: -9999px;
  margin-top: -19px;
}

div.dms-popup-content {
  margin-top: -13px;
  padding: 10px 15px;
  height: 100%;
}

div.dms-popup-content p {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 1em;
}


/* REENGAGEMENT OFFER POPUP STYLE
==================================================== */
div#reengage-popup {
	width: 487px;
}

div#reengage-popup h2 {
	background: transparent url(../images/popup_header_487.png) no-repeat scroll 0 0;
}

div#reengage-popup .dms-popup-content {
	background: transparent url(../images/popup_body_487.png) no-repeat scroll 0 bottom;
}

div#reengage-popup p.reengage-message-coupon {
  font-weight: bold;  	
  font-size: 13px;
}

div#reengage-popup p.reengage-graphic {
  border: 1px solid #CCCCCC;
  text-align: center;
}

div#reengage-popup p.reengage-buttons {
  height:35px;
  margin-bottom:0;
}

div#reengage-popup a.reengage-btn-no {
	float: left;
	background: transparent url(../images/reengage/popup/reengage_btn_no.png) no-repeat 0 0;
	height: 37px;
	width: 138px;
	text-indent: -9999px;
}

div#reengage-popup a.reengage-btn-no:hover {
	background-position: 0 -37px;
}

div#reengage-popup a.reengage-btn-yes {
	float: right;
	background: transparent url(../images/reengage/popup/reengage_btn_yes.png) no-repeat 0 0;
	height: 37px;
	width: 138px;
	text-indent: -9999px;
}

div#reengage-popup a.reengage-btn-yes:hover {
	background-position:  0 -37px;
}

ul.form-content, .form-content-campus {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	width: 470px;
}

ul.form-content li, .form-content-campus li {
	clear: left;
	padding-bottom: 5px;
}

ul.form-content label, .form-content-campus label {
	float: left;
	display: inline;
	margin-right: 4px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
	text-align: right;
	vertical-align: bottom;
}

ul.form-content label {
	width: 120px;
}
	
.form-content-campus label {
	width: 140px;
}

ul.form-content input {
	float: left;
	width: 335px;
	margin-bottom: 3px;
	font-size: 11px;
}

ul.form-content input#room-number {
	width: 155px;
}

ul.form-content-campus select {
	font-size: 11px;
	width: 320px;
	color: #94bfd5;
	font-weight: bold;
}

ul.form-content span {
	float: left;
	display: inline;
	padding-left: 125px;
	color: #0078ae;
	font-weight: bold;
}

ul.form-content span a {
	color: #0078ae;
	font-weight: bold;
}

ul.form-content span a:hover {
	color: #f5001e; 
}

div.menu-popup-wide p.button-set {
	clear: both;
	padding-top: 10px;
	width: 465px;
}
div.stjude-popup-wide #std_addr_tab p.button-set {
    clear: both;
    padding-top: 10px;
    width: 462px;
}

div.menu-popup-wide a img.continue {
	float: right;
	display: inline;
	margin-right: 0;
	width: 83px;
	height: 29px;
	border: 0;
	text-indent: -9999px;
	margin-top: 5px;
}

div.menu-popup-wide span.cant-find {
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	margin-left: 125px;
	line-height: 11px;
	margin-top: -1px;
	color: #0078ae;
	white-space: nowrap;
}

div.menu-popup-wide span.cant-find a {
	font-size: 10px;
	color: #0078ae;
}

div.menu-popup-wide span.cant-find a:hover {
	color: #f5001e; 
}

div.add-to-order {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	position: absolute;
	bottom: 25px;
	left: 10px;
	width: 465px;
}

div.add-to-order .already-registered {
	float: left;
	display: inline;
}

div.add-to-order h4 {
	font-size: 11px;
	text-transform: uppercase;
	color: #024269;
	margin: 0;
	padding: 0
}

div.add-to-order a {
	float: right;
	display: inline;
	margin-top: 12px;
	text-decoration: none;
	font: bold 11px arial, geneva, helvetica, sans-serif;
	text-transform: uppercase;
	color: #0064a1;
	background: url(../images/arrow-right.png) top right no-repeat;
	padding-right: 19px;
}

div.add-to-order a:hover,div.add-to-order a:hover {
	background-position: bottom right;
	color: #f5001e;
}

#iframe-store-closed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width:400px; 
	height: 230px; 
	visibility: hidden; 
}
#iframe-location-popup { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 498px; 
	height: 290px; 
	visibility: hidden; 
}


/* St. Jude Order popup */
div#std_addr_stjude label { font-weight: normal; }
/*div#location-popup        { background: url(../images/stjude/bg_popup_order.png) no-repeat; height:377px;}*/
div.stjude-popup-wide div.popup-content p       { margin:0; padding:0; }
div.stjude-popup-wide ul.form-content input     { margin-bottom: 5px; }
div#std_addr_stjude       { clear: both; background: url(../images/stjude/st_jude_square_sm.jpg) no-repeat 0 2px; padding: 5px 0 10px 95px; margin: 8px 0; }
p#continue-btn            { text-align: center; width: 300px; margin: 5px 0 10px 0; }
p#continue-btn a          { background: url(../images/stjude/btn_popup_continue_sp.png) no-repeat; width: 83px; height: 29px; display: block; text-indent: -9999px; margin: 0 auto; }
p#continue-btn a:hover    { background-position: 0 -29px; }
div#other-amt             { padding-left: 3px; width: 55px; visibility: hidden; float: left; display: inline; margin-top: 0px; font-size: 11px;}
input#stJudeAmtOther      { width: 20px; height: 18px;}
span#other-amt img        { vertical-align: top; }
div#donation-options      { float: left; display: inline; width: 320px; font-size: 11px;}

div#amt-btns              { float: right; display: inline; margin-top: -2px;}
div.stjude-popup-wide div.clear                 { clear: both; height: 1px; }
div.stjude-popup-wide div.add-to-order          { clear: both; margin-top: 10px;}
div#std_addr_stjude p.footnote   { text-align: right; width: 375px; margin-top: 10px; }
div.stjude-popup-wide div.popup-content p.center       { width: 350px; margin-bottom: 5px; margin-left: 10px; font-size: 12px; color: #333;}


/* SAFARI SPECIFIC HACK */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.add-to-order a {
		background: url(../images/arrow_add_to_order.png) top right no-repeat;
	}
	div.menu-popup span.close-btn a {
		margin-right: 0px;
		height: 30px;
		border: 0px solid #c30;
	}
	ul.form-content label {
		margin-top: 3px;
	}
}
