#facebox {
  position: absolute;
  z-index: 65560;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:0px solid rgba(0,0,0,0);
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-box-shadow:0 0 28px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 28px rgba(0,0,0,0.8);
  box-shadow:0 0 28px rgba(0,0,0,0.8);
}

#facebox .content {
  display:table;
  /* width: 370px; */
  width: auto;
  padding: 10px;
  background: #000;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:4px; width:400px; height:192px;
}

#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;
  width:8px;
  height:8px;
  background:url(../images/facebox/closelabel.png) no-repeat;
  /* opacity:0.3; */
}
#facebox .content a.continue{ 
background: #c90223; /* Old browsers */
background: -moz-linear-gradient(top,  #c90223 0%, #160e62 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90223), color-stop(100%,#160e62)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c90223 0%,#160e62 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c90223 0%,#160e62 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c90223 0%,#160e62 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c90223 0%,#160e62 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90223', endColorstr='#160e62',GradientType=0 ); /* IE6-9 */

border:1px solid #7b7b7b; color:#fff; width:160px; margin:0 auto; display:block; height:40px; text-align:center; line-height:40px;   

}

#facebox .popup a.showcart {
background: #c90223; /* Old browsers */
background: -moz-linear-gradient(top,  #c90223 0%, #160e62 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90223), color-stop(100%,#160e62)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c90223 0%,#160e62 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c90223 0%,#160e62 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c90223 0%,#160e62 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c90223 0%,#160e62 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90223', endColorstr='#160e62',GradientType=0 ); /* IE6-9 */

border:1px solid #7b7b7b; padding:0; border-radius:0; color:#fff; width:160px; margin:10px auto; display:block; height:40px; text-align:center; line-height:40px; float:none; 
}

#facebox .content h4{ font-size:22px; font-weight:normal; color:#737373; margin:30px 0; display:block; text-align:center;}

/*#facebox .close:hover{
  opacity:1.0;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}
*/

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

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

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

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

.facebox_hide {
  z-index:-100;
}

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