@charset "utf-8";

/* rack */

.open-sim {
	margin-top: 16px;
	margin-left: 40px;
	margin-bottom: 24px;
	}
.open-sim a {
	display: block;
	position: relative;
	width: 758px;
	padding: 20px;
	background-color: #f6f2e8;
	border: 1px solid #fff;
	}
.open-sim a:hover {
	border: 1px solid #79001f;
	}
.open-sim a:hover .hd,
.open-sim a:hover .lead {
	color: #333;
	}

.open-sim .zero-height {
	}
.open-sim span {
	display: block;
	position: absolute;
	left: 280px;
	}
.open-sim span.hd {
	top: 36px;
	font-size: 16px;
	font-weight: bold;
	}
.open-sim span.lead {
	top: 66px;
	font-size: 14px;
	line-height: 150%;
	}
.open-sim span.anc {
	bottom:20px;
	right:20px;
	left:auto;
	padding: 4px 4px 4px 30px;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(/img/store/homewares/scene/uni/lb-pop.gif) no-repeat 4px center;
	border: 1px solid #333;
	}
.open-sim a:hover .anc {
	border: 1px solid #79001F;
	}

/* ============================================================
	simulator
   ============================================================ */

html,body { height: 100%; }

#sim-wrap {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: black;
	
	opacity:0.20;
	-moz-opacity:0.20;
	filter: alpha(opacity=20);
	
	z-index: 9997;
	
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression('0px');
	top: expression( (documentElement.scrollTop || document.body.scrollTop)+'px' );
	}
#sim-container {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
	z-index: 9998;
	}
#sim-bg {
	position: relative;
	width: 940px;
	height: 597px;
	margin: 0 auto -597px auto;
	background: transparent url(/img/store/homewares/scene/uni/bk-sim.png) no-repeat 0 0 !important;
	}
/* ie6 ----- 
* html #sim-bg {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="uni/img/bk-sim.png", sizingMethod="image");
	}
 ----- ie6 */
#sim-area {
	position: relative;
	width: 910px;
	padding: 0 15px;
	margin: 0 auto;
	}
#sim-area iframe {
	position: relative;
	width: 910px;
	height: 569px;
	margin: 14px auto 14px auto;
	overflow: hidden;
	border: none;
	background-color: transparent;
	}
#sim-closer {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top:0;
	right:0px;
	z-index: 9999;
	background: transparent url(/img/store/homewares/scene/uni/bk-closer.gif) no-repeat 0 0;
	}
