@CHARSET "ISO-8859-1";

div#lunchguide img.header {
	display: block;
	margin-top: 11px;
	margin-bottom: 26px;
}

div#lunchguide form {
	font-weight: bold;
}

div#lunchguide img.restaurantLogo {
	display: block;
	/*width: 110px;
	height: 50px;*/
	padding: 3px;
/* 	border: 1px solid #d1d1d1; */
}

img.restaurantLogoWeek {
	display: block;
	width: 110px;
	height: 50px;
	padding: 3px;
	border: 1px solid #d1d1d1;
}

div#lunchguide h1 {
	font-size: 13px;
}

div#lunchguide div.restaurant h1 {
	display: none;
}

div#lunchguide h2 {
	font-size: 13px;
	color: #cc0014;
	margin: 0;
	padding: 0;
}

div#lunchguide ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

div#lunchguide div.extraInfoLink {
	text-align: right;
	background-color: #ebebeb;
	margin-top: 2px;
}
div#lunchguide img.restaurantWeek {
	margin-bottom: 4px;
	margin-left:0px;
	margin-right:200px;
}

div#lunchguide img.restaurantWeekMenu {
	margin-bottom: 4px;
	margin-left:2px;
	margin-right:200px;
	margin-top:34px;
}


div#lunchguide table.detail {
	width: 100%;
}

div#lunchguide table.week {
	background-color: #ebebeb;
	border-collapse: collapse;
	width: 100%;
}

td.logoweek {
	padding: 0px;
    vertical-align: top;
	background-color: #fff;
	background-image: url(/images/restaurant/bg-logo.gif);
	background-position:  3px 5px;
	background-repeat: no-repeat;
	border-right: 2px solid #fff;
	width: 45%;
}


div#lunchguide table.info {
	background-color: #ebebeb;
	border-collapse: collapse;
	width: 100%;
}

div#lunchguide table td {
	vertical-align: top;
}

div#lunchguide table td p {
	margin-top: 0;
	padding-top: 0;
}


div#lunchguide table.info td.logonew, div#lunchguide table.detail td.logonew {
	width: 121px;
	background-color: #fff;
	padding-right:3px;
}
/*
div#lunchguide table.info td {
	padding: 9px;
	padding-left: 11px;
	padding-right: 11px;
}
*/
/*
div#lunchguide table.info td.logo, div#lunchguide table.detail td.logo {
	padding: 0px;
	width: 120px;
	background-color: #fff;
	background-image: url(/images/restaurant/bg-logo.gif);
	background-position:  3px 5px;
	background-repeat: no-repeat;
	border-right: 2px solid #fff;
}
*/
div#lunchguide table.detail td.logo {
	padding: 0px;
	width: 120px;
	background-color: #fff;
	background-image: url(/images/restaurant/bg-logo.gif);
	background-position:  3px 5px;
	background-repeat: no-repeat;
	border-right: 2px solid #fff;
}

div#lunchguide table.info td.offers {
	width: 134px;
	padding: 9px;
	padding-left: 11px;
	padding-right: 11px;
}

div#lunchguide table.info td.more {
	padding: 9px;
	padding-left: 11px;
	padding-right: 11px;
}

div#lunchguide table.info p.open {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
}

div#lunchguide div.clear {
	clear: both;
}

div#lunchguide p.description a {
	font-weight: bold;
}

div#lunchguide div.restaurant, div#lunchguide div.restaurantImages {
	padding-bottom: 10px;
	margin-top: 10px;
}

div#lunchguide div.restaurantImages, div#lunchguide table.detail {
	border-bottom: 1px solid #d1d1d1;
}

div#lunchguide div.restaurantForm {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
}

div#lunchguide div.restaurantFormWeek {
	border-bottom: 10px solid #ce0021;
	margin-left: 10px;
}


div#lunchguide div.address {
	margin-top: 2px;
}

div#lunchguide div.restaurantImages img {
	display: inline;
	width: 265px;
	height: 190px;
}

div#lunchguide form#restaurantForm {
	margin-top: 10px;
}
div.restaurantWeekMenuHead {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 35px;
	border-bottom: 2px solid #d7d7d7;

}
div.restaurantWeekMenu {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;

}


