@charset "UTF-8";
/* YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end reset */
/* YUI Base extracts */
strong {
	font-weight:bold; 
}
em {
	font-style:italic;
}
/* end base */
body	{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
}
input, select, textarea, button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input[type="checkbox"] {
	margin: 3px 3px 3px 4px;
}
input[type="radio"] {
	margin: 2px 3px 0 5px;
}
#wrapper	{
	width:940px;
	margin:0 auto;
}
#header	{
	height:120px;
	background:url(../images/bkg/bkgHeader.gif) bottom right no-repeat;
}
#header h1	{
	position:absolute;
	z-index:100;
	padding:3px 0 0 5px;
}
#header	.links	{
	font-size:10px;
	color:#005094;
	text-align:right;
	height:10px;
	margin-top:10px;
}
#header .links a,
#header .links a:link,
#header .links a:visited	{
	color:#005094;	
	text-decoration:none;
}
#header .links a:hover	{
	text-decoration:underline;	
}
#nav	{
	display:block;	
	padding:18px 0 0 113px;
}
#nav ul	{
	display:inline;	
}
#nav ul li	{
	height:37px;
	text-indent:-9999px;
	display:block;
	float:left;
}
#nav ul li a	{
	padding:0;	
	display:block;
	height:37px;
	margin:0 auto;
}
#nav ul li#home	{
	background:url(../images/nav/navMainSprite.gif);
	background-position:-85px 0px;
	overflow:hidden;
	width:85px;
}
#nav ul li#home a	{
	width:41px;
}
#nav ul li#home:hover,
#nav ul li#home.active{
	background:url(../images/nav/navMainSprite.gif);
	background-position:0px 0px;
	overflow:hidden;
}
#nav ul li#entrees	{
	background:url(../images/nav/navMainSprite.gif);
	background-position:-104px -39px;
	overflow:hidden;
	width:104px;
}
#nav ul li#entrees a	{
	width:62px;
}
#nav ul li#entrees:hover,
#nav ul li#entrees.active {
	background:url(../images/nav/navMainSprite.gif);
	background-position:0px -39px;
	overflow:hidden;
}
#nav ul li#sides	{
	background:url(../images/nav/navMainSprite.gif);
	background-position:-174px -78px;
	overflow:hidden;
	width:174px;
}
#nav ul li#sides a	{
	width:133px;
}
#nav ul li#sides:hover,
#nav ul li#sides.active {
	background:url(../images/nav/navMainSprite.gif);
	background-position:0px -78px;
	overflow:hidden;
}
#nav ul li#coupons	{
	background:url(../images/nav/navMainSprite.gif);
	background-position:-108px -117px;
	overflow:hidden;
	width:108px;
}
#nav ul li#coupons a	{
	width:68px;
}
#nav ul li#coupons:hover,
#nav ul li#coupons.active {
	background:url(../images/nav/navMainSprite.gif);
	background-position:0px -117px;
	overflow:hidden;
}
#nav ul li#catering	{
	background:url(../images/nav/navMainSprite.gif);
	background-position:-110px -156px;
	overflow:hidden;
	width:110px;
}
#nav ul li#catering a	{
	width:69px;
}
#nav ul li#catering:hover,
#nav ul li#catering.active {
	background:url(../images/nav/navMainSprite.gif);
	background-position:0px -156px;
	overflow:hidden;
}
#nav ul li#espanol	{
	background:url(../images/nav/navMainSprite.gif);
	background-position:-102px -195px;
	overflow:hidden;
	width:102px;
}
#nav ul li#espanol a	{
	width:63px;
}
#nav ul li#espanol:hover,
#nav ul li#espanol.active {
	background:url(../images/nav/navMainSprite.gif);
	background-position:0px -195px;
	overflow:hidden;	
}
#nav ul li#english	{
	background:url(../images/nav/navMainSprite.gif);
	background-position:-101px -234px;
	overflow:hidden;
	width:101px;
}
#nav ul li#english:hover,
#nav ul li#english.active {
	background:url(../images/nav/navMainSprite.gif);
	background-position:0px -234px;
	overflow:hidden;	
}
#subNav	{
	display:block;	
	clear:both;
	float:left;
}
#subNav ul	{
	display:none;
	float:left;
	padding:20px 0 12px 110px;
	width:830px;	
}
#subNav	ul li	{
	display:block;
	float:left;
	color:#fff;
	padding:0 20px;
	position:relative;
}
#subNav	ul li .divider	{
	border-right:2px solid #fff;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 4px;
}
#subNav ul li.last	{
	border-right:none;	
}
#subNav	ul li a,
#subNav	ul li a:visited	{
	color:#fff;
	text-decoration:none;
	font-size:18px;	
}
#subNav	ul li a:hover,
#subNav	ul li a.active {
	border-bottom:1px solid #fff;	
	background:none;
}
#subNav	ul li a.disabled,
#subNav	ul li a.disabled:visited	{
	color:#bbb;
	text-decoration:none;
	font-size:18px;	
}
#subNav	ul li a.disabled:hover {
	border-bottom:none;	
}
#content	{
	width:870px;
	margin-left:60px;
	border-left:5px solid #0065a3;
	border-right:5px solid #0065a3;
	float:left;
	padding:10px 0;
}
#content .leftCol	{
	width:607px;
	margin-left:10px;
	float:left;
}
#content .leftCol.narrow {
	width: 585px;
}
#content .rightCol	{
	width:230px;
	margin-left:10px;
	float:left;
}
#content .onlyCol	{
	width:845px;
	margin-left:10px;
}
#content .onlyCol .leftCol	{
	margin-left: 0;
}
.welcome	{
	font-size:11px;
	color:#024269;
	line-height:18px;
	margin-bottom:8px;
}
.welcome span	{
	font-size:18px;	
	float:left;
	margin-right:10px;
	text-transform:uppercase;
	line-height:15px;
}
.item	{
	display:none;	
	width:607px;
	height:auto;
	margin-bottom:7px;
	float:left;
	background:url(../images/bkg/bkgItem.jpg) top left no-repeat;
}
.item:hover	{
	cursor:pointer;	
}
.item .graphic	{
	width:140px;
	float:left;
	padding-left:1px;
	height:72px;
}
.item .desc	{
	width:460px;
	padding-top:15px;
	color:#535353;
	font-size:12px;
	float:left;
}
.item .desc h2	{
	font-size:24px;
	color:#0065a3;
}
.item .desc .super {
	font-size:90%;
	vertical-align:super;
}
.item.flyout	{
	background:url(../images/bkg/bkgInactiveItem.jpg) top left no-repeat;	
}
.item.hover	{
	background:url(../images/bkg/bkgHoverItem.jpg) top left no-repeat;	
}
.item.flyoutHover	{
	background:url(../images/bkg/bkgFlyoutHover.jpg) top left no-repeat;	
}
.item.active	{
	background:url(../images/bkg/bkgActiveItem.jpg) top left no-repeat;	
}
.item.active .desc h2,
.item.active .desc,
.item.hover .desc h2,
.item.hover .desc,
.item.flyoutHover .desc h2,
.item.flyoutHover .desc,
.item.itemOptionsHover .desc h2,
.item.itemOptionsHover .desc,
.item.optionsActive .desc h2,
.item.optionsActive .desc {
	color:#fff;	
}
.item.itemOptionsHover	{
	background:url(../images/bkg/bkgHoverItemViewOptions.jpg) top left no-repeat;
}
.item.optionsActive	{
	background:url(../images/bkg/bkgHoverItemHideOptions.jpg) top left no-repeat;
	height:auto;
}
.slider	{
	background:url(../images/bkg/bkgItemFlyout.gif) bottom left no-repeat;
	float:left;
	clear:both;
	width:518px;
	padding:30px 45px;
	margin-top:-2px;
	cursor:default;
}
.flyoutModule	{
	height:122px;
	width:221px !important;
	background:url(../images/bkg/bkgFlyoutModule.gif) top left no-repeat;
	float:left;
	padding:8px 14px;
	font-size:11px;
	margin-right:10px;
}
.flyoutModule.smallFlyout	{
	height: 98px;
	background:url(../images/bkg/bkgFlyoutModule112.gif) top left no-repeat;
}
.flyoutModule h3	{
	font-size:14px;
	color:#0065a3;
	margin-bottom:8px;
}
.flyoutModule p	{
	margin-bottom:10px;	
}
.flyoutModule ul	{
	height:58px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}
.flyoutModule ul li	{
	margin:0 0 4px 4px;
}
.left10	{
	margin-left:10px;	
}
.top10	{
	margin-top:10px;	
}
#btmCap	{
	margin-left:60px;	
}
/** horizontal scrolling **/
h4	{
	font-size:18px;
	color:#4f4f4f;
	margin-bottom:5px;
	margin-left:25px;
}
#myPastOrders .noOrders {
	margin-left:30px;
}
h4 .changeLink	{
	display:inline-block;
	float:none;
	margin-left:12px;
}
h4 .changeLink a	{
	display:table-cell;
	line-height:11px;
}
.hasScroll	{
	padding-left:25px;
	padding-right:25px;
	width:557px;
}
.scroller	{
	width:518px;
	height:138px;
	float:left;
	background:#EFEDEE;
}
.scroller > div	{
	width:518px;
	display:block;
	background:#EFEDEE;
}
.scrollLeft,
.scrollRight	{
	height:88px;
	width:19px;
	float:left;
	line-height:130px;
}
a.addToOrderAndCheckout	{
	display:block;
	width:180px;
	height:30px;
	background:url(../images/buttons/addToOrderAndCheckout.png) top left no-repeat;
	text-indent:-9999px;
	line-height:1px;
	margin:6px 0 16px;
}
a.addToOrderAndCheckout:hover	{
	background-position:0px -30px;	
}
a.findACoupon,
a.enterCouponPromoCode	{
	display:block;
	height:32px;
	text-indent:-9999px;
	line-height:1px;
	margin:10px 0 16px;
}
a.findACoupon	{
	background:url(../images/buttons/findACoupon.jpg) top left no-repeat;
	width:113px;
}
a.enterCouponPromoCode	{
	background:url(../images/buttons/useCode.jpg) top left no-repeat;
	width:101px;
}
a.findACoupon:hover,
a.enterCouponPromoCode:hover	{
	background-position:0px -32px;
}
#myPastOrders,
#dominosFavorites	{
	float:left;
	display:block;
}
#myPastOrders	{
	margin-top:20px;
}
/** right column **/
.rightCol .mod	{
	width:235px;
	height:auto;
	background:url(../images/bkg/bkgRightModule.gif) bottom left no-repeat;
	margin-bottom:10px;
	float:left;
}
.rightCol .mod h2	{
	background:url(../images/bkg/bkgRightModuleTopCap.png) top left no-repeat;
	padding:5px 10px;
}
.rightCol .mod p	{
	padding:12px 12px 20px;	
}
.rightCol .mod h2.sub	{
	width: 185px;
	background:url(../images/bkg/bkgRightSubModuleTopCap.png) top left no-repeat;
}
.profileLinks	{
	padding:12px;
}
.profileLinks a.link	{
	background:url(../images/bkg/bkgProfileLink.gif) top right no-repeat;
	padding-right:10px;
	margin-right:10px;
}
.profileLinks a.link.right	{
	text-align:right;
}
.profileLinks a,
.profileLinks a:visited,
.profileLinks a:link	{
	font-size:10px;
	text-decoration:none;
	color:#005094;	
}
.profileLinks a:hover	{
	text-decoration:underline;	
}
.rightCol .location	{
	margin:0 12px;
	padding-top:12px;
	border-top:1px solid #98bacf;
	width:210px;
	font-size:12px;
}
.rightCol .myLocation	{
	color:#fa001f;
	font-weight:bold;
	font-size:14px;
	float:left;
}
.changeLink	{
	float:left;	
	margin-left:6px;
}
.changeLink a,
.changeLink a:link,
.changeLink a:hover,
.changeLink a:visited	{
	font-size:10px;
	color:#21547b;
	text-decoration:underline;
	font-weight:bold;
}
.rightCol .mod .location p	{
	clear:both;
	padding:12px 0;	
	line-height:15px;
}
.location input	{
	margin-bottom:5px;	
	margin-right:4px;
}
.location label	{
	font-size:11px;
	font-weight:bold;
}
.location label .nofee	{
	font-size:9px;
	font-style:italic;
}
.location label .nofee a,
.location label .nofee a:visited	{
	text-decoration:underline;
	color:#005094;	
	font-style:normal;
}
.locationForm	{
	margin-bottom:10px;	
}
.locationForm li    {
	margin-bottom:5px;
}
.locationForm input     {
	margin-bottom:0px;
}
.pizzaPoints	{
	font-size:9px;
}
/* features */
.masthead	{
	width:610px;
	height:190px;
	margin-bottom:10px;
	clear:left;
}
.seeWhatsNew	{
	position:relative;
	top:64px;
	left:15px;
}
.seeWhatsNew a	{
	width:113px;
	height:22px;
	background:url(../images/buttons/seeWhatsNew.png) top left no-repeat;
	text-indent:-9999px;
	display:block;
}
.seeWhatsNew a:hover	{
	background-position:0 -22px;
	cursor:pointer;
}
.orderNow	{
	position:relative;
	top:130px;
	left:160px;
	width:131px;
}
#masthead .orderNow	{
	top:108px;	
}
.orderNow a	{
	width:131px;
	height:42px;
	background:url(../images/buttons/orderNow.png) top left no-repeat;
	text-indent:-9999px;
	display:block;
}
.orderNow a:hover	{
	background-position:0 -42px;
	cursor:pointer;
}

/* notifications */
.notification	{
	width:607px;
	height:83px;
	background:url(../images/bkg/notification.jpg) top left no-repeat; 
	margin-bottom:10px;
	float:left;
}
#couponCompleteNotification	{
	width:607px;
	height:73px;
	background:url(../images/bkg/bkgCouponComplete.jpg) top left no-repeat; 
	margin-bottom:10px;
	float:left;
}
.noticeCopy	{
	width:420px;
	float:left;
	padding-top:15px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	margin-left:55px;
}
.noticeCopy.medium	{
	width:500px;
}
.noticeCopy.wide	{
	width:520px;
}
.noticeSubCopy	{
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}
.noticeRestrictions	{
	width:90px;
	float:right;
	clear:right;
	white-space:nowrap;
	margin-top:30px;
}
.smallNoticeComment	{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
}
#couponCompleteNotification	.noticeCopy	{
	margin-left:70px;
}
.noticeCta li	{
	display:block;
	float:left;
	font-size:12px;
	text-transform:none;
	margin-left:35px;
	margin-top:10px;
}
.noticeCta li a,
.noticeCta li a:visited {
	text-decoration:none;
	color:#fff;
	padding-right:15px;
	background:url(../images/icons/noticeArrow.gif) right 2px no-repeat;
}
.noticeCta li a:hover	{
	text-decoration:underline;	
}
.noticeCta li.first	{
	margin-left:0;	
}
.noticeCta li.first.form img	{
	margin-top:-4px;
}
.noticeCta .textSubmit	{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:15px;
	background:url(../images/icons/noticeArrow.gif) right 4px no-repeat;
}
.smallNotice,
a.smallNotice,
a:link.smallNotice,
a:hover.smallNotice,
a:visited.smallNotice	{
	font-size:10px;
	text-transform:none;
	font-weight:normal;
	color:#fff;
}
.closeNotification	{
	width:130px;
	float:right;
	padding-top:10px;
}
#couponCompleteNotification .closeNotification,
.closeNotification.noText	{
	width:30px;	
}
.closeNotification a,
.closeNotification a:visited	{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	padding-right:15px;
	background:url(../images/icons/closeNotice.gif) right top no-repeat;
}
.closeNotification a:hover	{
	text-decoration:underline;	
}
.closeNotification.noText a:hover	{
	text-decoration:none;
}
#couponCompleteNotification .closeNotification a:hover	{
	text-decoration:none;	
}
.dateInput	{
	width:75px;
	margin-right:5px;
	display:block;
	float:left;
}
.noticeCta li a.findNewStore	{
	padding-left:15px;
	background:url(../images/icons/findNewStore.gif) left top no-repeat;
}
.noticeCta li a.chooseNewLocation	{
	padding-left:25px;
	background:url(../images/icons/chooseNewLocation.gif) left top no-repeat;
}
.noticeCta li a.makeFutureOrder	{
	padding-left:15px;
	background:url(../images/icons/makeFutureOrder.gif) left top no-repeat;
}
.phoneOneBox	{
	width:85px;
}
.phoneExt	{
	width:40px;
}

/* right col */
.myStoreInfo	{
	display:block;
	width:103px;
	height:22px;
	background:url(../images/buttons/myStoreInfo.gif) top left no-repeat;
	text-indent:-9999px;
	margin:10px 0 16px;
}
.myStoreInfo:hover	{
	background-position:0 -22px;	
}
.hideMyStore	{
	display:block;
	width:108px;
	height:22px;
	background:url(../images/buttons/hideMyStore.gif) top left no-repeat;
	text-indent:-9999px;
	margin:10px 0 16px;
}
.hideMyStore:hover	{
	background-position:0 -22px;
}
ul.orderList	{
	margin:0 10px 14px;	
}
ul.orderList li	{
	border-bottom:1px solid #98BACF;
	padding-top:1px;
}
#you_can_get_free_delivery {
	margin: 12px 12px 0;
	padding: 0 0 12px;
	border-bottom: 1px solid #98BACF;
}
.orderAmount	{
	float:left;
	background:url(../images/icons/orderAmount.gif) top left no-repeat;
	height:14px;
	width:17px;
	text-align:center;
	font-size:9px;
	color:#4f4f4f;
	margin-right:6px;
	padding-top:3px;
	border:none;
}
.orderItem	{
	font-size:11px;
	color:#4b4a4a;
	display:inline-block;
	margin-bottom:10px;
	width:auto;
}
.orderItem a	{
	float:left;
	color:#024269;
	font-size:9px;
	text-decoration:underline;
	font-weight:bold;
	margin-top:6px;
}
.changeItem	{
	margin-right:10px;	
}
div.total-amt {
	margin: 10px 0 0;
}
div.total-amt h5 {
	font-weight: bold;
}
h3.selectedCoupons	{
	border-top:1px solid #98BACF;	
	font-size:14px;
	font-weight:bold;
	color:#0065a3;
	margin:0 10px 10px;
	padding-top:10px;
}
.selectedCouponsAlert	{
	background:#fff;
	border:3px solid #ff0000;
	margin:0 8px 8px 6px;
	padding:6px;
	float:none;
	overflow:auto;
}
.selectedCouponsAlert h3	{
	font-size:24px;
	font-weight:bold;
	color:#024269;
	background:url(../images/icons/couponsAlert.gif) right 6px no-repeat;
}
.selectedCouponsAlert p	{
	font-weight:bold;
	color:#4b4a4a;
	padding:12px 0 !important;
}
.selectedCouponsAlert p.no-price	{
	padding: 0 0 5px 0 !important;
}
.selectedCouponsComplete	{
	background:#fff;
	border:1px solid #bcbcbc;
	margin:0 8px 8px 6px;
	padding:6px;
	float:none;
	overflow:auto;
}
.selectedCouponsComplete h3	{
	font-size:18px;
	font-weight:bold;
	color:#4b4a4a;
	background:url(../images/icons/couponsCheck.gif) right 4px no-repeat;
}
.selectedCouponsComplete p	{
	font-weight:bold;
	color:#4b4a4a;
	padding:12px 0 !important;
	font-size:11px;
}
.selectedCouponsComplete p.no-price	{
	padding: 0 0 5px 0 !important;
}
.selectedCouponsComplete img	{
	float:left;
	margin-right:5px;
}
.leftLink	{
	float:left;
}
.rightLink	{
	float:right;
}
.selectedCouponsAlert a,
.selectedCouponsAlert a:link,
.selectedCouponsAlert a:hover,
.selectedCouponsAlert a:visited,
.selectedCouponsComplete a,
.selectedCouponsComplete a:link,
.selectedCouponsComplete a:hover,
.selectedCouponsComplete a:visited	{
	color:#024269;
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;
}
.bug	{
	font-weight:bold;
	font-size:11px;
}	
.rightCol .mod p.bug	{
	padding-bottom:0px;	
}
.bug a,
.bug a:link,
.bug a:hover,
.bug a:visited	{
	color:#535353;
	text-decoration:underline;
}
a.cufoned	{
	text-transform:uppercase;
	color:#21547b;
	font-size:14px;
	text-decoration:none;
}
a.cufoned:hover	{
	text-decoration:underline;
}
.checkout	{
	display:block;
	height:42px;
	width:167px;
	background:url(../images/buttons/checkout.jpg) top left no-repeat;
	text-indent:-9999px;
	margin: 12px auto 0;
}
.checkout:hover	{
	background-position:0px -42px;	
}
.noBorder	{
	border:none !important;	
}
/* item grids */
.itemsGrid .welcome	{
	width:100%;
	float:left;
}
.itemsGrid .item	{
	width:300px;
	float:left;
	background:none;
	height:150px;
	margin-bottom:35px;
}
.itemsGrid .item .graphic	{
	width:90px;
}
.itemsGrid .item .desc	{
	width:190px;
	padding:0px 10px 0 0;
	font-size:11px;
}
.itemsGrid .item .desc h2	{
	font-size:14px;
}
.itemsGrid .item form div	{
	display:block;
	margin:8px 0;
}
.itemsGrid .item label	{
	display:inline-block;
	width:35px;
	font-weight:bold;
	font-size:11px;
	color:#a1a1a1;
}
.itemsGrid .item .orderAmount	{
	float:none;
}
.itemsGrid a.addToOrder	{
	display:block;
	width:134px;
	height:32px;
	background:url(../images/buttons/addToOrder.jpg) top left no-repeat;
	text-indent:-9999px;
}
.itemsGrid a.addToOrder:hover	{
	background-position: 0px -32px;
}
/* overlays */
.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:636px;     
    height:476px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
/* fonts */
.font11	{
	font-size:11px;
}
.lightWeight	{
	font-weight:normal;
}
.noBg	{
	background:none !important;
}
.checkbox	{
	margin:0 5px;
}
.finePrint	{
	font-size:9px;
	border-top:1px solid #C2CED3;
	margin-top:10px;
}
/* builder */
.builderLeft	{
	width:415px;
	float:left;
	clear:both;
	margin-top:10px;
}
.builderQty	{
	text-align:right;
}
.builderQty .orderAmount	{
	float:none;
	margin-left:8px;
}
.builderRight	{
	margin:0 12px;
	width:165px;
	float:left;
	font-size:10px;
	color:#0078ae;
}
.builderRight ul	{
	margin:10px 0;
}
/* specialty pizzas */
.specialtyHeader	{
	width:595px;
	padding-left:10px;
	height:31px;
	background:url(../images/bkg/hdrSpecialty.jpg) top left no-repeat;
	font-size:16px;
	line-height:31px;
	color:#fff;
	text-transform:uppercase;
	clear:both;
}
.specialtyItem	{
	width:120px;
	height:300px;
	float:left;
	margin-top:15px;
	margin-right:35px;
}
.specialtyItem.last	{
	margin-right:0;	
}
.specialtyItem h3	{
	font-size:12px;
	color:#0078ae;
	font-weight:bold;
	margin:8px 0 5px 0;
	padding:0 8px;
}
.specialtyItem p	{
	font-size:10px;	
	padding:0 8px;
	color:#000;
}
/* location */
#locationContainer	{
	width:593px;
	padding:0 3px;
	background:url(../images/location/bkgLocationContainer.jpg) bottom left no-repeat;
	clear:both;
}
#locationContainer.login	{
	background:url(../images/bkg/loginContent.jpg) bottom left no-repeat;	
}
#locationContainer.login div.usernameLabel {
	float:left;
	width:216px;
}
#locationContainer h2	{
	width:503px;
	height:71px;
	background:url(../images/location/bkgHeader.jpg) top left no-repeat;
	padding-left:90px;
	font-size:24px;
	color:#0065a3;
	vertical-align:middle;
	padding-top:6px;
}
#locationContainer h2.oneline {
	padding-top:22px;	
}
#locationContainer .locationOptions li.listHeader,
#locationContainer .locationOptionsSprite li.listHeader{
	font-size:16px;	
	color:#4b4b4b;
	background:url(../images/location/iconStar.jpg) top left no-repeat;
	line-height:25px;
	padding-left:28px;
}
#locationContent	{
	width:550px;
	margin:15px 20px;
}
.locationOptions ul li,
.locationOptionsSprite ul li{
	display:inline-block;
	padding:10px 8px 10px 0;
}
.locationOptions a,
.locationOptionsSprite a {
	height:71px;
	width:62px;
	text-indent:-9999px;
	display:block;
}
.locationOptionsSprite a	{
	background:url(../images/location/iconsSprite.jpg) top left no-repeat;	
}
.locationOptions a#delivery	{
	background:url(../images/location/deliveryCarryoutSprite.jpg) top left no-repeat;
	width:58px;	
}
.locationOptions a#delivery.active	{
	background-position:0 -71px;
}
.locationOptions a#carryout	{
	background:url(../images/location/deliveryCarryoutSprite.jpg) top left no-repeat;
	background-position:-58px 0;
	width:58px;	
}
.locationOptions a#carryout.active	{
	background-position:-58px -71px;	
}
.locationOptionsSprite a#house	{
	background-position:0 0;	
}
.locationOptionsSprite a#house.active	{
	background-position:0 -71px;	
}
.locationOptionsSprite a#apartment	{
	background-position:-74px 0;	
}
.locationOptionsSprite a#apartment.active	{
	background-position:-74px -71px;	
}
.locationOptionsSprite a#business	{
	background-position:-148px 0;	
}
.locationOptionsSprite a#business.active	{
	background-position:-148px -71px;	
}
.locationOptionsSprite a#campusBase	{
	background-position:-222px 0;	
}
.locationOptionsSprite a#campusBase.active	{
	background-position:-222px -71px;	
}
.locationOptionsSprite a#hotel	{
	background-position:-296px 0;	
}
.locationOptionsSprite a#hotel.active	{
	background-position:-296px -71px;	
}
.locationOptionsSprite a#dorm	{
	background-position:-370px 0;	
}
.locationOptionsSprite a#dorm.active	{
	background-position:-370px -71px;	
}
.locationOptionsSprite a#other	{
	background-position:-446px 0;	
}
.locationOptionsSprite a#other.active	{
	background-position:-446px -71px;	
}
.addNewLocation	{
	width:132px !important;
	height:22px !important;
	line-height:22px !important; /*Needed for IE6*/
	background:url(../images/buttons/addNewLocation.jpg) top left no-repeat;
}
.addNewLocation:hover	{
	background-position:0 -22px;
}
#locationContainer .formative ul	{
	margin:0 0 20px 25px;	
	display:inline-block;
}
#locationContainer .formative ul li	{
	padding:10px 0 0 0;	
}
#locationContainer .formative input,
#locationContainer .formative select {
	margin-right:10px;	
	color:#5f5f5f;
	font-weight:bold;
}
#locationContainer .formative input.text	{
	width:200px;	
}
#locationContainer .formative input.address	{
	width:260px;
}
#locationContainer .formative input.zip	{
	width:100px;
}
#locationContainer .specialtyHeader	{
	width:593px;
	background:url(../images/bkg/locationHdr.jpg) top left no-repeat;
}
#locationContainer .formative #campusAddressTable,
#locationContainer .formative #streetAddressTable {
	margin: 20px 0 20px 5px;
	clear: left;
}
#locationContainer .formative #campusAddressTable td,
#locationContainer .formative #streetAddressTable td {
	padding: 0 1px 10px;
}
#locationContainer .formative #campusAddressTable td.form-label,
#locationContainer .formative #streetAddressTable td.form-label {
	white-space: nowrap;
	width: 115px;
}
#locationContainer .formative #campusAddressTable tr.error td,
#locationContainer .formative #streetAddressTable tr.error td {
	padding: 0 2px;
}
#locationContainer .formative #campusAddressTable .cant-find-campus {
	margin-left: 65px;
}
#locationContainer .formative #campusAddressTable input,
#locationContainer .formative #campusAddressTable select,
#locationContainer .formative #streetAddressTable input,
#locationContainer .formative #streetAddressTable select {
	margin-right:5px;
}
.buildYourOrder	{
	width:164px;
	height:42px;
	background:url(../images/buttons/buildYourOrder.jpg) top left no-repeat;
	display:inline-block;
	text-indent:-9999px;
	margin:0 0 20px 25px;
}
.buildYourOrder:hover	{
	background-position:0 -42px;	
}
.changeCurrentLocation	{
	width:85px;
	height:42px;
	background:url(../images/buttons/save.jpg) top left no-repeat;
	display:inline-block;
	text-indent:-9999px;
	margin:0 0 20px 25px;
}
.changeCurrentLocation:hover	{
	background-position:0 -42px;	
}
.findNewStoreLocation	{
	width:231px;
	height:42px;
	background:url(../images/buttons/findNewStoreLocation.jpg) top left no-repeat;
	display:inline-block;
	text-indent:-9999px;
	margin:0 0 20px 25px;
}
.findNewStoreLocation:hover	{
	background-position:0 -42px;	
}
h3.locationLinks	{
	font-size:14px;
	color:#4b4a4a;
	line-height:20px;
}
ul.login li.small	{
	font-size:10px;
	font-weight:bold;
}
a.login	{
	width:99px;
	height:39px;
	display:block;
	text-indent:-9999px;
	margin:15px 0 10px 0;
	background:url(../images/buttons/login.jpg) top left no-repeat;
}
a.login:hover	{
	background-position:0 -41px;	
}
h2.cufoned	{
	font-size:18px;
	color:#fff;
}
.mod.loginPage	{
	margin-top:26px;	
	background:url(../images/bkg/bkgLoginRightModule.jpg) bottom left no-repeat;
}
.mod.loginPage p	{
	text-align:left;	
}
.mod.loginPage p.cufoned	{
	font-size:16px;	
	color:#4b4b4b;
}
.mod.loginPage a.findAStore	{
	width:151px;
	height:46px;
	display:block;
	text-indent:-9999px;
	background:url(../images/buttons/findAStore.jpg) top left no-repeat;
	margin:0 auto;
}
.mod.loginPage a.findAStore:hover	{
	background-position:0 -46px;	
}
a.viewYourMenu	{
	display:inline-block;
	width:168px;
	height:42px;
	background:url(../images/buttons/viewYourMenu.jpg) top left no-repeat;
	text-indent:-9999px;
	margin:0 0 20px 25px;
}
a.viewYourMenu:hover	{
	background-position:0 -42px;	
}
/** footer **/
.footer {
font-size:10px;
overflow:hidden;
padding:40px 0 0 60px;
position:relative;
top:-21px;
width:920px;
z-index:300;
}
.footer ul {
color:#0064A1;
font-size:11px;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.footer li {
float:left;
}
.footer li a {
padding:0 5px;
}
.footer p {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/footer-p-v1.gif) no-repeat scroll 0 0;
color:#000000;
float:left;
line-height:1.2em;
margin:20px 0 0;
overflow:hidden;
padding:0 0 20px 94px;
width:750px;
}

/* Coupons */
.couponBoxLeft	{
	height:139px;
	width:10px !important;
	background:url(../images/bkg/bkgCouponBoxLeft.gif) top left no-repeat;
	float:left;
	padding:0;
	font-size:11px;
	margin:0 0 0 10px;
}
.couponBox	{
	height:139px;
	background:url(../images/bkg/bkgCouponBoxMiddle.gif) top left repeat-x;
	float:left;
	font-size:11px;
	margin:0;
}
.couponBoxRight	{
	height:139px;
	width:10px !important;
	background:url(../images/bkg/bkgCouponBoxRight.gif) top left no-repeat;
	float:left;
	padding:0;
	font-size:11px;
	margin:0 10px 0 0;
}
.couponBox h3	{
	font-size:14px;
	color:#0065a3;
	margin-bottom:8px;
}
.couponBox p	{
	margin-bottom:10px;	
}
.subHeading {
	font-size:18px;
	color:#0065a3;
}
.subHeading a {
	color:#024269;
	border-bottom:1px solid #024269;
	text-decoration: none; 
}
#couponPickerHeader {
	padding-top:2px;
}
#myAccount fieldset {
	border: 2px groove #F0F0F0;
	padding: 4px 7px 9px;
}
#myAccount legend span	{
	padding:0 8px 0 4px;
}
#myAccount legend input	{
	margin: 0 10px;
}
