.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #e1e1e1;
  font-family: tahoma, verdana, sans-serif
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #565656;
  font-weight: bold;
  cursor: default;
  background: #e3e3e3;
  font-family: tahoma, verdana, sans-serif
}

.calendar .button {
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff
}

.calendar .nav {
  background: transparent url('/wa_script/js/menuarrow.gif')no-repeat 100% 100%;
}

.calendar thead .title {
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #9a9a9a;
  color: #fff;
  text-align: center
}

.calendar thead .headrow {}

.calendar thead .daynames {}

.calendar thead .nameCal {
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f7f7f7
}

.calendar thead .weekend {
  color: #E84330
}

.calendar thead .hilite {
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #D8D8D8
}

.calendar thead .active {
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #9a9a9a
}

.calendar tbody .day {
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px
}

.calendar tbody .day.othermonth {
  font-size: 11px;
  color: #aaa
}

.calendar tbody .day.othermonth.oweekend {
  color: #faa
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f7f7f7
}

.calendar tbody .rowhilite td {
  background: #E2E2E2
}

.calendar tbody .rowhilite td.wn {
  background: #E2E2E2
}

.calendar tbody td.hilite {
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #EEEEEE
}

.calendar tbody td.active {
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000
}

.calendar tbody td.selected {
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e8e8e8
}

.calendar tbody td.weekend {
  color: #E84330
}

.calendar tbody td.today {
  font-weight: bold;
  color: Black
}

.calendar tbody .disabled {
  color: #999
}

.calendar tbody .emptycell {
  visibility: hidden
}

.calendar tbody .emptyrow {
  display: none
}

.calendar tfoot .footrow {}

.calendar tfoot .ttip {
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #9a9a9a;
  color: #fff;
  text-align: center
}

.calendar tfoot .hilite {
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e8e8e8
}

.calendar tfoot .active {
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000
}

.calendar .combo {
  position: absolute;
  display: none;
  width: 40px;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #f7f7f7;
  font-size: 14px;
  padding: 1px;
  z-index: 100
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px
}

.calendar .combo .label-IEfix {
  width: 40px
}

.calendar .combo .active {
  background: #D1D1D1;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000
}

.calendar .combo .hilite {
  background: #DBDBDB;
  color: #000000
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff
}

.calendar td.time .ampm {
  text-align: center
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #5d5d5d;
  color: #fff
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0
}

.rezervace {
  font: 12px "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
  color: black
}

table.rezervace {
  border: 1px solid silver;
  border-collapse: collapse;
  margin-top: 5px
}

#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 500px
}

#lbOverlay.grey {
  background-color: #000000
}

#lbMain {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0
}

#lbMain a img {
  border: none
}

#lbOuterContainer {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto
}

#lbOuterContainer.grey {
  border: 3px solid #888888
}

#lbDetailsContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  line-height: 1.4em;
  overflow: auto;
  margin: 0 auto
}

#lbDetailsContainer.grey {
  border: 3px solid #888888;
  border-top: none
}

#lbImageContainer,
#lbIframeContainer {
  padding: 10px
}

#lbLoading {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url('images/loading.gif') center no-repeat;
}

#lbHoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

#lbImageContainer>#lbHoverNav {
  left: 0
}

#lbHoverNav a {
  outline: none
}

#lbPrev {
  width: 49%;
  height: 100%;
  background: transparent url('images/blank.gif') no-repeat;
  display: block;
  left: 0;
  float: left
}

#lbPrev.grey:hover,
#lbPrev.grey:visited:hover {
  background: url('images/prev.png') left 15% no-repeat;
}

#lbNext {
  width: 49%;
  height: 100%;
  background: transparent url('images/blank.gif') no-repeat;
  display: block;
  right: 0;
  float: right
}

#lbNext.grey:hover,
#lbNext.grey:visited:hover {
  background: url('images/next.png') right 15% no-repeat;
}

#lbPrev2,
#lbNext2 {
  text-decoration: none;
  font-weight: bold
}

#lbPrev2.grey,
#lbNext2.grey,
#lbSpacer.grey {
  color: #333333
}

#lbPrev2_Off,
#lbNext2_Off {
  font-weight: bold
}

#lbPrev2_Off.grey,
#lbNext2_Off.grey {
  color: #CCCCCC
}

#lbDetailsData {
  padding: 0 10px
}

#lbDetailsData.grey {
  color: #333333
}

#lbDetails {
  width: 60%;
  float: left;
  text-align: left
}

#lbCaption {
  display: block;
  font-weight: bold
}

#lbNumberDisplay {
  float: left;
  display: block;
  padding-bottom: 1.0em
}

#lbNavDisplay {
  float: left;
  display: block;
  padding-bottom: 1.0em
}

#lbClose {
  width: 45px;
  height: 24px;
  float: right;
  margin-bottom: 1px
}

#lbClose.grey {
  background: url('images/close_grey.png') no-repeat;
}

#lbPlay {
  width: 24px;
  height: 24px;
  float: right;
  margin-bottom: 1px
}

#lbPlay.grey {
  background: url('images/play_grey.png') no-repeat;
}

#lbPause {
  width: 24px;
  height: 24px;
  float: right;
  margin-bottom: 1px
}

#lbPause.grey {
  background: url('images/pause_grey.png') no-repeat;
}

/*--- Content Slider ---*/
.sliderwrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sliderwrapper .contentdiv {
  text-align: center;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* produkt ve slideru, zachování řádkového zobrazení nezávisle na nastavení e-shopu */
.sliderwrapper .contentdiv .product {
  text-align: left;
  float: none;
  font-size: 75%;
  width: 100%;
  min-height: 160px;
  _height: 160px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-right: 2px;
  margin-bottom: 10px;
  background-repeat: repeat-x;
}

.sliderwrapper .contentdiv .product .productBody .productTitle {
  min-height: 40px;
  font-size: 13px;
  font-weight: bold;
  height: auto;
}

.sliderwrapper .contentdiv .product .productBody .productTitle .productTitleContent {
  padding: 4px 10px 0px 10px;
  line-height: 1.5;
  height: auto;
}

.sliderwrapper .contentdiv .product .productBody {
  min-height: 115px;
  /*&height:120px;*/
  font-size: 100%;
  width: auto
}

.sliderwrapper .contentdiv .product .productBody input {
  margin: 0 0px 5px 0px;
  padding: 0 3px 0 3px;
  font-size: 11px;
  width: 65px;
  height: 21px;
  text-align: right;
  float: right;
}

.sliderwrapper .contentdiv .productAct .productFooter .productFooterContent {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
}

.sliderwrapper .contentdiv .product .productBody .productText {
  padding: 10px;
  line-height: 1.4;
  overflow: hidden;
}

.sliderwrapper .contentdiv .product .productBody .productText div {
  float: left;
  margin: 1px 10px 5px 0;
  overflow: hidden;
  display: block;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox {
  float: right;
  padding-bottom: 15px;
  padding-right: 15px;
  width: auto;
  text-align: right;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox img {
  margin: 0 0 0 6px;
  padding: 0;
  float: right;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox .productPriceSmall {
  float: right;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0px;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox .productPrice {
  float: right;
  display: block;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}

.sliderwrapper .contentdiv .product .productFooter {
  width: 100%;
  min-height: 30px;
  _height: 30px;
  border-top: 1px dotted;
}

.sliderwrapper .contentdiv .product .productFooter .productFooterContent {
  padding: 4px 0px 0px;
  text-align: center;
  overflow: hidden;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.sliderwrapper .contentdiv .product .productFooter .productFooterContent img {
  vertical-align: middle;
  margin: 1px 2px 2px 1px;
  overflow: hidden;
}

.sliderwrapper .contentdiv .product .productBody .img_box a img {
  margin: 0px 0 10px 0px;
}

.sliderwrapper .contentdiv .product .productBody .img_box {
  float: left;
  display: block;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox input.imgBtn {
  margin: 0 0 0 5px;
  padding: 0px;
  width: 73px;
  height: 21px;
  float: right;
  clear: none;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox input.prKs {
  float: right;
  margin-left: 5px;
  clear: none;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox img {
  float: right;
  width: 73px;
  clear: none;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox a {
  float: right;
  width: 73px;
  clear: none;
}

.sliderwrapper .contentdiv .product .productBody .productPriceBox form {
  width: 250px;
}