/* jqModal base Styling courtesy of;  Brice Burgess <bhb@iceburg.net> *//* The Window's CSS z-index value is respected (takes priority). If none is supplied,  the Window's z-index value will be set to 3000 by default (in jqModal.js). You  can change this value by either;    a) supplying one via CSS    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */		.jqmWindow {    display: none;        position: fixed;    top: 5%;    left: 50%;        margin-left: -300px;    width: 610px;    height: 85%;    overflow: auto;        background-color: #EEE;    color: #333;    border: 1px solid black;    padding: 0px;}.floatButton{	display:none;	/*position:absolute;*/	/*margin: -112px 0px 0px 0px;*/	margin-top: -112px;	margin-right: 0;	margin-bottom: 0;	margin-left: 0;	z-index: 10;	padding: 6px 6px 6px 6px;	}a.ChooseLink{}#pageOutOfStockMessage{	float: left;	font-weight:bold;	color:red;	margin-left:89px;	margin-top:10px;}	/* CSS for variation option selector */#variationSnapShot.jqmWindow {    display: none;     position: absolute;    top: 15%;    left: 50%;       margin-left: -300px;    width: 588px;    height: 515px;    overflow-x: hidden;    background-color: #FFFFFF;	/*	background-repeat: no-repeat;		background-position:bottom left;		background-image: url('../templates/Nshc/images/overlays/stripe-bottom.jpg');	*/	    color: #333;    border: 1px solid black;    padding: 0px;	}.jqmOverlay { background-color: #090808; }#stripeTopContainer{	position:relative;	float:left;	margin: 0px;	padding: 0px;	z-index: 10;}/*#stripeBottom{	position:relative;	margin-top: 200px;	margin-bottom:-20px;	padding: 0px;	z-index: 10;}*/#closeOverlay{	/*position:absolute;*/	z-index:20;	margin-top:-88px;	margin-left:540px;}#productNameHeading{	margin-left:37px;	margin-top:103px;	margin-bottom:6px}#dottedLine{	width:538px;	margin-left:auto;	margin-right:auto;	}.labelOverlay{	display:inline;	float:left;	font-weight:bold;	margin:0 0 6px -140px;	padding-top:1px;	position:relative;	text-align:right;	width:130px;}.detailRowOverlay{	clear:left;	margin-top:6px;	padding-left:85px;}