/**************************************************************************/
/* Prices
/**************************************************************************/

div.price h2 {
  padding-bottom:5px;
  border-bottom:2px solid RGB(224,109,132);
  font-size:14pt;
}

div.price table {
  /*table-layout:fixed;*/
}

div.price table th.image {
  width:0%
}

div.price table th.details {
  width:90%;
}

div.price table th.price {
  width:10%;
}

div.price table th {
  visibility:hidden;
}

div.price table td.image,
div.price table td.details,
div.price table td.price {
  border-bottom:1px solid RGB(230,230,230);
}

div.price table td.note {
  padding:20px;
}

div.price table td.note p {
  margin:0;
  text-align:center;
}

div.price table td.note div {
  padding:10px;
  background-color:RGB(245,245,245);
  border:1px solid RGB(200,200,200);
}

div.price table td.note a.controls {
  float:right;
  font-size:8pt;
}

div.price table td.details {
  width:80%;
}

div.price table td.price {
  width:20%;
  text-align:right;
  color:green;
  font-weight:bold;
}

div.price table td.details div.title,
div.price table td.details div.title a {
  font-size:10pt;
}

div.price table td.image img {
  border:none;
}

div.price table td.details div.details {
  margin-left:20px;
}

div.price table td.details div.details p {
  margin-top:4px;
  margin-bottom:4px;
  font-size:8pt;
  line-height:18px;
}

div.price table img {
  border:1px solid RGB(160,160,160);
  background-color:RGB(255,255,255);
  vertical-align:text-bottom;
}

/**************************************************************************/
/* Food menu
/**************************************************************************/

div.food h2 {
  padding-bottom:5px;
  border-bottom:2px solid RGB(224,109,132);
  font-size:14pt;
}

div.food table {
  background-image:url(/img/standard/layout/food02.jpg);
  background-position:top right;
  background-repeat:repeat-y;
}

div.food table {
  table-layout:fixed;
}

div.food table th.details {
  width:90%;
}

div.food table th.price {
  width:10%;
}

div.food table th {
  visibility:hidden;
}

div.food table td.details,
div.food table td.price {
  border-bottom:1px solid RGB(230,230,230);
}

div.food table td.note {
  padding:20px;
}

div.food table td.note p {
  margin:0;
  text-align:center;
}

div.food table td.note div {
  padding:10px;
  /*background-color:RGB(245,245,245);*/
  border:1px solid RGB(200,200,200);
}

div.food table td.note a.controls {
  float:right;
  /*font-size:8pt;*/
}

div.food table td.details {
  width:80%;
}

div.food table td.price {
  width:20%;
  text-align:right;
  color:green;
  font-weight:bold;
}

div.food table td.details div.title,
div.food table td.details div.title a {
  font-size:10pt;
}

div.food table td.details div.details {
  padding-left:20px;
}

div.food table td.details div.details p {
  margin:0;
  font-size:8pt;
  line-height:18px;
}

div.food table img {
  border:1px solid RGB(160,160,160);
  background-color:RGB(255,255,255);
  vertical-align:text-bottom;
}
