/* Pizza 73 website :: CSS prinatble menu definitions by Yellow Pencil :: July 2007 */
body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-family: "Times New Roman", Times, serif;
  color: #000;
  font-size: 12pt;
  width: 600px;
}

p,ul,ol,li,table,tr,td {
  font-family: "Times New Roman", Times, serif;
  color: #000;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  font-family: "Times New Roman", Times, serif;
}

a,a:link,a:visited {
  color: #000;
  text-decoration: none;
}

h1 {
  font-size: 1.9em;
  text-align: center;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em :
}

h4 {
  font-size: 1em;
}

#header {
  text-align: right;
  margin-right: 50px;
}

img,a img {
  border: 0;
}

#popMenu {
  margin: 0 auto;
}

#popMenu td {
  padding: 0 10px 0 10px;
}

#pizzaMenu td {
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}

.image {
  float: right;
}

.popImage {
  float: left;
  padding-right: 5px;
}

.boxItem {
  clear: both;
}

.boxImage {
  float: right;
}

.title {
  font-weight: bold;
}

.ingredients {
  width: 400px;
}

.boxOptions li {
  text-align: left;
}

.boxDescription {
  text-align: left;
}

#menuMain,#footerMenuPhone,#footerMenuAdmin,#menuAccount,#footerMenuAbout,#footerMenuNews
  {
  display: none;
}