﻿/* 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: -360px;
	margin-top: -260px;
	width:706px;
	height:494px;
    /*background: url(../img/addReviewWindow.png) no-repeat 0 0;*/
    color: #333;
    padding:0px;
	background-color:transparent;
    border:0px solid #CBE2F9;
}

.jqmWindow2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -291px;
	margin-top: -108px;
    width: 582px;
	height: 186px;
    background: url(../img/addItemBgnd.png) no-repeat 0 0;
    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(../img/buttonContinueShopping.gif) no-repeat 0 0; border: 0px; color: transparent; cursor:pointer; }

.jqmWindow2 .btnGoToCart { width: 148px; height: 32px; background: url(../img/buttonGoToCart.gif) no-repeat 0 0; border: 0px; color: transparent; cursor:pointer; }

.jqmWindow2 .btnGoToWishlist { width: 112px; height: 32px; background: url(../img/buttonGoToWishlist.gif) no-repeat 0 0; border: 0px; color: transparent; cursor:pointer;}

.jqmWindow3 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
	margin-top: -298px;
    width: 500px;
	height: 800px;
    background: url(../img/addReviewWindow.png) no-repeat 0 0;
    color: #333;
    padding: 0px 0px;
}

.jqmWindow3 .jqmClose 
{ position:absolute;
  float:right;
  top:-16px;
  right:-26px;
  font-weight: bold; 
  background: url(../img/close.png) no-repeat 0 0;
  display: block;
  height:40px;
  width:40px;  
}

.jqmWindow4 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -291px;
	margin-top: -85px;
    width: 582px;
	height: 100px;
    background: url(../img/addExperienceBgnd.png) no-repeat 0 0;
    color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding: 40px 40px 30px 40px;
}

.jqmWindow4 .jqmClose 
{ position:absolute;
  float:right;
  top:4px;
  right:-4px;
  font-weight: bold; 
  background: url(../img/close.png) no-repeat 0 0;
  display: block;
  height:40px;
  width: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');
}

* html .jqmWindow2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose 
{ position:absolute;
  float:right;
  top:-5px;
  right:-15px;
  font-weight: bold; 
  background: url(../img/close.png) no-repeat 0 0;
  display: block;
  height:40px;
  width:40px;  
}

.jqmWindowLoading {
    display: none;
    position: fixed;
    width: 300px;
	height: 60px;
    background-color: #FFF;
    color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding: 40px 40px;
    text-align:center;
}

.jqmWindow5 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -430px;
	margin-top: -330px;
    width: 790px;
	height: 580px;
    color: #333;
    padding: 40px 40px;
    background-color:#FFF;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #949494;
    box-shadow:-2px 3px 40px #666;         
}

.jqmWindow5 .jqmClose 
{ position:absolute;
  float:right;
  top:-15px;
  right:-20px;
  font-weight: bold; 
  background: url(../img/close.png) no-repeat 0 0;
  display: block;
  height:40px;
  width:40px;  
}

.titlio h2 {
    position:absolute;
    width:870px;
    left:0px;
    top:-5px;
    z-index:-1;
    color: #fff;
    font: 20px 'Signika',Arial,sans-serif !important;
    text-align:center;
    padding: 4px 0px;
    text-indent:10px;
    text-transform: none;
    border-bottom:1px dotted #666666;
    background: #499bea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-8 */
}


.jqmWindowSummary {
    display: none;
    position: fixed;
    top:100px;    
    left:50%;
    width: 400px;
    margin-left: -235px;
    color: #333;
    padding: 22px 15px 10px 23px;
    z-index:8200;
    background: url(../img/contactUsBg.png) no-repeat 0 0;
}

.jqmWindowSummary .jqmClose 
{ position:absolute;
  float:right;
  top:8px;
  font-weight: bold; 
  background: url(../img/close.png) no-repeat 0 0;
  display: block;
  height:40px;
  width:40px;  
  right:-20px;
}

.jqmWindowSendEmail {
    display: none;
    
    position: fixed;
    top: 50%;
    left: 50%;
    
    margin-left: -300px;
	margin-top: -220px;
    width: 500px;
	height: 400px;
    
    background-color: #fff;
    color: #333;
    padding: 30px 40px;
    z-index:8100;
}

.jqmWindowSendEmail .jqmClose 
{
    position:absolute;
    float:right;
    top:0px;
    right:0px;
    font-weight: bold; 
    background: url(../img/close.png) no-repeat 0 0;
    display: block;
    height:40px;
    width:40px;  
    top:-20px;
    right:-20px;
}

.jqmWindowSendEmail .button {
    height:26px;
    width:100px;
    text-align:center;
}