/* CSS Document pro zájezdy na kypr.cz */

/*
div#rekreacnidomyFormDiv {
  width: 220px;
  float: left;
  padding-top: 5px;
  border-right: 1px solid white;
}
*/
div#rekreacnidomyFormDiv {
  width: 210px;
  float: left;
}
div#rekreacnidomyFormDiv div.obalDiv{
  padding-top: 5px;
  border:1px solid white;
  background-color:#9eccee;
  background-image: url(/img/realitySearchForm-bg.jpg);
  background-repeat: repeat-x;
  padding-left: 10px;
  padding-bottom: 10px;  
}

div#rekreacnidomyFormDiv h3{
  color: yellow;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  margin-left: 2px;
}
a.rdMoreA {
  background-color: orange;
  color: white;
  text-decoration: none;
  border: 5px solid orange;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

input.submitButton {
  margin-left: 10px;
  margin-top: 20px;
  padding: 5px ;
  width: 170px;
  background-color: orange;
  color: white;
  cursor: pointer;
}

div#rekreacnidomyFormDiv select{
  width:190px;
}

div#rekreacnidomyListDiv {
  margin-left: 250px;
  position: relative;
}

div.houseDiv {
  border: 1px solid #00ade6;
  margin: 5px ;
  position: relative;
  min-height: 100px;
  _height:100px;
  overflow-y: hidden;
}

div.houseDiv:hover {
  border: 1px solid orange;
}


a.houseNadpisA{
  font-size: 15px;
  font-weight: bold;
  color:#00ade6;
}
a.houseNadpisA:hover {
  color:orange;
  text-decoration: none;
}
td.rdImageTd {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 170px;
}
td.rdImageTd a img {
  max-width:150px;
  max-height: 150px;
  border: 1px solid  #00ade6;
}

td.rdImageTd a img:hover {
  border:1px solid orange;
}



div.pagesDiv {
  padding-right: 10px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.pagesDiv a{
  padding: 4px;
  border: 1px solid white ;
  text-decoration: none;
  color: white;
  background-color: orange;
}

div.pagesDiv a:hover {
  /*background-color: #00ade6; */
  background-color: #ff6600;
  color: white;
  text-decoration: none;
  border: 1px solid white ;
}

div.pagesDiv a.selectedPage {
  background-color: #00ade6;
  color: white;
  border: 1px solid white ;
}

/*styly jednoho zájezdu*/

table#tourTable {
  width: 680px;
}

table#tourTable td#photosTd{
  width: 300px;
  vertical-align: bottom;
}
table#tourTable td#infoTd {
  vertical-align: top;
}

table#tourBasicTable td.infoTd {
  padding-right: 5px;
  font-weight: bold;
  padding-top: 2px;
}
table#tourBasicTable td.priceTd {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 2px;
}

table#tourBasicTable td.lmCodeTd,table#tourBasicTable td.dateTd {
  font-size: 12px;
  font-weight: bold;
  color: #00ade6;
}

div#tourPopisDiv {
  margin-top: 20px;
  margin-right: 20px;
}
div#tourPopisDiv h3{
  margin-top: 20px;
  margin-bottom: 5px;
}

div#tourPopisDiv div {
  text-align: justify;
  margin-top: 2px;
  margin-bottom: 4px;
}

input.orangeBigSubmit,a.orangeBigSubmit {
  background-color: orange;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px ;
}

div.pouze-tri-obrazky {
  width: 275px;
  height: 70px;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

img.miniaturaImg {
  height: 70px;
}

div#mainPhotoDiv {
  text-align: center;
}

div#mainPhotoDiv img {
  max-width: 300px;
  max-height: 210px;
}

div#houseImagesDiv{
  text-align: center;
  width: 400px;
  float: right;
  margin-top: -20px;
}

div#houseImagesDiv table {
  margin-left: auto;
  margin-right:auto;
}

div.infolinkaDiv {
  color: #63a62b;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

div.infolinkaDiv strong {
  font-size: 15px;
}

        td.icon {
          width: 25px;
        }
        div.vybaveniDiv {
          position: relative;
          margin-bottom: 5px;
          clear: none;
        }
        table.offersTable {
          position: absolute;
          right: 0px;
          top: 0px;
          width:300px;
          margin-top: 10px;
          margin-right: -10px;
        }
        table.vybaveniTable {
          width: 420px;     
        }
        table.vybaveniTable td {
          vertical-align: top;
        }
        
        
        td.icon {
          width: 25px;
        }
        div.vybaveniDiv {
          position: relative;
          margin-bottom: 5px;
          clear: right;
        }
        table.offersTable {
          position: absolute;
          right: 0px;
          top: 0px;
          width: 300px;
        }
        table.vybaveniTable {
          width: 420px;
        }
        table.vybaveniTable td {
          vertical-align: top;
        }