﻿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,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/*remember to define focus styles!*/
:focus{outline:0;}
/*remember to highlight inserts somehow!*/
ins{text-decoration:none;}
del{text-decoration:line-through;}
/*tables still need 'cellspacing="0"' in the markup*/
table{border-collapse:collapse;border-spacing:0;}
/* End Meyer Reset ------------------------------------------------------------ */


body {
    font-size: 1em;
    color: #418FA5;
    font-family: Arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:hover, a:active {
	color:#FFF;
	text-decoration:none;
}
form {
    margin: 0;
    padding: 0;
}
#wrapper {
    height: 340px;
    width: 290px;
    float: left;
    display: inline;
    margin: 3px;
    overflow:hidden;
	border:1px solid #333;
}
*html #wrapper {
	background-image:none;
}
#restaurant{display:none}
#book{width:100px}
#multioffersScroller{position:absolute;bottom:5px;left:10px;width:268px;height:29px;background: transparent url(../images/70cent_bg.png);font-weight:600;font-family: Georgia, serif;}
#multioffersLeft, #multioffersRight{float:left;width:28px;height:100%;cursor:pointer;text-indent:-9999px;background: transparent url(../images/offer-arrow-left.png) no-repeat 0 0;}
#multioffersRight{background: transparent url(../images/offer-arrow-right.png) no-repeat 0 0;}
#multioffersCentre{float:left;width:212px;text-align:center;color:#B72E1D;padding-top:5px;}
#multioffersLeft:hover{background: transparent url(../images/offer-arrow-left.png) no-repeat 0 -28px;}
#multioffersRight:hover{background: transparent url(../images/offer-arrow-right.png) no-repeat 0 -28px;}


#restPickerDiv
{
    position: absolute;
	z-index:9999;
    float: left;
    width: 268px;
    height:300px;
    color: #000;
    top: 23px;
    left: 3px;
    background: transparent url(../images/70cent_dk.png);
    font-weight: bold;
    font-size: 100%;
	padding:10px;
	overflow:auto;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#restPickerDiv h1 {
    padding: 0 0 10px 0;
    width: 100%;
    font-weight:600;
    font-family: Georgia, serif;
    font-size: 12px;
	line-height:110%;
	color:#fff;
}
#BLRest li
{
    width:98%;
    padding:4px 0 4px 2px;
    background-color:#333;
    border-bottom:2px solid #eee;
    min-height:28px;
    cursor:pointer;
}
#BLRest li:hover{background-color:#555}
*html #BLRest li{height:28px}
#BLRest .rptitle{width:100%;font-size:12px;color:#fff;display:block}
#BLRest .rpaddress{width:100%;font-size:10px;margin-top:3px;color:#fff;display:block;line-height:13px;}
.restpicker{cursor:pointer;padding-left:50px !Important;}
.restpicker:hover{text-decoration:underline;}

#DropDownListTime {height:20px;}
.choosefullprice{padding:5px 0;background-color:#eee;color:red;font-weight:bold;}
.offerpopupfullpricetext{color: black !important;text-decoration:underline !Important;display: block;font-size: 10px;margin-top: 5px;}

.tooltip {
  cursor: url(../images/my-mouse-pointer3.cur),default;
  position:relative;
  z-index:0;
  cursor: pointer\9;
  cursor: hand\9;
}
*+html .tooltip {
  cursor: pointer;
  cursor: hand;
}
.tooltip p {
  margin-left: -9999em;
  position: absolute;
  z-index:9999;
}
.tooltip:hover p {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  line-height:11px;
  padding:0;
	margin:2em -40px;
  position:absolute;
  z-index: 9999;
  width:160px;
  padding:5px;
  color:#FFF;
	background: #191f22;
	border: 1px solid #FFF;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.cal_weekend .tooltip:hover p {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  line-height:11px;
  padding:0;
	margin:2em -120px;
  position:absolute;
  z-index: 9999;
  width:160px;
  padding:5px;
  color:#FFF;
	background: #191f22;
	border: 1px solid #FFF;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.dayOfferTip {
	position:relative;
	background: #FFFFAA;
	color:#000000;
	border: 1px solid #FFAD33;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	}
/* Day offers */


#dailymarketingInner {
    position: absolute;
	z-index:9998;
    float: left;
    width: 268px;
    height:290px;
    color: #000;
    top: 33px;
    left: 3px;
    background: transparent url(../images/70cent_dk.png);
    padding:20px 14px 0 10px;
	text-align:center;
}
#dailymarketingInner h1 {
    position: relative;
    padding: 10px 0 0 10px;
    width: 250px;
    text-align:center;
    background: transparent url(../images/70cent_bg.png);
    font-weight:600;
    font-family: Georgia, serif;
    font-size: 110%;
	line-height:125%;
	color:#000;
}
#dailymarketingInner p {
	position: relative;
    margin: 0;
	font-size:12px;
    padding: 10px 0 50px 10px;
    width: 250px;
    text-align:left;
    background: transparent url(../images/70cent_bg.png);
}

#closeDailyMark {
    position: absolute;
	left:75px;
    background: transparent url(../images/closeoffer.png) no-repeat 0 0;
    width: 153px;
    height: 34px;
	margin:-40px 0 0 0;
	font-size:1%;
	color:#FFF;
	text-indent:-9999px;
}

#closeDailyMark:hover {
    background: transparent url(../images/closeoffer.png) no-repeat 0 -34px;
}

#offerErrorInner a{color:#FF0000 !Important}

#covers {
    float:left;
    margin: 5px 0 5px 32px;
	padding:4px 0 0 10px;
	width:220px;
	height:25px;
	background:transparent url(../images/covers_bg_dk.png) no-repeat 0 0;
}
#covers.next {
  opacity: 0.5;
}
*html #covers{
	margin-left:15px;
	padding-left:95px;
}
#covers span
{
    font-size:13px;
    color:White;
    width:85px;
    float:left;
    padding:5px 0 0 5px;
    text-indent:-300px;
}
*+html #covers span{text-indent:0;}
#covers span:after{content:'No. of Diners';padding-left:283px;}

#marketinglabel2{position:inherit !Important;margin-left:5px;}

/* firefox hacks */
@-moz-document url-prefix() {
td.cal_weekend, td.cal_today, td.cal_othermonth, td.cal_day, td.cal_selectday, td.cal_notavail {
padding:0 !Important;
}
}
/* ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    table.col, .cal_weekend, .cal_today, .cal_othermonth, .cal_day, .cal_selectday, .cal_notavail { padding:0!Important;height:28px!Important}
    .tooltip { cursor: pointer!Important; }
}
#fbpost{color:#3b5998;font-family:helvetica, arial, sans-serif;background-image: url(../images/facebook.png);background-size: 20px 20px; background-repeat:no-repeat;background-position:left;padding-left:22px}
.addToCalendarText{color: black !important;text-decoration:underline !Important;display: block;font-size: 11px;margin-top: 5px;}
