body {
	padding:20px;
	margin: 0px;
	background-color: #FFF; /*#d6d6d6;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	word-spacing: 0.1em;

}
a:focus { 
	outline: none;
	
}
.innerBody {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/design/whiteAreaBg.png);
	background-repeat: no-repeat;
	background-position:  top left;
	min-height: 300px;
	padding-top: 10px;
	padding-left:20px;
	position: relative;
	padding-right: 20px;
}

.innerBodyBottom  {
	width: 990px;
	margin: 0px auto;
	background-image: url(../images/design/whiteAreaBgBottom.png);
	background-position: left bottom;
	height: 25px;
	
}
.top {
	height:42px;
	position: relative;	
}
.layout td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.layout small {
	font-size: 10px;
	font-weight: bold;
	color: #6a6a6a;
	
}
.checkoutTitle {
	font-size: 28px;
	color: #333333;
	font-weight:bold;
	padding-top:4px;	
}
.stepName {
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
position:relative;
}
.steps {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 530px;
	height: 50px;
	overflow: hidden;
}
.steps a {text-decoration: none;}
.steps .step {
	font-size: 12px;
	width: 85px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	float:left;
	background-image: url(../images/design/steps-digits.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #a0a0a0;	
	text-decoration: none;		
}
.steps .passed {
	color:#fa7676
}
.steps .current {
	color: #ff0000;
}
.steps .step1 {
	background-position: 7px 2px;
}
.steps .step2 {
	background-position: 7px -118px;
}
.steps .step3 {
	background-position: 7px -241px;
}
.steps .step4 {
	background-position: 7px -365px;
}
.steps .passed .step1 {
	background-position: 7px -78px;
}
.steps .passed .step2 {
	background-position: 7px -199px;
}
.steps .passed .step3 {
	background-position: 7px -321px;
}
.steps .passed .step4 {
	background-position: 7px -445px;
}
.steps .current .step1 {
	background-position: 7px -37px;
}
.steps .current .step2 {
	background-position: 7px -159px;
}
.steps .current .step3 {
	background-position: 7px -280px;
}
.steps .current .step4 {
	background-position: 7px -404px;
}

.padding-8 .tips-text {
	font-size: 11px;
}

.checkoutBoxLeft {
	float: left;
	background-color:#eeeeee;
	padding:10px;
	position:relative;
	width: 610px;
	border: 1px solid #cccccc;
	min-height: 240px;
}
.checkoutBoxRight {
	float: left;
	background-color:#eeeeee;
	padding:10px;
	position:relative;
	width: 270px;
	border: 1px solid #cccccc;	
	margin-left:16px;	
	min-height: 225px;	
}

.checkoutBoxBig {
	width:910px;
}
#checkout-form-object #checkout-step-10 .checkoutBoxBig{
	width:910px;
}

.rightBody {
	padding-top: 5px;
	font-size: 14px;
}
.corners {
	position: absolute;
	width:10px;
	height: 10px;
	background-image: url(../images/design/cornersw.png);
	background-repeat:no-repeat;
}

.TL {
	top:-1px;
	left: -1px;
	background-position: left top;
}
.TR {
	top:-1px;
	right: -1px;
	background-position: right top;
}
.BL {
	bottom:-1px;
	left: -1px;
	background-position: left bottom;
}
.BR {
	bottom:-1px;
	right: -1px;
	background-position: right bottom;
}
#body_choose_time .corners {
	position: absolute;
	width:10px;
	height: 10px;
	background-image: url(../images/design/corners.png);
	background-repeat:no-repeat;
}

#body_choose_time .TL {
	top:-1px;
	left: -1px;
	background-position: left top;
}
#body_choose_time .TR {
	top:-1px;
	right: -1px;
	background-position: right top;
}
#body_choose_time .BL {
	bottom:-1px;
	left: -1px;
	background-position: left bottom;
}
#body_choose_time .BR {
	bottom:-1px;
	right: -1px;
	background-position: right bottom;
}



/* UNIFORM */


 

#checkout-form-holder label {
	float: left;
	clear: both;
	line-height: 20px;
	margin-bottom: 5px;
}

h2 {
	clear: left;
}

div.checker {
	height: 18px;
	width: 18px;
	overflow: hidden;
	border: solid 1px #B5B8C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	float: left;
	display: inline;
	margin-right: 5px;
	position: relative;
}

div.checker.focus {
	border-color: #999;
}

div.checker.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.checker span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.checker span.checked {
	background: url(../images/design/check.gif) no-repeat center center;
}

div.checker span input {
	position: absolute;
	opacity: 0;
}

/* Radio box */

div.radio {
	height: 19px;
	width: 19px;
	overflow: hidden;
	background: #fff url(../images/design/radio-off.gif) repeat-x left 0px;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
	x-webkit-border-radius: 10px;
	x-moz-border-radius: 13px;
	xborder-radius: 13px;
	xborder: solid 2px #B5B8C8;
	
	height: 23px;
	width: 23px;
	
	border:0 none;
}

div.radio.focus {
	border-color: #ff0000;
}

div.radio.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
}

div.radio span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.radio span.checked {
	background-image: url(../images/design/radio.gif);
	background-repeat: no-repeat;
	background-position: center;

}

div.radio span input {
	position: absolute;
	opacity: 0;
}

/* Select Box */

div.selector {
	display: block;
	border:1px solid #B5B8C8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	background: url(../images/design/input.png) repeat-x left 0px;
	line-height: 26px;
	margin-top: 3px;
	text-shadow: 0 1px 0 #fff;
	height: 26px;
	color: #131313;
	

}


.error div.selector {
	border:1px solid #ff0000;
	color: #ff0000;

}

div.selector.focus {
	border-color: #999;
}

div.selector span {
	position: absolute;
	top: 0px; left:0px;
	xfont-size: 1em;
	padding: 0;
	display: block;
	padding-left: 6px;
	padding-right: 20px;
	background: url(../images/design/select.gif) no-repeat right 60%;
	right: 0;
	white-space: nowrap;
}
div.selector.focus span {
	padding-left: 5px;
	background-color:#FFFCDC;
}
div.selector select {
	position: relative;
	xfont-size: 1.1em;
	font-size: 16px;
	padding: 0;
	line-height: 23px;
	border: 0;
	margin: 0;
	padding-right: 40px;
	min-width: 15px;
	width:100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.selector option {
	line-height: 23px;
	font-size: 14px;
}
#checkout-choosetime-selector-D-holder .selector, #checkout-choosetime-selector-C-holder .selector {
	clear: both;
	width: 130px;
}
/* UNIFORM */


input[type="text"], input[type="password"] , textarea, #checkout-form-holder select, #checkout-form-holder select.card-input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	padding:5px !important;
	font-size:1em;
	background-image: url(../images/design/input.png);
	background-repeat: repeat-x;
	border:1px solid #B5B8C8;
	width:90%;
	color: #131313;
}

input[type="text"]:focus, input[type="password"]:focus , textarea:focus{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	padding:5px;
	font-size:1em;
	background-color:#fffcdc;
	background-image: none;
	border:1px solid #B5B8C8;
	width:90%;
}

input[type="text"].short:focus, input[type="text"].short {
	width: auto;
}
#checkout-form-holder select, #checkout-form-holder option {
font-size:12px;
width:auto;
}


#checkout-form-holder select.card-input {
width:55px !important;
}

.error input[type="text"], .error input[type="password"] {
	color: #ff0000;
	font-weight: bold;
	border:1px solid #ff0000;	
}
.error, .mandatory  {
	color: #ff0000;
	font-weight: bold;
	padding: 0px;
}

/* TOOLTIP */ 

div.tooltip { 
    background-color:#000; 
	border:1px solid #B5B8C8;
    padding:7px 15px; 
    padding-left: 10px;
    width:240px;
    /*left:0px !important;*/ 
    /*display:none;*/ 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
    z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
	/*top:50px !important;*/
	clear:both;
}

/* */

.mainButtons {
	position: relative;
	margin: 0 auto;
	width: 990px;
}
.backButton {
	position: absolute;
	top:0px;
	left: 0px;
}
.nextButton {
	position: absolute;
	top:0px;
	right: 5px;
}
/*
.nextButton:focus, .nextButton:active {
	border:1px dotted red;
}
*/


.viewCart {
	background-image:url(../images/design/cartBox.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	left: 244px;
}
.viewCart a {
	background-image:url(../images/design/cartBoxRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	color: #3e3e3e;
	display: block;
	height: 45px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 40px;
	padding-right: 65px;
	font-size:  20px;
}
input:focus {
	outline:none;
}


/*** New Items ***/ 
#checkoutInfoOrMemberDecoration span {display: none;}
#checkoutInfoOrMemberDecoration {
	position:absolute;
	background-image: url(../images/design/orIconStep1.png);
	background-repeat: no-repeat;
	width:45px;
	height: 45px;
	top:145px;
	left: 638px;
}

div#scrollWrapper #checkoutInfoOrMemberDecoration {
top:103px;
}

#checkout-step-10 .checkoutBoxLeft {
width:590px;
}

#checkout-step-10 .checkoutBoxRight {
width:260px;
margin-left:45px;
}

#body_choose_time input, #body_choose_time textarea {
	margin-top:3px;
	margin-bottom: 2px;
}
.tdRow {
	padding-top: 3px;
}

.innerBody td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	word-spacing: 0.1em;
}
.trustedLogos {
	text-align: center;
}
/*** Eugene fixes ***/
body {
padding:0px;
text-align:left;
}

#site-footer {
text-align:center;
background-color: #FFF;
}

#mainmenu-holder {
background-color: #FFF;
}



#exposeMask {
background-color:#FFF;
}

#checkout-form-holder .error {
	/*padding-left:0px;*/
	position: relative;
}

.innerBody {
overflow:hidden;
}

#checkout-form-holder .tdRow, #checkout-form-holder .tdRow small {
clear:both; display:block;
}

.checkoutFormHolder {
}

.addressSelectorSmall {
height:60px;
}

#body_choose_time #bottom-bar {
padding-top:60px;
}
.ajaxLoading {
    /* background-image:url(../images/design/loading.gif);
     background-repeat: no-repeat;
     background-position: center 50px; */

}
.ajaxLoading .innerBody .layout, div#scrollWrapper .top {
 opacity:0.25;
}

.ajaxLoading .mainButtons {
display:none;
}

.ghosted {
/*opacity:0.25;*/
}

/*** Order items **/

.myOrderTotals {
width:100%;
}

.rightBody .myOrderTotals .myUpsellOffer .selector span{
	overflow:hidden  !important;
}
.rightBody .myOrderTotals .myUpsellOffer select{
	width:260px !important;
}


.rightBody .myOrderTotals .mySpecialOffer .selector span{
	overflow:hidden !important;
}
.rightBody .myOrderTotals .mySpecialOffer select{
	width:260px !important;
}


.formatCurrency {
text-align:right;
}

.myDeliveryCharge, .myCardSurcharge{
	color:#666666;
}
body #zoom_content .myDeliveryCharge td,
body #zoom_content .myCardSurcharge td{
	font-size:9px;
}


/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../images/design/overlay/white_close.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:250px; 
    height:370px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../images/design/overlay/close_white_button.png); 
    position:absolute; 
    left:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px;	
} 


/** scroller */
div#scrollWrapper {
overflow:hidden;
position:relative;
padding:0px;
width:990px;
}

div#scrollWrapper .scrollWrapperBottom {
position:absolute;
left:0px; bottom:0px;
background-image: url(../images/design/whiteAreaBgBottom.png);
background-position: left bottom;
background-repeat:no-repeat;
height: 25px;
width:990px;
}

div#scrollWrapper div.items {
clear:both;
position:absolute;
width:20000em;
}

div#scrollWrapper div.items div.checkoutFormHolder {
float:left;
}

div#scrollWrapper div.items div.checkoutFormHolder .mainButtons {
display:none;
}

#checkout-form-holder.ajaxLoading {
/*border:1px solid red;*/
}

div#scrollWrapper div.items div.innerBody, div#scrollWrapper div.items div.innerBodyBottom {
background-image:none;
}

div#scrollWrapper div.items div.innerBody {
padding-bottom:45px;
}

div#scrollWrapper div.innerBody {

}

div#scrollWrapper .top {
margin:10px 20px 0px;
height:32px;
}

div#scrollWrapper div.innerBody .top {
display:none;
}

.inlineTable, .inlineTable  td{
padding:0px; margin:0px; border:0px none;
}

.checkoutCustlocOther.cannotDeliver, .cannotUse {
opacity:0.6;
text-decoration:line-through;
color:#aaa;
}

#checkout-delivery-new-form {
clear:both;
}

#checkout-order-type-time-selector {
overflow:hidden;
}


#checkout-choose-payment-method {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#checkout-choose-payment-method li {
	
}
.orderInfoSummary {
	border-bottom: 2px solid #FF0000;
	margin-bottom: 10px;
}
.orderInfoSummary td {
	border-top: 1px solid #ccc;
	margin:0px;
}

.orderInfoSummary .orderInfoRestaurant img{
	float:left;
	padding-right:10px;
}

#checkout-order-special-requests {
	margin-top:10px;
}
/*** general site css override  ***/

#primarycontent-right, #auxcontent, #primarycontent, #primarycontent-center, div#main-container, #maincontent, #leftcontent, #rightcontent {
background-color:transparent;
padding:0px;
}

#leftcontent {
/*float:none;*/
}

#maincontent {
	width: 950px;
	margin: 0 auto;	
/*	background-image: url(../images/design/whiteAreaBg.png); */
	background-repeat: no-repeat;
	background-position:  top left;
	min-height: 300px;
	padding-top: 0px;
	padding-left:20px;
	padding-right: 20px;
	overflow:hidden;
}

#auxcontent {
padding:0px;
width:265px;
}


#primarycontent-right .panel {
width:566px !important;
}
#primarycontent .panel table.menu_display_table,
#primarycontent .panel table.menu_display_table table,
#edit_panel_main_table, #primarycontent-right .panel table.menu_display_table, #primarycontent-right .panel table.menu_display_table table {
width:450px !important;
}
#primarycontent-right .panel#restaurant-general-info, #checkout-form-panel, #primarycontent .panel, #offline-info-box {
margin-bottom:0px;
width:663px !important;
}
#panel-frequently-asked-questions .paneli{
	min-height:500px;
}


/**
 * Expand styles
 */
a.expander{
	padding-left:10px;
}
a.collapsed{
	background: url('../images/icons/collapse.gif') left center no-repeat;
}
a.expanded{
	background: url('../images/icons/expand.gif') left center no-repeat;
}

/**
panels style
*/
.paneli {
background-image:none;
background-color:transparent;
background-color:#fff;
padding:10px;
position:relative;
border: 1px solid #959595;
}

.panelt {
background-image:none;
padding:0px; margin:0px;
}

.panelt .panelTitle {
background-image:none;
overflow:visible;
white-space:nowrap;
font-size: 18px;
color: #333333;
border-bottom: 1px solid #dddddd;
padding:0px; margin:0px;
padding-bottom: 5px;
font-weight:normal;
width:100%;
}

.websiteRestInfo .shareContentDivider {
	float:right;
	display:block;
	margin:0px 10px;
	font-size: 12px;
	color: #CCCCCC;		
}
.shareContent {
	display:block;
	float:right;
	height:20px;
	margin-right:2px;
}
.websiteRestInfo .fLeft {
	float:left;
}
.shareContent.facebook {
	width:380px;
	position:relative;
	float:left;
}
.shareContent.google {
	width:auto;
	position:relative;
	float:left;
	margin-left:14px;
	margin-right:0px;
	margin-top:1px;
}

.shareContent.facebook .numberCoverage {
	z-index:3000;
	display:block;
	position:absolute;
	background-color:white;
	width:70px;
	height:21px;
	right:-10px;
	top:0px;
}

.shareContent.facebook #share-facebook-content {
	position:absolute;
	top:-4px;
	left:0px;
	z-index:2000;
}

.shareContent.facebook a {
	background-image:url('../images/icons/facebook.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	z-index:4000;
	display:block;
	height:20px;
	width:50px;
	position:absolute;
	top:0px;	
	left:0px;
}
.websiteRestInfo .shareContent.byEmail a {
	background-image:url('../images/icons/envelope.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	position:relative;
	=top:-3px;	
}
.websiteRestInfo .shareContent a {
	text-decoration:none;	
	color:#585858;	
	font-size:13px;
	display:inline-block;
	padding-left:18px;		
}

#rest-share-by-email, .popupWindow {
	display:none;
	position:fixed;
	top:100px;
}

.newsShow .shareContent.facebook{
	margin-left:0px;
	float:none;
	margin-top:5px;
}

.websiteRestInfo .errors {
	
	
}

#share-email-form .error {
	
	/*position:relative;*/
	
}
#share-email-form .error.tooltip {
	z-index:1000;	
}

#facebook-like .panelTitle {
	text-align:center;
}
#rest-email-form .panelTitle {
	margin-top:30px;
}
#rest-email-form {
	width:380px;
	padding-top:10px;
	text-align:center;	
}

#rest-email-form form {
	text-align:left;
}
.panel .panelTitle h1 {
font-size:18px;
font-weight:normal;
}

.panelt div {
height:19px;
line-height:19px;
}

.panel, .panelb, .panelb div {
background-image:none;
background-color:transparent;
}

.panel {
padding: 0px 0px 20px;
}

.panelContent {
}

.panelInnerTable {
width:100%;
}

.edit_panel_item_header {
/*background:transparent url(images/global_reversefade.jpg) left top repeat-x;*/
}

#restaurant-menu-panel .panelt {
}

table tr.menuitem_bg_0, table tr.region_bg_0, .region_bg_0 {
/*background-color: #F6F4EA;*/
}

table tr.menuitem_bg_1, table tr.region_bg_1, .region_bg_1 {
background-color: transparent;
}

#checkout-order-type-time-selector {
	float:left;
	position: relative;
	width:250px;
}
 #checkout-delivery-guest-location-form {
 	float:left;
 	padding-left: 20px;
 	width: 335px;
 	
 }
 .subjectLine {
 	/*font-weight: bold;*/
 	padding-top: 10px;
 	padding-bottom: 10px;
 	display: block;
	color:#333333;	
 
 }
#checkout-delivery-edit-address a {

} 
#checkout-address-selector {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-image:url(../images/design/input.png);
background-color:#fff;
background-repeat:repeat-x;
border:1px solid #B5B8C8;
color:#131313;
font-size:1em;
padding:10px;
width:94%;	
}
#checkout-address-selector option {
	font-size:11px !important;
 }
 #tips-text {
 	display: block;
 }
 #checkout-payment-method-cash li {
 	overflow: hidden;
 
 }
 
 #checkout-choosetime-selector-C-holder,  #checkout-choosetime-selector-D-holder  {
 	margin-top:25px;
 	margin-bottom: 6px;
 
 }
 
#checkout-choose-payment-method label {
background-image:url(../images/design/cards.png);	
background-repeat:no-repeat;
padding-left: 70px;	
padding-top: 9px;
height: 30px;
}

#checkout-choose-payment-method div {
/*display: block;*/
}
 
.paymentMethodCash label{
 	background-position:left 1px;
}

 .paymentMethodOnlineVisa label {
  	background-position:left -39px;
 }
 .paymentMethodOnlineDelta label {
	background-position:left -80px;
 }
 .paymentMethodOnlineElectron label {
	background-position:left -120px;
 }
 .paymentMethodOnlineMastercard label {
	background-position:left -160px;
 }
 .paymentMethodOnlineMaestro label {
	background-position:left -200px;
 }
 .paymentMethodOnlineSolo label {
	background-position:left -240px;
 }
 
 .paymentMethodCheque label{
 	background-position:left -275px;
}

 .paymentMethodOnlineAccount label{
 	background-position:left -310px;
}
 
 .myOrderTable td {
 	padding-left: 5px;
 }
 .myOrderTable .label {
 	font-size: 25px;
 }
.rightContentHolder {
 /*	background-color: #fff !important;*/
 	padding: 0 !important;
 	float:left !important;
 	width: 255px !important;
 }
.rightContentHolder #panel-new-restaurant-updates, .rightContentHolder #panel-customer-reviews {
 	width: auto !important;
}

#panel-hungryhouse-co-uk-order-takeaway-online, #panel-hungryhouse-co-uk-promotion {
 	width: 430px !important;
 }
#panel-trying-us-for-the-first-time {
 	width: 346px !important;
 }
#primarycontent {
 	width:682px !important;
}
.menuitem_bg_1 td {
 	background-color: #fff !important;
 
 }
.menuitem_bg_0 td , .region_bg_0  {
 	/*background-color: #edecec !important;*/
 
 } 
.error-text {
	color: red !important;
} 
.reviewsLink {
	display: block;
}

ul.menuTabs, ul.sideTabs {
left:-104px;
}
ul.menuTabs li a, ul.sideTabs li a {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu_display_table td {
	font-size: 12px;
	background-color:transparent; /* !important;*/

}
a.menusection_links:hover span {
	text-decoration: underline;
}
.menuTabItemActive a , .menuTabItemActive a:hover {
	color: #000;
}
#menu_div {
	margin-left:97px;
}
.locationInfoBox {
clear:both;
position:relative;
}
.orderTypeSwitcher {
overflow:hidden;
margin-bottom:5px;
}
.checkoutIWouldLike {
float:left;
padding:9px 4px 0px 0px;
}
.orderTypeSwitcher div.selector {
float:left;
width:125px;
}

.chooseTimeSelector {
clear:both;
}

.checkoutCustlocOther .locationInfoBox {
display:none;
}

#checkout-delivery-to-current {
	margin-top: 10px;
/*	float:left;*/
}
#checkout-delivery-edit-address {
	margin-top: 10px;
}
#body_edit_new_location .region_bg_0 {
	background-color: transparent !important;
	}
.form-text-input {
	float:none !important;
}
.infoBoxPopup {
/*-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;*/
	padding: 7px;
/*	background-color: red;*/
	margin-left: 7px;
	float: left;
	margin-top: 5px;
	background-image: url(../images/design/comment.png);
	background-repeat: no-repeat;
	background-position:  5px 5px;
	padding-left: 28px;
	height:11px;

}

/*.mySpecialOffer .infoBoxPopup {
width:11px;
float:right;
margin-top:-15px;
padding:0px 7px 15px;
background-position:  5px 1px;
}*/
.mySpecialOffer .infoBoxPopup {
width:11px;
float:right;
padding:0px 7px 15px;
background-position:  5px 1px;
margin:0px;
}

/*.offerHolder {white-space:normal; overflow:hidden; width:190px;}*/
.offerHolder {white-space:normal; overflow:hidden;}

/*.offerHolder .offerDesc {
float:left; width:155px; padding-top:1px;
}*/
.offerHolder .offerDesc {
float:left; padding-top:1px;
width:112px;
}
.checkoutBoxRight .offerHolder .offerDesc {
width:125px;	
}
/*
.mySpecialOffer .offerDataHolder {
width:70px;
}*/

.infoBoxPopup span {
display:none;
}

.infoLastStep {
padding:15px 5px 15px;
color:#6A6A6A;
font-size:10px;
}

span.tooltipPopup {
	background-color:#000; 
	border:1px solid #B5B8C8;
	padding:7px 15px; 
	padding-left: 10px;
	width:180px;
	display:none; 
	color:#fff; 
	text-align:left; 
	font-size:12px; 
	z-index: 999;
	white-space:normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
}
span.tooltipPopup p{
	margin:0px;
	padding:7px 0 7px 0;
}
span.tooltipPopup ul{
	margin:0px;
	padding:0px 0px 0px 15px;
	padding-bottom:7px;
}
.smallEditButtonHolder {
	margin-right: 7px;
	margin-bottom: 10px;
	float:left;
}
.infoBoxEditButton .smallEditButtonHolder {
	float:none;
}
.smallEditButton {
	height:21px;	
	width:43px;
	display: block;
	background-image: url(../images/design/edit-button.png);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}
.smallEditButton span {display: none;}

.chooseAddressSpan {
float:left;
}

#checkout-new-locaddr .smallEditButton {
margin-left:3px;
margin-top:-5px;
}

#checkout-step-40 .checkoutBoxRight .smallEditButton {
position:absolute;
top:1px;right:1px;
}

.editOrderButtonsHolder {
height:40px;
position:relative;
}

.orderTypeRestricted {
clear:both;
display:block;
font-size:12px;
font-weight:bold;
padding-left:32px;
position:absolute;
right:0;
}

.addChangeToOrder {
position:absolute;
right:0px;top:0px;
}

.backToMenuButton {
position:absolute;
left:0px;top:0px;
}

.offerDataHolder {
overflow:hidden;
}

.offerDataHolder .offerAmount {
float:right;
}
.offerDataHolder div.checker span input {
position:relative;
}

#checkout-step-20 .checkoutBoxLeft {
	width: 270px;
}
#checkout-step-20 .checkoutBoxRight {
	width: 610px;	
}
.img-link {
 
}
.offerShortDesc{
	display:block;
	margin-top:3px;
	width:60%;	
}

#checkout-form-holder .SpecialOfferOption .selector .offerOptionsSelector{
	width:100%;
}

.spec_desc_indent {
width:190px;
}


.searchResultsRow td {
	background-color:  #EDECEC;
}
.postcodeGoButtonHolder {
	/*top:17px !important;*/
}



#my-order-location td{
	vertical-align:middle;
}
#my-order-location .locationWrapper{
	position:relative;
}
.postcodeGoButtonHolder{
	margin-top:-12px;
}
#my-order-location .locationWrapper{
	padding-top:0px;
}
	



/*.locationInfoBox {
	position: absolute;
	right:10px;
	top: 48px;
	border: 1px solid #ddd;
	padding: 10px;
	padding-top: 40px;
	width: 183px;
	background-color: #fff;
}*/
#checkout-delivery-edit-address {
	position: absolute;
	right:156px;
	top: 45px;
	xborder-left: 1px solid #ddd;
	xpadding-left: 10px;	
}
.locationInfoBox .locName {font-weight: bold}
#body_contact .form-label {
	float:none;
	display: block;
}
.form-textarea-input-left { 
	width:90%;
	}
#body_reviews #panel-customer-reviews {
	width: 663px !important;
}


#my-order-panel .offerOptionsSelector {
	width:99%;
}

.offerOptionsSelector {
	font-size: 12px;
}
.form-text-input-5 {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-image:url(../images/design/input.png);
background-repeat:repeat-x;
border:1px solid #B5B8C8;
color:#131313;
font-size:1em;
padding:5px;
width:90%;
}
#rightcontent {
	float:left;
	margin-left:20px;
}
.bodyWelcome{
	overflow-x:hidden;
} 
.bodyWelcome #maincontent {
	width: 850px;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
}
#message3 {
	font-size: 10px;
}
#leftcontent { 
	width:430px;
}
ul.menuTabs .menuTabItemActive, ul.sideTabs .sideTabItemActive {
	position: relative;
	right: -1px;	
}
#checkout-new-locaddr #checkout-address-selector {
	width: 560px !important;

}
.chooseAddressSpan span {
	font-weight: bold;
	font-size: 15px;
}
.smallEditButtonHolder #checkout-address-postcode-edit {
	xposition: absolute;
	xtop: 43px;
	xleft: 224px;
}
.AddressIsNotListed {
	font-size: 12px;
	color: #fff;
	background-color: red;
	padding: 3px;
	border: 1px solid #e0dede;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;	
}
table tr.menuitem_header td {
	background-color:#999999;
}
.warning {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fbd8d8;
	padding: 3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;	
}
#checkout-delivery-to-others {
	overflow: hidden;
	padding-top: 5px;
	margin-top: 40px;
	margin-bottom: 5px;	
}
.login-table-left {
	text-align: left;
}

.onElementFocus {
	border: 1pxs dashed red;
}

.locationInfoBox {
	background-color: #fff;
	padding: 10px;

-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;	
}
#checkout-delivery-to-new {
	font-weight: bold;
}
.addressSelector {
	width: 593px !important;
	padding: 5px;
	height: 100px;
	
}
#body_reviews .find-tr-border-right div {
	overflow: hidden;
	width:  405px;
	
}
.specialRequestsCharsCounter input {
	width: 40px;
	margin-right: 10px;
}


.reviewCell .reviewText {
width:370px;
text-align:justify;
word-wrap:break-word;
}

.reviewCell td {
vertical-align:top;
}

.reviewCell td.reviewRate{
padding-top:5px;
}
.reviewCell td.reviewRate .ratings{
	display:none;
}

.reviewCell td.reviewDate {
padding-top:12px;
}

.reviewText .reviewNote {
display:block;
text-align:center;
color:#666;
font-size:9px;
}

.reviewText br {
margin-bottom:5px;
}

.reviewText .tips-text {
display:block;
text-align:right;
margin-top:10px;
}


/* cleaning up */
.panelb, .panelb  div {height:0px;}

div#time-online, ul#sub-menu li, .menu_display_table td .menuitem_desc, .label-normal {font-size:10px;}

div#main-container, #bottom-bar  {background-color:#D6D6D6;}
table tr.menuitem_bg_0 td {background-color:#F6F4EA}
#bottom-bar {background-position: 0 bottom;}
#order_next_button .error {text-align:right;}


#menu_panel_title {
height:20px;
}

#glossary-overlay,
#orderbuild-overlay { 
    /* overlay is hidden before loading */ 
    display:none; 
 	background-image:url('../images/design/overlay/spacer.gif');
    /* standard decorations */ 
    width:360px; 
    height:auto;
}

.glossaryDisclaimer {
border-top:1px solid #DDDDDD;
padding-top:5px;
margin-top:20px;
}

.glossTitle {
border-bottom:1px solid #DDDDDD;
font-size:17px;
font-weight:normal;
margin-bottom:10px;
padding-bottom:5px;
}

.glossImg {
margin-right:15px;
}

.glossContent, .glossContent p {
text-align:justify;
}
#orderbuild-overlay .glossContent{
	text-align:left;
}

#glossary-overlay .seeAlso {
font-size:11px;
}

#glossary-overlay .close,
#orderbuild-overlay .close {
width:28px; height:28px;
position:absolute; top:0px; left:0px;
background:url(../images/design/overlay/apple-close.png) center no-repeat;
cursor:pointer;
}




#join-cust-lead-source {
width:100%;
}

#hungryhouse-family-row {
margin-top:40px;
}

.hungryhouseTrust {
margin-bottom:20px;
}

#rhs-order-build-info {
width:auto!important;
}

#my-order-location .custLocHolder .locationDescription{
	float:none;
}


/** Welcome page **/
.bodyWelcome .homeSlide{
	padding-left:9px;
	margin-top:5px;
	margin-bottom:7px;
}
.bodyWelcome .homeSlide .homepage-heading-text{
	float:left;
}
.bodyWelcome .homeSlide ul{
	padding:0px;
	margin:0px;
	float:left;
	clear:left;
}
.bodyWelcome .homeSlide ul li{
	list-style:none;
	color:#555045;
	font-size:10px;
	display:none;
	float:left;
}
.bodyWelcome .homeSlide ul li.slideVis{
	display:block;
}
.bodyWelcome .homeSlide img{
	float:right;
}
.bodyWelcome .homeSlide .navSlide{
	/*float:left;
	position:relative;
	*/
	clear:both;
}
.bodyWelcome .slideHIW ul{
	width:150px;
	height:45px;
}
.bodyWelcome .slideBWT ul{
	width:250px;
	height:45px;
}

/** Pagination **/
.pager .current{
	font-weight:bold;
}


/** Welcome page with video player **/
#panel-order-takeaway-online-video #message{
    bottom: 15px;
    height: 33px;
    position: absolute;
    right: 20px;
    width: 215px;
}
#panel-order-takeaway-online-video .slideHIW #message li{
	width:215px;
	height: 29px;
}
#panel-order-takeaway-online-video .slideHIW #message li span{
	position:absolute;
	bottom:0px;
	line-height:10px;
}
#panel-order-takeaway-movie,
#panel-order-takeaway-movie #video-tutorial{
	float:left;
	width:240px;
	height:175px;
	position:relative;
}
#panel-order-takeaway-text{
	float:right;
	width:145px;
}
.bodyWelcome #panel-order-takeaway-online-video .slideBWT ul{
	width:145px;
	height:60px;
}
#panel-order-takeaway-online-video .slideBWT #message2 li{
	width:145px;
}
#panel-order-takeaway-online-video .slideBWT .homepage-heading-text{
	padding-bottom:10px;
}
#panel-order-takeaway-movie a{
	position:absolute;
	width:99px;
	height:70px;
	overflow:hidden;
	opacity:0.7;
	text-indent:-1000px;
	top:45px;
	left:65px;
	background:url(../images/slides/video/button.youtube.png) left top no-repeat;
}
#panel-order-takeaway-movie a:hover{
	opacity:1;
}


/** My details form **/
#panel-my-details form p{
	padding:0 0 10px 0;
	margin:0 0 0 0;
}
#panel-my-details form label{
	width:100px;
	margin:0px;
	line-height:32px;
}
#panel-my-details form p input{
	width:400px;
	margin:5px 0 5px 0;
}
#panel-my-details form p select{
	margin:5px 5px 5px 0;
}
#panel-my-details form p select.form-text-input{
	background-color:none;
}
#panel-my-details form p.mydetailsTitle select{
	width:50px;
}
#panel-my-details form p.mydetailsTitle input{
	width:340px;
}

/** What our customers are saying **/
.customersSayingUglyHolder{
	padding:8px 3px 8px 3px;
	border:1px solid #0066CC;
	background: #FDFFCD;
}
.customersSayingHolder{
	/*border:1px solid red;*/
	background:url(../images/misc/qleft.gif) left top no-repeat;
	overflow-x:hidden;
}
.customersSayingWrapper{
	/*border:1px solid blue;*/
	
}
.customersSayingReviewsList{
	width:100000%;
}
.customersSayingHolder .customerSayingReview{
	/*border:1px solid green;*/
	font-size:10px;
	float:left;
	width:345px;
	padding:0px 30px 10px 30px;
	text-align:justify;
	background:url(../images/misc/qright.gif) right bottom no-repeat;
	color:#555045;
	font-size:10px;
	font-weight:normal;
	word-wrap:break-word;
}
/** Ugly **/
.customersSayingUglyHolder .customerSayingReview{
	color: #0066CC;
}
.customersSayingUglyHolder .customersSayingHolder .customerSayingReview{
	width:338px;
}
.customerSayingNavigation{
	margin-left:9px;
}

/**Social network **/
#customers-saying .social{
	margin-top:12px;
	text-align:center;
}
#customers-saying .social a{
	padding-bottom:0px !important;
}
#customers-saying .social .reviewsImage{
	float:right;
	padding-right:2px;
	padding-top:4px;
}

/** Order confirmation page **/
#panel-customer-feedback .form-textarea-input-left{
	width:440px;
}
#panel-customer-feedback .form-image{
	margin-top:32px;
}
/** Short join forms **/
a.membershipJoinButton img{
	margin:12px 0 12px 0;
}
.fromMbshUpgrade{
	width:99%;
}
.orderSubmittedTwitIt{
	background:url("images/misc/tweet-it.gif") no-repeat scroll right top #FFFFFF;
	display:block;
	height:63px;
	overflow:hidden;
	position:absolute;
	right:10px;
	text-indent:-1000px;
	top:10px;
	width:144px;
}
/*
.orderSubmittedTwitIt{
	background:url("images/misc/iphone-app-op.png") no-repeat scroll right top #FFFFFF;
	display:block;
	height:45px;
	overflow:hidden;
	position:absolute;
	right:10px;
	text-indent:-1000px;
	top:12px;
	width:143px;
}*/
.socialTwitterFeed{
	width:320px;
	float:left;
}
.socialFacebookFeed{
	width:320px;
	float:right;
	text-align:right;
}

/** order trtacking page **/
#order-tracking th, #order-tracking td {
	padding:4px 4px;	
} 
#order-tracking .reference th, #order-tracking .reference td {
	vertical-align:middle;
} 
#order-tracking .reference td input[type="text"] {
	width:100px;
	position:relative;
	top:2px;
	=top:6px;
} 

/** order submitted / pending page **/

#order-submitted-livelink {

	border:1px solid #DDDDDD;
	padding:10px;
	margin:10px 0px 20px 0px;
}
#order-submitted-status {
	height:47px;
	margin-top:10px;
}
#order-submitted-status div {	
	float:left;
	margin-right:15px;
}
#order-submitted-status div.orderSubmittedStatusWorking {
	display:none;
}
#order-submitted-status div.orderSubmittedStatusDone {
	
}
#order-submitted-status span {
	display:block;
	padding:15px 0px 10px 100px;
	font-size:13px;
	font-weight:normal;	
}

/** Search page **/
.changeFavorite {
padding-bottom:3px;
}

.changeFavorite button, .changeFavorite .button {
	background:url("../images/icons/thumbs-up-off.gif") no-repeat scroll left center transparent;
	border:none;
	cursor:pointer;
	display:block;
	overflow:hidden;	
	height:22px;
	margin:0px;
	line-height:18px;
	width:18px;
}
.changeFavorite .button span, .changeFavorite button span{
	display:none;
}
.changeFavorite button.searchFavoriteRemove{
	background:url("../images/icons/thumbs-up-on.gif") no-repeat scroll left center transparent;
}
.custloc_pref{
	margin-bottom:7px;
}
.searchRestNew{
	display:block;
	height:70px;
	width:90px;
	position:relative;
	margin-top:-72px;
	background:url("images/restlogos/new.gif") left top no-repeat;
}

.searchPanel .panelt .panelTitle{
	overflow:visible;
	white-space:normal;
}
.searchPanel .panelt div,
.searchPanel .panelt{
	height:auto;
}

#panel-what-are-the-benefits-of-being-a-member .panelTitle {
white-space:normal; overflow:visible; height:auto;
}

#panel-what-are-the-benefits-of-being-a-member .panelt {
height:auto;padding-bottom:10px;
}

/* general tweaking */
ul, li {
margin:0px; padding:0px;
}

ul {
padding-left:20px;
}

img.shareEmail {	
	height:440px;
}

#sign-form-holder h3 {
	margin:20px 0px 5px 0px;	
}
#sign-form-holder .float-right.clear  {
	margin-top:15px;
}

#sign-in-popup-wrapper {
	
	width:285px;
}

.popupWrapper  {
position:relative;
z-index:1000;
}
.popupWrapper .close {
background:url("../images/design/overlay/apple-close.png") no-repeat scroll center center transparent;
cursor:pointer;
height:28px;
left:2px;
position:absolute;
top:8px;
width:28px;
}

.menuitem_separator_text {
font-style:italic;
padding-top:4px;
padding-bottom:4px;
}

/** Improve checkout buttons fixes is here **/
.OBfindRestaurantButton{
	display:block;
	background:url("../images/buttons/restaurants-n.gif") left top no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	width:108px;
	height:43px;
}
.OBsaveOrderButton{
	display:block;
	background:url("../images/buttons/save-order-n.gif") left top no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	width:108px;
	height:43px;	
}
.OBnotesText{
	margin:0px;
	padding:5px 10px 0 10px;
	color:#666;
	font-size:9px;
	text-align:center;
}


/** Google likes **/
#likes {
    height: 60px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 60px;
}
#top-tool-tips {
	right:70px;
}


/** Placeholder class **/
.placeholder{
	color:#777777 !important;
	font-style:italic;
}

