html {
 overflow-y: scroll;
}
body {
 font-family: tahoma;
 font-size: 9pt;
}
p {
 margin-top: 12px;
 margin-bottom: 0px;
}
.singleborder {
/*border: 1 solid #000;*/
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}
.thickborder {
    border-color: #000;
    border-width: 4px;
    border-style: solid;
}
.bottomborder {
    border-color: #000;
    border-width: 0 0 1px 0;
    border-style: solid;
}
a:link, a:visited {
color: #050;
text-decoration: none;
}
a:hover {
color: #070;
text-decoration: underline;
}
td {
font-family: tahoma;
font-size: 9pt;
}
.menu, .menu a:link, .menu a:visited {
color: #FFFFD7;
text-decoration: none;
font-size: 11pt;
}
.menu a:hover {
color: #FFFF66;
text-decoration: none;
}
.bottominfo {
color: #E5E5C0;
font-size: 10pt;
}
.titletext {
font-size: 13pt;
font-weight: bold;
}
.titletext2 {
font-size: 13pt;
}
.specialname {
/*font-family: Times;*/
color: #800;
font-size: 13pt;
font-weight: bold;
/*letter-spacing: -1;*/
}
.specialname:hover {
color: #C00;
text-decoration: underline;
}

#imageContainer {
	position:relative;
	margin:auto;
	/*height:416px;*/
	/*width:318px;*/
	/*border:1px solid #000;*/
	background: black;
}

.rMenu table {
  margin-top: 3px;
  margin-bottom: 3px;
}
.rMenu p {
  font-family: Tahoma;
  font-size: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 1px;
  line-height: 6pt;
  color: #332;
  /*font-style:italic;*/
}
.mPrice {
  font-size: 10px;
  line-height: 12pt;
  color: black;
  /*font-style:normal;*/
}
.mSpeciality {
  font-size: 11px;
  margin-left: 2px;
  line-height: 12pt;
}
.mDrink {
  font-size: 12px;
  font-weight: bold;
  color: #800;
  height: 17px;
}
.popupTitle {
  color: white;
  font-weight: bold;
  margin-left: 10px;
}
.popupClose {
  align: right;
  margin-right: 5px;
}
