body {
  width:  100%;
  height: 100%;
  margin: 0;
  padding:0;
  background:#fff;
  font-family: tahoma, verdana, ariel;
  font-size:12px;
  text-align: center; 
  color: #666;
}

table {
  float:left;
  font-family: tahoma, verdana, ariel;
  font-size:12px;
  color: #666;
  margin: 0;
  padding:0;
}
tr,td {
  margin: 0;
  padding:0;
}
a {
	color:#666;
	text-decoration: none;
	cursor:pointer;
}
img {
  border:0;
}
.linkbox a:hover, a:hover {
	color:orange;
}

#container, #header { 
  text-align: left;
  width: 996px;
  margin: 0 auto;
}

#content {
	width:960px;
	/*width:964px;*/
  margin-left:18px;
}

#content p {
	margin-bottom: 1em;
	padding-left:3em;
}

h2, h3 {
	margin: 0;
	padding:0;
	clear:both;
  font-family: georgia;
  font-size:17px;
  font-weight: normal;
}

h3 {
  font-family:  tahoma, verdana, ariel;
  font-size:15px;
  font-weight: bold;
}

#logo {
	display:block;
	background:#fff url('elements/logo.png') top left no-repeat;
	width:304px;
	height:120px;
	float:left;
	margin-left:48px;
	margin-right:16px;
}

#logo a, #logo a:hover {
	display:block;
  width: 164px;
  height:	48px;
	/*width:304px;  /* IE */
	/*height:120px; /* IE */
	font-weight:bold;
	font-size:12px;
	padding-left: 140px;
	padding-top: 72px;
	
	/*mikulas
	padding-top: 122px;
  height:	61px;*/
	color:#888;
}

.inactive_restaurant {
	vertical-align:top;
	width:319px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background-color:#F4F4F4;
  float:left;
}
.inactive_restaurant img {
  margin: 8px 4px 0 4px;
  //margin: 8px 4px 0 2px; /* IE */
  display:block;
  float:left;
}
.inactive_restaurant .restaurant_address {
  margin-left:24px;
}

.restaurant_controls {
	vertical-align:top;
  border-bottom: 1px solid #888;
  width:22px;
  padding-left:2px;
  padding-top:2px;
}

.restaurant_controls a {
  display:block;
  float:left;
}

.restaurant_header {
	vertical-align:top;
  border-bottom: 1px solid #888;
	width:136px;
}

.restaurant_name {
  font-family: georgia;
  font-size:17px;
}
.restaurant_address {
  font-size:10px;
}

.inactive_restaurant .restaurant_name {
  font-size:14px;
  font-weight:bold;
}

.day, .day_today {
	float:left;
	width:160px;
	background: #fff url('elements/menu_separator.gif') top left no-repeat;	
}

.day_today {
  color: #f26522;
}

.monthname {
	float:left;
	width:160px;
  text-align:center;
  height:48px;
  line-height:36px;
}
.days {	
  float:left;
  text-align:center;
  height:48px;
//  height:56px;
  padding-top:8px;
  width:960px;
  border-bottom: 1px solid #888;
  font-family: georgia;
  font-size:20px;
  font-weight: normal;
  line-height:17px;
  background-color:white;
}
.daily_menu, .daily_menu_today0, .daily_menu_today1, .daily_menu_favorite0, .daily_menu_favorite1, #infobox_menu, .ownmenu {
  width:159px;
  vertical-align:top;
  text-align: center;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  color:#777;
	cursor:pointer;
}
.ownmenu {
	cursor:auto;
}
.ownmenu_header {
  width:159px;
  font-size:10px;
  text-align:center;
}
.ownrestaurant {
  border-left: 1px solid #888;
  color:white;
  background-color:#7fbc2d;
  font-size:11px;
  font-weight:bold;
  text-align:center;
}
#ownmenuhelp {
  display:block;
  position:absolute;
  width:800px;
  left:50%;
  margin-left:-320px;
  //margin-left:-321px;
  height:21px;
  padding-top:6px;
  background-color:#e6e6e6;
  border-bottom: 1px solid #888;  
  color:#777;
  z-index:1;
  font-size:12px;
}

.weekly_menu_1, .weekly_menu_2, .weekly_menu_3, .weekly_menu_4, .weekly_menu_5 { 
  vertical-align:top;
  text-align: center;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
}
.weekly_menu_1 { width:799px; }
.weekly_menu_2 { width:399px; }
.weekly_menu_3 { width:266px; }
.weekly_menu_4 { width:199px; }
.weekly_menu_5 { width:159px; }


#ownmenudel1, #ownmenudel2, #ownmenudel3, #ownmenudel4, #ownmenudel5, #ownmenudel6, #ownmenudel7 {
  display:block;
  position:absolute;
  margin-top:-4px;
  margin-left:162px;
  //margin-left:83px;
  visibility: hidden;
}
#ownmenuframe {
  display:block;
  float:left;
  height:36px;
}
#ownmenu {
  background-color:#f6f6f6;
  border-bottom: 1px solid #888;  
}
.ownmenu {
  border-bottom:none;
  width:159px;
  text-align:center;
}

.daily_menu_today1 { background-color:#ffeac1; color:black;}
.daily_menu_today0 { background-color:#e6d3ae; color:black;}
.daily_menu_favorite1 { background-color:#eaffc1;}
.daily_menu_favorite0 { background-color:#d3e6ae;}
.restaurant0, .restaurant1 {
  display:block;
  width:960px;
}
.daily_menu a {
  display:block;
  float:left;
  width:100%;
  height:100%;
}
.restaurant0 { background-color:#e6e6e6; }
.restaurant1 { background-color:#f6f6f6; }

.linkbox {
	display:block;
	float:left;
  font-family: tahoma, verdana, ariel;
  font-size:11px;
	width:188px;
	background: #FFF url('elements/linkbox_bottom.gif') bottom left no-repeat;
	margin:0;
	padding-top:8px;
	padding-bottom:5px;
}

.linkbox h2 {
  padding:0;
  margin:0;
  display:block;
  height:36px;
}

#forrestaurants h2 { background:#FFF url('elements/ettermeknek.gif') top left no-repeat;}
#forguests      h2 { background:#FFF url('elements/vendegeknek.gif') top left no-repeat;}
#about          h2 { background:#FFF url('elements/erdeklodoknek.gif') top left no-repeat;}

.menupoint {
  padding:0;
  margin:0;
  display: block;
  padding-top:4px;
  color:#7f7f7f;
	background: #FFF url('elements/linkbox_li.gif') top left no-repeat;
	height:17px;
	width:188px;
	float:left;
}
.lnk, .lnkSelected {
  float:left;
  background: #FFF url('elements/bullet_green.gif') 0 4px no-repeat;
  margin-left:12px;
  padding-left:10px;
  width:142px;
  // width:136px; /* IE */
  // height:17px; /* IE */
}

#forrestaurants .lnk, #forrestaurants .lnkSelected {background: transparent url('elements/bullet_green.gif') 0 4px no-repeat; width:160px;}
#forguests      .lnk, #forguests      .lnkSelected {background: transparent url('elements/bullet_orange.gif') 0 4px no-repeat}
#about          .lnk, #about          .lnkSelected {background: transparent url('elements/bullet_blue.gif') 0 4px no-repeat; width:160px;}

#forrestaurants .lnkSelected,#forguests .lnkSelected,#about .lnkSelected {
  color:#FF6600;
}
#about {
  clear:right;
}
.filterButton {
  height:16px;
  width:16px;
}
.filterButton img {
  position:relative;
  top:-1px;
}

#infobox {
  position:absolute;
  background-color:#FFF;
  visibility: hidden;
  display: block;
  border:1px solid #CCC;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width:530px;
  height:272px;
  left:50%;
  top:50%;
  margin-top: -136px;
  margin-left:-260px;
  z-index: 1;
	text-align: left;
}
body > div#infobox { position: fixed;}

#infobox h2 {
  font-family: georgia;
}

#map_canvas_infobox {
  float:left;
  border:1px solid #CCC;
  width:256px;
  height:256px;
  margin:8px 0 0 8px; /* IE */
  // margin:8px 0 0 4px; /* IE */
}

#infobox_text {
  display:block;
	position:relative;
  float:left;
  width:232px;
  margin:0;
  padding:4px;
	top:0;
	left:0;
}

#infobox_restaurantInfo, #infobox_menu {
  display:block;
	position:relative;
  float:left;
  padding:4px;
  width:216px;
  border:0;
}

#infobox_menu {
	width:240px;
}


.closeButton, #close_infobox {
  position:absolute;
  display:block;
  float:right;
  height:16px;
  width:16px;
  top:8px;
  right:8px;
}
#close_infobox a {
  display:block;
  background-image: url('buttons/delete.gif');
}

#footer {
  display:block;
  float:left;
	font-size:11px;
  margin-top:8px;
  padding:4px 0 4px 0;
  width:996px;
  text-align:center;
	background-color:#F8F8F8;
	border:1px solid #CCC;
}

#newsbox, #firstStart, #messagebox {
  display:block;
  position:relative;
  width:954px;
  float:left;
  margin-bottom:4px;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  background-color: #eaffc1;
  background-color:#d3e6ae;
  border:2px solid #7fbc2d;
  color:black;
}

#messagebox {
	background: #fddb9c url('elements/warning.gif') no-repeat 8px 4px;
  border: 2px solid #FF0000;
  color:#000;
  font-size:12px;
}

#firstStart {
	/*background: #bfdd96;*/
  background:#F4F4F4;
  border: 2px solid #7fbc2d;
}

#messagebox a {
  color:#C00;
}
#messagebox a:hover {
  color:orange;
}
#newsbox p, #firstStart p, #messagebox p {
  margin:8px;
}
#ownListBox {
  float:left;
  background-color:#f4f4f4;
  margin: 8px 0 8px 0;
  padding: 8px;
  border:1px solid #ccc;
  width:944px;
  /*/width:960px; /* IE */
}

#ownListBox_setup, #ownListBox_ownList {
  display:block;
  float:left;
  font-weight:bold;
  width:412px;
  margin-left:8px;
  height:48px;
  text-align:right;
  margin-right:48px;
}

#ownListBox_ownList {
	clear:right;
  height:48px;
  text-align:left;
  vertical-align:bottom;
}

#ownListBox_available, #ownListBox_chosen {
	background-color:#FFF;
  float:left;
  display:block;
  margin:0;
  padding:0;
}

#ownListBox_chosen {
	margin-left:4px;
}

#ownListBox_available select, #ownListBox_chosen select {
  width:450px;
}

#ownListBox_available div, #ownListBox_chosen div {
	background-color:#F0F0F0;
	border:1px solid #aaa;
  float:left;
  display:block;
  margin-top:4px;
  padding:2px;
  height:32px;
}

#lrbuttons, #udbuttons {
  float:left;
  width:16px;
  margin-left:4px;
}

#lrbuttons input,#udbuttons input {
  margin-bottom:4px;
}

#tabs {
  position:relative;
  display:block;
  float:left;
  clear:both;
  margin:0 0 0 16px;
}

.tabBox {
  float:left;
  background-color:#f4f4f4;
  margin: 16px 1em 1em 1em;
  padding:1em;
  border:1px solid #ccc;
  width:912px;
}

#distanceFilterBox {
  /*height:400px;*/
}

#distanceFilterBox a img, #back_button a img {
  vertical-align: middle;
  height:24px;
  width:24px;
}

#distanceFilterBox #map_canvas {
  float:left;
  border:1px solid #CCC;
  display:block;
  height:512px;
  width:512px;
}

#map_controls {
  width: 378px;
  /*/ width:362px; /* IE */
	display:block;
	float:left;
	margin-left:8px;
	border:1px solid #ccc;	
	padding: 0 0 8px 0;
}

#map_controls input {	
	margin:0px;
	padding:0px;
}

#map_controls_address {
	display:block;
	float:left;
  margin:8px 0 0 8px;
  /*/ margin:8px 0 0 4px; /* IE */
}

#map_controls_address input {
	width:250px;
	float:left;
}

#map_controls_left {
  display:block;
  float:left;
  width:132px;
}
#map_controls_distance, #map_controls_sorting, #map_controls_onlywithmenu {
	display:block;
	float:left;
  margin:8px 0 0 8px;
  // margin:8px 0 0 4px; /* IE */
}
#map_controls_right {
  display:block;
  float:right;
  width:220px;
}
#qrcode, #mobileLink,#qrcode_what {
  margin:8px 8px 0 0;
  // margin:8px 0 0 4px; /* IE */
  display:block;
  float:left;
}
.helpbox {
  font-size:12px;
  padding:1em;
}

.qa {
  float:left;
  display:block;
  clear:both;
  margin:1em;
  margin-left:180px;
  // margin-left:90px; /* IE */
  padding:1em;
  background-color:#F4F4F4;
  border:1px solid #CCC;
  width: 600px;
  line-height:18px;
  text-align:justify;
}
.qa a {
	font-weight:bold;
}
#back_button, #filterSelection {
  position: relative;
  float:left;
  margin:12px 8px 8px 4px;
}

#back_button a {
  display:block;
  float:left;
  padding:4px;
  background-color:#F4F4F4;
  border:1px solid #CCC;  
}

#back_button a:hover {
  background-color:#ffeac1;
  border:1px solid #ffc456;
}

#filterButtons {  
  height:32px;
  background-color:#F4F4F4;
  border:1px solid #CCC;
}
#filterHelpBox{
  font-size: 12px;
  height:14px;
  text-align:center;
}

.foodGroup {
  float:left;
  display:block;
  background:#F8F8F8;
  margin:4px;
  padding:4px;
  border:1px solid #CCC;
  width:148px;
}

.foodGroup input{
  margin:2px;
}

#loaderBox {
  visibility: hidden;
  position:absolute;
  top:30%;
  left:50%;  
  margin-left:-90px;
  z-index: 2;
  width:180px;
  height:40px;
  border:1px solid #ccc;
  background-color: #FFF;
  padding:8px;
}
body > div#loaderBox { position: fixed;}

#newRestaurantsBox {
  display:block;
  float:left;
  border:1px solid #ccc;
  background-color:#F4F4F4;
  width:562px;
  //width:554px;
  margin-bottom:1em;
}
#newRestaurantsBox a {
  float:left;
  width:562px;
  //width:554px;
}
#newRestaurantsHeader {
  float:left;
  width:562px;
  //width:554px;
  margin-top:0.5em;
  padding:4px;
  font-weight:bold;
  font-size:11px;
}

.newRestaurant {
  display:block;
  float:left;
  margin:2px;
  font-size:11px;
}

.newRestaurant a img {
  margin-right:4px;
  vertical-align:top;  
}

#toolTip {
  position:absolute;
  display:block;
  font-size:11px;
  font-weight: bold;
  background-color: white;
  border:1px solid black;
  padding:4px;  
  top:0;
  left:0;
  visibility: hidden;
  text-align:center;
}
.bigButton, .smallButton {
	float:left;
	background: #7fbc2d url('elements/buttonEdgeL.gif') no-repeat;
	height:24px;
	margin-left: 2px;
	padding-left: 2px;
}


.bigButton a, .smallButton a {
	float:left;	
	padding-right: 8px;
	background: transparent url('elements/buttonEdgeR.gif') no-repeat top right;
	height:24px;
	color: #FFF;
	font-weight:bold;
	font-size:12px;
  vertical-align: middle;
}

.smallButton {
	display:block;
	height:16px;
	background: #7fbc2d url('elements/sbuttonEdgeL.gif') no-repeat;
}

.smallButton a {
  height:16px;
	background: transparent url('elements/sbuttonEdgeR.gif') no-repeat top right;
	font-size:10px;
}
#backButton {
	margin:24px 0 0 8px;
}

#searchButton {
	float:left;
	margin-left:8px;
}

#searchButton {
	background-color: #448ccb; /* kek */
}

#backButton, #okButton {
	background-color: #7fbc2d; /* zold */
}

.bigButton img, .smallButton img {
  vertical-align: middle;
}

#restaurantList {
  float:left;
  background-color:#F8F8F8;
  border:1px solid #CCC;
  margin-left:8px;
  margin-top:8px;
  padding:8px;
  height:auto;
  width: 362px;
}


#restaurantList p {
  vertical-align: middle;
  margin:2px; padding:0;
}

.marker0, .marker1, .marker2, .marker3, .marker4, .marker5, .marker6, .marker7, .marker8, .marker9, .markerOff {
	float:left;
	clear:left;
	height:18px;
	background-repeat: no-repeat;	
	padding-left: 16px;
}

.marker0 { background-image: url('markers/s0.gif');}
.marker1 { background-image: url('markers/s1.gif');}
.marker2 { background-image: url('markers/s2.gif');}
.marker3 { background-image: url('markers/s3.gif');}
.marker4 { background-image: url('markers/s4.gif');}
.marker5 { background-image: url('markers/s5.gif');}
.marker6 { background-image: url('markers/s6.gif');}
.marker7 { background-image: url('markers/s7.gif');}
.marker8 { background-image: url('markers/s8.gif');}
.marker9 { background-image: url('markers/s9.gif');}
.markerOff { background-image: url('markers/s.gif');}

#menulistSeparator {
  clear:both;
  height:32px;
  width:960px;
  padding-top:16px;
  font-family: georgia;
  font-size:17px;
  text-align:center;
}

.sContent {
  border:1px solid #888;
  background: #FFF;
  padding:4px;
}

#advertBox {
  width:960px;
  height:64px;
  text-align:center;
  clear:both;
  /*margin-top: 8px;*/
  margin-left:18px;
  padding-left:8px;
  /*border:1px solid #DDD;*/
  display:none;
}
.advert {
  width:234px;
  height:60px;
  margin:2px 6px 2px 0;
  //margin:2px 4px 2px 0;
  float:left;
}
#order {
  float:left;
  display:block;
  width:960px;
  height:12px;
  font-size:9px;
  font-family: tahoma, verdana;
  text-align:left;  
  background-color:white;
  margin: 8px 0 0 0;
  
}
#order a {
  padding:2px;
}
#order a:hover {
  text-decoration: none;  
}
#order a:hover {
  text-decoration: underline;  
}

.orderSelected {
  background-color:#000;
  color:white;
  font-weight:bold;
}

.formHeader {
  display:block;
  float:left;
  width:160px;
  text-align:right;
  margin-right:8px;
  clear:left;
  margin-bottom:4px;  
}
#recommend input, #recommend textarea{
  float:left;
  font-family:tahoma, verdana;
  font-size:12px;
  width:160px;
  margin-bottom:4px;
}

#recommend textarea{
  width:320px;
  height:80px;
}
#recommend .formButton {
  width:48px;
}
#recommend img {
  margin-bottom:4px;
}
#recommend #antispam {
  display:block;
  float:left;
  width:80px;
  height:24px;
  margin-right: 8px;
}

#recommend .smallButton {
  margin-top:4px;
}

.formError {
  font-weight:bold;
  text-align:center;
  color: red;
}
/*
#qrcode {
  display:block;
  float:left;
  width:210px;
  height:210px;
  margin:8px 0 8px 8px;
  text-align:center;
}

#qrcode_desc {
  display:block;
  float:left;
  width:360px;
}*/
