/* 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: 50%;

    margin: 0px;
    width: 606px;
    margin-left: -303px;
    height: 480px;
    margin-top: -240px;

/*    background-color: #EEE;*/
    color: #333;
    border: 0px;
    padding: 0px;
	z-index: 8;
}

.jqmWindowTerms {
    display: none;

    position: fixed;
    top: 50%;
    left: 50%;

    margin: 0px;
    width: 606px;
    margin-left: -303px;
    height: 409px;
    margin-top: -205px;

    color: #333;
    border: 0px;
    padding: 0px;
	z-index: 6;
}

/*.jqmWindowTerms {
	display: none;
	position: relative;
	top: 50px;
	left: 50%;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 400px;
	color: #333;
	border: 0px;
	padding: 0px;
	z-index: 7;
}*/

.jqmWindowSubscribe {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0px;
    width: 602px;
    margin-left: -301px;
    height: 380px;
    margin-top: -190px;
/*    background-color: #EEE;*/
    color: #333;
    border: 0px;
    padding: 0px;
	z-index: 6;
}

.jqmWindowProduct {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0px;
    width: 596px;
    margin-left: -298px;
    height: 591px;
    margin-top: -259px;
/*    background-color: #EEE;*/
    color: #333;
    border: 0px;
    padding: 0px;
	z-index: 6;
}

.jqmWindowLogin {
	display: none;
	position: fixed;
	/*top: 50%;*/
	left: 50%;
	top: 41px;
	height:199px;
	margin: 0px;
	margin-left: 190px;
	margin-top: 0px;
	/*padding: 0px 6px 20px 45px;*/
	width: 184px;
	/*color: #3c3c3c;*/
	border: 0px;
	padding: 0px;
	z-index: 7;
}

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

/*	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: 300px; /*expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
}

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

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

* html div.jqmWindowProduct {
     position: absolute;
     top: 300px; /*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; }*/