#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}


#facebox .popup{
/*  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4); */
}

#facebox .content {
/*  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; */
} 

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  width:250px; float:left; margin-right:10px; display:block;
}
#facebox .info {
  width:298px; float:left; font-size:11px; color:#666; min-height:290px;
}
#facebox .info a { color:#565526; text-decoration:none;}
#facebox .info a:hover { color:#4d7af9;}
#facebox .info b{
color:#EA7C23
}
#facebox p {
line-height:18px; padding:0 0 5px 0; margin:0 0 14px 0;
}
#facebox .price{font-size:18px; width:278px; float:right; text-align:right; padding-right:20px;}
#facebox .price .old_price{text-decoration:line-through; display:block; color:#999; }
#facebox .price .new_price{text-decoration:none; display:block;}
#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000000;
  z-index: 99;
}
#facebox .inputsubmit {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    font: 12px tahoma,arial,helvetica,sans-serif;
    padding: 5px;
}
