/* ********** TAGS, CLASSES ********** */
body {
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    font-weight: normal;
}
p {
    font-size: 100%;
}
a {
    color: #4673af;
}
a:hover {
    color: navy;
    text-decoration: none;
}
a:visited {
}

.invisible {
    display: none;
}

.cleaner {
   clear: both;
   display: block;
   height: 1px;
   border: none;
   /*margin: -1em 0 0 0;*/
   margin: 0;
   visibility: hidden;
}

h2,
h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1em;
}
h2 {
    font-weight: bold;
}
h3 {
    font-weight: normal;
}
h4 {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: bold;
}
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong,
h5 b, h5 strong,
h6 b, h6 strong {
    font-weight: inherit;
    color: #d80b00;
}

img {
    border: 0px;
}

hr {
    color: silver;
	background-color: silver;
	height: 1px;
	border: 0px;
}

.ok {
    color: #86c425;
}
.error {
    color: #f31a1a;
}

ul.errors,
.errors {
    color: #c50000;
}

input[type='text'],
input[type='password'],
input[type='file'],
textarea,
select {
    border: 1px solid #cfe0f3;
}

.center {
    text-align: center;
}

/* ********** LAYOUT ********** */
/* BODY */
#body {
    margin: 0;
    padding: 0;
    background: white url("../img/body-back.png") repeat-x top center;
    font-family: "Arial CE", Arial, sans-serif;
    font-size: 12px;
}

/* PAGE */
#page {
    width: 990px;
    margin: 0 auto;
    padding: 0;
}

/* HEADER */
#header {
    position: relative;
    height: 113px;
    background: url("../img/header-back.jpg") no-repeat left top;
    position: relative;
}
#header h1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
}
#header h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
}
#header a {
    position: absolute;
    display: block;
    left: 50px;
    top: 0;
    width: 360px;
    height: 110px;
}
#header a span {
    display: none;
}

                                                                   /* TOPMENU */
#topmenu {
    height: 50px;
    padding: 0 15px;
    background: url("../img/topmenu-back.png") repeat-x left top;
}
#topmenu-inner {
}
#topmenu h3 {
    display: none;
}
#topmenu ul {
    margin: 0;
    padding: 0;
}
#topmenu li {
    position: relative;
    float: left;
    display: block;
    height: 50px;
    list-style: none inside;
}
#topmenu li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 30px 0 40px;
}
#topmenu li a span {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}
/*TODO img active*/
#topmenu-projekty a span {
    width: 26px;
    background: url("../img/topmenu-icon-projekty.png") no-repeat left center;
}
#topmenu-projekty a:hover {
    /*background-position: -26px 0;*/
}
#topmenu-slovnik a span {
    width: 24px;
    background: url("../img/topmenu-icon-slovnik.png") no-repeat left center;
}
#topmenu-slovnik a:hover span {
    /*background-position: -26px 0;*/
}
#topmenu-partneri a span {
    width: 26px;
    background: url("../img/topmenu-icon-partneri.png") no-repeat left center;
}
#topmenu-partneri a:hover span{
    /*background-position: -26px 0;*/
}
#topmenu-developeri a span {
    width: 29px;
    background: url("../img/topmenu-icon-developer.png") no-repeat left center;
}
#topmenu-developeri a:hover span {
    /*background-position: -26px 0;*/
}
#topmenu-tv a span {
    width: 29px;
    background: url("../img/topmenu-icon-tv.png") no-repeat left center;
}
#topmenu-tv a:hover span {
    /*background-position: -26px 0;*/
}

                                                              /* SEARCHBANNER */
#searchbanner {
    line-height: 36px;
    background: #df0505;
    color: white;
}
#searchbanner-inner {
    padding: 0 0 0 15px;
}
#searchbanner a {
    color: white;
}
#searchbanner h3 {
    display: none;
}
#searchbanner form {
    margin: 0;
    padding: 0;
    line-height: 36px;
}
#searchbanner dl {
    display: block;
    float: left;
    clear: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#searchbanner dl.first {
}
#searchbanner dt {
    display: block;
    float: left;
    clear: none;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
#searchbanner dd {
    display: block;
    float: left;
    clear: none;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
#searchbanner dl.last {
    margin-right: 0;
    padding-right: 0;
}

dl#searchbanner-place {
    width: 260px;
}
#searchbanner-place dt {
    float: left;
    width: 60px;
    padding: 0;
}
#searchbanner-place dd {
    float: right;
    width: 200px;
    padding: 0;
    padding-top: 2px;
}
#searchbanner-place input {
    width: 190px;
    margin: 0.4em 0 0;
}

dl#searchbanner-price {
    float: left;
    margin: 0 0 0 20px;
}
#searchbanner-price dt {
    width: 95px;
}

#searchbanner .dispositions {
    float: left;
    padding-left: 20px;
    width: 550px;
    vertical-align: middle;
}

#searchbanner .dispositions label {
    white-space: nowrap;
}

#searchform-slider-wrapper .box {
    background: url("../img/searchbanner-slider.png") repeat-x left center;
}
#searchform-slider-wrapper .back-left {
    background: url("../img/searchbanner-slider-left.png") no-repeat left center;
}
#searchform-slider-wrapper .back-right {
    background: url("../img/searchbanner-slider-right.png") no-repeat right center;
}
#searchform-slider.ui-slider {
    /*width: 200px;*/
    width: 170px;
    height: 26px;
    margin: 5px 10px;
    border: 0;
    background: none;
}
#searchform-slider .ui-slider-range {
    height: 26px;
    border: 0;
    background: url("../img/searchbanner-slider-inner.png") repeat-x left center;
}
#searchform-slider .ui-slider-handle-left {
    width: 19px;
    height: 26px;
    margin: 4px 0 0 -10px;
    border: 0;
    background: url("../img/searchbanner-slider-handle-left.png") no-repeat left center;
}
#searchform-slider .ui-slider-handle-right {
    width: 19px;
    height: 26px;
    margin: 4px 0 0 -9px;
    border: 0;
    background: url("../img/searchbanner-slider-handle-right.png") no-repeat left center;
}

#searchform-priceMin-show,
#searchform-tilde,
#searchform-priceMax-show {
    font-weight: bold;
}
#searchform-priceMin-show,
#searchform-priceMax-show {
    display: inline-block;
    width: 85px;
    text-align: right;
}

#searchform-from,
#searchform-to {
    display: none;
}
dl#searchbanner-submit {
    margin: 5px 15px 0;
}
#searchbanner-submit dt {
    margin: 0;
    padding: 0;
    height: 26px;
}

#searchbanner-more-content {
    display: none;
    clear: both;
}
#searchbanner-left {
    float: left;
    width: 260px;
}

dl#searchbanner-offertype {
    clear: left;
    float: left;
    width: 260px;
}
#searchbanner-offertype dt {
    float: left;
    width: 85px;
    padding: 0;
}
#searchbanner-offertype dd {
    float: right;
    width: 175px;
    padding: 0;
    padding-top: 2px;
}
#searchbanner-offertype select {
    width: 165px;
    margin: 0.3em 0 0;
}

dl#searchbanner-realestate {
    clear: left;
    float: left;
    width: 260px;
}
#searchbanner-realestate dt {
    float: left;
    width: 105px;
    padding: 0;
}
#searchbanner-realestate dd {
    float: right;
    width: 155px;
    padding: 0;
    padding-top: 2px;
}
#searchbanner-realestate select {
    width: 145px;
    margin: 0.3em 0 0;
}

#searchbanner-right {
    float: left;
    width: 665px;
    margin: 0 0 0 35px;
}
dl#searchbanner-disposition {
    margin: 0;
    padding: 0;
}
#searchbanner-disposition dt {
    float: left;
    width: 95px;
    height: 72px;
}
#searchbanner-disposition dd {
    float: left;
    width: 60px;
    font-weight: bold;
}
#searchbanner-disposition dd.disposition_id-1,
#searchbanner-disposition dd.disposition_id-9 {
    width: 100px;
}


                                                                      /* TIPS */
#tips {
    clear: left;
    float: left;
    margin: 0 0 10px 0;
}
#tips-inner {
    height: 39px;
    width: 495px;
}
#tips h3 {
    display: none;
}
#tips p {
    margin: 0;
    line-height: 39px;
    vertical-align: middle;
}
#tips .tip {
    background: url("../img/tips-icon-tip.png") no-repeat left center;
    padding-left: 10px;
}

                                                                     /* LOGIN */
#login {
    position: relative;
    clear: right;
    float: left;
    margin: 0 0 10px 0;
}
#login-inner {
    height: 39px;
    width: 495px;
}
#login h3 {
    display: none;
}
#login ul {
    margin: 0;
    position: absolute;
    right: 0;
    line-height: 39px;
}
#login li {
    float: left;
    vertical-align: middle;
    display: block;
    color: #e9e9e9;
}
#login li span{
    padding: 0 5px;
}
#login li:after {
    content: "|";
}
#login li.last:after {
    content: "";
}

                                                                    /* FOOTER */
#footer {
    margin-top: 10px;
    height:100px;
    clear: both;
}
#footer-inner{
    padding: 10px 15px 70px;
}

#footer-logos {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    border-top: 2px solid #e9e9e9;
}

#footer p {
    margin: 0;
    padding: 0;
    color: #6a6969;
}
#footer .ideveloper {
    float: left;
}
#footer .idsign {
    float: right;
}

                                              /* ********** COMMON ********** */

#projects {
    float: left;
    clear: left;
}
#projects-inner {
    width: 700px;
    height: 300px;
    position: relative;
    background: url("../img/projects-back-inner.png") repeat-x left bottom;
}
#projects .back-bottom-left {
    height: 100%;
    background: url("../img/projects-back-left.png") no-repeat left bottom;
}
#projects .back-bottom-right {
    height: 100%;
    background: url("../img/projects-back-right.png") no-repeat right bottom;
}
#projects-content {
    height: 100%;
}
#projects h3 {
    display: none;
}
#projects-carousel-wrapper {
    position: relative;
    margin: 0;
}
#projects-carousel {
    position: relative;
    height: 270px !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#projects-carousel .flow {
    margin: 0;
}
#projects-carousel .flow .caption {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: inherit;
    height: 1em;
    margin: -1em 0 0;
    font-size: 2em;
    background: none;
    font-style: normal;
}
#projects-carousel .flow .caption .caption-title {
    color: #4673af;
    font-style: normal;
    font-weight: normal;
}
#projects-carousel .flow .caption .caption-more {
    display: none;
}
#projects-carousel .globalCaption {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
#projects-carousel .globalCaption .caption-title {
    position: absolute;
    /*display: block;*/
    display: none;
    top: 0;
    left: 0;
    width: 620px;
    height: 20px;
    padding: 10px 0 0;
    font-size: 20px;
    color: #4673af;
    font-style: normal;
    font-weight: normal;
}
#projects-carousel .globalCaption .caption-more {
    position: absolute;
    display: block;
    top: 192px;
    left: 281px;
    width: 107px;
    height: 26px;
    background: url("../img/projects-button-podrobnosti.png") no-repeat left top;
}
#projects-carousel .globalCaption .caption-more span {
    display: none;
}
#projects-carousel .preButton,
#projects-carousel .nextButton {
    position: absolute;
    display: block;
    top: 110px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
#projects-carousel .preButton {
    left: 217px;
    background: url("../img/projects-carousel-prev.png") no-repeat left top;
}
#projects-carousel .nextButton {
    right: 217px;
    background: url("../img/projects-carousel-next.png") no-repeat left top;
}
#projects-carousel .preButton span,
#projects-carousel .nextButton span {
    display: none;
}

#projects-prehled {
    background: white;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 18px;
}
#projects-prehled p {
    margin: 0;
    line-height: 36px;
    vertical-align: middle;
    padding: 5px 10px;
}
#projects-prehled .back-left {
    height: 100%;
    background: url("../img/back-round-white-left.png") no-repeat left bottom;
}
#projects-prehled .back-right {
    height: 100%;
    background: url("../img/back-round-white-right.png") no-repeat right bottom;
}
#projects-prehled-button-ptejte_se_developera a {
    display: block;
    width: 155px;
    height: 26px;
    background: url("../img/unit-info-button-ptejte_se_developera.png") no-repeat left top;
}
#projects-prehled-button-ptejte_se_developera a span {
    display: none;
}

/* GALLERY MINI */
#gallerymini {
}
#gallerymini-inner {
    width: 255px;
    height: 250px;
}

#gallerymini-tabs .tabs .ui-state-hover,
#gallerymini-tabs .tabs .ui-state-focus,
#gallerymini-tabs .tabs .ui-tabs-selected,
#gallerymini-tabs .tabs .ui-state-active {
    border: 0;
    background: none;
    color: inherit;
}
#gallerymini-tabs .tabs .ui-state-hover a,
#gallerymini-tabs .tabs .ui-state-focus a,
#gallerymini-tabs .tabs .ui-tabs-selected a,
#gallerymini-tabs .tabs .ui-state-active a {
    color: inherit;
}

#gallerymini ul.tabs {
    margin: 0;
    padding: 0 0 0 20px;
}
#gallerymini .tabs li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    vertical-align: middle;
    list-style: none inside;
}
#gallerymini .tabs li.ui-state-active {
    background: white;
    padding: 0;
}
#gallerymini .tabs li.ui-state-active .back-top-left {
    display: block;
    height: 30px;
    background: url("../img/auction-back-white-small-top-left.png") no-repeat left top;
}
#gallerymini .tabs li.ui-state-active .back-top-right {
    background: url("../img/auction-back-white-small-top-right.png") no-repeat right top;
    display: block;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    vertical-align: middle;
}
#gallerymini .tabs li .back-top-left,
#gallerymini .tabs li .back-top-right {
    background: none;
}
#gallerymini-content {
    clear: both;
    background: white;
    width: 255px;
}
#gallerymini #gallerymini-content .back-top-left {
    background: url("../img/auction-back-white-top-left.png") no-repeat left top;
}
#gallerymini #gallerymini-content .back-top-right {
    background: url("../img/auction-back-white-top-right.png") no-repeat right top;
}
#gallerymini #gallerymini-content .back-bottom-left {
    background: url("../img/auction-back-white-bottom-left.png") no-repeat left bottom;
}
#gallerymini #gallerymini-content .back-bottom-right {
    background: url("../img/auction-back-white-bottom-right.png") no-repeat right bottom;
}
#gallerymini-content-inner {
    height: 215px;
}
#gallerymini-content h4 {
    display: none;
}
#gallerymini-content p {
    margin: 0;
}
#gallerymini-content p.first {
    padding: 15px 15px 5px;
}
#gallerymini-content p.first a {
    text-decoration: none;
}
#gallerymini-content p.last {
    padding: 5px 15px 15px;
}
#gallerymini-foto {
}
#gallerymini-map {
}
#gallerymini-map .first {
    position: relative;
}
#gallerymini-map #map-toggle {
    position: absolute;
    bottom: -20px;
    right: 15px;
}
#gallerymini-map #map-toggle-link {
}
#gallerymini-map #map {
    width: 220px;
    height: 165px;
    overflow: hidden;
    margin: auto;
}
#gallerymini-map #map-street {
    width: 220px;
    height: 165px;
    overflow: hidden;
    margin: auto;
}

/* POLL */
#poll {
    float: left;
    clear: none;
    margin: 0 0 30px 0;
}
#poll-inner {
    width: 270px;
    min-height: 300px;
}
#poll h3 {
    margin: 0;
    padding-left: 15px;
}
#poll h4 {
    margin: 0;
}
#poll dl {
    margin: 0 0 20px;
}
#poll dt {
    clear: both;
    padding: 10px 0 0;
}
#poll dd {
    margin: 0;
}
#poll dd.bar {
    float: left;
    clear: left;
    position: relative;
    width: 200px;
    height: 30px;
}
#poll dd.bar .back-inner {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
}
#poll dd.bar .back-left {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
    z-index: 1;
}
#poll dd.bar .back-right {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
    z-index: 1;
}
#poll .bar-blue .back-left {
    background: url("../img/poll-back-blue-left.png") no-repeat left center;
}
#poll .bar-blue .back-right {
    background: url("../img/poll-back-blue-right.png") no-repeat right center;
}
#poll .bar-blue .back-inner {
    background: url("../img/poll-back-blue-inner.png") repeat-x left center;
}
#poll .bar-brown .back-left {
    background: url("../img/poll-back-brown-left.png") no-repeat left center;
}
#poll .bar-brown .back-right {
    background: url("../img/poll-back-brown-right.png") no-repeat right center;
}
#poll .bar-brown .back-inner {
    background: url("../img/poll-back-brown-inner.png") repeat-x left center;
}
#poll .bar-red .back-left {
    background: url("../img/poll-back-red-left.png") no-repeat left center;
}
#poll .bar-red .back-right {
    background: url("../img/poll-back-red-right.png") no-repeat right center;
}
#poll .bar-red .back-inner {
    background: url("../img/poll-back-red-inner.png") repeat-x right center;
}
#poll .bar-green .back-left {
    background: url("../img/poll-back-green-left.png") no-repeat left center;
}
#poll .bar-green .back-right {
    background: url("../img/poll-back-green-right.png") no-repeat right center;
}
#poll .bar-green .back-inner {
    background: url("../img/poll-back-green-inner.png") repeat-x left center;
}
#poll dd.value {
    float: right;
    clear: right;
    line-height: 30px;
}
#poll p {
    margin: 0;
    clear: both;
    padding: 20px 0 0;
}

                                                                  /* DICTFORM */
#dictform {
}
#dictform-inner {
}
#dictform .box {
}
#dictform form {
    margin: 0;
}
#dictform dl {
    float: left;
    margin: 0;
    padding: 0 0 6px;
    line-height: 26px;
}
#dictform dt {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#dictform dd {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#dictform dd img {
    display: inline;
}
#dictform-search dt {
    font-weight: bold;
}
#dictform ul {
    margin: 10px 0 0;
    padding: 0;
}
#dictform li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 6px 6px 0;
    line-height: 28px;
    list-style: none inside;
    background: url("../img/dictform-dict-back.png") no-repeat left top;
}
#dictform li a,
#dictform li span {
    display: block;
    width: 25px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
}
#dictform li a:hover,
#dictform li a.active,
#dictform li span.active {
    color: white;
    background: #d81f1a;
    text-decoration: none;
}

                                                             /* ADVERT-SQUARE */
.advert-square {
    margin: 0 0 30px 0;
    background: #eeeeee;
}
.advert-square-inner {
    width: 300px;
    height: 300px;
}

                                                                   /* CURRENT */
#current {
    clear: both;
    float: left;
    margin: 0 0 30px 0;
}
#current-inner {
    width: 340px;
}
#current h3 {
    padding-left: 15px;
}
#current ul {
    margin: 0;
    padding: 0;
}
#current li {
    display: block;
    margin: 3px 0;
    list-style: none inside;
    background: #f5f5f5;
}
#current li .back-top-left {
    background: url("../img/box-lightgray-top-left.png") no-repeat left top;
}
#current li .back-top-right {
    background: url("../img/box-lightgray-top-right.png") no-repeat right top;
}
#current li .back-bottom-left {
    background: url("../img/box-lightgray-bottom-left.png") no-repeat left bottom;
}
#current li .back-bottom-right {
    background: url("../img/box-lightgray-bottom-right.png") no-repeat right bottom;
}
#current .box-inner {
    padding: 10px 15px;
}
#current .flat {
    float: left;
    width: 120px;
    min-height: 2em;
    font-weight: bold;
    padding-right: 5px;
}
#current .pricefrom {
    float: left;
    width: 115px;
    min-height: 1em;
}
#current .areafrom {
    float: left;
    width: 115px;
    min-height: 1em;
}
#current .button {
    float: right;
    margin: -1em 0 0;
}
#current .button a {
    display: block;
    width: 66px;
    height: 26px;
    background: url("../img/current-button-detail.png") no-repeat left top;
}
#current .button a span {
    display: none;
}


                                                               /* PROJECTLIST */
#projectlist {
    float: left;
    margin: 0 0 30px 15px;
}
#projectlist-inner {
    width: 320px;
    line-height: 1.6em;
}
#projectlist h3 {
    padding-left: 15px;
}
#projectlist ul {
    margin: 0;
    padding: 0;
}
#projectlist li {
    display: block;
    margin: 3px 0;
    list-style: none inside;
    background: #f5f5f5;
}
#projectlist li.odd {
    background: #e1eefd;
}
#projectlist li.odd .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
#projectlist li.odd .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
#projectlist li.odd .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
#projectlist li.odd .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
#projectlist li.even {
    background: #f5faff;
}
#projectlist li.even .back-top-left {
    background: url("../img/box-lightblue-top-left.png") no-repeat left top;
}
#projectlist li.even .back-top-right {
    background: url("../img/box-lightblue-top-right.png") no-repeat right top;
}
#projectlist li.even .back-bottom-left {
    background: url("../img/box-lightblue-bottom-left.png") no-repeat left bottom;
}
#projectlist li.even .back-bottom-right {
    background: url("../img/box-lightblue-bottom-right.png") no-repeat right bottom;
}
#projectlist .box-inner {
    padding: 10px 15px;
}

                                                                  /* CONTACTS */
#contacts {
    float: left;
    margin: 0 0 30px 15px;
}
#contacts-inner {
    width: 300px;
}
#contacts h3 {
    padding-left: 15px;
}
#contacts .box {
    background: #e1eefd;
}
#contacts .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
#contacts .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
#contacts .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
#contacts .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
#contacts-contents {
    padding: 10px 15px;
}
#contacts-contents h4 {
    margin: 5px 0;
}
#contacts-contents p {
    margin: 5px 0;
    line-height: 1.6em;
}
#contacts-contents hr {
    margin: 10px 0;
    color: white;
	background-color: white;
	height: 1px;
	border: 0px;
}
#contacts ul {
    margin: 0;
    padding: 0;
}
#contacts ul li {
    display: block;
    margin: 3px 0;
    padding: 0;
    list-style: none inside;
}
#contacts-facebook a {
    display: block;
    width: 150px;
    height: 22px;
    background: url("../img/contacts-button-facebook.png") no-repeat left top;
}
#contacts-facebook a span {
    display: none;
}
#contacts-twitter a {
    display: block;
    width: 150px;
    height: 22px;
    background: url("../img/contacts-button-twitter.png") no-repeat left top;
}
#contacts-twitter a span {
    display: none;
}

                                                                  /* INFOFORM */
#infoform {
}
#infoform-inner {
    width: 320px;
}
#infoform h3 {
    margin: 0 0 0 15px;
}
#infoform .box {
    background: #f5faff;
}
#infoform .box .back-top-left {
    background: url("../img/box-lightblue-top-left.png") no-repeat left top;
}
#infoform .box .back-top-right {
    background: url("../img/box-lightblue-top-right.png") no-repeat right top;
}
#infoform .box .back-bottom-left {
    background: url("../img/box-lightblue-bottom-left.png") no-repeat left bottom;
}
#infoform .box .back-bottom-right {
    background: url("../img/box-lightblue-bottom-right.png") no-repeat right bottom;
}
#infoform .box-inner {
    padding: 15px;
}
#infoform h4 {
    margin: 5px 0 10px;
}

#infoform-tabs .tabs .ui-state-hover,
#infoform-tabs .tabs .ui-state-focus,
#infoform-tabs .tabs .ui-tabs-selected,
#infoform-tabs .tabs .ui-state-active {
    border: 0;
    background: none;
    color: inherit;
}

#infoform-tabs ul.tabs {
    margin: 0 0 20px -8px;
    padding: 0 0 0 8px;
    height: 31px;
    border-bottom: 1px solid #c4daf0 !important;
}
#infoform-tabs ul.tabs li {
    float: left;
    display: block;
    margin: 0 1px;
    list-style: none inside;
}
#infoform-tabs ul.tabs li a {
    margin: 1px 0 0;
    display: block;
    height: 31px;
}
#infoform-tabs ul.tabs li a span {
    display: none;
}
li#infoform-personal-tab a {
    width: 108px;
    background: url("../img/infoform-tab-osobni_prohlidka.png") no-repeat left top;
}
li#infoform-personal-tab.ui-state-active a,
li#infoform-personal-tab.ui-state-hover a {
    background-position: -108px 0;
}
li#infoform-info-tab a {
    width: 84px;
    background: url("../img/infoform-tab-informace.png") no-repeat left top;
}
li#infoform-info-tab.ui-state-active a,
li#infoform-info-tab.ui-state-hover a {
    background-position: -84px 0;
}
li#infoform-callme-tab a {
    width: 84px;
    background: url("../img/infoform-tab-zavolejte_mi.png") no-repeat left top;
}
li#infoform-callme-tab.ui-state-active a,
li#infoform-callme-tab.ui-state-hover a {
    background-position: -84px 0;
}

#infoform-personal {
}
#infoform-personal .date-title {
    float: left;
    width: 200px;
}
#infoform-personal .time-title {
    float: left;
    width: 80px;
}
#infoform-personal .dates {
    clear: left;
    margin: 10px 0 20px;
}
#infoform-personal .date {
    float: left;
    width: 200px;
}
#infoform-personal .date input {
    width: 190px;
}
#infoform-personal .time {
    float: left;
    width: 80px;
}
#infoform-personal .time input {
    width: 70px;
}
#infoform-personal .dates-add {
    clear: left;
}
#infoform-personal table {
    width: 270px;
    margin: 0 0 10px;
    padding: 0;
    border-collapse: collapse;
}
#infoform-personal table th {
    width: 80px;
    padding: 2px 0;
    text-align: left;
    vertical-align: middle;
}
#infoform-personal table td {
}
#infoform-personal table td input {
    width: 180px;
}
#infoform-personal .msg {
    margin: 0 0 10px;
}
#infoform-personal .msg-title {
    margin: 0 0 3px;
}
#infoform-personal .msg textarea {
    width: 280px;
    height: 140px;
}
#infoform-personal .buttons dd {
    margin: 0;
}


#infoform-info table, #infoform-callme table {
    width: 270px;
    margin: 0 0 10px;
    padding: 0;
    border-collapse: collapse;
}
#infoform-info table th, #infoform-callme table th {
    width: 80px;
    padding: 2px 0;
    text-align: left;
    vertical-align: middle;
}
#infoform-info table td, #infoform-callme table td {
}
#infoform-info table td input, #infoform-callme table td input {
    width: 180px;
}
#infoform-info .msg, #infoform-callme .msg {
    margin: 0 0 10px;
}
#infoform-info .msg-title, #infoform-callme .msg-title {
    margin: 0 0 3px;
}
#infoform-info .msg textarea, #infoform-callme .msg textarea {
    width: 280px;
    height: 140px;
}
#infoform-info .buttons, #infoform-callme .buttons {
}

#infoform-personal .captcha,
#infoform-callme .captcha,
#infoform-info .captcha {
    margin: 0 0 1em;
}
#infoform-personal .captcha dl,
#infoform-callme .captcha dl,
#infoform-info .captcha dl {
    margin-bottom: 3px;
}
#infoform-personal .captcha dt,
#infoform-callme .captcha dt,
#infoform-info .captcha dt {
    font-weight: bold;
    margin-bottom: 3px;
}

#infoform-personal .captcha dd,
#infoform-callme .captcha dd,
#infoform-info .captcha dd {
    margin-left: 0px;
}
#infoform-personal .captcha dd img,
#infoform-callme .captcha dd img,
#infoform-info .captcha dd img {
    margin-bottom: 3px;
}

#infoform-personal .captcha pre,
#infoform-callme .captcha pre,
#infoform-info .captcha pre {
    font-size: 7px;
}

#infoform-personal .captcha .errors,
#infoform-callme .captcha .errors,
#infoform-info .captcha .errors {
    display: none;
}

    /* popup result of form send action (general use) */

#sendformres {
    width: 300px;
    /*margin: 0 auto;*/
    background-color: White;
    /*border: 1px Black solid;*/
    padding: 10px;

}

#sendformres ul {
    margin-top: -15px;
}

#sendformres h3  {
    text-align: center;
}

#sendformres p {
    margin-left: 20px;
    width: 260px;
}

#sendformres .closeDiv  {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    width: 100%;
}

#sendformres .closeDiv a  {
    cursor: pointer;
}

        /* send to friend in unit controller/index */

#sendfriend-inner {
    width: 300px;
    padding: 10px;
}

#sendfriend-inner h3 {
    text-align: center;
}

#sendfriend-inner textarea {
    width: 98%;
    height: 200px;
}

#sendfriend-inner table {
    width: 98%;
}

#sendfriend-inner table input {
    width: 98%;
}

#sendfriend-inner .label {
    font-weight: bold;
    width: 110px;
}

#sendfriend-inner .red {
    color: #d80b00;
}



        /* send forgotten passwd form in about/index */

#sendforgotten-inner {
    width: 250px;
    padding: 10px;
}

#sendforgotten-inner h3 {
    text-align: center;
}

#sendforgotten-inner table {
    width: 98%;
}

#sendforgotten-inner table input {
    width: 98%;
}

#sendforgotten-inner .label {
    font-weight: bold;
    width: 110px;
}

#sendforgotten-inner .red {
    color: #d80b00;
}


                                               /* ********** INDEX ********** */
                                                                     /* INDEX */
#index-projects {
    float: left;
    margin: 0 0 30px;
}
#index-projects #projects-inner {
}
#index-projects #projects-carousel {
    width: 670px;
    margin: 0;
    padding: 0 15px;
}
#index-projects #projects-carousel .flow {
    margin: 0;
}

#index-projects #projects-carousel .caption-more {
    top: 203px;
    left: 296px;
}
#index-projects #projects-carousel .preButton,
#index-projects #projects-carousel .nextButton {
    top: 130px;
}
#index-projects #projects-carousel .preButton {
    left: 235px;
}
#index-projects #projects-carousel .nextButton {
    right: 235px;
}
                                                                  /* PROJECTS */
/* MAPTHUMB */
#mapthumb {
    float: right;
    clear: right;
    margin: 25px 0 30px 15px;
}
#mapthumb-inner {
    position: relative;
    width: 275px;
    height: 275px;
    background-color: #f9f9f9; /* TODO remove */
}
#mapthumb h3 {
    display: none;
}
#mapthumb-map {
}

#mapthumb-map img {
    position: relative;
}
#mapthumb-map img {
}
#mapthumb-eko_bydleni {
    position: absolute;
    display: block;
    left: 105px;
    top: 21px;
    width: 140px;
    height: 36px;
    z-index: 99;
    cursor: pointer;
}
#mapthumb-designove_bydleni {
    position: absolute;
    display: block;
    left: 85px;
    top: 125px;
    width: 169px;
    height: 35px;
}
#mapthumb-levne_bydleni {
    position: absolute;
    display: block;
    left: 15px;
    top: 193px;
    width: 143px;
    height: 34px;
}
#mapthumb-video {
    position: absolute;
    display: block;
    left: 22px;
    top: 67px;
    width: 100px;
    height: 34px;
}
#mapthumb-map a span {
    display: none;
}

#mapthumb-show {
    background: white;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 18px;
}
#mapthumb-show p {
    margin: 0;
    line-height: 36px;
    vertical-align: middle;
    padding: 0 10px;
}
#mapthumb-show .back-left {
    height: 100%;
    background: url("../img/back-round-white-left.png") no-repeat left bottom;
}
#mapthumb-show .back-right {
    height: 100%;
    background: url("../img/back-round-white-right.png") no-repeat right bottom;
}

                                                                   /* AUCTION */
#auction {
    float: left;
    clear: both;
    margin: 0 0 30px 0;
}
#auction-inner {
    width: 990px;
    height: 330px;
    overflow: hidden;
}
#auction h3 {
    margin: 0;
    padding-left: 15px;
}
#auction h4 {
}
#auction dl {
    margin: 0;
}
#auction p {
    margin: 0;
}

#auction-left {
    float: left;
    clear: left;
    background: #e1eefd url("../img/auction-row-left.png") no-repeat right top;
}
#auction-left .back-top-left {
    background: url("../img/auction-back-top-left.png") no-repeat left top;
}
#auction-left .back-bottom-left {
    background: url("../img/auction-back-bottom-left.png") no-repeat left bottom;
}
#auction-left-inner {
    width: 360px;
    height: 300px;
}
#auction-left-content {
    padding: 15px 45px 15px 15px;
}
#auction-left h3 {
    padding-top: 10px;
    padding-left: 0;
}
#auction-left ul {
    padding-left: 1em;
    margin: 2em 0;
    color: red;
    list-style: none outside url("../img/auction-list-bullet.png");
}
#auction-left li {
    color: black;
    margin: 1em 0;
    font-size: 14px;
}
#auction-left span.upper {
    text-transform: uppercase;
}
#auction-left .expire {
    font-size: 18px;
}
#auction-left .expire span {
    color: #d80b00;
}

#auction-center {
    float: left;
    clear: none;
    background: #f5faff url("../img/auction-row-center.png") no-repeat right top;
}
#auction-center-inner {
    width: 360px;
    height: 300px;
}
#auction-center-content {
    padding: 15px 30px 15px 10px;
}
#auction-center table {
    width: 300px;
    margin: 10px 0;
    border-collapse: collapse;
}
#auction-center table tbody {
    background: white;
}
#auction-center tbody th,
#auction-center tbody td {
    width: 50%;
    height: 30px;
    border-bottom: 1px solid #e1eefd;
}
#auction-center tbody th {
    padding: 0 0 0 15px;
    text-align: left;
    font-weight: normal;
}
#auction-center tbody td {
    font-weight: bold;
}
#auction-center-price {
    background: #f31b1b;
    display: inline-block;
    color: white;
}
#auction-center-price .back-top-left {
    background: url("../img/auction-round-red-top-left.png") no-repeat left top;
    display: inline-block;
}
#auction-center-price .back-top-right {
    background: url("../img/auction-round-red-top-right.png") no-repeat right top;
    display: inline-block;
}
#auction-center-price .back-bottom-left {
    background: url("../img/auction-round-red-bottom-left.png") no-repeat left bottom;
    display: inline-block;
}
#auction-center-price .back-bottom-right {
    background: url("../img/auction-round-red-bottom-right.png") no-repeat right bottom;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    vertical-align: middle;
}
#auction-center th {
    text-align: left;
}
#auction-center td input[type="text"] {
    width: 100%;
}
#auction-center .price th,
#auction-center .price td {
    padding: 0 0 10px;
}
#auction-center .agree td {
    padding: 10px 0 0;
}
#auction-center .submit td {
    padding: 10px 0 0;
}
#auction-center .web {
    float: right;
    width: 180px;
    min-height: 26px;
    text-align: center;
    vertical-align: middle;
}
#auction-center .button-chci_navrhnout_cenu a {
    display: block;
    width: 135px;
    height: 26px;
    background: url("../img/auction-button-chci_navrhnout_cenu.png") no-repeat left top;
}
#auction-center .button-chci_navrhnout_cenu a span {
    display: none;
}
#auction-center h4 {
    font-size: 15px;
    color: #4673af;
    margin: 0.5em 0;
}
#auction-center p {
    margin: 0.5em 0;
}

#auction-right {
    float: left;
    clear: none;
    margin: 0;
    background: #e1eefd;
}
#auction-right .back-top-right {
    background: url("../img/auction-back-top-right.png") no-repeat right top;
}
#auction-right .back-bottom-right {
    background: url("../img/auction-back-bottom-right.png") no-repeat right bottom;
}
#auction-right-inner {
    padding: 15px 15px 35px 0;
}
#auction-right-inner #gallerymini-inner {
    width: 255px;
}

#auctionformInline {
    margin: 1.5em;
    margin-bottom: 0.5em;
    width: 750px;
}
#auctionformInline-left {
    float: left;
    width: 300px;
}
#auctionformInline-right {
    float: left;
    width: 400px;
    padding: 0 0 0 50px;
    line-height: 1.5em;
}
#auctionformInline table {
    width: 300px;
}
#auctionformInline th,
#auctionformInline td {
    padding-bottom: 0.5em;
}
#auctionformInline th {
    text-align: left;
}
#auctionformInline td input[type="text"] {
    width: 100%;
}

                                                                /* NEWEST UNITS (HP) */
#newest {
    float: left;
    clear: left;
    margin: 0 20px 30px 0;
}

#newest-inner {
    width: 700px;
}

#newest h3 {
    margin: 0px;
    margin-bottom: 16px;
    padding-left: 15px;
}

#newest .item {
    float: left;
    padding-left: 22px;
    background: #ffffff url("../img/newest-item-icon.png") no-repeat left top;
    width: 328px;
    margin-bottom: 10px;
}

#newest .item.odd {
    clear: left;
}

#newest .item.even {
    clear: right;
    float: right;
}

#newest-banner {
    float: left;
    clear: left;
    margin: 0 30px 30px 0px;
}

#newest-banner-inner {
    width: 300px;
    min-height: 10px;
}


                                                                 /* QUESTIONS */
#questions {
    float: left;
    margin: 0 30px 30px 0;
}
#questions-inner {
    width: 310px;
    min-height: 300px;
}
#questions h3 {
    margin: 0;
    padding-left: 15px;
}
#questions .box {
    background: #efefef url("../img/questions-back.png") repeat-x left top;
}
#questions .box .back-top-left {
    background: url("../img/questions-back-top-left.png") no-repeat left top;
}
#questions .box .back-top-right {
    background: url("../img/questions-back-top-right.png") no-repeat right top;
}
#questions .box .back-bottom-left {
    background: url("../img/questions-back-bottom-left.png") no-repeat left bottom;
}
#questions .box .back-bottom-right {
    background: url("../img/questions-back-bottom-right.png") no-repeat right bottom;
}
#questions .box-inner {
    padding: 15px;
    background: url("../img/questions-back-info.png") no-repeat 270px 30px;
}
#questions h4 {
    margin: 0;
    height: 30px;
}

#questions p.question {
    margin: 0;
    padding: 0;
}
#questions p.answers {
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 40px;
    vertical-align: middle;
    background: url("../img/questions-back-answers.png") no-repeat 80% 0%;
}
#questions-next {
    clear: both;
    margin: 0;
    padding: 0 15px;
}
#questions-next li {
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    list-style: none inside;
}
#questions-button-own_question {
    float: left;
}
#questions-button-own_question a {
    display: block;
    width: 155px;
    height: 26px;
    background: url("../img/questions-button-poslat_otazku.png") no-repeat left top;
}
#questions-button-own_question a span {
    display: none;
}
#questions-next_question {
    float: right;
}

                                                                  /* PRICEMAP */
#pricemap {
    float: right;
    clear: right;
    margin: 0 0px 30px 0;
}
#pricemap-inner {
    width: 320px;
    min-height: 300px;
}
#pricemap h3 {
    margin: 0;
    padding-left: 15px;
}
#pricemap p {
    margin: 0;
}
#pricemap-button {
    float: right;
}
/*TODO img active*/
#pricemap-button a {
    display: block;
    width: 87px;
    height: 26px;
    background: url("../img/pricemap-button-hledat.png") no-repeat left top;
}
#pricemap-button a:hover {
    /*background-position: -87px 0;*/
}
#pricemap-button a span {
    display: none;
}

#index-poll {
    float: right;
    clear: right;
    margin: 0;
}

                                                /* ********** DICT ********** */
                                                                 /* DICT-DICT */
#dict-dict {
    float: left;
    margin: 0 0 30px 0;
}
#dict-dict-inner {
    width: 670px;
}
#dict-dict h2 {
    margin: 0;
    padding-left: 15px;
}
#dict-dict h3 {
    padding-left: 15px;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
#dict-dict p {
    margin-bottom: 30px;
}

                                                                   /* DICTBIG */
#dictbig {
    margin: 0 0 30px;
}
#dictbig-inner {
}
#dictbig #dictform .box {
    background: #f5faff;
}
#dictbig #dictform .box .back-top-left {
    background: url("../img/box-lightblue-top-left.png") no-repeat left top;
}
#dictbig #dictform .box .back-top-right {
    background: url("../img/box-lightblue-top-right.png") no-repeat right top;
}
#dictbig #dictform .box .back-bottom-left {
    background: url("../img/box-lightblue-bottom-left.png") no-repeat left bottom;
}
#dictbig #dictform .box .back-bottom-right {
    background: url("../img/box-lightblue-bottom-right.png") no-repeat right bottom;
}
#dictbig #dictform .box-inner {
    padding: 15px;
}
#dictbig dt {
    padding: 0 3px;
}
#dictbig dd {
    padding: 0 3px;
}
#dictbig #dictform-search dd input{
    width: 400px;
}
#dict-dict h4 {
    padding: 0 0 0 15px;
}
#dict-dict p {
    padding: 0 15px;
}

                                                         /* DICT-ADVERT-RIGHT */
#dict-advert-right {
    float: left;
    margin-left: 20px;
}
#dict-advert-right-inner {
}

                                             /* ********** CONSULT ********** */
                                                                   /* CONSULT */
#consult {
    float: left;
    margin: 0 0 30px 0;
}
#consult-inner {
    width: 670px;
}
#consult h2 {
    float: none;
    clear: both;
    width: 500px;
    margin: 0;
    padding-left: 15px;
}
#consult-button-new {
    float: right;
    height: 30px;
    margin: -5px 0 0;
}
#consult-button-new a {
    display: block;
    width: 155px;
    height: 26px;
    background: url("../img/consult-poslat_novou_otazku.png") no-repeat left top;
}
#consult-button-new a span {
    display: none;
}
#consult .question {
    margin: 0 0 3px;
}
#consult .odd {
    background: #e1eefd;
}
#consult .odd .box .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
#consult .odd .box .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
#consult .odd .box .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
#consult .odd .box .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
#consult .even {
    background: #f5faff;
}
#consult .even .box .back-top-left {
    background: url("../img/box-lightblue-top-left.png") no-repeat left top;
}
#consult .even .box .back-top-right {
    background: url("../img/box-lightblue-top-right.png") no-repeat right top;
}
#consult .even .box .back-bottom-left {
    background: url("../img/box-lightblue-bottom-left.png") no-repeat left bottom;
}
#consult .even .box .back-bottom-right {
    background: url("../img/box-lightblue-bottom-right.png") no-repeat right bottom;
}
#consult .box-inner {
    padding: 15px;
}
#consult dl {
    margin: 0;
    padding: 0;
    clear: both;
}
#consult dt {
    margin: 0 0 5px;
    padding: 0;
}
#consult dd {
    margin: 0;
    padding: 0;
}
#consult dd.answer {
    float: left;
}
#consult dd.developer {
    float: left;
}
#consult dd.date {
    float: right;
}

                                                                 /* DICTBIG */
#consult #dictbig dl {
/*    float: left;*/
    clear: none;
}
#consult #dictbig dt {
    padding-left: 3px;
}

                                                                 /* DICTSMALL */
#dictsmall {
    float: left;
    margin: 0 0 30px 20px;
}
#dictsmall h3 {
    padding-left: 15px;
}
#dictsmall #dictform {
}
#dictsmall #dictform-inner {
    width: 300px;
}
#dictsmall #dictform .box {
    background: #e1eefd;
}
#dictsmall #dictform .box .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
#dictsmall #dictform .box .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
#dictsmall #dictform .box .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
#dictsmall #dictform .box .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
#dictsmall #dictform .box-inner {
    padding: 15px;
}
#dictsmall #dictform-search dt {
    display: block;
    width: 170px;
    line-height: 1em;
    padding-bottom: 6px;
}
#dictsmall dt {
}
#dictsmall dd {
}
#dictsmall #dictform-search dd input{
    width: 170px;
}
#dictsmall #dictform-buttons {
    margin: 16px 0 0;
}

/* CONSULT-ADVERT-RIGHT */
#consult-advert-right {
    float: right;
    margin-left: 20px;
}
#consult-advert-right-inner {
}

/* ********** VIDEO ********** */
/* VIDEO */
#video {
    margin: 0 0 30px;
}
#video-inner {
}
#video h2 {
    padding-left: 15px;
}
#video p {
    padding-left: 15px;
}
#video h3 {
    margin-top: 40px;
    padding-left: 15px;
}
#video .video-list {
}
#video .box {
}
#video .box .back-top-left {
    background: url("../img/box-lightblue-top-left.png") no-repeat left top;
}
#video .box .back-top-right {
    background: url("../img/box-lightblue-top-right.png") no-repeat right top;
}
#video .box .back-bottom-left {
    background: url("../img/box-lightblue-bottom-left.png") no-repeat left bottom;
}
#video .box .back-bottom-right {
    background: url("../img/box-lightblue-bottom-right.png") no-repeat right bottom;
}
#video .box-inner {
    padding: 15px 3px;
}
#video .video-item {
    float: left;
    width: 190px;
    padding: 0 28px;
    height: 210px;
}
#video .video-item .video {
    border: 5px solid silver;
}
#video .video-item h5 {
    margin-bottom: 0;
}
#video .video-item p {
    margin: 0;
    padding-left: 0;
}
#video .video-list.newbuildings-videos .box {
    background: #f5faff;
}
#video .video-list.more-videos {
}

/* ********** DEVELOPER ********** */
/* DEVELOPER */
#developer {
    float: left;
    padding: 0 15px;
    margin: 0 0 30px 0;
}
#developer-inner {
    width: 640px;
}

#developer-right {
    float: right;
    width: 315px;
    margin: 0;
    padding: 0;
}
                                                                      /* LOGO */
#logo {
    float: left;
    margin: 0 0 30px 15px;
    padding: 15px;
}
#logo-inner {
    width: 270px;
}

#developer-current {
    float: left;
}

#developer-projectlist {
    float: left;
}

                                                            /* DEVELOPER-BACK */
#developer-back {
    clear: both;
    margin: 0 0 30px 0;
}
#developer-back-inner {
}
#developer-back a {
    display: block;
    width: 126px;
    height: 26px;
    background: url("../img/developer-back-button-zpet.png") no-repeat left top;
}
#developer-back a span {
    display: none;
}

                                      /* ********** DEVELOPER LIST ********** */
#developer-list {
    float: left;
    padding: 0 15px;
    margin: 0 0 30px 0;
}
#developer-list-inner {
    width: 350px;
}

#developer-list ul {
    color: #d80b00;
    list-style-type: square;
}

#developer-list-advert-right {
    float: right;
    width: 300px;
    margin: 0 0 30px 0;
}

/* ********** ABOUT ********** */
/* ABOUT */
#about {
    float: left;
    margin: 0 0 30px 15px;
}
#about-inner {
    width: 655px;
}
#about h1 {
    margin: 0px;
    padding: 0px;
    color: #D80B00;
}
#about h2 {
}
#about p {
    margin: 0 0 30px 0;
}

/* LOGINFORM */
#loginform {
    float: left;
    margin: 0 0 30px;
}
#loginform-inner {
    width: 320px;
}
#loginform .box {
    background: #e1eefd;
}
#loginform .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
#loginform .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
#loginform .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
#loginform .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
#loginform form {
    margin: 0;
    padding: 15px;
}
#loginform dl {
    clear: both;
    margin: 0;
    padding: 3px 0;
}
#loginform dt {
    float: left;
    width: 80px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#loginform dd {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
}
#loginform dd input {
    width: 200px;
}
#loginform-links dd.first {
    padding-top: 7px;
}
#loginform-links dd {
    padding: 0 0 0 110px;
}
#loginform-buttons dd {
    padding: 10px 0 0 110px;
}
#loginform-buttons dd input {
    width: auto;
}

                                                           /* WANTPROJECTFORM */
#wantprojectform {
    float: left;
    margin: 0 0 30px 10px;
}
#wantprojectform-inner {
    width: 320px;
}
#wantprojectform .box {
    background: #f5faff;
}
#wantprojectform .back-top-left {
    background: url("../img/box-lightblue-top-left.png") no-repeat left top;
}
#wantprojectform .back-top-right {
    background: url("../img/box-lightblue-top-right.png") no-repeat right top;
}
#wantprojectform .back-bottom-left {
    background: url("../img/box-lightblue-bottom-left.png") no-repeat left bottom;
}
#wantprojectform .back-bottom-right {
    background: url("../img/box-lightblue-bottom-right.png") no-repeat right bottom;
}
#wantprojectform form {
    margin: 0;
    padding: 15px;
}
#wantprojectform dl {
    clear: both;
    margin: 0;
    padding: 3px 0;
}
#wantprojectform dt {
    float: left;
    width: 90px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#wantprojectform dd {
    float: left;
    width: 190px;
    margin: 0;
    padding: 0;
}
#wantprojectform dd input {
    width: 190px;
}
#wantprojectform-buttons dd {
    padding: 10px 0 0 90px;
}
#wantprojectform-buttons dd input {
    width: auto;
}

/* PARTNERS */
#partners {
    float: right;
    margin: 0 0 30px 20px;
}
#partners-inner {
    width: 300px;
}
#partners h3 {
    padding-left: 15px;
}
#partners ul {
    margin: 0;
    padding: 10px 15px;
}
#partners li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px 10px 0;
    list-style: none inside;
}

/* ********** PROJECT ********** */
/* PROJECT-PROJECTS */
#project-projects {
    float: left;
    margin: 0 0 30px 0;
    position: relative;
}
#project-projects-inner {
    width: 670px;
}
#project-projects #projects-inner {
    width: 670px;
}

#project-projects-left {
    position: absolute;
    top: 0;
    left: 15px;
    width: 380px;
    height: 150px;
}
#project-projects-left h2 {
    margin: 0 0 2px;
    padding: 0;
}
#project-projects-left p.developer {
    margin: 0 0 3px;
    font-weight: bold;
}
#project-projects-left p.back {
    margin: 0;
}
#project-projects-left p.back a {
    display: block;
    width: 112px;
    height: 26px;
    background: url("../img/project-projects-button-zpet_na_mapu.png") no-repeat left top;
}
#project-projects-left p.back a span {
    display: none;
}

#project-projects-tabs.ui-tabs {
    margin: -2px;
}
#project-projects-tabs .tabs .ui-tabs-selected,
#project-projects-tabs .tabs .ui-state-active,
#project-projects-tabs .tabs .ui-state-hover,
#project-projects-tabs .tabs .ui-state-focus,
#project-projects-tabs .tabs .ui-state-disabled {
    border: 0;
    background: none;
    color: inherit;
    opacity: 1;
}

#project-projects-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 275px;
    height: 31px;
    border-bottom: 1px solid #ebebeb;
}
#project-projects-right .tabs {
    margin: 0 0 0 20px;
    padding: 0;
}
#project-projects li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none inside;
}
#project-projects .tabs li a {
    margin: 1px 0 0;
    display: block;
    height: 31px;
}
li#project-projects-slideshow-tab {
}
#project-projects-slideshow-tab a {
    width: 93px;
    background: url("../img/project-projects-tab-slideshow.png") no-repeat left top;
}
#project-projects-slideshow-tab.ui-state-active a,
#project-projects-slideshow-tab.ui-state-hover a {
    background-position: -93px 0;
}
#project-projects-slideshow-tab.ui-state-disabled a {
    background-position: -186px 0;
}
li#project-projects-video-tab {
    margin: 0 0 0 5px;
}
#project-projects-video-tab a {
    width: 72px;
    background: url("../img/project-projects-tab-video.png") no-repeat left top;
}
#project-projects-video-tab.ui-state-active a,
#project-projects-video-tab.ui-state-hover a {
    background-position: -72px 0;
}
#project-projects-video-tab.ui-state-disabled a {
    background-position: -144px 0;
}
li#project-projects-nearby-tab {
    margin: 0 0 0 1px;
}
#project-projects-nearby-tab a {
    width: 67px;
    background: url("../img/project-projects-tab-okoli.png") no-repeat left top;
}
#project-projects-nearby-tab.ui-state-active a,
#project-projects-nearby-tab.ui-state-hover a {
    background-position: -67px 0;
}
#project-projects-nearby-tab.ui-state-disabled a {
    background-position: -134px 0;
}
#project-projects .tabs li a span {
    display: none;
}

#project-projects-slideshow {
    height: 260px;
    margin: 70px 0 0 0;
}
#project-projects-video {
    height: 300px;
    margin: 70px 0 0 0;
}
#project-projects-nearby {
    height: 300px;
    margin: 70px 0 0 0;
    position: relative;
}
#project-projects-nearby #map-toggle {
    position: absolute;
    top: -20px;
    right: 0;
}
#project-projects-nearby #map {
    width: 670px;
    height: 300px;
    overflow: hidden;
}
#project-projects-nearby #map-street {
    width: 670px;
    height: 300px;
    overflow: hidden;
}

#project-projects #projects-inner {
    height: 260px;
}
#project-projects #projects-carousel {
    width: 670px;
    margin: 0;
    padding: 0;
}
#project-projects #projects-carousel .flow {
    margin: 0;
}

#project-projects #projects-carousel .preButton,
#project-projects #projects-carousel .nextButton {
    top: 90px;
}
#project-projects #projects-carousel .preButton {
    left: 221px;
}
#project-projects #projects-carousel .nextButton {
    right: 221px;
}

#project-projects-text p {
    float: left;
    margin: 15px 15px 0;
}

                                                               /* PROJECTINFO */
#projectinfo {
    float: right;
    margin: 0 0 30px 0px;
}
#projectinfo-inner {
    width: 300px;
}
#projectinfo .box {
    background: #e1eefd;
}
#projectinfo .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
#projectinfo .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
#projectinfo .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
#projectinfo .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
#projectinfo .box-inner {
    padding: 15px;
}
#projectinfo .header {
    margin: 0 0 3px 0;
}
#projectinfo .header h4 {
    margin: 0;
}
#projectinfo .header p {
    margin: 5px 0;
}
#projectinfo .header .logo {
    float: right;
}
#projectinfo table.info {
    width: 270px;
    margin: 0px;
    border-collapse: collapse;
    background: white;
}
#projectinfo table.info tr {
}
#projectinfo table.info th,
#projectinfo table.info td {
    padding: 3px 15px;
    border-bottom: 1px solid #e1eefd;
}
#projectinfo table.info th {
    text-align: left;
    vertical-align: bottom;
}
#projectinfo table.info th.price {
    vertical-align: top;
}
#projectinfo table.info td {
    font-weight: normal;
    vertical-align: bottom;
}
#projectinfo h5 {
    margin: 0 0 3px;
    font-size: 15px;
}
#projectinfo table.rate {
    width: 270px;
    margin: 0;
    border: 15px solid #f0f6fe;
    border-collapse: collapse;
    background: #f0f6fe;
}
#projectinfo table.rate th {
    padding: 3px 0;
    text-align: left;
    font-weight: normal;
}
#projectinfo table.rate td {
    padding: 3px 0;
    text-align: right;
}
#projectinfo table.rate td form {
    margin: 0;
    float: right;
}
#projectinfo table.rate td form .ui-stars-star a {
    text-indent: 999px;
}
#projectinfo table.rate td .caption {
    padding-right: 0.5em;
}
#projectinfo table.rate td .loader {
    display: none;
}
#projectinfo p {
    margin: 10px 0 0;
    text-align: center;
}

#projectinfo .box-inner .fb-like {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    text-align: center;
}

#projectinfo .box-inner .fb-div {
    width: 270px;
    height: 28px;
    margin-top: 10px;
}

#unit-info .fb-div {
    width: 300px;
    height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}


#project-left {
    float: left;
    width: 350px;
}
#project-center {
    float: left;
    width: 340px;
}
#project-right {
    float: right;
    width: 300px;
}

#project-current {
    float: left;
}
#project-current #current {
    margin: 0 0 30px;
}
#project-current #current-inner {
    width: 340px;
}

#project-projectlist {
    float: left;
}
#project-projectlist #projectlist{
    margin: 0 0 30px 0;
}
#project-projectlist #projectlist-inner {
    width: 340px;
}

#project-infoform {
    float: left;
}
#project-infoform #infoform {
    margin: 0 0 30px;
}
#project-infoform #infoform-inner {
    width: 320px;
}

#project-advert-right {
    float: left;
    width: 300px;
    margin: 0 0 30px 0;
}

#project-poll {
    float: left;
}
#project-poll #poll {
    margin: 0 0 30px 0;
}
#project-poll #poll-inner {
    width: 300px;
}

/* ********** UNIT ********** */
#unit-left {
    float: left;
    width: 290px;
}
#unit-center {
    float: left;
    width: 380px;
}
#unit-right {
    float: left;
    width: 320px;
}


#unit-gallerymini {
    float: left;
    margin: 0 0 30px 0;
}
#unit-gallerymini-inner {
    width: 280px;
    background: #e1eefd;
}
#unit-gallerymini .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
#unit-gallerymini .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
#unit-gallerymini .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
#unit-gallerymini .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
#unit-gallerymini-content {
    padding: 15px 10px 35px 15px;
}
#unit-gallerymini #gallerymini-inner {
    width: 255px;
}

#unit-advert-financing {
    float: left;
    margin: 0 0 30px 0;
}
#unit-advert-financing-inner {
    width: 280px;
}
#unit-advert-financing-inner h3 {
    padding-left: 15px;
}
#unit-advert-financing .box {
    background: #f5f5f5;
}
#unit-advert-financing .box .back-top-left {
    background: url("../img/box-lightgray-top-left.png") no-repeat left top;
}
#unit-advert-financing .box .back-top-right {
    background: url("../img/box-lightgray-top-right.png") no-repeat right top;
}
#unit-advert-financing .box .back-bottom-left {
    background: url("../img/box-lightgray-bottom-left.png") no-repeat left bottom;
}
#unit-advert-financing .box .back-bottom-right {
    background: url("../img/box-lightgray-bottom-right.png") no-repeat right bottom;
}
#unit-advert-financing .box-inner {
    padding: 15px;
}
#unit-advert-financing-inner p {
    margin: 0;
}

#interests {
    margin: 0 0 30px 0;
}
#interests-inner {
    width: 280px;
}
#interests h3 {
    padding-left: 15px;
}
#interests ul {
    margin: 0;
    padding: 0 0 0 15px;
}
#interests li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none inside;
}
#interests li a {
    display: block;
    height: 100%;
    padding: 0 0 0 60px;
    line-height: 50px;
    border-bottom: 1px solid silver;
}
#interests-icon-hypo a {
    background: url("../img/interests-icon-hypo.png") no-repeat left bottom;
}
#interests-icon-pravni_sluzby a {
    background: url("../img/interests-icon-pravo.png") no-repeat left bottom;
}
#interests-icon-pojisteni a {
    background: url("../img/interests-icon-pojisteni.png") no-repeat left bottom;
}
#interests-icon-cenove_mapy a {
    background: url("../img/interests-icon-cenove_mapy.png") no-repeat left bottom;
}

#unit-info {
    margin: 0 0 30px 15px;
}
#unit-info-inner {
    width: 370px;
}
#unit-info h1 {
    font-size: 80%;
    color: #ababab;
}
#unit-info h2 {
    /*padding-left: 15px;*/
}
#unit-info h2 i {
    font-size: 80%;
    font-style: normal;
}
#unit-info ul {
    margin: 0;
    padding: 0;
}
#unit-info li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 12px 0 0;
    list-style: none inside;
}
#unit-info li.last {
    padding: 0;
}
#unit-info-icon-favourite a {
    display: block;
    width: 122px;
    height: 26px;
    background: url("../img/unit-info-do_oblibenych.png") no-repeat left top;
}
#unit-info-icon-print a {
    display: block;
    width: 62px;
    height: 26px;
    background: url("../img/unit-info-tisk.png") no-repeat left top;
}
#unit-info-icon-email a {
    display: block;
    width: 136px;
    height: 26px;
    background: url("../img/unit-info-odeslat_emailem.png") no-repeat left top;
}
#unit-info li a span {
    display: none;
}
#unit-info table {
    width: 340px;
    margin: 10px 15px 0 0px;
    border-collapse: collapse;
}
#unit-info tr {
    border-bottom: 1px solid silver;
}
#unit-info th {
    /*padding-left: 15px;*/
    padding: 5px 0;
    text-align: left;
}
#unit-info .price th {
    font-size: 18px;
}
#unit-info .price td {
    font-size: 18px;
    font-weight: bold;
    color: #d80b00;
}
#unit-info td {
    /*padding-right: 15px;*/
}
#unit-info p {
    margin: 20px 15px 0 0px;
}
#unit-info-button-ptejte_se_developera {
    margin: 0;
}
#unit-info-button-ptejte_se_developera a {
    display: block;
    width: 155px;
    height: 26px;
    background: url("../img/unit-info-button-ptejte_se_developera.png") no-repeat left top;
}
#unit-info-button-ptejte_se_developera a span {
    display: none;
}

#unit-projectlist {
    float: left;
    margin: 0 0 30px 0;
}
#unit-projectlist #projectlist {
    margin: 0;
}
#unit-projectlist #projectlist-inner {
    width: 370px;
}

                                                         /* UNIT-ADVERT-RIGHT */
#unit-advert-right {
    float: left;
    margin-left: 20px;
}
#unit-advert-right-inner {
}

                                             /* ********** RESULTS ********** */
#results {
    float: left;
    margin: 0 0 30px 0;
}
#results-inner {
    width: 350px;
    height: 500px;
}
#results h2 {
    height: 30px;
    padding-left: 15px;
}
#results p {
    margin-top: 0;
    padding-left: 15px;
}
#results h3 {
    padding-left: 15px;
}
#results-list {
    height: 470px;
    overflow: auto;
}
#results-list ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#results-list li {
    clear: both;
    display: block;
    width: 313px;
    margin: 0;
    padding: 15px 0 10px;
    border-bottom: 1px solid silver;
    list-style: none inside;
}
#results-list li.first {
    border-top: 1px solid silver;
}
#results-list .item-foto {
    float: left;
    margin-right: 10px;
}
#results-list .item-foto .box {
    /*width: 88px;*/
}
#results-list .item-foto .back-border-left {
    background: url("../img/results-list-foto-back-border-left.png") repeat-y left top;
}
#results-list .item-foto .back-border-right {
    background: url("../img/results-list-foto-back-border-right.png") repeat-y right top;
}
#results-list .item-foto .back-border-top {
    background: url("../img/results-list-foto-back-border-top.png") repeat-x left top;
}
#results-list .item-foto .back-border-bottom {
    background: url("../img/results-list-foto-back-border-bottom.png") repeat-x left bottom;
}
#results-list .item-foto .back-top-left {
    background: url("../img/results-list-foto-back-top-left.png") no-repeat left top;
}
#results-list .item-foto .back-top-right {
    background: url("../img/results-list-foto-back-top-right.png") no-repeat right top;
}
#results-list .item-foto .back-bottom-left {
    background: url("../img/results-list-foto-back-bottom-left.png") no-repeat left bottom;
}
#results-list .item-foto .back-bottom-right {
    background: url("../img/results-list-foto-back-bottom-right.png") no-repeat right bottom;
}
#results-list .item-foto .box-inner {
    padding: 3px;
}
#results-list .item-info {
    float: left;
    width: 200px;
}
#results-list .item-info h4 {
    margin: 0;
    color: black;
}
#results-list .item-info p {
    margin: 5px 0;
}
#results-list .item-info ul {
    margin: 0;
    padding: 0;
}
#results-list .item-info li {
    display: list-item;
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
    list-style: url("../img/results-list-item-info-bullet.png") disc inside;
}

#results-map {
    position: relative;
    float: left;
    margin: 0 0 30px 15px;
}
#results-map-inner {
    width: 625px;
    height: 500px;
}

#results-map #dialog {
    position: absolute;
    top: 200px;
    left: 160px;
    border: 3px solid #e80000;
    padding: 35px 10px 10px 10px;
    color: #e80000;
    font-family: 'Arial CE', Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background: #ffffff url('../img/pozadi-dialog.gif') no-repeat center center;
    width: 300px;
    text-align: center;
    z-index: 99;
    display: none;
}
#results-map #dialog .close {
    float: right;
    position: relative;
    top: -35px;
    right: -10px;
    background: url('../img/icon-close.gif') no-repeat right top;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.bluebox {
    margin: 0 0 10px 0;
}

.bluebox-inner {
    background: #e1eefd;
}

.bluebox .back-top-left {
    background: url("../img/box-blue-top-left.png") no-repeat left top;
}
.bluebox .back-top-right {
    background: url("../img/box-blue-top-right.png") no-repeat right top;
}
.bluebox .back-bottom-left {
    background: url("../img/box-blue-bottom-left.png") no-repeat left bottom;
}
.bluebox .back-bottom-right {
    background: url("../img/box-blue-bottom-right.png") no-repeat right bottom;
}
.bluebox-content {
    padding: 15px;
}
