#rest_links {
	width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#restaurant_about, #rest_main, .rest_menu_section {
  border-style: solid;
  border-width: 1px;
  padding: 1em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}


.menu_nav li a {
  list-style: none;
  height: 1.5em;
  line-height: 1.5em;
  width: 10.5em;
  display: block;
  border: 0.1em solid;
  text-decoration: none;
  text-align: center;
}

.rest_nav, .rest_nav_sel {
  padding-left: 0.5em;
  padding-right: 0.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.price {
	text-align: right;
	padding-left: 1em;
  font-size: 108%;
}

.section_table TR {
	vertical-align: top;
}

.order_now {
  font-size: 123.1%;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
}

.rest_menu_section {
	width: 700px;
  margin-top: 1em;
}

.rest_menu .name {
  display: block;
}

.rest_menu .desc {
  display: block;
}

.rest_menu_section .name {
  display: block;
}

.rest_menu_section .desc {
  display: block;
}

.larger {
  font-size: 123.1%;
}

.section_grid_hd {
  text-align: right;
  padding-right: 1em;
  font-weight: bold;
}

.section_table_2col .col2 {
  padding-left: 1em;
}

.section_table, .section_table_2col {
	width: 100%;
}

.rest_nav_sel {
  font-weight: bold
}

.rest .name {
  font-size: xx-large;
}

.rest_menu .name {
  font-size: x-large;
  font-weight: bold;
}

.rest_menu_section .name {
  font-size: larger;
  margin-bottom: .5em;
}

.item {
	white-space: nowrap;
  font-size: 108%;
  float: left;
  clear: left;
  margin-top: .3em;
}

.rest_menu_section .item_dets {
  font-size: smaller;
}

.rest_menu_section .desc, .sect_desc {
  font-style: italic;
}

.rest_menu_section .item_desc {
  font-style: italic;
  padding-left: 5em;
  float: left;
  clear: both;
  margin-top: .3em;
}

.rest_menu_section .rec {
  font-size: smaller;
  font-weight: bold;
  font-style: italic;
}

.rest_menu_section .rec_side {
  font-size: smaller
  font-style: italic;
}

#rest_links {
  font-size: larger;
}
