/* CSS Document pro zájezdy na kypr.cz */

div#zajezdyFormDiv {
  width: 210px;
  float: left;
  margin-left: -5px;
}
div#zajezdyFormDiv 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#zajezdyFormDiv h3{
  color: yellow;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  margin-left: 2px;
}

input.submitButton {
  margin-left: 30px;
  margin-top: 10px;
  padding: 5px ;
  border: none ;
  background-color: orange;
  color: white;
  cursor: pointer;
}

div#zajezdyFormDiv select{
  width:180px;
}

div#zajezdyListDiv {
  margin-left: 240px;
}

div.zajezdDiv {
  border: 1px solid #00ade6;
  margin: 5px ;
  margin-left: 0px;
}

div.zajezdDiv:hover {
  border: 1px solid orange;
}

div.zajezdDiv table {
  width: 650px;
}

div.reklamyDiv {
  text-align: center;
}
div.reklamyDiv div {
  margin-top: 5px;
}

td.listNadpisTd a{
  font-size: 15px;
  font-weight: bold;
  color:#00ade6;
}
td.listNadpisTd a:hover {
  color:orange;
  text-decoration: none;
}

td.listDateTd {
  color: orange;
  text-align: right; 
}

td.listPhotoTd {
  text-align: left;
  padding: 5px ;
  width: 155px;
  vertical-align: top;
}

td.listPhotoTd a img {
  width:150px;
  height:105px;
  border: 1px solid  #00ade6;
}

td.listPhotoTd a img:hover {
  border:1px solid orange;
}

td.hotelTd {
  color: #00ade6;
  font-weight: bold;
}

td.infoTd {
  width: 100px;
}

td.priceTd {
  color: orange;
  font-size: 13px;
  font-weight: bold;
}

td.buttonTd {
  text-align: right;
  vertical-align: middle; 
}

td.buttonTd a{
  background-color: orange;
  color: white;
  border: 5px solid orange ;
  text-decoration: none;
}

td.buttonTd a:hover {
  text-decoration: none;
}

div.pagesDiv {
  padding-right: 10px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.pagesDiv a{
  padding: 2px;
  border: 1px solid blue ;
  text-decoration: none;
}

div.pagesDiv a:hover {
  background-color: #00ade6;
  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 {
  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;
  padding-bottom: 20px;
}

div#mainPhotoDiv img {
  max-width: 300px;
  max-height: 210px;
}

div.infolinkaDiv {
  color: #63a62b;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

div.infolinkaDiv strong {
  font-size: 15px;
}

div#zajezdyMenuDiv{
  background-color: #3493dc;
  color: white;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  margin-top: -7px ;
  margin-right: -5px ;
  margin-left: -5px ;
  margin-bottom: 5px;
}
div#zajezdyMenuDiv a{
  color: white;
  text-decoration: none;
}
div#zajezdyMenuDiv a:hover {
  text-decoration: none;
  color: orange;
}

