/* ********** 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;
}
.clr {
    float: none;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

h1,
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;
}
h1 b, h1 strong,
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;
}

.bigger {
    font-size: 14px;
    line-height: 18px;
}

.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 2 */
/* color: #4673af*/
#topmenu2 {
    height: 50px;
}
#topmenu2-inner {
}
#topmenu2 h3 {
    display: none;
}
#topmenu2 ul.menu {
    margin: 0;
    padding: 0;
    float: right;
    width: 450px;
    text-align: right;
}
#topmenu2 ul.menu li {
    position: relative;
    display: inline-block;
    height: 50px;
    list-style: none inside;
}
#topmenu2 ul.menu li a {
    display: block;
    text-decoration: none;
    padding: 20px 30px 0 40px;
    padding-top: 14px;
    font-size: 150%;
}
#topmenu2 ul.menu li a span {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}
#topmenu2-projekty a span {
    width: 25px;
    background: url("../img/topmenu2-icon-novostavby.png") no-repeat left center;
}
#topmenu2-developeri a span {
    width: 25px;
    background: url("../img/topmenu2-icon-developeri.png") no-repeat left center;
}
#topmenu2-slovnik a span {
    width: 25px;
    background: url("../img/topmenu2-icon-poradna.png") no-repeat left center;
}
#topmenu2 ul.tabs {
    margin: 9px 0 0;
    padding: 0;
    float: left;
}
#topmenu2 ul.tabs li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
#topmenu2 ul.tabs li a {
    text-decoration: none;
}

#topmenu2 ul.tabs li a span {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#topmenu2 ul.tabs li a span {
    text-indent: -9999px;
    overflow: hidden;
}
#topmenu2 ul.tabs #tab-projekty {
    width: 102px;
    height: 41px;
    background: url("../img/tab-projekty.png") no-repeat left top;
    background-position: 0 0;
}
#topmenu2 ul.tabs #tab-projekty.active,
#topmenu2 ul.tabs #tab-projekty:hover {
    background-position: -102px 0;
}
#topmenu2 ul.tabs #tab-byty {
    width: 117px;
    height: 41px;
    background: url("../img/tab-nove_byty.png") no-repeat left top;
    background-position: 0 0;
}
#topmenu2 ul.tabs #tab-byty.active,
#topmenu2 ul.tabs #tab-byty:hover {
    background-position: -117px 0;
}
#topmenu2 ul.tabs #tab-developers {
    width: 124px;
    height: 41px;
    background: url("../img/katalog-developeru/tab-developers.png") no-repeat left top;
    background-position: 0 0;
}
#topmenu2 ul.tabs #tab-developers.active,
#topmenu2 ul.tabs #tab-developers:hover {
    background-position: -124px 0;
}
#topmenu2 ul.tabs #tab-dictionary {
    width: 169px;
    height: 41px;
    background: url("../img/slovnik-pojmu/tab-dictionary.png") no-repeat left top;
    background-position: 0 0;
}
#topmenu2 ul.tabs #tab-dictionary.active,
#topmenu2 ul.tabs #tab-dictionary:hover {
    background-position: -169px 0;
}                                                                  /* 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: 30px;
    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-prehled_projektu a span {
    width: 30px;
    background: url("../img/topmenu-icon-prehled_projektu.png") no-repeat left center;
}
#topmenu-prehled_projektu 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 .back-bottom-left {
    width: 100%;
    height: 100%;
    background: url("../img/searchbanner-back-red-bl.png") no-repeat left bottom;
}
#searchbanner .back-bottom-right {
    width: 100%;
    height: 100%;
    background: url("../img/searchbanner-back-red-br.png") no-repeat right bottom;
}


#searchbanner-inner {
    padding: 0 0 0 15px;
    min-height: 38px;
}
#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;
}

#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;
    line-height: normal;
}
#searchbanner-more-content .fieldset {
    padding: 0;
    margin: 10px 0;
    border: 0;
}
#searchbanner-more-content .legend {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
}
#searchbanner-more-content .items {
    margin: 0;
    padding: 0;
    min-height: 25px;
}
#searchbanner-offertype,
#searchbanner-realestate,
#searchbanner-accessories,
#searchbanner-type {
    display: block;
    float: left;
    border-top: 1px solid #eb2828;
}
#searchbanner-offertype {
    width: 227px;
}
#searchbanner-realestate {
    width: 246px;
}
#searchbanner-accessories {
    width: 246px;
}
#searchbanner-type {
    width: 228px;
}
#searchbanner-offertype .fieldset,
#searchbanner-realestate .fieldset,
#searchbanner-accessories .fieldset {
    margin-right: 15px;
    border-right: 1px solid #eb2828;
}
#searchbanner-offertype .legend,
#searchbanner-realestate .legend,
#searchbanner-accessories .legend {
}
#searchbanner-offertype .items,
#searchbanner-realestate .items,
#searchbanner-accessories .items {
}
#searchbanner-offertype select,
#searchbanner-realestate select {
    width: 180px;
}
#searchbanner-disposition {
    clear: left;
    border-top: 1px solid #eb2828;
}
#searchbanner-more-content .items label {
    padding-right: 5px;
}
#searchbanner-more-content .items input[type="checkbox"] {
    padding-left: 0px;
}

/*
#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;
}
#searchbanner .dispositions {
    float: left;
    padding-left: 20px;
    width: 550px;
    vertical-align: middle;
}
#searchbanner .dispositions label {
    white-space: nowrap;
}
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;
}
*/


                                                               /* BREADCRUMBS */
#breadcrumbs {
    clear: left;
    float: left;
    margin: 10px 0;
    width: 100%;
    height: 24px;
}

#breadcrumbs li {
    list-style-type: none;
}

#breadcrumbs > ul {
    margin: 0;
    padding: 0;
}

#breadcrumbs li.level0 {
    float: left;
    clear: none;
    background-color: #f0f0f0;
    display: block;
    position: relative;
}

#breadcrumbs li.level0 > a {
    display: block;
    height: 16px;
    padding: 4px 4px;
    color: #787878;
    position: relative;
    padding-left: 20px;
    padding-right: 16px;
}

#breadcrumbs li.level0 .arrow {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#breadcrumbs li.level0 .arrow {
    background: transparent url("../img/katalog-developeru/menu-arrow.png") no-repeat left center;
    width: 13px;
    height: 24px;
    display: block;
    position: absolute;
    right: -11px;
    top: 0px;
    float: right;
    z-index: 30;
}

#breadcrumbs li.level0.last .arrow {
    display: none;
}

#breadcrumbs li.level0.first {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    
}

#breadcrumbs li.level0.first > a {
    padding-left: 8px;
}

#breadcrumbs li.level0.last {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    
}

#breadcrumbs li.level0.last {
    background-color: #5987c7;
    
}

#breadcrumbs li.level0.last > a {
    color: #ffffff;
}

#breadcrumbs li.level0.expandable .expand-icon {
    position: absolute;
    top: 9px;
    right: 16px;
    background: transparent url("../img/katalog-developeru/menu-drop-gray.png") no-repeat left center;
    display: block;
    width: 11px;
    height: 6px;
}

#breadcrumbs li.level0.expandable.last .expand-icon {
    background: transparent url("../img/katalog-developeru/menu-drop.png") no-repeat left center;
}

#breadcrumbs li.level0.expandable {
    min-width: 175px;
}

#breadcrumbs li.level0.expandable > a {
    padding-right: 36px;
}

#breadcrumbs li.level0.expanded,
#breadcrumbs li.level0:hover {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

#breadcrumbs li.level0.expandable.expanded,
#breadcrumbs li.level0.expandable:hover {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

#breadcrumbs li.level0 .submenu {
    display: none;
}

#breadcrumbs li.level0.expanded .submenu,
#breadcrumbs li.level0:hover .submenu {
    display: block;
    z-index: 10;
    position: relative;
    top: 0px;
    left: 0px;
}

#breadcrumbs .submenu {
    padding: 0px;
    margin: 0px;
}

#breadcrumbs .submenu li > a {
    display: block;
    height: 29px;
    width: 100%;
    background-color: #f0f0f0;
    color: #787878;
    text-decoration: none;
    position: relative;
}

#breadcrumbs .last .submenu li > a {
    background-color: #5987c7;
    color: #ffffff;
}

#breadcrumbs .submenu li.active > a,
#breadcrumbs .submenu li > a:hover {
    background-color: #d3d3d3;
}

#breadcrumbs .last .submenu li.active > a,
#breadcrumbs .last .submenu li > a:hover {
    background-color: #8bacd7;
}

#breadcrumbs .submenu li.last > a {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

#breadcrumbs .submenu .lines {
    display: block;
    width: 100%;
    padding-bottom: 2px;
}

#breadcrumbs .submenu .line {
    display: block;
    width: 100%;
    height: 1px;
}

#breadcrumbs .submenu .line.dark {
    background-color: #bebebe;
}

#breadcrumbs .submenu .line.light {
    background-color: #ffffff;
}

#breadcrumbs .last .submenu .line.dark {
    background-color: #2d5a96;
}

#breadcrumbs .last .submenu .line.light {
    background-color: #a8c6ee;
}

#breadcrumbs .submenu .title {
    line-height: 22px;
    padding-left: 22px;
    padding-right: 24px;
}

#breadcrumbs .active .check {
    position: absolute;
    top: 9px;
    right: 15px;
    background: transparent url("../img/katalog-developeru/menu-tick-gray.png") no-repeat left center;
    display: block;
    width: 12px;
    height: 10px;
}

#breadcrumbs .last .active .check {
    background: transparent url("../img/katalog-developeru/menu-tick.png") no-repeat left center;
}

#breadcrumbs .active a .title {
    padding-right: 33px;
}




                                                                      /* 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 {
    clear: both;
    background: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    color: #8b8b8b;
    text-align: center;
    line-height: 1.65em;
    padding: 11px 0 17px 0;
}

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

#projects {
    float: left;
    clear: left;
}

#projects-inner {
    width: 700px;
    height: 300px;
    position: relative;
    background: #f0f0f0;
}
#projects .back-top-left {
    height: 100%;
    background: url("../img/box-gray-tl.png") no-repeat left top;
}
#projects .back-top-right {
    height: 100%;
    background: url("../img/box-gray-tr.png") no-repeat right top;
}
#projects .back-bottom-left {
    height: 100%;
    background: url("../img/box-gray-bl.png") no-repeat left bottom;
}
#projects .back-bottom-right {
    height: 100%;
    background: url("../img/box-gray-br.png") no-repeat right bottom;
}

#index-projects #projects-inner {
    background: transparent url("../img/projects-back-inner.png") repeat-x left bottom;
}
#index-projects #projects .back-top-left {
    background: none;
}
#index-projects #projects .back-top-right {
    background: none;
}
#index-projects #projects .back-bottom-left {
    background: url("../img/projects-back-left.png") no-repeat left bottom;
}
#index-projects #projects .back-bottom-right {
    background: url("../img/projects-back-right.png") no-repeat right bottom;
}

#projects-content {
    height: 100%;
}
#projects h3 {
    display: none;
}
#projects-carousel-wrapper {
    position: relative;
    height: 270px;
    margin: 0;
}
#project-projects #projects-carousel-wrapper,
#unit-units #projects-carousel-wrapper {
    height: 240px;
    padding-top: 30px;
}
#projects-carousel {
    position: relative;
    height: 270px !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#project-projects #projects-carousel,
#unit-units #projects-carousel {
    height: 240px !important;
}
#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: 0 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;
}

#contact-developer-wrapper {
/*    padding: 0 15px;*/
}
#contact-developer {
    width: 270px;
    margin: 15px 0;
/*    padding: 10px 0;*/
}
#contact-developer.wide {
    width: 290px;
    margin: 0;
/*    padding: 10px 0;*/
}
#contact-developer a {
    display: block;
    width: 270px;
    height: 53px;
    background: url("../img/button-kontaktovat_developera.png") no-repeat left top;
}
#contact-developer.wide a {
    display: block;
    width: 270px;
    height: 53px;
    background: url("../img/button-kontaktovat_developera-wide.png") no-repeat left top;
}
#contact-developer a span {
    display: none;
}

                                                                  /* 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;*/
    background: none;
}
.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;
}

                                                                  /* CURRENT2 */
#current2 {
    clear: both;
    float: left;
    margin: 0 0 30px;
}
#current2-inner {
    width: 340px;
}
#current2 h3 {
}
#current2 ul.filter {
    margin: 0;
    padding: 0;
}
#current2 .filter li {
    display: block;
    float: left;
    width: auto;
    margin: 3px 5px 3px 0;
    list-style: none inside;
    background-color: #f0f0f0;
}
#current2 .filter li .back-top-left {
    height: 100%;
    background: url("../img/tab-gray-tl.png") no-repeat left top;
}
#current2 .filter li .back-top-right {
    height: 100%;
    background: url("../img/tab-gray-tr.png") no-repeat right top;
}
#current2 .filter li .back-bottom-left {
    height: 100%;
    background: url("../img/tab-gray-bl.png") no-repeat left bottom;
}
#current2 .filter li .back-bottom-right {
    height: 100%;
    background: url("../img/tab-gray-br.png") no-repeat right bottom;
}
#current2 .filter li.active,
#current2 .filter li:hover {
    background-color: #4673af;
}
#current2 .filter li.active .back-top-left,
#current2 .filter li:hover .back-top-left {
    background-image: url("../img/tab-blue-tl.png");
}
#current2 .filter li.active .back-top-right,
#current2 .filter li:hover .back-top-right {
    background-image: url("../img/tab-blue-tr.png");
}
#current2 .filter li.active .back-bottom-left,
#current2 .filter li:hover .back-bottom-left {
    background-image: url("../img/tab-blue-bl.png");
}
#current2 .filter li.active .back-bottom-right,
#current2 .filter li:hover .back-bottom-right {
    background-image: url("../img/tab-blue-br.png");
}
#current2 .filter li a {
    display: block;
    height: 100%;
    padding: 0 10px;
    line-height: 20px;
    text-decoration: none;
    color: black;
}
#current2 .filter li.active a,
#current2 .filter li:hover a {
    color: white;
}
#current2 .table-wrapper {
    max-height: 500px;
    width: 675px;
    overflow-x: none;
    overflow-y: auto;
}
#current2 table {
    width: 660px;
    border-collapse: collapse;
    border-spacing: 0;
}
#current2 table td {
    color: black;
    padding: 0;
    vertical-align: bottom;
}
#current2 table td .td-inner {
    height: 20px;
    padding: 2px 10px;
}
#current2 table tr td span {
    color: #787878;
}
#current2 table tr.current td {
    font-weight: bold;
}
#current2 table tr td.ident {
    text-align: center;
    white-space: nowrap;
}
#current2 table tr td.price{
    text-align: right;
    white-space: nowrap;
}
#current2 table tr.unit:hover td {
    cursor: pointer;
}
#current2 table tr.current td,
#current2 table tr:hover td {
    color: #4673af;
    background: #f0f0f0;
}
#current2 table tr.current td .back-top-left,
#current2 table tr:hover td .back-top-left {
    background: url("../img/tab-gray-tl.png") no-repeat left top;
}
#current2 table tr.current td .back-top-right,
#current2 table tr:hover td .back-top-right {
    background: url("../img/tab-gray-tr.png") no-repeat right top;
}
#current2 table tr.current td .back-bottom-left,
#current2 table tr:hover td .back-bottom-left {
    background: url("../img/tab-gray-bl.png") no-repeat left bottom;
}
#current2 table tr.current td .back-bottom-right,
#current2 table tr:hover td .back-bottom-right {
    background: url("../img/tab-gray-br.png") no-repeat right bottom;
}
#current2 table tr.current td span,
#current2 table tr:hover td span {
    color: #4673af;
}
#current2 table .unit-box {
}
#current2 table .unit-box .gallery {
    float: left;
    width: 60px;
    padding: 5px 5px 15px;
}
#current2 table .unit-box .gallery .preview {
    float: left;
}
#current2 table .unit-box .desc {
    float: left;
    width: 455px;
    padding: 5px 0 15px 10px;
}
#current2 table .unit-box .links {
    float: right;
    width: 100px;
    margin: 0;
    padding: 5px 0 15px;
    list-style: none inside;
}
#current2 table .unit-box .links li {
    width: auto;
}

                                                               /* 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;
}

                                                              /* PROJECTLIST2 */
#projectlist2 {
    float: left;
    margin: 0 0 30px;
}
#projectlist2-inner {
    width: 690px;
    line-height: 1.6em;
}
#projectlist2 h3 {
}
#projectlist2 ul {
    margin: 0;
    padding: 0;
}
#projectlist2 li {
    display: block;
    float: left;
    width: 300px;
    margin: 0 15px 10px 0;
    padding: 0 0 0 30px;
    list-style: none inside;
    background: url("../img/dream/pin-blue-shadowed.png") no-repeat left center;
}
#projectlist2 li.odd {
    clear: both;
}

                                                                  /* 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;
}

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

#contact-developer-form table {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border-collapse: collapse;
}
#contact-developer-form table th {
    width: 80px;
    padding: 4px 3px 4px 0;
    text-align: left;
    vertical-align: middle;
}
#contact-developer-form table td {
}
#contact-developer-form table td input {
    width: 180px;
}
#contact-developer-form .msg {
    margin: 0 0 10px;
}
#contact-developer-form .msg-title {
    margin: 0 0 3px;
}
#contact-developer-form .msg textarea {
    width: 280px;
    height: 4em;
}
#contact-developer-form .buttons dd {
    margin: 0;
}

#contact-developer-form .captcha {
    margin: 0 0 1em;
}
#contact-developer-form .captcha dl {
    margin-bottom: 3px;
}
#contact-developer-form .captcha dt {
    font-weight: bold;
    margin-bottom: 3px;
}

#contact-developer-form .captcha dd {
    margin-left: 0px;
}
#contact-developer-form .captcha dd img {
    margin-bottom: 3px;
}

#contact-developer-form .captcha pre {
    font-size: 7px;
}


                                                        /* DEVELOPER-CONTACTS */
#developer-contacts {
}
#developer-contacts table {
    width: 100%;
}
#developer-contacts th {
    text-align: right;
    padding: 4px 2px;
}
#developer-contacts tr.header th {
    text-align: center;
}
#developer-contacts td {
    padding: 4px 2px;
}

                                                                  /* 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;
}

#index-projects2 {
    margin: 0 0 30px;
}
#index-projects2 h3 {
    margin-top: 20px;
    padding-bottom: 15px;
}
#index-projects2 .item {
    float: left;
    margin: 18px 0 18px 18px;
}
#index-projects2 .item {
}
#index-projects2 .item a {
    text-decoration: none;
}
#index-projects2 .item .thumb {
    float: left;
    clear: both;
}
#index-projects2 .item h4 {
    float: left;
    clear: both;
    width: 225px;
    margin: 15px 0 0;
    font-size: 17px;
    overflow: hidden;
    line-height: 20px;
    color: #4673af;
}
#index-projects2 .item h4 span {
    padding: 0 15px 0 0;
    background: url("../img/arrow-blue-greater.png") no-repeat left center;
}
#index-projects2 .box {
    background: #efefef;
}
#index-projects2 .box .back-top-left {
    background: url("../img/box-gray-tl.png") no-repeat left top;
}
#index-projects2 .box .back-top-right {
    background: url("../img/box-gray-tr.png") no-repeat right top;
}
#index-projects2 .box .back-bottom-left {
    background: url("../img/box-gray-bl.png") no-repeat left bottom;
}
#index-projects2 .box .back-bottom-right {
    background: url("../img/box-gray-br.png") no-repeat right bottom;
}

                                                                  /* 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 .title {
    float: left;
    clear: both;
    color: #999999;
    font-size: 85%;
}

#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;
}

#add_term_popup input[name=term] {
    width: 250px;
}

#add_term_popup h3 {
    color: #D80B00;
}

#add_term_popup .result h3 {
    text-align: center;
}

#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;
    clear: both;
    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;
}

    

                                               /* ********** 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;
}

/* ********** PROJECTS ********** */
/* PROJECTS-PROJECTS */
#projects-projects {
    float: left;
    width: 670px;
    margin: 0 0 30px 0;
}
#projects-projects .cities {
    border: 1px solid silver;
    background: whitesmoke;
    padding: 1em;
    line-height: 2em;
}
#projects-projects .cities ul {
/*    display: inline;*/
    margin: 0;
    padding: 0;
}
#projects-projects img {
    border: 1px solid #c0c0c0;
    padding: 2px;
    background-color: white;
}
#projects-projects .cities a, #projects-projects .cities strong {
    font-size: 125%;
}
#projects-projects .cities ul.all {
    clear: both;
    float: none;
    width: auto;
}
#projects-projects .cities li {
    list-style: none inside;
    display: block;
    float: left;
    width: 210px;
}
#projects-projects .cities .first-row {
}

#projects-projects .project{
    clear: both;
    padding: 0 0 10px;
}
#projects-projects .project .foto {
    float: left;
    margin-right: 10px;
}
#projects-projects #paginationControl {
    margin: 20px 0;
    text-align: center;
}

#projects-index-advert-right {
    float: right;
    width: 300px;
    margin: 0 0 30px 0;
}

                                             /* ********** 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;
}

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

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

.topgallery .box-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
}
.topgallery .box-right .tabs {
    margin: 0 20px 0 20px;
    padding: 0;
    text-align: right;
}
.topgallery li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none inside;
}
.topgallery .tabs li a {
    margin: 1px 0 0;
    display: block;
    height: 31px;
}
.topgallery #box-slideshow-tab {
}
.topgallery #box-slideshow-tab a {
    width: 94px;
    background: url("../img/topgallery-tab-fotografie.png") no-repeat right top;
/*    width: 97px;*/
/*    background: url("../img/topgallery-tab-slideshow.png") no-repeat left top;*/
}
.topgallery #box-slideshow-tab.ui-state-active a,
.topgallery #box-slideshow-tab.ui-state-hover a {
    background-position: left top;
/*    background-position: -97px 0;*/
}
.topgallery #box-slideshow-tab.ui-state-disabled a {
/*    background-position: -194px 0;*/
}
topgallery #box-video-tab {
    margin: 0 0 0 1px;
}
.topgallery #box-video-tab a {
    width: 71px;
    background: url("../img/topgallery-tab-video.png") no-repeat right top;
}
.topgallery #box-video-tab.ui-state-active a,
.topgallery #box-video-tab.ui-state-hover a {
    background-position: left top;
}
.topgallery #box-video-tab.ui-state-disabled a {
    background-position: -142px 0;
}
.topgallery #box-nearby-tab {
    margin: 0 0 0 1px;
}
.topgallery #box-nearby-tab a {
    width: 66px;
    background: url("../img/topgallery-tab-mapa.png") no-repeat right top;
/*    width: 67px;*/
/*    background: url("../img/topgallery-tab-okoli.png") no-repeat left top;*/
}
.topgallery #box-nearby-tab.ui-state-active a,
.topgallery #box-nearby-tab.ui-state-hover a {
    background-position: left top;
/*    background-position: -67px 0;*/
}
.topgallery #box-nearby-tab.ui-state-disabled a {
/*    background-position: -134px 0;*/
}
.topgallery #box-photos-tab {
}
.topgallery #box-photos-tab a {
    width: 94px;
    background: url("../img/topgallery-tab-fotografie.png") no-repeat right top;
}
.topgallery #box-photos-tab.ui-state-active a,
.topgallery #box-photos-tab.ui-state-hover a {
    background-position: left top;
}
.topgallery #box-photos-tab.ui-state-disabled a {
/*    background-position: -188px 0;*/
}
.topgallery #box-map-tab {
}
.topgallery #box-map-tab a {
    width: 66px;
    background: url("../img/topgallery-tab-mapa.png") no-repeat right top;
}
.topgallery #box-map-tab.ui-state-active a,
.topgallery #box-map-tab.ui-state-hover a {
    background-position: left top;
}
.topgallery #box-map-tab.ui-state-disabled a {
    background-position: -132px 0;
}

.topgallery .tabs li a span {
    display: none;
}

.topgallery .box-slideshow {
    height: 260px;
    margin: 30px 0 0 0;
}
.topgallery .box-video {
    height: 300px;
    margin: 30px 0 0 0;
}
.topgallery .box-nearby {
    height: 300px;
    margin: 30px 0 0 0;
    position: relative;
}
.topgallery .box-nearby #map-toggle {
    position: absolute;
    top: -20px;
    right: 0;
}
.topgallery .box-nearby #map {
    width: 670px;
    height: 300px;
    overflow: hidden;
}
.topgallery .box-nearby #map-street {
    width: 670px;
    height: 300px;
    overflow: hidden;
}
.topgallery .box-photos {
    height: 260px;
    margin: 30px 0 0 0;
}
.topgallery .box-map {
    height: 300px;
    margin: 30px 0 0 0;
}
.topgallery .box-map #map-toggle {
    position: absolute;
    top: 35px;
    right: 0;
}
.topgallery .box-map #map {
    width: 670px;
    height: 300px;
    overflow: hidden;
}
.topgallery .box-map #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;
}

.topgallery .box-section {
    float: left;
    clear: left;
    margin: 15px 15px 0 0;
}
.topgallery .box-text p {
    float: left;
    clear: left;
    margin: 15px 15px 0 0;
}

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

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

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


.box-infoicons {
    clear: both;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
}
.box-infoicons li {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 0 10px 0 0;
}
.box-infoicons #info-icon-favourite {
    background: url("../img/icon-info-favourite.png") no-repeat left top;
}
.box-infoicons #info-icon-print {
    background: url("../img/icon-info-print.png") no-repeat left top;
}
.box-infoicons #info-icon-email {
    background: url("../img/icon-info-email.png") no-repeat left top;
}
.box-infoicons a {
    display: block;
    height: 100%;
}
.box-infoicons a span {
    display: none;
}
.box-infoicons-desc {
    text-align: center;
    height: 1em;
}


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


#project-left {
    float: left;
    width: 690px;
}
#project-right {
    float: right;
    width: 300px;
}

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

#project-current li {
    float: left;
    width: 340px;
}
#project-current li.even {
    margin-left: 5px;
}

#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-advert-right.advert-square .title,
#unit-banner-square .title {
    float: left;
    clear: none;
    color: #999999;
    font-size: 85%;
}

#unit-advert-financing .title {
    float: left;
    clear: none;
    color: #999999;
    font-size: 85%;
}

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

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


/* UNIT-UNITS */
#unit-units {
    float: left;
    margin: 0 0 30px 0;
    position: relative;
}
#unit-units-inner {
    width: 670px;
}
#unit-units #projects-inner {
    width: 670px;
}

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

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

#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: right;
    clear: right;
    width: 300px;
    margin: 0 0 30px 0;
    text-align: center;
}
#unit-advert-financing {
    text-align: left;
}

#unit-advert-square {
    float: right;
    clear: right;
    width: 300px;
    margin: 0 0 30px 0;
    text-align: center;
}
#unit-advert-square h3 {
    text-align: left;
}

#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/icon-info-favourite.png") no-repeat left top;
}
#unit-info-icon-print a {
    display: block;
    width: 62px;
    height: 26px;
    background: url("../img/icon-info-print.png") no-repeat left top;
}
#unit-info-icon-email a {
    display: block;
    width: 136px;
    height: 26px;
    background: url("../img/icon-info-email.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-current #current2 {
    margin: 0 0 30px;
}
#unit-current #current2-inner {
    width: 690px;
}

#unit-unitlist {
    float: left;
}
#unit-unitlist #projectlist2 {
    margin: 0 0 30px 0;
}

/* UNIT-INTEREST */
#unit-interest {
    float: left;
    margin: 0 0 30px;
}
#unit-interest-inner {
    width: 690px;
}
.box-interest {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.box-interest li {
    display: inline-block;
    height: 36px;
    padding: 0 0 0 40px;
    margin: 0 20px 0 0;
    line-height: 36px;
}
.box-interest li.last {
    margin: 0;
}
.box-interest .icon-hypoteka {
    background: url("../img/icon-hypoteka.png") no-repeat left center;
}
.box-interest .icon-pravni_sluzby {
    background: url("../img/icon-pravni_sluzby.png") no-repeat left center;
}
.box-interest .icon-pojisteni {
    background: url("../img/icon-pojisteni.png") no-repeat left center;
}
.box-interest .icon-teplomer {
    background: url("../img/icon-teplomer.png") no-repeat left center;
}

/* 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,
#results-list .item-info ul.para {
    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-color: #ffffff;
    /*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-color: #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;
}

#leaderBoard {
    width: 960px;
    height: 100px;
    margin-top: 4px;
}

/*
* Tag clouds
*/

.cloud {
    width: 100%;
    float: left;
    clear: none;
    margin-left: 21px;
    border-top:2px solid #E9E9E9;
    padding-top: 20px;
}

.cloud.first {
    clear: left;
    margin-left: 0px;
}

.cloud .left {
    display: none;
}

.cloud .repeat {
    width: 100%;
}

.cloud .right {
    display: none;
}

.cloud .inner .header {
    margin-left: 16px;
}
.controllerName-project .cloud .inner .header,
.controllerName-unit .cloud .inner .header {
    margin-left: 0;
}
.controllerName-project .cloud .inner .header,
.controllerName-unit .cloud .inner .header {
    font-weight: normal;
}

.cloud .inner {
    margin-bottom: 18px;
}

.cloud .inner .tags {
    margin-top: 6px;
}

.cloud .inner .tags a,
.cloud .inner .tags h3 {
    color: #3c6ea0;
    text-decoration: none;
    font-family: "Trebuchet MS", "Arial CE",Arial,Tahoma,"Verdana CE",Verdana,sans-serif;
    display: inline;
    font-weight: normal;
}

.cloud .inner .tags a {
    margin: 6px;
    margin-right: 12px;
    margin-left: 0px;
}


/*
* Developers, dictionaries
*/

#developerSearchForm #searchbanner-name,
#dictionarySearchForm #searchbanner-name
{
    margin-left: 10px;
    margin-right: 10px;
}

#developerSearchForm #name
{
    width: 500px;
    padding: 4px 2px;
    margin-top: 4px;
}
#dictionarySearchForm #name {
    width: 740px;
    padding: 4px 2px;
    margin-top: 4px;
}


#developerSearchForm #name.placeholder,
#dictionarySearchForm #name.placeholder
{
    color: #787878;
}

#developerSearchForm #name.valid,
#dictionarySearchForm #name.valid
{
    color: black;
}

#developerSearchForm .delimiter,
#dictionarySearchForm .delimiter
{
    width: 990px;
    
}

#developerSearchForm .delimiter .line,
#dictionarySearchForm .delimiter .line {
    padding: 0px;
    margin: 0px;
    height: 1px;
    width: 100%;
    margin-left: -15px;
}

#developerSearchForm .delimiter .dark,
#dictionarySearchForm .delimiter .dark
{
    background-color: #992525;
}

#developerSearchForm .delimiter .light,
#dictionarySearchForm .delimiter .light {
    background-color: #ff7071;
}

#developerSearchForm #searchbanner-letters,
#dictionarySearchForm #searchbanner-letters {
    margin: 0 auto;
    width: 840px;
}

#developerSearchForm #searchbanner-letters ul, 
#dictionarySearchForm #searchbanner-letters ul {
    margin: 0px;
    padding: 0px;
}

#developerSearchForm #searchbanner-letters li,
#dictionarySearchForm #searchbanner-letters li {
    display: block;
    float: left;
    clear: none;
    margin: 12px 3px;
}

#developerSearchForm #searchbanner-letters li .letter,
#dictionarySearchForm #searchbanner-letters li .letter {
    display: block;
    width: 25px;
    height: 28px;
    background-color: #fdfdfd;
    text-decoration: none;
    text-align: center;
}

#developerSearchForm #searchbanner-letters li a.letter.active,
#developerSearchForm #searchbanner-letters li a.letter:hover,
#dictionarySearchForm #searchbanner-letters li a.letter.active,
#dictionarySearchForm #searchbanner-letters li a.letter:hover {
    background: transparent url('../img/katalog-developeru/letter-active.png') no-repeat left top;
}


#developerSearchForm #searchbanner-letters li .letter span,
#dictionarySearchForm #searchbanner-letters li .letter span {
    color: #4673af;
    line-height: 230%;
}

#developerSearchForm #searchbanner-letters li .letter.disabled span,
#dictionarySearchForm #searchbanner-letters li .letter.disabled span {
    color: #c3c3c3;
}

#developerSearchForm #searchbanner-letters li a.letter.active span,
#developerSearchForm #searchbanner-letters li a.letter:hover span, 
#dictionarySearchForm #searchbanner-letters li a.letter.active span,
#dictionarySearchForm #searchbanner-letters li a.letter:hover span  {
    color: #ffffff;
}



#dictionary-list .dictionary-box {    
    margin-bottom: 5px;
    padding-left: 15px;    
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#dictionary-list .odd{
    background-color: #eff6fd;
}
#dictionary-list .even {
    background-color: #f5f5f5;
}


#dictionary-list .dictionary-box h3 {    
    padding-bottom: 0px;    
}

#dictionary-list .dictionary-box h3 a{    
    color: #DF0405;     
}

#dictionary-list .dictionary-box p {    
    padding-top: 5px;    
    padding-bottom: 10px 
}

#dictionary-list .dictionary-box-detail {
    background-color: #f5f5f5;
    padding-left: 50px;    
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../img/slovnik-pojmu/dictionary-info-bcg.png);
    background-repeat: no-repeat;
    background-position: top left; 
}

#dictionary-list .dictionary-box-detail h3{
    color: #818181;
    font-size: 12pt;
}

#dictionary-list .dictionary-box-detail h3 strong{
    color: #000000; 
    font-size: 14pt;
}

#dictionary-list .dictionary-box-detail p {
    font-size: 10pt;    
}

#dictionary-list .dictionary-box-detail .tags {
    padding-top: 0px;
    padding-bottom: 0px;
}

#dictionary-list .dictionary-box-detail hr {
    color: #E1E1E1;
    background-color: #E1E1E1;
}




#dictionary-list .dictionary-box-detail #dictionary-navigation {
    padding-top: 20px;
    text-align: center;
    font-size: 10pt;
}

#dictionary-list .dictionary-box-detail #dictionary-navigation a{
    color: #db0707;
    text-decoration: none;    
}

#dictionary-list .dictionary-box-detail #dictionary-navigation a:hover{
    text-decoration: underline;
}


#dictionary-list .dictionary-box-detail #dictionary-navigation .prev{
    float:left;
    background-image: url(../img/arrow-red-left.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 10px;
}

#dictionary-list .dictionary-box-detail #dictionary-navigation .next{
    float:right;
    background-image: url(../img/arrow-red-right.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 10px; 
}



#dictionary-list .taginfo{
    color: #787878;
    float:left;
    padding-right: 10px;
    padding-top: 5px;
}

#dictionary-list .tag {    
    background-position: left top;
    background-repeat: repeat-x;
    color: #8C8C8C;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    display: block;
    position: relative;
    width: auto;
    float:left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 5px; 
}   

#dictionary-list .tag .start {          
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -14px;
    width: 14px;
    height: 24px;
}

#dictionary-list .tag .end {    
    position: absolute;
    z-index: 2;
    top: 0px;
    right: -8px;
    width: 8px;
    height: 24px;    
}

#dictionary-list .tag:hover {
    text-decoration: underline;
}


#dictionary-list .red-tag, 
#dictionary-list .tag:hover {
    background-image: url('../img/slovnik-pojmu/dictionary-tag-body.png');
    color: white;
}
#dictionary-list .red-tag .start,
#dictionary-list .tag:hover .start  {
    background-image: url('../img/slovnik-pojmu/dictionary-tag-start.png');      
}

#dictionary-list .red-tag .end,
#dictionary-list .tag:hover .end {
    background-image: url('../img/slovnik-pojmu/dictionary-tag-end.png');      
}

#dictionary-list .grey-tag {
    background-image: url('../img/slovnik-pojmu/dictionary-tag-body-grey.png');
}

#dictionary-list .grey-tag .start {
    background-image: url('../img/slovnik-pojmu/dictionary-tag-start-grey.png');  
}

#dictionary-list .grey-tag .end {
    background-image: url('../img/slovnik-pojmu/dictionary-tag-end-grey.png');  
}




#dictionary-list #category-box {
    background-color: #e1eefd;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 265px;
}

#dictionary-list #category-box #tags{
    padding-top: 5px;   
}

#dictionary-list #category-box #add_term_backgroud {
    background-color: #eff6fd;
    height: 46px;
    width: 260px;
    text-align: center;
    padding-top: 5px;
}

#dictionary-list #category-box h3 {
    color:#5987C7;
    font-weight: bold;
}

#dictionary-list #category-box hr {
    color: #CFE0F3;
    background-color: #CFE0F3;
    height: 1px;
    border: 0px;
    border-bottom: 1px solid #FFFFFF;
    clear: both;
}


#dictionary-list .quote{
    padding-right: 10px;
    color: #787878;
    float:right;
}

#dictionary-list .quote a{
    color: #2A7EC1;
}











#developer-list .headline,
#dictionary-list .headline
{
    color: #787878;
    font-size: 120%;
    padding: 4px 8px;
    margin-bottom: 10px;
}

#developer-list .headline strong,
#dictionary-list .headline strong {
    color: #fa2323;
    font-weight: bold;
}

#developer-list .headline em {
    color: #fa2323;
    font-style: normal;
}


.developer-page #column-left,
.dictionary-page #column-left
{
    float: left;
    clear: none;
    width: 680px;
    margin-right: 10px;
}

.developer-page #column-right,
.dictionary-page #column-right{
    float: left;
    clear: none;
    width: 300px;
    min-height: 200px;
}

#developer-list .dev-list {
    margin: 0px;
    padding: 0px;
}

#developer-list .dev-list li {
    list-style-type: none;
    margin: 5px 0px;
}

#developer-list .dev-list li.first {
    margin-top: 0px;
}

#developer-list .developer-box {
    width: 680px;  
}

.gray-box {
    background-color: #f5f5f5; 
}
.gray-box.dark {
    background-color: #f0f0f0; 
}

.cyan-box {
    background-color: #f5faff;    
}

.gray-box .background.dev-b,
.cyan-box .background.dev-b {
    width: 100%;
    height: 100%;
}

.gray-box .dev-b.lt {
    background: transparent url('../img/katalog-developeru/developer-box-lt.png') no-repeat left top;
}
.gray-box .dev-b.rt {
    background: transparent url('../img/katalog-developeru/developer-box-rt.png') no-repeat right top;
}
.gray-box .dev-b.lb {
    background: transparent url('../img/katalog-developeru/developer-box-lb.png') no-repeat left bottom;
}
.gray-box .dev-b.rb {
    background: transparent url('../img/katalog-developeru/developer-box-rb.png') no-repeat right bottom;
}
.gray-box.dark .dev-b.lt {
    background: transparent url('../img/katalog-developeru/developer-box-lt-dark.png') no-repeat left top;
}
.gray-box.dark .dev-b.rt {
    background: transparent url('../img/katalog-developeru/developer-box-rt-dark.png') no-repeat right top;
}
.gray-box.dark .dev-b.lb {
    background: transparent url('../img/katalog-developeru/developer-box-lb-dark.png') no-repeat left bottom;
}
.gray-box.dark .dev-b.rb {
    background: transparent url('../img/katalog-developeru/developer-box-rb-dark.png') no-repeat right bottom;
}

.cyan-box .dev-b.lt {
    background: transparent url('../img/katalog-developeru/developer-box-lt-active.png') no-repeat left top;
}
.cyan-box .dev-b.rt {
    background: transparent url('../img/katalog-developeru/developer-box-rt-active.png') no-repeat right top;
}
.cyan-box .dev-b.lb {
    background: transparent url('../img/katalog-developeru/developer-box-lb-active.png') no-repeat left bottom;
}
.cyan-box .dev-b.rb {
    background: transparent url('../img/katalog-developeru/developer-box-rb-active.png') no-repeat right bottom;
}

.gray-box .inner.dev-b,
.cyan-box .inner.dev-b {
    padding: 8px;
}

#developer-list .developer-box .inner.dev-b {
    padding: 4px 8px;
}

#developer-list .developer-box.active .inner.dev-b {
    padding: 8px;
}


#developer-list .developer-box h3 {
    float: left;
    clear: none;
    color: #787878;
    font-weight: bold;
    font-size: 115%;
    text-decoration: underline;
    padding: 0px;
    margin-top: 4px;
}


#developer-list .developer-box.active h3 {
    font-size: 150%;
    color: #df0405;
    margin-top: 0px;
}

#developer-list .developer-box .dummy-btn {
    float: right;
    color: #787878;
    margin-right: 4px;
}

#developer-list .developer-box .button {
    display: block;
    float: right;
    clear: none;
    height: 24px;
    margin-left: 4px;
    background: transparent url('../img/katalog-developeru/btn-repeat-gray.png') repeat-x left top;
    text-decoration: none;
}

#developer-list .developer-box.active .button {
    background: transparent url('../img/katalog-developeru/btn-repeat.png') repeat-x left top;
}

#developer-list .developer-box .button .background {
    display: block;
    width: 100%;
    height: 100%;
}

#developer-list .developer-box .button .left {
    background: transparent url('../img/katalog-developeru/btn-left-gray.png') no-repeat left top;
}
#developer-list .developer-box.active .button .left {
    background: transparent url('../img/katalog-developeru/btn-left.png') no-repeat left top;
}
#developer-list .developer-box .button .right {
    background: transparent url('../img/katalog-developeru/btn-right-gray.png') no-repeat right top;
}
#developer-list .developer-box.active .button .right {
    background: transparent url('../img/katalog-developeru/btn-right.png') no-repeat right top;
}

#developer-list .developer-box .button .inner {
    padding: 4px 8px;
    padding-bottom: 0px;
    text-decoration: none;
    color: #787878;
}

#developer-list .developer-box.active .button .inner {
    color: #000000;
}

.developer-box table {
    margin-top: 4px;
}

.developer-box table td {
    vertical-align: top;
}

#developer-list .developer-box .photo {
    width: 150px;
    height: 105px;
    border: 1px solid #cfe0f3;
    margin-right: 9px;
}

#developer-list .developer-box .desc {
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
}

#developer-list .developer-box .projects .label {
    float: left;
    clear: none;
    margin-top: 8px;
    margin-right: 4px;
    color: #4a78b4;
}

#developer-list .developer-box .projects ul {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
}

#developer-list .developer-box .projects ul li {
    display: block;
    float: left;
    clear: none;
    margin: 0px;
}

#developer-list .developer-box .projects ul li a {
    display: block;
    border: 1px solid #d1e2f4;
    width: 29px;
    height: 28px;
    overflow: hidden;
    margin: 0px 2px;
}






#developer-list #register-banner {
    width: 300px;
    height: 132px;
    background: transparent url('../img/katalog-developeru/register-repeat.png') repeat-x left top;
    margin-bottom: 18px;
}

#developer-list #register-banner .background {
    width: 100%;
    height: 100%;
}

#developer-list #register-banner .background.left {
    background: transparent url('../img/katalog-developeru/register-left.png') no-repeat left top;
}

#developer-list #register-banner .background.right {
    background: transparent url('../img/katalog-developeru/register-right.png') no-repeat right top;
}

#developer-list #register-banner .inner {
    position: relative;
    padding: 8px;
    color: #ffffff;
}

#developer-list #register-banner .header {
    font-weight: bold;
    font-size: 160%;
    text-decoration: underline;
    display: block;
    margin-bottom: 6px;
}

#developer-list #register-banner .text {
    font-size: 115%;
}

#developer-list #register-banner .btnRegister {
    width: 167px;
    height: 44px;
    margin: 0 auto;
    background: transparent url('../img/katalog-developeru/register-button.png') no-repeat left top;
    display: block;
    margin-top: 6px;
    overflow: hidden;
}

#developer-list #register-banner .btnRegister span {
    width: 100%;
    height: 100%;
    display: block;
}

#developer-list #register-banner .stripe {
    display: block;
    width: 143px;
    height: 83px;
    position: absolute;
    right: -8px;
    top: -6px;
    background: transparent url('../img/katalog-developeru/register-stripe.png') no-repeat left top;
}

#developer-list-advert-right .label,
#dictionary-list-advert-right .label,
#consult-advert-right .label,
#projects-index-advert-right .label
{
    font-size: 90%;
    text-transform: uppercase;
    color: #ababab;
}

.res-sent {
    color: green;
    font-size: 180%;
    text-align: center;
}


/*
* Registrace developera
*/

#developer-register #registerForm {
}

#developer-register td.label {
    width: 80px;
}

#developer-register td.top {
    vertical-align: top;
}

#developer-register .required label {
    font-weight: bold;
}

#developer-register .required label:after {
    content: " *";
    color: red;
}

#developer-register input.input {
    width: 236px;
    margin: 4px 0px;
    margin-right: 8px;
    
}

#developer-register textarea.input {
    width: 571px;
    height: 180px;
}

#developer-register td.submit {
    text-align: right;
}

#developer-register .errors {
    padding: 0px;    
    margin: 4px 0px;
}

#developer-register .errors li {
    list-style: none;
    padding: 2px 0px;
}


/*
* Developer detail
*/

#developer-detail h1 {
    display: inline;
    color: #df0405;
    font-weight: bold;
    text-decoration: underline;
    font-size: 165%;
    margin: 8px 0px;
    margin-left: 10px;
}

#developer-detail .active-count {
    color: #000000;
    font-weight: bold;
    font-size: 140%;
}

#developer-detail .developer {
    margin-bottom: 10px;
}

#developer-detail .developer td {
    vertical-align: top;
}

#developer-detail .developer .photo {
    width: 150px;
    height: 105px;
    border: 1px solid #cfe0f3;
    margin-right: 9px;
}

#developer-detail .developer p {
    margin: 0px;
}

#developer-detail h2.actual {
    font-size: 120%;
    font-weight: bold;
    padding-right: 50px;
    background: transparent url('../img/katalog-developeru/drop-down-black.png') no-repeat right center;
    display: inline;
    padding: 8px 20px 10px 10px;
}

#developer-detail .projects {
    margin: 10px 0px;
    padding: 0px;
    margin-bottom: 18px;
}

#developer-detail .projects li {
    padding: 0px;
    list-style: none;
    margin: 0px;
    margin-bottom: 1px;
}

#developer-detail .project table {
    width: 100%;
}

#developer-detail .project td {
    vertical-align: top;
}


#developer-detail .project .photo {
    width: 58px;
    height: 58px;
    border: 1px solid #ffffff;
    margin-right: 9px;
}

#developer-detail .project .detail {
    line-height: 165%;
}

#developer-detail .project .detail a {
    text-decoration: none;
}

#developer-detail .project h3 {
    display: inline;
    padding: 0px;
    color: #fa2323;
    font-weight: bold;
    text-decoration: none;
    font-size: 115%;
}

#developer-detail .project .to-move {
    font-weight: bold;
    font-size: 100%;
}

#developer-detail .project td.first {
    width: 69px;
}

#developer-detail .project td.last {
    text-align: right;
    vertical-align: middle;
}

#developer-detail .project .btnDetail {
    display: block;
    float: right;
    clear: both;
    background: transparent url('../img/current-button-detail.png') no-repeat right center;
    width: 66px;
    height: 26px;
    overflow: hidden;
}

#developer-detail .project .btnDetail span {
    display: block;
    width: 100%;
    height: 100%;
}

#developer-detail #btnBack {
    display: block;
    width: 186px;
    height: 24px;
    background: transparent url('../img/katalog-developeru/nav-arrow-repeat.png') repeat-x left center;
    color: #ffffff;
    text-decoration: underline;
}

#developer-detail #btnBack .left {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('../img/katalog-developeru/nav-arrow-left.png') no-repeat left center;
}

#developer-detail #btnBack .right {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('../img/katalog-developeru/nav-arrow-right.png') no-repeat right center;
}

#developer-detail #btnBack .inner {
    display: block;
    font-size: 105%;
    padding-left: 23px;
    padding-top: 3px;
}


#developer-detail #btnContact {
    display: block;
    width: 300px;
    height: 83px;
    background: transparent url('../img/katalog-developeru/contact-repeat.png') repeat-x left center;
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration: none;
}

#developer-detail #btnContact .left {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('../img/katalog-developeru/contact-left.png') no-repeat left center;
}

#developer-detail #btnContact .right {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('../img/katalog-developeru/contact-right.png') no-repeat right center;
}

#developer-detail #btnContact .inner {
    display: block;
    font-size: 165%;
    width: 100%;
    text-align: center;
    padding-top: 29px;
}



/*
* Let's Dream
*/

#dream-detail h2 {
    color: #D80B00;
    font-size: 230%;
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 10px;
}

#dream-detail #column-left {
    width: 671px;
    float: left;
    clear: none;
    margin-right: 19px;
}

#dream-detail #column-right {
    width: 300px;
    float: left;
    clear: none;
}

#dream-detail .box-desc {
    margin: 26px 0px;
}

#dream-detail .more-box .list {
    margin-top: 10px;
}

#dream-detail .more-box ul {
    margin: 0;
    padding: 0;
}

#dream-detail .more-box li {
    display: block;
    float: left;
    width: 290px;
    margin: 0 15px 24px 0;
    padding: 0 0 0 30px;
    list-style: none inside;
    background: transparent url("../img/ico-pin.png") no-repeat left center;
}
#dream-detail .more-box li.odd {
    clear: both;
}

#dream-detail .more-box li a {
    color: #4673af;
    text-decoration: underline;
}

#dream-detail .more-box li .student {
    margin-top: 4px;
}

#dream-detail .box-files {
    margin: 10px 0px 16px 0px;
}

#dream-detail .box-files ul {
    margin: 0px;
    padding: 0px;
    margin-left: 32px;
}

#dream-detail .box-files li {
    list-style: none;
    margin: 6px 0px;   
    padding: 0px;
}


#dream-detail #dreaminfo {
    margin-top: 24px;
}



.box-info .box.dream {
    background: transparent url("../img/dream/box-back.png") no-repeat left center;
    width: 300px;
    height: 321px;
    overflow: hidden;
}

.box-info .box.dream .table-info {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box-info .box.dream .box-inner {
    padding: 8px 12px;
}

.box-info .box.dream .headline-dream {
    font-size: 145%;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
}

.box-info .box.dream .headline-rank {
    margin: 15px 0px;
}

.box-info .box.dream .headline-rank h4 {
    color: #FFFFFF;
    display: inline;
    font-size: 125%;
    font-weight: normal;
}

.box-info .box.dream .headline-rank .desc {
    color: #B9DCFF;
    font-size: 125%;
}

.box.dream table.info th {
    vertical-align: top;
    font-weight: normal;
    font-size: 100%;
}

.box.dream table.info td {
    font-size: 110%;
    line-height: 145%;
}

.box.dream table.info .gray {
    color: #787878;
}


.box.dream .box-inner .fb-div {
    margin-top: 20px;
}














#dream-dreams-slideshow #dreams-inner {
    width: 671px;
    height: 216px;
    position: relative;
    background: transparent url('../img/dream/gallery-back.png') no-repeat left center;
}

#dream-dreams-slideshow .nextButton {
    right: 221px;
    top: 90px;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    width: 34px;
}

#dream-dreams-slideshow .preButton {
    left: 221px;
    top: 90px;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    width: 34px;
    background: url("../img/projects-carousel-prev.png") no-repeat scroll left top transparent;
}

#dream-dreams-slideshow .nextButton {
    right: 221px;
    top: 90px;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    width: 34px;
    background: url("../img/projects-carousel-next.png") no-repeat scroll left top transparent;
}

#dream-dreams-slideshow .preButton span,
#dream-dreams-slideshow .nextButton span {
    display: none;
}

#dream-dreams-slideshow .ContentFlow .flow {
    margin-top: 15px;
}


#dream-dreams-slideshow .ContentFlow .flow .item img {
    border: 2px solid #ffffff;
}

#paginationControl {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 10px;
}

#paginationControl .pages {
    background-color: #5987C7;
    color: white;    
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;    
}

#paginationControl .page {
    color: #aaaaaa;        
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
    margin-left: 5px;
    padding-bottom: 2px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;     
    
}
#paginationControl .page:hover,
#paginationControl .active {
    color: #5987C7;
    border-color: #5987c6; 
}

#paginationControl a {
    text-decoration: none;
}


