#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: 1000;
  text-align: left;
}

#facebox h1{
 color:#990000; 
 font-weight: bold; 
 font-style: inherit; 
 font-family: inherit; 
 font-size:135%;  
 display:inline;
 float:right;
 clear:both;
 text-align:right;
 margin-bottom:3px;
}

#facebox h2{
 color:#004e14; 
}

#facebox hr{
float:right;
clear:both;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 20px;
  background: #fff;
  width: 500px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
  clear:both;
}

#product_image img{
  border: 0;
  margin: 0;
  float:right;
  max-width:200px;
  bottom:10px;
}

#facebox .amazon-logo{display:inline;}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  float:left;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 5px;
  width: 5px;
  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: #fff;
  z-index: 199;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#facebox .close{float:right; clear:both; margin-top:-10px; margin-right:-10px;}

#facebox .content{clear:both; margin-top:3px;}

#prod-overview{
float: right;
margin:50px 10px 0px 0px;
text-align:right;
}

#prod-fa{
float: left;
}

#facebox a{color: #990000; text-decoration: none; display:inline; clear:both;}
#facebox a:hover, #facebox a:focus{ text-decoration: underline;}