@charset "UTF-8";

/* stop copying me! */

.figurezoom {
  width: 820px;
  font-size: 14px;
  display: none;
	background:#FFF;
	text-align:left;
	border-radius:2px;
	border:1px solid #cdcdcd;
	box-shadow:0 4px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 4px 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 4px 15px rgba(0,0,0,0.3);
}

.figurezoom .top {
  width: 100%;
  height: 5px;
}
.figurezoom .bottom {
  width: 770px;
  padding: 17px 23px 18px 27px;
	font-size:14px;
	line-height:18px;
}
.figurezoom .bottom .description {
  border-top:1px solid #DCDCDC;
  font-size:14px;
  margin-top:18px;
	text-align:left;
}
.figurezoom h5 {
	border-top:1px solid #DCDCDC;
  font-size: 16px;
	line-height:23px;
  font-weight: normal;
  color: #F37321;
  margin: 10px 0px 0px 0px;
	padding: 10px 0 0 0;
	text-align:left;
}

.figurezoom p {
	text-align:left;
  font-size: 14px;
	line-height:18px;
  margin: 0px 0px 8px 0px;
}

.figurezoom ul {
  font-size: 1em;
  padding: 0px 0px 10px 15px;
  margin: 0px;
}

/* overlay */
#simplemodal-overlay {  
  background-color: #DCDCDC;
}

/* container */
#simplemodal-container {
  width: 820px;
  height: auto !important;
  background-color: transparent;
  border: none;
  /*margin-left: -380px;*/   
  top: 5% !important;
  left: 50%;
}

.simplemodal-wrap {
  overflow: visible !important;
 }

#simplemodal-container a.modalCloseImg {
  width: 25px;
  height: 25px;
  background: url('//static.bdbiosciences.com/images/close_x.png') no-repeat 0px 0px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3200;
  display: inline;
  cursor: pointer;
}

#simplemodal-container a.modalCloseImg:hover {
  background-position: 0px -25px;
  border-bottom: none;
}

#simplemodal-container #basicModalContent {
  padding: 0px;
}