

#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .content { overflow:hidden;}

#facebox .content.wide { width:626px; margin-bottom:-11px; background:url(/images/facebox/wide-background.png) repeat-y;}

#facebox h2 {
  font-size:140%;
  border-bottom:1px solid #666;
  background:#717171;
  color:#fff;
  margin-bottom:0;
  margin-top:0;
  padding:10px;
  
}

#facebox .hidden { display: none }
#facebox .failed-validation { color: #ff0000 }

#facebox h2 img { float:left; margin-right:5px;}

#facebox h3 { margin-top:10px; clear:both; font-size:100%; border-bottom:1px solid #DDDDDD; color:#999; padding-bottom:3px; margin-bottom:3px; line-height:1.5; margin-left:10px; margin-right:10px;}

#facebox ul { line-height:1.5; margin-bottom:10px; font-size:120%; margin:10px; color:#666666;} 
#facebox ul li { margin:5px 10px 5px 10px;}
#facebox ul li.meal-type-1 { background:#f4d1d1; padding:4px 6px; width:auto;}
#facebox ul li.meal-type-2 { background:#cff6ad; padding:4px 6px;}
#facebox ul li small { color:#999; margin-left:10px;}
#facebox p { font-size:110%; margin:10px; line-height:1.5;}
#facebox p.intro { background:#efefef; padding:5px 10px;margin:0; border-bottom:1px solid #ccc; font-size:120%;}
#facebox p.intro a { color:#717171;}
#facebox p.intro a:hover { background:#717171; color:#fff;}

#facebox .left-col { width:368px; float:left; padding-right:11px;}
#facebox .right-col { width:247px; float:left;}
#facebox .right-col p.intro { padding-top:16px; padding-bottom:16px; }
#facebox .right-col p.grey-text { color:#999999;}
#facebox .right-col .ingredient-list { display:none;}

#facebox .body {
  background: #fff;
  width: 370px;
  border:1px solid #666;
}

#facebox .loading {
  text-align: center;
  margin:20px;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top:1px solid #ccc;
  background:#efefef;
  padding:5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .footer img {
  vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
