/* 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 (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: absolute;
    top: 10px;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    /*background-color: #EEE;*/
    color: #333;
    /*border: 1px solid black;*/
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* 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 .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* ---- Homepage Modal ------- */
div#modal-wrapper{display:none; top:134px; width:523px; height:353px; margin-left: -267px; padding: 0; background: url("/images/layout/modal-holiday-bg.jpg") no-repeat 0 center; border: none; }
div#modal-wrapper div#modal-top{display:block; height:30px; position:absolute; right:-15px; text-align:right; top:-14px; width:30px;}
div#modal-wrapper div#modal-content {text-align: left; }
div#modal-wrapper div#modal-content div#modal-text {margin:248px 285px 0 29px;}
div#modal-wrapper div#modal-content div#modal-text img { border:none; margin:0 0 17px 28px; }
div#modal-wrapper #disclaimer {font: 10px/14px Arial, Helvetica, sans-serif; color:#e6af6d; }
img#photo-lightbox-close-button { height: 30px; width: 30px; }

div#spring-sale-modal { width: 601px; height: 450px; display:none; position:absolute;  top:0;z-index:200; text-align:left;}
div#spring-sale-modal #spring-close-button { float: right; position: relative; margin-bottom: -30px;}

 /*Fall Sale Modal*/ 

div#fall-promo-modal { width: 571px; height: 420px;  position:absolute;left: 50%; margin-left: -285px;  top:0; margin: 20px;;z-index:200; text-align:left; background-image:url(/images/modal/fall-promo/bg.jpg);}
div#fall-promo-modal #fall-promo-button { float: right; position: relative; top: -10px; right: -10px; }
div#fall-promo-modal a.btn-signup { width: 298px; height: 51px;  position: relative; top: 345px; left: 30px;} 
   

