﻿/* 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: fixed;
    top: 50%;
    left: 50%;
    
    margin-left: -331px;
	margin-top: -251px;
    width: 662px;
	height: 502px;
    
    background: url(../index.html) no-repeat 0 0;
    color: #333;
    padding: 30px 40px;
}

.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');
}

.jqmWindow2 .jqmClose 
{ 
  left:645px; 
  top:-14px;
  position:absolute;
  float:right;
  right:0px;
  font-weight: bold; 
  background: url(../images/close.png) no-repeat 0 0;
  display: block;
  height:40px;
  width:40px;  
}

.jqmWindow2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
	margin-top: -200px;
    width: 582px;
	height: 350px;
    background: #fff;
    color: #545454;
    padding: 40px 40px 30px 40px;
}

.jqmWindow2 table {	width: 100%; margin-bottom: 15px; }
.jqmWindow2 table th { width: 140px; text-align: center; }
.jqmWindow2 table th img { height: 120px; }
.jqmWindow2 table td { text-align: left; }
.jqmWindow2 table td div { color: #5b8dd6; font-weight: bold; }
.jqmWindow2 table td p { font-weight: normal; }

.jqmWindow2 .buttons {
	overflow: hidden;
	height: 32px;
	border-top: 1px solid #e1e1e1;
	 padding: 15px 0 0 0;
}

.jqmWindow2 .btnContinueShopping { width: 141px; height: 32px; background: url(../images/buttonContinueShopping.gif) no-repeat 0 0; border: 0px; color: transparent; cursor:pointer; }

.jqmWindow2 .btnGoToCart { width: 148px; height: 32px; background: url(../images/buttonGoToCart.gif) no-repeat 0 0; border: 0px; color: transparent; cursor:pointer; }

.jqmWindow2 .btnGoToWishlist { width: 112px; height: 32px; background: url(../images/buttonGoToWishlist.gif) no-repeat 0 0; border: 0px; color: transparent; cursor:pointer;}