@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
.tbl_showcat1 {
  color: White; }
.OrderSpn{color:Red;font-size:18px;font-weight:bold;margin: 0 1% 0 5%;}

.sendToWaitingOldCust{color:#fff;background-color:#000;border-radius:15px;width: 180px;    height: 40px;    font-size: 2.2em;}
.sendToWaitingNewCust{color:#000;background-color:#f1ce00;border-radius:15px;width: 180px;    height: 40px;    font-size: 2.2em; position: relative;left: 220px;}


.combeinshowCatRightDiv{color: #f1ce00;    font-size: 24px;    float: right;    text-align: right;    width: 80%;    margin-right: 10%;}

 .GridViewTierPrices{
   color: #FAD024;
    background-color: Black;
    border-color: #BDD6E3;
    border-width: 0px;
    border-style: None;
    width: 60%;
    border-collapse: collapse;
    margin-right: 20%;
}
 .starTD{width:70px; text-align:right;}
 .divbottem{ width: 100%;margin-top:10px}

 .starMyList{
    color: red;
    font-size: 15pt;
    top: 6px;
    position: relative;
}

 .divtickexist{background-color:white;color:red; font-weight:bold;border:1px red solid; font-size:16pt;text-align:center; height:70px;}
 .divTakanon{text-align:right;padding-right:35%}
@media  (max-width: 767px){ .divTakanon{text-align:right;padding-right:15%}
  .divtickexist{background-color:white;color:red; font-weight:bold;border:1px red solid; font-size:14pt;text-align:center; height:110px;}
                          
}

@media  (max-width: 767px) {.sendToWaitingNewCust{left: 70px;position: relative;}
 .divbottem{min-height: 150px; width: 100%;margin-top:100px}

}
  .toWaitingList{line-height:2;width:90%}

  .daiWLMSG{font-size:1.2em;color:#c70011;}
 .col-mda-1 {
    width: 8.333333333333332%;
  }
  .col-mda-2 {
    width: 16.666666666666664%;
  }
  .col-mda-3 {
    width: 25%;
  }
  .col-mda-4 {
    width: 33.33333333333333%;
  }
  .col-mda-5 {
    width: 41.66666666666667%;
  }
  .col-mda-6 {
    width: 50%;
  }
  .col-mda-7 {
    width: 58.333333333333336%;
  }
  .col-mda-8 {
    width: 66.66666666666666%;
  }
  .col-mda-9 {
    width: 75%;
  }
  .col-mda-10 {
    width: 83.33333333333334%;
  }
  .col-mda-11 {
    width: 91.66666666666666%;
  }
.col-mda-12 {
    width: 100%;
}
  .col-mda-1,
  .col-mda-2,
  .col-mda-3,
  .col-mda-4,
  .col-mda-5,
  .col-mda-6,
  .col-mda-7,
  .col-mda-8,
  .col-mda-9,
  .col-mda-10,
  .col-mda-11,
.col-mda-12 {
    
    float:right;
    position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  }
  
.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
 
 
}

/*.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}*/

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1281px) {
    .modal-content {
        right: 130%;
        position: relative;
        background-color: #ffffff;
        border: 1px solid #999999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        outline: none;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        top: 30%;
        width: 400px;
        height: 500px;
    }
}
@media  (max-width: 1280px) and (orientation: portrait){
    .modal-content {
        right: 10%;
        width: 90%;
        position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    margin-top: 15%;
    width: 300px;
    height: 500px;
    }
}

@media  (max-width: 1024px) and (orientation: landscape){
    .modal-content {
        right: 50%;
        width: 90%;
        position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    margin-top: 15%;
    width: 400px;
    height: 500px;
    }
}



.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
      background-color: #fff;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}
@media  (max-width: 1280px){
.modal-body {
    position: relative;
    padding: 20px;
    background-color: #fff;
    height: 300px;

}
}



.modal-footer {
  padding: 19px 20px 20px;
  /*margin-top: 15px;*/
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color:#fff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 1025px) {
  .modal-dialog {
    right: auto;
    left: 5%;
    width: 400px;
    padding-top: 320px;
    padding-bottom: 30px;
  }
 
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
@media (max-width: 1024px) and (min-width: 768px) {
    .modal-dialog {        left: 10%;    }
    .modal-content {        right: 10%;        margin-top: 10%;    }
}
}

.diabtmold{text-align: left; margin-top: 8%; margin-right: 50%}
@media screen and  (max-width: 768px) {
.diabtmold{text-align: left; margin-top: 8%; margin-right: 35%}}


.itemBuy{Width:120px; height:40px;  Font-Size:12pt;  border-width:0; color:#F4DF4E; font-weight:bold; direction:rtl;
border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0; border-bottom-width:1px;
}
.itemBuyDrop{color:#000000;font-size:13pt; text-align:left;direction: rtl;}
.itemBuyHeader{Width:120px; height:40px;  Font-Size:14pt;  border-width:0;color:#F4DF4E; font-weight:bold; direction:rtl; text-align:right;}
.tbl_showcat2 {
  color: White;
  width: 190px;
  height: 190px;
  background-size: 190px 190px; }

.tbl_showcat3 {
  color: White; }

.def_titel1 {
  color: red;
  font-weight: bold;
  font-size: 14px; }

.def_titel2 {
  color: White;
  font-size: 11px; }

.brk {
  Height: 1px;
  width: 100%; }

.brk5 {
  border-bottom: 1px solid #FAD024;
  height: 5px;
  margin-right: 15px;
  text-align: center;
  vertical-align: top;
  width: 82%; }

.def_titel2A {
  color: White;
  font-size: 12pt;
  margin: 0px;
  padding-right: 12px;
  font-weight: bold; }

.def_titel2ALine {
  border-bottom: 4px solid #F5CF24;
  height: 6px;
  width: 160px;
  float: right;
  position: relative;
  left: -12px; }

.def_titel2AUnderLine {
  font-size: 13pt;
  margin: 0px;
  padding-right: 12px;
  font-weight: bold;
  color: #F5CF24; }

.def_titel3 {
  color: White; }

.def_a1 {
  color: White; }

.def_a1R {
  color: #F8D023;
  font-weight: bold;
  background-color: Black;
  font-size: 14pt;
  text-align: left;
  text-decoration: none; }

A.def_a1R:hover {
  color: #F8D023; }

A.salebtm {
  color: #000000; }

A.salebtm:hover {
  color: #000000; }

A.salebtm:visited {
  color: #000000; }

.divHazmino {
  float: left;
  padding-bottom: 10px;
  padding-left: 15px; }

.tbl_hazmana {
  color: white;
  width: 100%;
  text-align: center;
  height: 600px;
  vertical-align: top; }

.hofa_name {
  color: white;
  font-weight: bold;
  font-size: 14pt; }

.lbl_bold_navy {
  color: red;
  font-weight: bold; }

.lbl_blue {
  color: White; }

.menuMap {
  font-family: alef, Arial;
  font-size: 11px;
  color: white;
  text-decoration: none;
  font-weight: bold; }

.lblMail {
  font-family: alef, Arial;
  font-size: 12pt;
  color: black;
  text-align: right;
  vertical-align: top;
  height: 30px; }

.lbl_hazmana_1 {
  color: white;
  font-size: 13px; }

.lbl_hazmana_1A {
  color: black;
  font-size: 13px; }

.lbl_hazmana_1Header {
  color: black;
  font-size: 13pt;
  background-color: #F5CF24;
  text-align: center; }

.lbl_hazmana_1M {
  color: #FFB400;
  font-size: 14pt;
  font-weight: bold; }

.tdhazmana {
  font-family: Alef Hebrew, Arial;
  font-size: 12pt;
  color: white;
  text-align: right;
  vertical-align: top;
  width: 90px;
  font-weight: normal; }

.tdhazmanaMofaDat {
  font-family: Alef Hebrew, Arial;
  font-size: 12pt;
  color: white;
  text-align: right;
  vertical-align: top;
  width: 90px;
  font-weight: normal;
  position:relative;
  right:16%;
}



.tdhazmana170 {
  font-family: Alef Hebrew, Arial;
  font-size: 12pt;
  color: white;
  text-align: right;
  vertical-align: top;
  width: 170px;
  font-weight: normal; }

.tdhazmana_teb1 {
  color: white;
  font-family: Alef Hebrew, Arial;
  font-size: 14pt; }

.tdhazmana_teb2 {
  color: white;
  font-family: Alef Hebrew, Arial;
  font-size: 14pt;
  width: 200px; }

#LeftAdTd {
  background-image: url(/images/AddvertismentBG.gif);
  background-repeat: no-repeat;
  width: 155px;
  height: 60px; }

#BtweenAd {
  width: 155px;
  height: 0px; }

* {
  padding: 0px; }

input {
  background-color: #fff;
  color: #949393;
  border: #D7D7D7 1px solid;
  font-family: sans-serif;
  font-size: 9px;
  font-weight: bold; }

.shacharonMsg {
  font-size: 14pt;
  color: #FFFFFF;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  position: relative;
  top: 7px; }

INPUT[type=checkbox] {
  border: 0; }

INPUT[type=radio] {
  border: 0; }

body {
  background-color: #FFFFFF;
  text-align: center;
  font-family: "Alef Hebrew", Arial;
  font-size: 11px;
  color: Black; }

#TDB1 {
  height: 102px;
  background-color: #f3e9cc;
  border-color: #ed1b24;
  border-width: 1px; }

#TDB2 {
  height: 15px;
  background-color: #f3e9cc;
  border-color: #ed1b24;
  border-width: 1px; }

#TDB3 {
  Background-color: #f3e9cc;
  height: 21px; }

#TDB4 {
  Background-color: #f3e9cc;
  height: 8px; }

#TDB5 {
  height: 7PX;
  width: 190px;
  background-color: #f3e9cc; }

#TDB6 {
  background-color: #dddbdc; }

#TDR1 {
  width: 176PX;
  height: 100%;
  background-color: #000000;
  border-LEFT: solid 2px #c7cddd;
  border-top: solid 0px #c7cddd; }

#TDINFO {
  background-color: #000000; }

#lblMap {
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  background-color: #f3f3f3; }

#TopTDR1 {
  height: 12PX;
  background-color: #c7cddd; }

#TopTDR2 {
  border: solid 0px white; }

#MainTBL {
  border: solid 2px #666666; }

#TRMenu {
  Background-color: #f3e9cc;
  height: 21px; }

#TDMenu {
  direction: rtl;
  text-align: center;
  Background-color: #f3e9cc;
  height: 21px; }

#TDINFO {
  background-color: #000000;
  height: 22px;
  color: #ffffff; }

#tblMap {
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF; }

#TopTDR1 {
  height: 12PX;
  background-color: #FFFFFF; }

#TopTDR2 {
  border: solid 0px white; }

#spnEventHeader {
  width: 190PX;
  Font-Size: 14px;
  text-align: right;
  position: relative;
  right: 10px;
  color: #ffffff;
  font-family: arial;
  font-weight: bold; }

.tdflash {
  height: 28px; }

.tdCustDat {
  color: White;
  text-align: right;
  font-size: 10pt;
  font-family: arial;
  padding-right: 20px; }

.tdEGDat {
  color: White;
  text-align: left;
  font-size: 10pt;
  font-family: arial;
  padding-left: 50px;
  background-color: Black; }

#mainTable {
  height: 82px;
  text-align: center;
  vertical-align: top; }

.Caltbl {
  text-align: right; }

A {
  color: #FFFFFF; }

.toolbarS {
  color: red;
  text-align: center; }

.toolbar {
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  margin-left: 0px; }

.toolbarV {
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  margin-left: 0px;
  direction: rtl;
  vertical-align: top; }

.toolbar13 {
  font-size: 10px;
  font-family: Arial;
  color: #FFFFFF;
  text-align: right;
  margin-left: 0px;
  border-left-style: dotted;
  border-left-color: #5e3115;
  border-left-width: 1px; }

.toolbar13V {
  font-size: 10px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  margin-left: 0px;
  background-color: #0c3765; }

.toolbarStaticMenuItem {
  font-size: 16pt;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  text-align: right;
  margin-left: 0px;
  border-left-style: solid;
  border-left-color: #0D3966;
  border-left-width: 2px; }

.toolbarStaticMenuItemV {
  font-size: 16PT;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  text-align: right;
  margin-left: 0px; }

A:hover {
  color: #FAD024;
  text-decoration: none; }

.tdClassContent {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  color: red;
  width: 100%; }
  .tdClassContent img {
    max-width: 100%; }

.tdClassContentDiv1 {
  width: 100%;
  height: 0; }

.tdClassContentDiv2 {
  width: 100%;
  height: 3px; }

.divTdayBtm {
  background-image: url(images/todaybotton.jpg);
  background-size: 782px 10px;
  height: 10px;
  width: 782px;
  text-align: center;
  vertical-align: middle; }

/* Header Style */
#page_header {
  margin: 0px 0px;
  height: 57px;
  text-align: right;
  overflow: hidden; }

#page_title {
  margin-left: 3px;
  margin-top: 13px;
  width: 190px;
  height: 44px;
  float: right;
  background: url("images/header.gif") no-repeat 30px 0px; }

#page_title img {
  position: absolute;
  top: 15px;
  margin-left: 5px; }

#header_search {
  margin-top: 15px;
  width: 190px;
  float: right;
  background: url("images/search_icon.gif") no-repeat 0px 11px;
  overflow: hidden; }

.bgImage {
  background: url("Flash/UnderMenuLeft1.GIF"); }

#header_search form {
  margin-top: 4px;
  margin-left: 16px; }

#header_search input {
  margin-top: 4px;
  width: 133px;
  float: left;
  font-size: 11px;
  border: #737472 1px solid; }

#header_search input.submit {
  width: 30px;
  height: 18px;
  position: relative;
  top: 2px;
  margin: 2px;
  border: none; }

/* Menu Style */
#page_menu {
  margin: 0px auto;
  width: 600px;
  height: 35px;
  float: none;
  clear: both;
  text-align: center; }

/* Main Body Style */
#page_wrapper {
  margin: 0px auto;
  text-align: justify;
  display: block;
  clear: both; }

#page_leftcol {
  width: 190px;
  float: right;
  border: solid 0px #CB99CC;
  background-color: #f3e9cc; }

#page_leftcol1 {
  width: 190px;
  float: right;
  Background-color: #f3e9cc; }

#page_leftcol2 {
  width: 190px;
  height: 100%;
  float: right;
  Background-color: #f3e9cc;
  direction: rtl; }

#page_maincol {
  margin-left: 14px;
  width: 362px;
  float: right; }

#page_rightcol {
  width: 185px;
  float: right; }

/* Left Column Style */
.leftcol_box {
  width: 190px;
  overflow: hidden;
  display: block;
  clear: both; }

.leftcol_box h2 {
  padding: 7px 0px;
  width: 190px;
  height: 11px;
  color: #ed1b24;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  background-color: #f3e9cc; }

.leftcol_box h2 span {
  left: 13px;
  display: block;
  position: relative; }

.leftcol_box .content {
  margin: 15px 4px;
  width: 190px;
  left: 1px;
  position: relative;
  top: 2px; }

.leftcol_box1 {
  width: 190px;
  overflow: hidden;
  display: block;
  clear: both;
  background-color: #f3e9cc; }

.leftcol_box1 h2 span {
  left: 13px;
  display: block;
  position: relative; }

.leftcol_box1 .content {
  margin: 15px 4px;
  width: 190px;
  left: 1px;
  position: relative;
  top: 2px; }

.leftcol_box1 h2 {
  padding: 7px 0px;
  width: 190px;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold; }

.leftcol_box2 {
  width: 190px;
  overflow: hidden;
  display: block;
  clear: both; }

.leftcol_box2 h2 span {
  left: 13px;
  display: block;
  position: relative; }

.leftcol_box2 .content {
  margin: 15px 4px;
  width: 190px;
  left: 1px;
  position: relative;
  top: 2px; }

.leftcol_box2 h2 {
  padding: 7px 0px;
  width: 190px;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold; }

.leftcol_box .footnote {
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
  color: #949393;
  clear: both; }

.leftcol_box form {
  width: 149px;
  float: none; }

#books_search {
  overflow: hidden;
  height: 180px; }

#books_search h2 {
  background-color: #f3e9cc;
  border-bottom: #A2B565 1px solid; }

#books_search a {
  color: #D14A4A;
  font-weight: bold; }

#books_search a:hover {
  color: #EF7C7C;
  text-decoration: none;
  position: static; }

#books_search input {
  margin-bottom: 14px;
  width: 140px; }

#books_search select {
  margin-left: 0px;
  margin-bottom: 14px;
  width: 100px;
  float: right;
  clear: right; }

#books_search input.submit {
  margin-left: 9px;
  width: 28px;
  height: 16px;
  float: right; }

#catalog {
  background-color: #f3e9cc;
  width: 190PX; }

#catalog h2 {
  background-color: #f3e9cc;
  color: #ed1b24; }

#catalog1 h2 {
  background-color: #f3e9cc; }

#catalog .content {
  text-align: center; }

#catalog a:hover {
  color: #716E6E; }

#catalog .footnote {
  font-weight: bold;
  line-height: 13px; }

#catalog .footnote h4 {
  padding-bottom: 5px;
  color: #716E6E;
  text-transform: uppercase;
  font-size: 9px; }

em {
  font-style: normal; }

#catalog .footnote em {
  color: #D14A4A;
  font-style: normal; }

#knowmore {
  margin-top: 13px;
  width: 179px;
  height: 114px;
  overflow: hidden;
  background: url("images/knowmore_bg.gif") #83A028 no-repeat 0px 0px;
  color: #FEFEFE;
  text-align: justify; }

#knowmore h2 {
  height: 23px;
  background: url("images/header_knowmore.gif") no-repeat 0px 0px; }

#knowmore span.image {
  float: left;
  display: block;
  width: 58px;
  height: 45px; }

#knowmore p {
  margin-left: 10px;
  width: 160px; }

#knowmore .readmore {
  margin-right: 5px;
  text-align: right;
  font-weight: bold;
  clear: both; }

#knowmore a {
  color: #fff; }

#newsletter h2 {
  background-color: #f3e9cc;
  border-bottom: #58A4DE 1px solid; }

#newsletter .content {
  margin: 8px 14px 5px;
  width: 149px; }

#newsletter input {
  margin-bottom: 8px;
  width: 140px; }

#newsletter input.submit {
  margin-bottom: 10px;
  width: 66px;
  height: 17px;
  float: right; }

/* Main Column Style */
#maincol_top {
  margin-top: 13px;
  width: 362px;
  height: 137px;
  background: url("images/maincol_bg.gif") repeat-x 0px 0px;
  overflow: hidden; }

#maincol_top h2 {
  width: 121px;
  height: 32px;
  background: url("images/maincol_header.gif") no-repeat 0px 0px; }

#maincol_top .sideimg {
  position: absolute;
  background: url("images/maincol_img.gif") no-repeat bottom left;
  width: 87px;
  height: 137px; }

#maincol_top .content {
  position: absolute;
  margin-left: 95px;
  width: 255px;
  color: #fff; }

#maincol_top .readmore {
  margin-top: 8px;
  text-align: right; }

#maincol_top a {
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

#maincol_top a:hover {
  text-decoration: underline; }

.maincol_box {
  width: 360px;
  background: url("images/maincol_vline.gif") #fff repeat-y 180px 0px;
  overflow: hidden; }

.maincol_box h2 {
  width: 360px;
  height: 26px; }

#bestsellers {
  overflow: hidden;
  background: url("images/maincol_hline.gif") 0px 27px; }

#bestsellers h2 {
  background: url("images/header_bestsellers.gif") #075B9B no-repeat 0px 0px; }

#bestsellers .content {
  width: 179px;
  height: 235px;
  float: left;
  overflow: hidden; }

#bestsellers .wrapper {
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  width: 160px; }

#bestsellers .bookcover {
  width: 66px;
  height: 101px;
  float: left;
  position: static; }

#bestsellers p {
  padding-top: 3px;
  padding-bottom: 20px;
  float: none; }

#bestsellers .info {
  float: none;
  width: 160px; }

#bestsellers .price h3 {
  color: #E9993D;
  font-size: 9px;
  font-weight: bold;
  float: left; }

#bestsellers .buynow {
  font-weight: bold;
  float: right; }

#bestsellers .buynow a {
  color: #577D0E; }

#bestsellers .buynow a:hover {
  color: #7FAA2D;
  text-decoration: underline; }

/* Right Column Style */
.rightcol_box {
  width: 183px;
  background-color: #f3e9cc;
  overflow: hidden; }

.rightcol_box h2 {
  width: 183px;
  height: 26px; }

#latest h2 {
  background: url("images/header_latest.gif") #5C5E5F no-repeat 0px 0px; }

#latest .wrapper {
  position: relative;
  margin: 0px 9px;
  width: 164px;
  overflow: hidden; }

#latest h3 {
  clear: both;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #234662;
  font-size: 9px;
  font-weight: bold; }

#latest .thumbnail {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  position: static; }

#latest p {
  margin-top: 2px;
  margin-bottom: 12px; }

#latest .readmore {
  margin: 30px 0px 5px;
  text-align: right;
  clear: both;
  float: none;
  font-weight: bold; }

#latest .readmore a {
  color: #5C5E5F;
  text-decoration: none; }

#latest .readmore a:hover {
  color: #8C8F91;
  text-decoration: none; }

/* Footer Style */
#page_spacing {
  clear: both;
  float: none;
  border-top: #fff 5px solid; }

#page_footer {
  margin: 0px auto;
  height: 21px;
  background-color: #FFFFFF;
  font-size: 10px;
  color: #bb131a;
  direction: ltr; }

#page_footer a {
  color: #bb131a;
  text-decoration: none; }

#page_footer a:hover {
  color: #bb131a; }

#page_footer #rights {
  padding-top: 3px;
  padding-left: 15px;
  float: left; }

#page_footer #links {
  padding-top: 3px;
  padding-right: 10px;
  float: right;
  font-weight: bold; }

#page_footer #links span {
  margin-left: 20px;
  display: block;
  position: relative;
  float: left; }

#page_credit {
  margin-top: 15px;
  margin-bottom: 7px;
  text-align: center;
  font-size: 12px;
  color: #010101; }

#page_credit a {
  text-decoration: none;
  color: #010101; }

#page_credit a:hover {
  color: #464646; }

.borderbox {
  clear: both;
  float: none;
  margin-top: 13px; }

.span1 {
  display: none; }

img {
  border: 0; }

select {
  padding: 2px 0px 1px 7px;
  background-color: #fff;
  color: #949393;
  border: #D7D7D7 1px solid;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: bold; }

input.submit {
  padding: 0px;
  border: none;
  cursor: pointer; }

.clearthis {
  margin: 0px;
  clear: both;
  float: none;
  font-size: 1px;
  line-height: 0px; }

.login {
  direction: rtl; }

.loginText {
  width: 1px; }

.chk {
  border: 0;
  width: 20px; }

.Menu1 {
  right: 20px; }

.menuMap {
  font-family: arial;
  font-size: 11px;
  color: white;
  text-decoration: none;
  font-weight: bold; }

.StaticMenuItemStyle {
  color: #FFFFFF;
  font-size: 12pt;
  font-family: arial;
  font-weight: bold;
  border-left: solid 1px black;
  text-align: right; }

.staticHoverStyle {
  color: #FFFFFF;
  font-size: 12pt;
  font-family: arial; }

.menuItem11 {
  background-image: url("Flash/buttonBG.gif");
  text-align: right; }

.menuItem {
  background-color: #000000;
  text-align: right;
  color: #FFFFFF;
  font-size: 12pt;
  font-family: arial;
  font-weight: bold; }

.DynamicMenuItem {
  position: relative;
  left: 5px; }

.DynamicMenuItemStyle {
  direction: RTL;
  text-align: right; }

.linkChildMenu {
  font-family: arial;
  font-size: 12px;
  color: blue;
  text-align: center;
  text-decoration: none; }

.DivlinkChildMenu {
  font-family: arial;
  font-size: 12px;
  color: blue;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none; }

.txtMail {
  font-family: arial;
  font-size: 12pt;
  color: black;
  text-align: right;
  vertical-align: top;
  width: 230px; }

.tablemail {
  border: solid 0px;
  padding: 2px; }

.tdMail {
  font-family: alef, Arial;
  font-size: 12px;
  color: black;
  text-align: right;
  vertical-align: top;
  width: 80px; }

.lableTrgil_0 {
  font-family: alef, Arial;
  font-size: 14pt;
  color: blue;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  float: left;
  cursor: default; }

.lableTrgil_4 {
  font-family: alef, Arial;
  font-size: 13pt;
  color: black;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  float: left;
  cursor: default; }

.lableTrgil {
  font-family: alef, Arial;
  font-size: 14pt;
  color: black;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  float: left; }

.lableTrgilNN {
  font-family: alef, Arial;
  font-size: 14pt;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  float: left; }

.lableTrgil6A {
  font-family: alef, Arial;
  font-size: 13pt;
  color: black;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  float: left; }

.lableTrgil6B {
  font-family: alef, Arial;
  font-size: 13pt;
  color: black;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  float: left; }

.lableTrgil8c {
  font-family: alef, Arial;
  font-size: 13pt;
  color: black;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  float: left; }

.lableTrgil_11 {
  font-family: alef, Arial;
  font-size: 13pt;
  color: black;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  float: left; }

.lableTrgil_13 {
  font-family: alef, Arial;
  color: black;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: Black;
  float: left; }

.lableTrgil:hover {
  background-color: #f3e9cc;
  color: #FFFFFF; }

.TRMenuRow {
  border-bottom: solid 1px black; }

.pd1HeadR {
  padding-right: 12px;
  color: #0e3151;
  height: 40px;
  font-size: 12px;
  font-weight: bold; }

.pd1R {
  padding-right: 12px;
  color: #ffffff;
  height: 30px;
  font-size: 15px;
  font-weight: normal; }

.pd1 {
  color: #ffffff;
  height: 30px;
  font-size: 15px;
  text-align: center;
  font-weight: normal; }

.grHeader {
  background-image: url("../images/General_Table1_Grey_Head_734x42.jpg");
  background-repeat: no-repeat;
  background-position: right top; }

.grBottom {
  background-image: url("/images/General_Table1_Grey_Head_734x42.jpg");
  background-repeat: no-repeat;
  background-position: right top; }

.grBottom2 {
  background-image: url("/images/General_Table1_Grey_Head_734x42.jpg");
  background-repeat: no-repeat;
  background-position: right top; }

#LeftSide {
  background-color: #f3e9cc;
  width: 70PX;
  vertical-align: top;
  font-family: alef, Arial;
  font-size: 20PT;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 15px; }

#LeftSideSpan {
  font-size: 14PT; }

#btnsound {
  background-color: #f3e9cc;
  color: black;
  border: 1px outset black;
  border-bottom-style: outset;
  border-top-style: outset;
  width: 120px;
  height: 20px;
  border-right-style: outset;
  border-left-style: outset; }

.tblhazmana {
  font-family: "Alef Hebrew", Arial;
  font-size: 14pt;
  color: #FAD024;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding-right: 50px; }

.tdhazmanaMofaDat {
  font-family: Alef Hebrew, Arial;
  font-size: 12pt;
  color: white;
  text-align: right;
  vertical-align: top;
  width: 90px;
  font-weight: normal;
  position:relative;
  right:16%;
}


/*Gadgets*/
.GadgetPanel {
  height: calc(400px);
  min-height: 400px; }

.Gadget {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 20px;
  background-color: #f3e9cc; }

.Gadget_header {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0em;
  font-size: 100%;
  font-weight: normal;
  cursor: move; }

.Gadget_header_table {
  width: 100%;
  border-top: 1px solid #97acd4;
  padding: 0px;
  margin: 0px;
  font-size: 82%; }

.GadgetDropDiv {
  border: dashed 2px gray;
  display: none;
  margin-bottom: 20px; }

.Gadget_title {
  width: 90%;
  background-color: #f3e9cc;
  padding-left: 2px;
  font-weight: bold;
  padding-right: 5px; }

.Gadget_title a {
  overflow: hidden;
  height: 1.2em;
  text-decoration: none;
  font-size: 12pt; }

h1.inline {
  display: inline;
  font-size: 13pt;
  font-weight: bold;
  line-height: 20px;
  text-align: right; }

h1.inlineDefName {
  display: inline;
  font-size: 13pt;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF; }

h1.inlineDefName:hover {
  display: inline;
  font-size: 13pt;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  color: #F5CF24;
  text-decoration: underline; }

h1.inlineDefNameUnderLine {
  display: inline;
  font-size: 13pt;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  text-decoration: underline;
  color: #F5CF24; }

h1.inlineDefNameBig {
  display: inline;
  font-size: 12pt;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF; }

h1.inlineDefNameBig:hover {
  display: inline;
  font-size: 12pt;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  color: #F5CF24;
  text-decoration: underline; }

h1.inlineDefNameBigUnderline {
  display: inline;
  font-size: 14pt;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  text-decoration: underline;
  color: #F5CF24; }

h1.inlineBig {
  display: inline;
  font-size: 22pt;
  font-weight: bold;
  line-height: 40px;
  text-align: right; }

h1.inlineVeryBig {
  display: inline;
  font-size: 18pt;
  font-weight: bold;
  line-height: 40px;
  text-align: right; }

hr.inline {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F8D023;
  margin: 1em 0;
  padding: 0;
  text-align: right;
  width: 50%; }

hr.inlineThik {
  display: block;
  height: 10px;
  border: 0;
  border-top: 10px solid #F8D023;
  margin: 1em 0;
  padding: 0;
  width: 50%;
  text-align: right;
  direction: ltr; }

hr.footerline {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F9CF23;
  margin: 1em 0;
  padding: 0;
  width: 70%; }

.footerlineHeader {
  width: 33%;
  padding-left: 220px;
  float: left;
  text-align: center;
  font-size: 18pt;
  color: White; }
  @media (max-width: 480px) {
    .footerlineHeader {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
      float: none;
      display: inline-block; } }

.footerlineHeaderRight {
  width: 28%;
  float: left;
  text-align: Right;
  font-size: 18pt;
  color: White; }

.footerlineHeaderLeft {
  width: 33%;
  float: left;
  text-align: Left;
  font-size: 18pt;
  color: White; }

.footerlineHeade50 {
  width: 50%;
  float: left;
  text-align: Left;
  font-size: 11pt;
  color: White;
  background-color: Black; }

.footerlineHeader40 {
  width: 43%;
  float: left;
  text-align: right;
  font-size: 11pt;
  color: White;
  background-color: Black; }

.footerlineHeader25 {
  width: 25%;
  float: left;
  text-align: right;
  font-size: 11pt;
  color: Gray;
  background-color: Black; }

div#scroll2, div#scroll1 {
  width: 90%;
  height: 300px;
  overflow: hidden;
  padding: 4px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: justify; }

.blagan120 {
  width: 100%; }

.blagan120tablet {
  width: 100%; }

.showcat-header {
  box-sizing: border-box; }
  .showcat-header * {
    box-sizing: border-box; }
  .showcat-header .showcat-header-top {
    display: flex; }
  .showcat-header .showcat-header-bottom {
    display: block;
    margin-left: 16px;
    height: 16px;
    background: #000;
    position: relative; }
    .showcat-header .showcat-header-bottom:after {
      position: absolute;
      box-sizing: border-box;
      content: " ";
      left: -16px;
      top: 0;
      width: 16px;
      height: 16px;
      border-top: 8px solid #000;
      border-right: 8px solid #000;
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent; }
  .showcat-header .showCatLeftDiv {
    float: left;
    width: 60%;
    padding: 15px 10% 20px 15px;
    text-align: right;
    background: #F5CF24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 480px) {
      .showcat-header .showCatLeftDiv {
        width: 100%; } }
    .showcat-header .showCatLeftDiv .showCatLeftDivImg {
      min-height: 95px;
      background-color: #F5CF24;
      text-align: right;
      color: #000000; }
    @media (max-width: 480px) {
      .showcat-header .showCatLeftDiv {
        padding: 10px 10px 10px 10px;width:100%; }
        .showcat-header .showCatLeftDiv h1.inlineBig {
          font-size: 22px; }
          .showcat-header .showCatLeftDiv h1.inlineBig span {
            margin: 0; }
        .showcat-header .showCatLeftDiv .showCatLeftShowTitel {
          padding-right: 0; }
        .showcat-header .showCatLeftDiv .showCatlblDate {
          font-size: 18px; }
        .showcat-header .showCatLeftDiv .divbtmBGR {
          line-height: 24px; } }
  
    .showcat-header .showCatRightDiv {
    float: right;
    width: 100%;
    text-align: center;
    background: #000;
    max-width: 390px; }

    .showcat-header .showCatRightDiv .showCatMainImg {
      max-width: 100%;
            max-height: 390px; 
      position: relative;
      top: 5px;
    }
@media (max-width: 480px) {
    .maindiv {
        background-color: #f5cf24;
    }
.showcat-header .showCatRightDiv .showCatMainImg {
      width: 100%;
      position: relative;
      top: 5px;
    }
}
@media (max-width: 900px) {
 .showcat-header .showCatRightDiv {
    float: right;
    width: 100%;
    text-align: center;
    background: #000;
        max-width: 100%;
}   

.showcat-header .showCatRightDiv .showCatMainImg{
        float: right;
    width: 100%;
    text-align: center;
    background: #000;
}
}
   .showcat-headerNP .showCatRightDivNP .showCatMainImgNP {
      max-width: 100%;
      max-height: 390px; 
      position: relative;
      top: 5px;
    }

  .showcat-header .icon-wrap {
    display: inline-block;
    width: 100%; }
  .showcat-header .showCatDivLbl {
    padding-right: 10px;
    background-color: #F5CF24; }
  .showcat-header .divbtmBGR {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    font-size: 10pt;
    text-align: right;
    position: relative; }
  .showcat-header .btn-order {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 138px;
    text-align: center;
    color: #000;
    float: left;
    text-decoration: none;
    background: #fff;
    position: relative;
    font-size: 18pt; }
    @media (max-width: 480px) {
      .showcat-header .btn-order {
        float: none;
        width: 100%; } }

.showCatCenterDiv {
  float: left;
  width: 1%;
  text-align: right; }

.showCatLeftShowTitel {
  width: 90%;
  padding-right: 10px;
  font-size: 12pt;
  border-bottom: solid 7px white; }

.showCatBlackLine {
  height: 2px;
  width: 481px;
  border-bottom: 1px black solid; }

.hazmenDivLbl {
  float: right;
  max-width: 471px;
  padding-right: 10px; }

.hazmenStarShowMsg {
  font-size: 10pt; }

.showCatDivLbl1 {
  float: left;
  width: 45%;
  padding-right: 10px;
  background-color: #F5CF24; }

.hazmenCatDivLbl1 {
  float: left;
  width: 45%;
  padding-right: 10px; }

.showCatlblDate {
  font-size: 18pt;
  font-weight: bold; }

.showCatlbPrice {
  font-size: 16pt;
  font-weight: bold; }

.showCallblSeatType {
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
  color: #000;
  padding-left: 20px; }

.showCallblMomlatz {
  font-size: 11pt;
  font-weight: normal;
  text-align: right; }

.hazmenLeftDiv {
  width: 100%;
  text-align: center;
  background-color: #FAD024;
  color: #000000;
  height: 240px; }

.hazmenLeftDivImg {
  width: 100%;
  height: 140px;
  background-color: #FAD024;
  text-align: right;
  color: #000000; }

.hazmenBlackLine {
  height: 2px;
  width: 100%;
  border-bottom: 0px black solid; }

.hazmenlblDate {
  font-size: 18pt;
  font-weight: bold;
  color: White; }

.hazmenlblDateB {
  font-size: 18pt;
  font-weight: bold;
  color: black; }

.hazmenlbPrice {
  font-size: 16pt;
  font-weight: bold;
  color: White; }

.hazmenlbPriceB {
  font-size: 16pt;
  font-weight: bold;
  color: black;
  text-align: right; }

.hazmenlblSeatType {
  font-size: 11pt;
  font-weight: normal;
  text-align: right;
  color: #FFFFFF; }

.showCallblToBye {
  position: relative;
  top: 13px;
  font-size: 18pt;
  color: Black;
  text-decoration: none; }

A.showCallblToBye:hover {
  color: Black; }

.showCatDivYellowLine {
  height: 24px;
  width: 100%;
  text-align: left;
  direction: ltr; }

.showCatlblDesc {
  font-size: 11pt; }

.divbtmBGDonotshow {
  float: right;
  width: 138px;
  height: 50px;
  background-color: #F5CF24;
  vertical-align: bottom;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -60px;
  left: 290px; }


.divDescMain {
  float: left;
  width: 50%;
  text-align: right; }
  @media (max-width: 900px) {
    .divDescMain {
      width: 100%;
      float: none; } }

.divDescMainRight {
  float: left;
  width: 456px;
  text-align: right;
  padding-left: 25px; }

.divDescMainYL {
  float: right;
  width: 481px;
  max-width: 100%;
  text-align: right;
  border-bottom: 10px solid #F8D023; }
  @media (max-width: 900px) {
    .divDescMainYL {
      width: 90%; 
      text-align: center;
    right: 5%;
    position: relative;
    } 
    .divDescMainRight {
 
  width: 90%;
  text-align: right;
  right: 1%;
  position:relative;
    }
  }

.defaultLongShowName {
  font-size: 18pt;
  font-weight: bold;
  color: black;
  min-height: 40px; }
  @media (max-width: 480px) {
    .defaultLongShowName {
      font-size: 18px; } }

.defaultBGSpab {
  width: 190px;
  height: 110px; }

.lblUnderDescription {
  font-size: 9pt;
  color: Gray;
  text-align: center; }

.contMailDiv {
  color: black;
  float: right;
  font-size: 24pt;
  height: 33px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  font-family: "Alef Hebrew", Arial; }

.contMailSpan {
  font-weight: bold;
  color: #000000;
  font-size: 18pt;
  height: 33px;
  position: relative;
  top: -4px; }

.contMailDivDate {
  height: 33px;
  color: black;
  text-align: right;
  vertical-align: middle;
  font-size: 16pt;
  position: relative; }

.contMailDivName {
  border-top: 4px white solid;
  height: 4px;
  font-size: 18pt; }

.contMailDivSep {
  border-top: 2px black solid;
  height: 2px;
  font-size: 16pt; }

.contMailDivHazmen3 {
  width: 120px;
  height: 40px;
  color: white;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative; }

.contMailDivHazmen2 A {
  width: 120px;
  height: 40px;
  color: white;
  font-size: 22pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: -2px; }

.eventsOdotHeader {
  Width: 240px;
  Height: 40px;
  Color: White;
  background-color: black;
  Font-Size: 20px; }

.eventsOdotCont {
  Color: Black;
  background-color: transparent;
  Font-Size: 12pt; }

.diveventsOdot {
  float: left;
  width: 49%;
  text-align: center;
  vertical-align: top; }

.mainMenuTop {
  color: Gray;
  font-size: 16pt;
  vertical-align: middle;
  text-align: center;
  text-decoration: none; }

.divMainTopCover {
  height:100px;
  width: 100%;
  background-color: #000000;
  z-index: 1; }

.divnatek {
  float: right;
  width: 150px;
  height: 65px;
  position: relative;
  top: 20px;
  font-size: 10pt; }
  @media (max-width: 480px) {
    .divnatek {
      position: fixed;
      top: 65px;
      background: rgba(0, 0, 0, 0.7);
      left: 0;
      right: 0;
      width: 100%;
      height: 30px;
      display: none; } }

.contMailDivHR {
  width: 90%;
  height: 2px;
  border-top: 1px solid #000000; }

.defShowListMain {
  height: 190px;
  width: 190px;
  overflow: hidden; }
  .defShowListMain a {
    display: inline-block; }

.defShowListMainBorder {
  height: 190px;
  width: 190px;
  border: 0px solid #F5CF24; }

.defShowListImg {
  height: 190px;
  width: 190px;
  z-index: 1000; }

.defShowListDesc {
  color: white;
  text-decoration: none;
  background-color: black;
  width: 100%;
  height: 80px;
  opacity: 0.8;
  text-align: right;
  margin-top: -80px;
  z-index: 1;
  overflow: hidden;
  transition: all .3s ease-in-out; }

.defShowListDescB {
  color: white;
  text-decoration: none;
  background-color: black;
  width: 100%;
  height: 190px;
  opacity: 0.8;
  text-align: right;
  margin-top: -190px;
  z-index: 1;
  transition: all .3s ease-in-out; }

.defShowListDescBorder {
  color: white;
  text-decoration: none;
  background-color: black;
  width: 180px;
  height: 80px;
  opacity: 0.8;
  text-align: right;
  margin-top: -85px;
  margin-right: 10px;
  z-index: 1; }

.defShowListDescBorderB {
  color: white;
  text-decoration: none;
  background-color: black;
  width: 180px;
  height: 80px;
  opacity: 0.8;
  text-align: right;
  margin-top: 0px;
  margin-right: 10px;
  z-index: 1; }

.descshortc {
  display: block;
  color: White;
  font-size: 10pt;
  margin: 0;
  padding-top: 10px;
  padding-right: 12px;
  font-weight: bold;
  height: 50px; }

.descshortcB {
  display: block;
  color: White;
  font-size: 10pt;
  margin: 0px;
  padding-top: 10px;
  padding-right: 12px;
  font-weight: bold; }

.defShowListDescHeight {
  height: 70px; }

.defShowListDescHeightB {
  height: 190px;
  position: relative;
  top: -120px; }

.defShowListDescDiv {
  padding-right: 12px;
  padding-top: 7px; }

.defShowListDescDiv A {
  color: white;
  text-decoration: none;
  background-color: black;
  font-weight: bold;
  font-size: 12pt; }

.seatypeplace {
  float: left;
  position: relative;
  left: 5px;
  top: -185px;
  height: 3px; }

.showypeplace {
  float: left;
  position: relative;
  left: 5px;
  top: -185px;
  height: 3px; }

.showsoldout {
  float: left;
  position: relative;
  left: 25px;
  top: -150px;
  height: 3px; }

.showsoldoutList {
  float: left;
  position: relative;
  top: -150px;
  height: 3px; }

.showsoldoutListimg {
  width: 190px; }

.showsoldoutListimg2day {
  width: 190px;
  position: relative;
  left: 20px; }


 @-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}





.seatypeplaceShow {
  float: right;
  position: relative;
  left: -145px;
  top: -185px; }

.showypeplaceshow {
  float: right;
  position: relative;
  left: -65px;
  top: -185px; }

.showcatPdiv {
  height: 40px;
  float: right;
  position: relative;
  font-size: 14pt;
  top: -40px;
  left: -12px;
  font-weight: bold; }

.showcatPdivHz {
  height: 30px;
  width: 70px;
  float: left;
  position: relative;
  color: black;
  background-color: #F5CF24;
  font-size: 14pt;
  top: -40px;
  left: 12px;
  font-weight: bold;
  text-align: center; }

.showcatPdivHzA {
  color: black;
  text-decoration: none; }

.showcatPdivHzB {
  color: white;
  text-decoration: none;
  font-size: 15pt; }

A.showcatPdivHzB:hover {
  color: white;
  text-decoration: underline;
  font-size: 15pt;
  color: #F5CF24; }

.showcatPdivHzBay {
  color: transparent;
  text-decoration: none;
  font-size: 15pt; }

.barbylogo {
  height: 65px;
  width: 184px;
  z-index: 1; }

.to_all_shows_btn {
  padding-top: 15px;
  width: 190px;
  max-width: 100%; }

.showcatBlackBotR {
  float: left;
  height: 15px;
  width: 470px;
  background-color: Black; }

.showcatBlackBotL {
  float: right;
  height: 15px;
  width: 470px;
  background-color: Black; }

.black_triangle_SML_left {
  float: right;
  height: 15px;
  width: 11px;
  background-color: white; }

.defRechishWord {
  text-align: left;
  padding-left: 15px; }

.divUnderDescription {
  float: right;
  width: 64%;
  text-align: center; }

@media (max-width: 767px) {
    .divUnderDescription {
  /*float: right;*/
  width: 90%;
  text-align: center; 
  padding-right:5%;
    }
}
.hazmenNumTikLbl {
  font-size: 16pt;
  font-weight: bold;
  color: #FAD024; }

.hazmenNumTikDrop {
  color: Black;
  font-family: Arial;
  font-size: 12pt; }

.hazmenNumTikLblT {
  font-size: 14pt;
  font-weight: bold;
  color: #FAD024; }

.hazmenBtmPay {
  font-size: 16pt;
  width: 310px;
  max-width: 100%;
  Color: #000000;
  Height: 40px;
  background-color: #F5CF24; }

.hazmenBtmPay1 {
  font-size: 16pt;
  width: 310px;
  max-width: 100%;
  Color: #000000;
  Height: 40px;
  background-color: #F5CF24;
  position:relative;left:7px;
}

.userregtopdiv {
  height: 50px;
  max-width: 961px;
  width: 100%;
  background-color: #F5CF24; }

.userregwarning {
  color: #FFFFFF;
  font-size: 18pt;
  background-color: #000000;
  text-align: right; }

.userregHeader {
  color: #F5CF24;
  font-size: 14pt;
  background-color: #000000;
  text-align: right;
  width: 48%; }

.userregHeaderL {
  color: #F5CF24;
  font-size: 14pt;
  width: 48%;
  text-align: left; }

.userregHeaderS {
  color: #F5CF24;
  font-size: 14pt;
  background-color: #000000;
  text-align: right;
  width: 48%; }

.userregtextbox {
  width: 100%;
  direction: ltr;
  height: 25px;
  font-size: 12pt;
  color: #000000;
  text-align: right; }
.userregtextboxDia {
    width: 80%;
}

.lblDialog{font-size:1.2em;}
.userregHeader1  {
  color: #F5CF24;
  font-size: 14pt;
  background-color: #000000;
  text-align: right;
  width: 30%; }
@media (max-width: 767px) {.userregHeader1{font-size: 10pt;}
}
.userregHeaderLMain {
  color: #F5CF24;
  font-size: 14pt;
  width: 30%;
  text-align: left; }
.userregHeaderSMain {
  color: #F5CF24;
  font-size: 14pt;
  background-color: #000000;
  text-align: right;
  width: 30%; }
.userregtextboxMain {
  width: 100px;
  direction: ltr;
  height: 25px;
  font-size: 12pt;
  color: GrayText;
  text-align: right; }
@media (max-width: 767px) {.userregtextboxMain{width: 70px; height: 15px;}
}
.userregtextboxmulty {
  width: 100%;
  direction: ltr;
  font-size: 12pt;
  color: #000000;
  text-align: right; }
.userregbutMain {
  background-color: #F5CF24;
  Width: 70px;
  Height: 25px;
  Font-Size: 12pt;
  color: #000000; }

.userregbut {
  background-color: #F5CF24;
  Width: 160px;
  Height: 25px;
  Font-Size: 14pt;
  color: #000000; }

.userregbutR {
  background-color: Red;
  Width: 160px;
  Height: 25px;
  Font-Size: 14pt;
  color: #000000; }

.userregbut2 {
  background-color: #F5CF24;
  Width: 160px;
  Height: 25px;
  Font-Size: 14pt;
  color: #000000; }

.Natek {
  cursor: pointer;
  font-family: Arial;
  Color: #000000;
  Width: 60px;
  Height: 30px;
  Background-Color: #F9CF23; }

.userregpaasF {
  color: #F5CF24;
  font-size: 14pt; }
.userregpaasFMain {
  color: #F5CF24;
  font-size: 12pt; }

.userregMLW {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: White; }

.userregCodLbl {
  color: #F5CF24;
  font-size: 14pt;
  background-color: #000000;
  text-align: right;
  width: 48%; }

.userregCodTxt {
  Color: black;
  background-color: Red;
  Height: 25px;
  font-size: 14pt;
  width: 100px; }

.userregDiv5 {
  height: 160px;
  color: white;
  background-color: black;
  text-align: center;
  font-size: 15pt;
  font-weight: bold;
  width: 959px; }

.uccTakanonCheck {
  font-size: 14pt;
  /*padding-right: 25px;*/
  font-weight: bold;
  color: Red;
  display: inline-block; }

.uccTakanonLbl {
  font-size: 14pt;
  /*padding-right: 25px;*/
  font-weight: bold;
  color: red; }

.uccTakanonHL {
  font-size: 14pt;
  font-weight: bold;
  color: #F5CF24; }

.footerFB {
  width: 300px;
  height: 180px;
  float: left;
  padding-left: 50px; }
  @media (max-width: 480px) {
    .footerFB {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      box-sizing: border-box;
      overflow: hidden; }
      .footerFB iframe {
        max-width: 100%; } }

.footerFBIFrame {
  border: 1px solid #000000;
  overflow: hidden;
  width: 300px;
  height: 180px; }

.footerEG {
  color: White;
  font-size: 14pt;
  font-family: arial; }

.hazmwndrp {
  color: Black;
  font-size: 10pt;
  width: 195px;
  height: 25px; }

.divshowcatBlackBot {
  text-align: center;
  width: 100%;
  position: relative;
  top: -0px; }

@media screen and (min-width: 1400px) {
  .divshowcatBlackBot {
    text-align: center;
    width: 100%;
    position: relative;
    top: 390px;
    left: -480px; } }

.showcatBlackBotRIMG {
  float: left;
  height: 15px;
  width: 11px;
  background-color: white; }

@media screen and (min-width: 1400px) {
  .showcatBlackBotRIMG {
    float: right;
    height: 15px;
    width: 9px;
    background-color: white;
    position: relative;
    left: 9px;
    top: -15px; } }

body {
  padding-top: 65px; }

.header-nav {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0; }
  .header-nav .divMainTop {
    line-height: 65px;
    float: left;
    color: #FFFFFF;
    font-size: 16pt;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding-left: 15px; }
    .header-nav .divMainTop a {
      color: #FFFFFF;
      font-size: 16pt;
      vertical-align: middle;
      text-align: left;
      text-decoration: none; }
    .header-nav .divMainTop a:after {
      content: " | "; }
    .header-nav .divMainTop a:last-child:after {
      display: none; }
    @media (max-width: 850px) {
      .header-nav .divMainTop a {
        font-size: 14pt; } }
    @media (max-width: 785px) {
      .header-nav .divMainTop a {
        font-size: 13pt; } }
  .header-nav .divBarbyLogo {
    float: right;
    height: 65px; }
  .header-nav .menu-button {
    display: none;
    float: left;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    color: #fff; }
  @media (max-width: 742px) {
    .header-nav .menu-button {
      display: inline-block; }
    .header-nav .divMainTop {
      display: none;
      width: 100%;
      padding-left: 0;
      background: rgba(0, 0, 0, 0.8); }
      .header-nav .divMainTop a {
        font-size: 16pt; }
      .header-nav .divMainTop.active {
        display: block; }
      .header-nav .divMainTop a {
        display: block;
        text-align: right;
        padding: 0 15px;
        line-height: 40px; }
        .header-nav .divMainTop a:after {
          content: ""; } }

.divTdayContent {
  float: left;
  width: 65%;
  min-height: 230px; }

.defaultShowName {
  font-size: 24pt;
  font-weight: bold;
  color: black;
  height: 40px; }
@media (max-width: 768px) { .defaultShowName{font-size: 14pt;}
}
.contMailDivTitle {
  width: 100%;
  font-size: 16pt;
  color: black;
  font-weight: bold;
  min-height: 70px; }
  @media (max-width: 480px) {
    .contMailDivTitle {
      font-size: 16px; } }

.mid-sep-01 {
  height: 15px;
  width: 850px;
  max-width: 100%; }

.container {
  width: 965px;
  max-width: 100%;
  margin: auto; }

@media (max-width:760px){
.container {
  width: 100%;
    margin: 0; }
}

.intro-container {
  width: 100%;
  display: inline-block; 
  padding-right:9%;
}
@media (max-width:760px){.intro-container {padding-right:0;}}

  .intro-container .intro-content-container {
    width: 965px;
    max-width: 100%; }
    .intro-container .intro-content-container .intro-show-button {
      float: left;
      width: 20%;
      text-align: right;    display: none; }
      .intro-container .intro-content-container .intro-show-button a {
        display: inline-block;
        margin: auto; }
    .intro-container .intro-content-container .today-show {
      float: right;
      width: 80%; }
      .intro-container .intro-content-container .today-show .contMailTBL {
        padding-right: 30px;
        text-align: right;
        vertical-align: top; }
      .intro-container .intro-content-container .today-show .divTdayPic {
        position: relative;
        width: 35%;
        float: right;
        height: 235px;
        vertical-align: middle; }
        .intro-container .intro-content-container .today-show .divTdayPic .seatypeplaceTop {
          position: absolute;
          z-index: 1;
          left: 10px;
          top: 10px; }
        .intro-container .intro-content-container .today-show .divTdayPic .showypeplaceTop {
          position: absolute;
          z-index: 1;
          left: 10px;
          top: 10px; }
        .intro-container .intro-content-container .today-show .divTdayPic .imgTdayPic {
          width: 100%;
          height: 100%; }
      .intro-container .intro-content-container .today-show .bottom-content {
        display: inline-block;
        width: 100%; }
        .intro-container .intro-content-container .today-show .bottom-content .contMailDivHazmen1 {
          height: 40px;
          font-size: 18pt;
          color: black;
          vertical-align: bottom;
          float: right; }
        .intro-container .intro-content-container .today-show .bottom-content .btn-container {
          float: left; }
          .intro-container .intro-content-container .today-show .bottom-content .btn-container .contMailDivHazmen2 {
            width: 120px;
            height: 40px;
            color: white;
            background-color: black;
            font-size: 22pt;
            font-weight: bold;
            text-align: center;
            border: none;
            position: relative;
            margin-top: 20px;
            cursor: pointer; }
      @media (max-width: 500px) {
        .intro-container .intro-content-container .today-show .contMailTBL {
          padding-right: 15px; }
          .intro-container .intro-content-container .today-show .contMailTBL .contMailDivDate {
            font-size: 11pt; }
          .intro-container .intro-content-container .today-show .contMailTBL .contMailDivTitle {
            font-size: 16px; }
          .intro-container .intro-content-container .today-show .contMailTBL .bottom-content .contMailDivHazmen1 {
            font-size: 14pt; } }
    @media (max-width: 600px) {
      .intro-container .intro-content-container .intro-show-button {
        width: 100%;
        text-align: center;
        display:none;
      }
      .intro-container .intro-content-container .today-show {
        width: 100%; } }

.tbl_cat {
  font-size: 13px;
  width: 100%; }

@media (max-width: 900px) {
  tr.defaultRowHeight {
    display: inline;
    width: 100%;
    float: none; }
  td.defaultRowHeight {
    float: right;
    width: 25%;
    height: 190px;
    display: block;
    position: relative; }
    td.defaultRowHeight .defShowListMain {
      width: 100%; }
      td.defaultRowHeight .defShowListMain a {
        display: inline-block;
        width: 100%;
        position: relative; }
    td.defaultRowHeight .defShowListDesc {
      width: 100%; }
    td.defaultRowHeight .defShowListImg {
      width: 100%; } }

@media (max-width: 840px) {
  td.defaultRowHeight {
    width: 33%; } }

@media (max-width: 500px) {
  td.defaultRowHeight {
    width: 50%; } }

.ga-container {
  z-index: 1000;
  max-width: 100%;
  overflow: hidden; }

.tdClassContentTodayShowBG {
  min-height: 230px;
  display: flex;
  float: left;
  width: 100%;
  text-align: left;
  background-color: #FAD024; }

.tbl-messages {
  width: 100%;
  height: 47px;
  border-spacing: 0; }
  .tbl-messages marquee {
    float: right;
    width: 100%;
    height: 47px; }

.page-cards-order .btn-pay-wrapper {
  direction: ltr;
  text-align: left;
  max-width: 100%; }

#map_canvas {
  overflow: hidden; }
  #map_canvas iframe {
    max-width: 100%; }

@media (max-width: 767px) {
  table.content-container tr {
    display: inline-block;
    width: 100%; }
    table.content-container tr td {
      display: inline-block;
      width: 100%; } }

.pnsisma {
  font-size: 14pt;
  font-weight: bold;
  width: 600px;
  height: 150px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .pnsisma {
      margin: 0 auto 20px auto;
      width: auto;
position:relative;
top:-100px;
    height: 250px;
    } }

.pnsisma2 {
  font-size: 14pt;
  font-weight: bold;
  width: 400px;
  height: 150px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .pnsisma2 {
      margin: 0 auto 20px auto;
      width: auto;
      position:relative;
top:-100px;

    } }

.gift-card-tbl-form {
  width: 500px;
  max-width: 100%;
  background-color: black;
  font-size: 14px;
  color: white; }
  @media (max-width: 767px) {
    .gift-card-tbl-form {
      width: auto;
      padding: 15px; }
      .gift-card-tbl-form tr {
        display: inline-block;
        width: 100%; }
        .gift-card-tbl-form tr td {
          display: inline-block;
          width: 100%; } }

.gift-card-tbl {
  width: 961px;
  max-width: 100%; }

.user-reg-row {
  display: inline-block;
  width: 100%; }
  .user-reg-row .user-reg-col {
    width: 48%; }
    .user-reg-row .user-reg-col.user-reg-col-right {
      float: right; }
    .user-reg-row .user-reg-col.user-reg-col-left {
      float: left; }

@media (min-width: 1200px) {
.user-reg-row-main {
  display: inline-block;
    float: left;
    margin-top: 20px;
    width: 35%;
}}

@media (max-width: 767px) {
 .user-reg-row-main {   display: inline-block; float: left; margin-top: 5px; width: 15%;
}
}
@media (min-width: 768px)  and (max-width:  991px){
 .user-reg-row-main {   display: inline-block; float: left; margin-top: 0px; width: 35%;
}
}

.uccmainybl{
    border-collapse:collapse;
    border-spacing: 0;
    width:100%;
    padding:0;
    text-align:center;
}


  .user-reg-row-main .user-reg-col {
    width: 30%; }
    .user-reg-row-main .user-reg-col.user-reg-col-right {
      float: right; }
    .user-reg-row-main .user-reg-col.user-reg-col-left {
      float: left; }
    @media (max-width: 500px) {
      .user-reg-row .user-reg-col {
        width: 100%; } }

.user-reg-content {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  background-color: #000000;
  font-family: 'Alef Hebrew', Arial;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px; }

.page-history .history-table {
  max-width: 100%; }
  @media (max-width: 400px) {
    .page-history .history-table {
      border-spacing: 1px; }
      .page-history .history-table .list-item-container {
        position: relative; }
        .page-history .history-table .list-item-container img.item-image {
          max-width: 100% !important; }
        .page-history .history-table .list-item-container .seatypeplaceShow {
          position: absolute;
          left: 5px;
          top: 5px; }
        .page-history .history-table .list-item-container .showypeplaceshow {
          left: 5px;
          top: 50px;
          position: absolute; }
      .page-history .history-table .list-item-info {
        max-width: 100%; }
        .page-history .history-table .list-item-info a.item-title {
          overflow: hidden;
          font-size: 15pt !important; }
        .page-history .history-table .list-item-info .def_titel2ALine {
          left: auto; }
      .page-history .history-table td {
        width: 50%;
        float: right; } }




 