/* 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}); */

.jqmWindowStoreLocator {
	display:none;
	position:fixed;
	top:50%;
	left:40%;
	margin:0px;
	width:606px;
	margin-left:-130px;
	height:480px;
	margin-top:-240px;
	color:#333;
	border:0px;
	padding:0px;
	z-index:11;
}

.jqmWindowTerms {
	display:none;
	position:fixed;
	top:50%;
	left:40%;
	margin:0px;
	width:606px;
	margin-left:-303px;
	height:409px;
	margin-top:-205px;
	color:#333;
	border:0px;
	padding:0px;
	z-index:11;
}

.jqmWindowRepairs {
	display:none;
	position:fixed;
	top:50%;
	left:40%;
	margin:0px;
	width:606px;
	margin-left:-303px;
	height:409px;
	margin-top:-205px;
	color:#333;
	border:0px;
	padding:0px;
	z-index:11;
}

.jqmWindowReturns {
	display:none;
	position:fixed;
	top:50%;
	left:40%;
	margin:0px;
	width:606px;
	margin-left:-303px;
	height:409px;
	margin-top:-205px;
	color:#333;
	border:0px;
	padding:0px;
	z-index:11;
}

.jqmWindowShippingInformation {
	display:none;
	position:fixed;
	top:50%;
	left:40%;
	margin:0px;
	width:606px;
	margin-left:-303px;
	height:409px;
	margin-top:-205px;
	color:#333;
	border:0px;
	padding:0px;
	z-index:11;
}

.jqmWindowSubscribe {
	display:none;
	position:fixed;
	top:50%;
	left:40%;
	margin:0px;
	width:606px;
	margin-left:-303px;
	height:380px;
	margin-top:-190px;
	color:#333;
	border:0px;
	padding:0px;
	z-index:11;
}

.jqmWindowProduct {
	display:none;
	position:fixed;
	top:50%;
	left:40%;
	margin:0px;
	width:890px;
	height:638px;
	overflow:hidden;
	margin-left:-300px;
	margin-top:-268px;
	color:#333;
	border:0px;
	padding:0px;
	z-index:11;
}

div#windowLogin {
	display:none;
	position:absolute;
	background:none;
	left:0px;
	top:0px;
	height:130px;
	margin:0px;
	margin-left:0px;
	margin-top:0px;
	width:184px;
	border:0px;
	padding:0px;
	z-index:11;
}

.mainnav_login {
	position:relative;
}

.jqmOverlay {
	background-color:#000;
	z-index:10;
}

/*	Fixed posistioning emulation for IE6
	Star selector used to hide definition from browsers other than IE6
	For valid CSS, use a conditional include instead */
* html div.jqmWindowStoreLocator {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	left:50%;
}

* html div.jqmWindowTerms {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html div.jqmWindowSubscribe {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html div.jqmWindowProduct {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html div.jqmWindowRepairs {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html div.jqmWindowReturns {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html div.jqmWindowShippingInformation {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html div.jqmWindowLogin {
	position:absolute;
	/*left:expression((document.documentElement.offsetHeight || document.body.clientHeight) - (document.documentElement.scrollLeft || document.body.scrollLeft) + 'px');*/
	/*top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
	/* the number multiplier is the top position percentage amount */
}

/*div.jqmWindowStoreLocator input:focus, div.jqmWindowStoreLocator input.iefocus { background-color:#eaffc3; }
div.jqmWindowSubscribe input:focus, div.jqmWindowSubscribe input.iefocus { background-color:#eaffc3; }*/
