#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: left;
}
#facebox td {
	font-size:18px;
	vertical-align:top;
}
#facebox .popup {
	position: relative;
}
#facebox .basket-body-td {
	width:400px !important;
	height:250px !important;
	background-color:#FFF;
}
#facebox .standard-body-td {
	width:400px !important;
	height:250px !important;
	background-color:#FFF;
}
#facebox .content-container {
	margin:30px 0 0 30px;
}
#facebox .sizeguide-body-td {
	width:700px !important;
	height:600px !important;
	background-color:#FFF;
}
.sizeguide-body-td .close {
	float:right;
	margin:5px 20px 10px 0;
}
#facebox .iframe {
	width:660px;
	height:535px;
	margin:0 0 0 20px;
}
#facebox .content {
	margin-top:10px;
}
#freeThresholdText {
	color:#98c200;
	margin:0 0 7px;
}
.facebox-header {
	font-weight:bold;
	font-size:27px;
	line-height:30px;
	text-transform:uppercase;
	margin:0 0 15px;
}
#facebox .reducePrice {
	font-size:12px;
}
#facebox img {
	border: 0;
	margin: 0;
}
#facebox .footer {
	margin-top: 10px;
}
#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;
}
.hide {
	font-size:12px;
	vertical-align:middle;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}