/*
*   Print styl detailu nemovitosti
*
*   Radim Kazlepka © 2012
*/

/* Obecne definice stylu */
* {
  padding: 0px;
  margin: 0px;
  border: none;
  text-decoration: none;
}

html {
  font-family: "Verdana";
  font-size: 13px;
  color: #333333;
  height: 100%;
}

body {
  height: 100%;
}

a {
  color: #004b84;
  text-decoration: underline;
  display: inline-block;
}

a:hover {
  background-color: #fcb514;
  text-decoration: none;
  color: #ffffff;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

p {
  line-height: 18px;
}

#wrapper {
  position: relative;
  padding: 0px; 
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#header {
  height: 117px;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header #navigation,
#header #general-menu
{
  display: none;
}

#logo-development-cz {
  background: url("../img/logo-dev-cz.png") top left no-repeat;
  display: block;
  height: 117px;
  text-decoration: none;
  width: 103px;
}

#content {
  clear: both;
  float: left;
  height: 100%;
  position: relative;
  padding-top: 137px;
}

#detail p {
  padding-bottom: 20px;
}

#detail #content #main-photo-thumb {
  width: 360px;
  margin-bottom: 20px;
  float: left;
}

#detail #content #main-photo-thumb img {
  display: block;
  width: 100%;
}

#detail #content #realty-properties {
  position: absolute;
  top: 137px;
  left: 360px;
  width: 370px;
  height: 340px;
  overflow: hidden;
  line-height: 20px;
}

#detail #content #realty-properties h1 {
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: normal;
}

#detail #content #realty-properties .price {
  font-size: 18px;
  font-weight: bold;
}

#detail #content #large-map {
  display: none;
}

#detail #content .photo-thumb {
  display: none;
}

#detail #content #print-thumbs {
  clear: both;
  float: left;
  margin-bottom: 20px;
}

#detail #content #print-thumbs .print-thumb {
  float: left;
  margin-right: 20px;
}

#detail #content #realty-description {
  clear: both;
  float: left;
}

#detail #content #realty-description p.label {
  display: none;
}

#detail #content #realty-other {
  display: none;
}

#deatil #footer {
  display: none;
}

.no-print {
  display: none;
}

