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

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

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

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

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

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

#facebox .popup {
  position: relative;
}

/* Product Detail Specific */
#facebox div.fb_pbox {
  padding: 10px;
  width: 720px;
  border: 1px solid #555;
}

#facebox div.fb_phead h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 6px 0 0;
  width: 600px;
}

#facebox div.fb_phead p.close,
#facebox div.fb_vhead p.close {
  float: right;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}
#facebox div.fb_vhead p.close {
  padding-bottom: 2px;
}
#facebox div.popper p.close a,
#facebox div.fb_phead p.close a,
#facebox div.fb_vhead p.close a {
  color: #ad1a1c;
}

#facebox div.popper p.close a:hover,
#facebox div.fb_phead p.close a:hover,
#facebox div.fb_vhead p.close a:hover {
  color: #fff;
}

#facebox div.fb_pbody,
#facebox div.fb_vbody {
  text-align: center;
}

#facebox div.fb_pbody {
  padding: 16px 0 10px;
}

/* Other Specific Video */

#facebox div.fb_vbox {
  padding: 2px 10px 10px;
  border: 1px solid #555;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  /*padding: 10px;*/
  background: #000;
  width: 465px;
}

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

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

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

#facebox .footer {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  text-align: right;
}

#facebox .footer .close_image {
  display: none;
}

#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: 9999;
}

#facebox .preview {
  margin-left: 0;
  color: #b4b4b4;
}

#facebox .preview table {
  border: solid 1px #b4b4b4;
  border-collapse: separate;
  background-color: #000;
  border-spacing: 0;: 0;
  margin-bottom: 5px;
}

#facebox .preview table caption {
  caption-side: top;
  margin-bottom: 5px;
}

#facebox .preview table * {
  border: none;
}

#facebox .preview table tr,
#facebox .preview table th,
#facebox .preview table td {
  border: none;
  border-size: 0;
}

#facebox .preview table th,
#facebox .preview table td {
  padding: 2px 6px;
  text-align: center;
}

#facebox .preview table th {
  background-color: #2e2e2e;
  font-weight: normal;
  border-bottom: 1px solid #444;
}

#facebox .preview table tbody tr:nth-child(odd) {
  background-color: #1f1f1f;
}

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

