
#backgroundPopup{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:201;
}

.backgroundPopup{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:201;
}

.popup {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  /*height:384px;*/
  width:480px;
  /*background:#FFFFFF;*/
  /*border:2px solid #cecece;*/
  z-index:202;
  padding:12px;
  font-size:13px;
}

.big {
	width: 920px;
}

#popupContact h1{
  text-align:left;
  color:#6FA5FD;
  font-size:22px;
  font-weight:700;
  border-bottom:1px dotted #D3D3D3;
  padding-bottom:2px;
  margin-bottom:20px;
}
#popupContactClose{
  font-size:14px;
  line-height:14px;
  /*right:6px;
  top:4px;
  position:absolute;*/
  float: right;
  color:#6fa5fd;
  font-weight:700;
  display:block;
}

.popup-head-large #popupContactClose{
	margin-right: 90px;
}

#button{
  text-align:center;
  margin:100px;
}

/* design */

.popup-head {
  height:19px;
  width:430px;
  padding: 10px 25px 0 25px;
  float: left;
}

.popup-head-large {
  height:19px;
  width:900px;
  padding: 10px 25px 0 25px;
  float: left;
}

  .popup.light_blue .popup-head {background: url(../../popup/popup-head_light_blue.png) top left no-repeat; _background: url(../../popup/popup-head_light_blue_jrh.gif) top left no-repeat;}
  .popup.orange .popup-head {background: url(../../popup/popup-head_orange.png) top left no-repeat; _background: url(../../popup/popup-head_orange_jrh.gif) top left no-repeat;}
  .popup.green .popup-head {background: url(../../popup/popup-head_green.png) top left no-repeat; _background: url(../../popup/popup-head_green_jrh.gif) top left no-repeat;}

  .popup.green .popup-head-large {background: url(../../popup/popup-head_green_large_jrh.png) top left no-repeat; _background: url(../../popup/popup-head_green_jrh.gif) top left no-repeat;}
  
  .popup-head h3 {
    font-size:1em;
    font-weight:bold;
    color:#FFF;
    float: left;
  }
  .popup .popup-head .close {
    width: 14px;
    height:15px;
  }
  
  .popup .popup-head-large .close {
    width: 14px;
    height:15px;
  }

    .popup.light_blue .popup-head .close {background: url(../../popup/close-light_blue.gif) top left no-repeat;}
    .popup.orange .popup-head .close {background: url(../../popup/close-orange.gif) top left no-repeat;}
    .popup.green .popup-head .close {background: url(../../popup/close-green.gif) top left no-repeat;}
	
	.popup.green .popup-head-large .close {background: url(../../popup/close-green.gif) top left no-repeat;}

.popup-content {
  background:url(../../popup/popup-content_bg.png) bottom left repeat-y;
  _background:url(../../popup/popup-content_bg_jrh.gif) bottom left repeat-y;
  padding: 25px;
  overflow:hidden;
  width:430px;
    float: left;
}

.popup-content-large {
  background:url(../../popup/popup-content_bg_jrh~1.png) bottom left repeat-y;
  _background:url(../../popup/popup-content_bg_jrh.gif) bottom left repeat-y;
  padding: 25px;
  overflow:hidden;
  width:900px;
    float: left;
}

  .popup-content .text_image h4 {
    font-weight:bold;
  }
  .popup-content .text_image .price {
    font-weight:bold;
    color:#00AEEF;
  }.popup-content .form {
  text-align: left;
}

.popup-content .form table {
    border-bottom:1px solid #e1e1e1;
    width:422px;
    margin: 0 0 17px 0;
  }
    .popup-content .form table tr {
      vertical-align: top;
    }
    .popup-content .form table th {
      border-top: 1px solid #e1e1e1;
      padding: 0 0 10px 0;
      vertical-align: top;
    }
      .popup-content .form table th label {
        float: left;
        padding: 2px 0 3px 0;
      }
    .popup-content .form table td {
      text-align: right;
      padding: 0 10px 10px 0;
    }
    .popup-content .form .submit_line {
      width:422px;
      overflow:hidden;
    }
      .popup-content .form .submit_line .button {
        float: right;
      }

    .popup-content .form .text {
      width:251px;
      height:20px;
      border:1px solid #bfbfbf;
      float:right;
    }
    .popup-content .form .textarea {
      width:251px;
      height:84px;
      border:1px solid #bfbfbf;
      float: right;
    }


/* RECEPT */

#backgroundPopupRecept{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:201;
}

.popupRecept {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  /*height:384px;*/
  width:480px;
  /*background:#FFFFFF;*/
  /*border:2px solid #cecece;*/
  z-index:202;
  padding:12px;
  font-size:13px;
}

#popupContactRecept h1{
  text-align:left;
  color:#6FA5FD;
  font-size:22px;
  font-weight:700;
  border-bottom:1px dotted #D3D3D3;
  padding-bottom:2px;
  margin-bottom:20px;
}
#popupContactCloseRecept{
  font-size:14px;
  line-height:14px;
  /*right:6px;
  top:4px;
  position:absolute;*/
  float: right;
  color:#6fa5fd;
  font-weight:700;
  display:block;
}
#buttonRecept{
  text-align:center;
  margin:100px;
}

.printWine 
{
	float:right;
	margin-right:10px;
}

.popupRecept.light_blue .popup-head {background: url(../../popup/popup-head_light_blue.png) top left no-repeat; _background: url(../../popup/popup-head_light_blue_jrh.gif) top left no-repeat;}
.popupRecept.orange .popup-head {background: url(../../popup/popup-head_orange.png) top left no-repeat; _background: url(../../popup/popup-head_orange_jrh.gif) top left no-repeat;}
.popupRecept.green .popup-head {background: url(../../popup/popup-head_green.png) top left no-repeat; _background: url(../../popup/popup-head_green_jrh.gif) top left no-repeat;}

.popupRecept .popup-head .close {
  width: 14px;
  height:15px;
}

  .popupRecept.light_blue .popup-head .close {background: url(../../popup/close-light_blue.gif) top left no-repeat;}
  .popupRecept.orange .popup-head .close {background: url(../../popup/close-orange.gif) top left no-repeat;}
  .popupRecept.green .popup-head .close {background: url(../../popup/close-green.gif) top left no-repeat;}

/* TELL A FRIEND */

#backgroundPopup_tellAFriend
{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:201;
}

.popupTellAFriend
{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  /*height:384px;*/
  width:480px;
  /*background:#FFFFFF;*/
  /*border:2px solid #cecece;*/
  z-index:302;
  padding:12px;
  font-size:13px;
}

#popupTellAFriend h1{
  text-align:left;
  color:#6FA5FD;
  font-size:22px;
  font-weight:700;
  border-bottom:1px dotted #D3D3D3;
  padding-bottom:2px;
  margin-bottom:20px;
}

#popupTellAFriendClose
{
  font-size:14px;
  line-height:14px;
  /*right:6px;
  top:4px;
  position:absolute;*/
  float: right;
  color:#6fa5fd;
  font-weight:700;
  display:block;
  z-index:302;
}

#buttonTellAFriend{
  text-align:center;
  margin:100px;
}

.popupTellAFriend.light_blue .popup-head {background: url(../../popup/popup-head_light_blue.png) top left no-repeat; _background: url(../../popup/popup-head_light_blue_jrh.gif) top left no-repeat;}
.popupTellAFriend.orange .popup-head {background: url(../../popup/popup-head_orange.png) top left no-repeat; _background: url(../../popup/popup-head_orange_jrh.gif) top left no-repeat;}
.popupTellAFriend.green .popup-head {background: url(../../popup/popup-head_green.png) top left no-repeat; _background: url(../../popup/popup-head_green_jrh.gif) top left no-repeat;}

.popupTellAFriend .popup-head .close {
  width: 14px;
  height:15px;
}

  .popupTellAFriend.light_blue .popup-head .close {background: url(../../popup/close-light_blue.gif) top left no-repeat;}
  .popupTellAFriend.orange .popup-head .close {background: url(../../popup/close-orange.gif) top left no-repeat;}
  .popupTellAFriend.green .popup-head .close {background: url(../../popup/close-green.gif) top left no-repeat;}

/* PRODUCT */

#backgroundPopupProduct{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:201;
}

#popupCloseProduct{
  font-size:14px;
  line-height:14px;
  /*right:6px;
  top:4px;
  position:absolute;*/
  float: right;
  color:#6fa5fd;
  font-weight:700;
  display:block;
}

.popupProduct {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  /*height:384px;*/
  width:480px;
  /*background:#FFFFFF;*/
  /*border:2px solid #cecece;*/
  z-index:202;
  padding:12px;
  font-size:13px;
}


.popupProduct.light_blue .popup-head {background: url(../../popup/popup-head_light_blue.png) top left no-repeat; _background: url(../../popup/popup-head_light_blue_jrh.gif) top left no-repeat;}
.popupProduct.orange .popup-head {background: url(../../popup/popup-head_orange.png) top left no-repeat; _background: url(../../popup/popup-head_orange_jrh.gif) top left no-repeat;}
.popupProduct.green .popup-head {background: url(../../popup/popup-head_green.png) top left no-repeat; _background: url(../../popup/popup-head_green_jrh.gif) top left no-repeat;}

.popupProduct .popup-head .close {
  width: 14px;
  height:15px;
}

  .popupProduct.light_blue .popup-head .close {background: url(../../popup/close-light_blue.gif) top left no-repeat;}
  .popupProduct.orange .popup-head .close {background: url(../../popup/close-orange.gif) top left no-repeat;}
  .popupProduct.green .popup-head .close {background: url(../../popup/close-green.gif) top left no-repeat;}
