#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #000;
  width: 370px;
  color: #fff;
}

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

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

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

#facebox .footer {
  border-top: 1px solid #424242;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

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

#facebox table.facetab {
	width: 950px;
}

#facebox table.facetab tr.compare {
	border-bottom: 1px dashed #202020;
}

#facebox table.facetab td {
	text-align: center;
	font-size: 11px;
	border-bottom: 0;
	padding: 10px 0;
	vertical-align: top;
}

#facebox table.facetab tr td p {
	height: 53px;
}

#facebox table.facetab tr td p span {
	font-style: italic;
}

#facebox table.facetab tr td p.line-two {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
}

#facebox div.legend {
	margin-top: 20px;
}

#facebox div.legend h3 {
	font-size: 22px;
	font-style: italic;
	color: #ffde01;
}

#facebox div.legend div.ic {
	float: left;
	width: 45px;
	height: 13px;
	background: url(../images/legend_bg.gif) no-repeat;
	padding-left: 30px;
	margin-top: 15px;
}

#facebox div.legend div.icon-1 {background-position: 0 0;}
#facebox div.legend div.icon-2 {background-position: 0 -12px;}
#facebox div.legend div.icon-3 {background-position: 0 -25px;}
#facebox div.legend div.icon-4 {background-position: 0 -38px;}
#facebox div.legend div.icon-5 {background-position: 0 -52px;}
#facebox div.legend div.icon-6 {background-position: 0 -66px;}

#facebox table.facetab th {
	background: #141414;
	padding: 2px 10px;
	color: #ffeb09;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	border: 4px solid #000;
}

#facebox .facetab td strong {
	color: #ffeb09;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

#facebox .facetab th.first {
	width: 200px;
	background: #000;
}

#facebox .facetab div.icon {
	float: left;
	width: 120px;
}

#facebox .facetab div.legend {
	float: left;
	width: 55px;
	margin-top: 9px;
	height: 80px;
	padding-left: 25px;
	text-align: left;
	background: url(../images/legend_bg.gif) no-repeat;
}

#facebox .facetab div.legend p {
	width: 46px;
	height: 8px;
	margin-bottom: 6px;
	background: url(../images/stars_bg.gif) no-repeat;
}

#facebox .facetab div.legend p.star-0 { background-position: 0 0; }
#facebox .facetab div.legend p.star-1 { background-position: 0 -8px; }
#facebox .facetab div.legend p.star-2 { background-position: 0 -16px; }
#facebox .facetab div.legend p.star-3 { background-position: 0 -24px; }
#facebox .facetab div.legend p.star-4 { background-position: 0 -32px; }
#facebox .facetab div.legend p.star-5 { background-position: 0 -40px; }

#facebox .facetab th.size {
	width: 70px;
}

.facebox_hide {
  z-index:-100;
}

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

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

