* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif;
}
body.homepage {
    background-image: url('../img/bg_all_homepage.gif');
}
body.detail {
}
body.search {
    background-image: url('../img/bg_all_search.gif');
}
body.cenovemapy {
    background-image: url('../img/bg_all_cenovemapy.gif');
}

a {	color: black; }
a:hover { color: #464646; }
img { border: none; }
p { margin-bottom: 15px; }

h2, h3, h4, h5, h6, h7 { margin-bottom: 10px; }
h1, h2, h3 { font-family: "Trebuchet MS", "Arial CE", Arial, sans-serif; }

h2 { font-weight: normal; font-size: 1.5em; color: #6cac05; }
h2 a, h3 a { text-decoration: none; color: #3a6da1; display: block; }
h2 a:hover { color: #3a6da1; }
h2.header {color: black; display: inline; margin-bottom: 0px; padding-bottom: 0px;}

h1, h2.header { font-weight: normal; font-size: 1.9em; }
h1 strong, h2.header strong { color: #6cac05; font-weight: normal; }
h1 a, h2.header a { text-decoration: none; color: #101010; }
h1 a:hover, h2.header a:hover { color: #101010; }

h3 { font-size: 1.2em; }
h4, h5, h6, h7 { font-size: 1em; }

a.twitter {
    padding-left: 20px;
    background: url('../img/twitter.png') no-repeat;
    text-decoration: none;
}


a.pdf {
    padding: 3px 0 0 33px;
    margin: 13px 0;
    height: 26px;
    outline-width: 0;
    border-width: 0;
    font-weight: bold;
    display: inline-block;
    background: url('../img/pdf-icon.gif') no-repeat;
}
a.add {
    padding-left: 22px;
    outline-width: 0;
    border-width: 0;
    background: url('../img/add.gif') no-repeat;
}

p.justify {
    text-align: justify;
}

table {
    border: none;
    border-collapse: collapse;
    font-size: 1em;
    margin-top: 8px;
}
th, td {
    border: none;
    padding: 0 10px 5px 0;
}
th.top, td.top {
    vertical-align: top;
}
th.right, td.right {
    text-align: right;
    white-space: nowrap;
}

div.hr {
    border-bottom: 1px solid #dcdcdc;
    margin: 13px 10px 0 0;
    height: 0;
    font-size: 0;
}
input, select, textarea {
    border: 1px solid #7f9db9; /* WinXP style */
    border: 1px solid #82abbc;
    padding-left: 2px;
    color: #222222;
}
input {
    padding: 2px 2px 2px 4px;
}
select {
    padding: 1px 1px 1px 2px;
}
option {
    padding-left: 2px;
}
input.inputtext {
    width: 212px;
}
select.inputtext, #content select {
    width: 220px;
}
input.noborder {
    border: none;
    padding: 0;
    margin-left: 0;
    position: relative;
    top: 1px
}
textarea {
    overflow: auto;
    padding: 2px;
}
li  {
    list-style: none;
}

ul.nostyle {
    padding-top: 2px;
    padding-bottom: 6px;
}
ul.nostyle li {
    line-height: 1.4em;
}
ul.odkazy {
    border-top: 1px solid #e5e5e5;
    margin-top: 4px;
}
ul.odkazy li {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.menubox {
    width: 439px;
    border: 1px solid #82abbc;
    padding: 8px 8px 2px 8px;
    margin-left: 0;
    background: #f8fdff;
}
ul.menubox li {
    padding-bottom: 7px;
    margin-left: 3px;
    padding-left: 25px;
    line-height: 1.5em;
    background: url('../img/odrazka-modra.gif') no-repeat 0px 1.5px;
}
ul.menubox li a {
    font-weight: bold;
    background: url('../img/odkaz-noveokno.gif') no-repeat right 1px;
    padding-right: 12px;
}
ul.odrazky-zelene {
    padding: 8px 10px;
}
ul.odrazky-zelene li {
    padding-bottom: 9px;
    margin-left: 2px;
    padding-left: 25px;
    line-height: 1.5em;
    background: url('../img/odrazka-zelena.gif') no-repeat 0px 1.5px;
}
ul.odrazky-zelene li strong {
    color: #7fb23a;
}
ul.odrazky-modre {
    padding-right: 5px;
}
ul.odrazky-modre li {
    padding-bottom: 4px;
    margin-left: 2px;
    padding-left: 25px;
    line-height: 1.5em; /* 1.8 */
    background: url('../img/odrazka-modra.gif') no-repeat 0px 1.5px;
}
ul.odrazky-modre-male {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}
ul.odrazky-modre-male li {
    padding-bottom: 5px;
    margin-left: 2px;
    padding-left: 20px;
    line-height: 1.3em;
    background: url('../img/odrazka-modra_mala.gif') no-repeat 0px 1px;
}
ul.odrazky-zelene-male {
    padding: 10px 0;
}
ul.odrazky-zelene-male li {
    padding-bottom: 5px;
    margin-left: 2px;
    padding-left: 20px;
    line-height: 1.3em;
    background: url('../img/odrazka-zelena_mala.gif') no-repeat 0px 1px;
}
ul.odrazky-gtgt li {
    padding-bottom: 5px;
    margin-left: 6px;
    padding-left: 12px;
    line-height: 1.4em;
    background: url('../img/odrazka-gtgt.gif') no-repeat 0px 6px;
}
sup {
    vertical-align: baseline;
    top: -0.5em;
    font-size: 0.7em;
    padding-left: 1px;
    position: relative;
}
.red, .errors {
    color: #e80000;
}
.darkred {
    color: #da1f1a;
}
.grey {
    color: #9d9d9d;
}
.black, ul.odkazy span {
    color: #101010;
}
.green {
    color: #7fb23a;
}
.darkgreen {
    color: #5e9416;
}
.small {
    font-size: 70%;
    vertical-align: text-top;
}
.padbottom {
    padding-bottom: 5px;
}
.td-odsad {
    width: 157px;
}
.error {
    border: 1px solid #e80000;
    background: #ffe9e9;
    color: #e80000;
    padding: 12px 8px;
    margin-right: 10px;
    margin-bottom: 8px;
    text-align: center;
}
.okBox {
    border: 1px solid #00ca00;
    background: #e4ffe4;
    color: #366a36;
    padding: 12px 8px;
    margin-right: 10px;
    margin-bottom: 8px;
    text-align: center;
}
.clr {
    clear: both;
    margin-top: -1px;
    position: relative;
    height: 0;
    border: none;
    overflow: hidden;
    visibility: hidden;
}
.mar10 {
    padding: 4px 0;
}
.gtgt {
    background: url('../img/odrazka-gtgt.gif') no-repeat 0px 6px;
    margin-left: 0px;
    padding-left: 10px;
}
.gtgt:hover {
    background-image: url('../img/odrazka-gtgt_hover.gif');
}
.odkaz-noveokno {
    background: url('../img/odkaz-noveokno.gif') no-repeat right 2px;
    padding-right: 12px;
}
.odr-mm {
    background: url('../img/odrazka-modra_mala.gif') no-repeat 5px 4px;
    padding-left: 25px;
    display: block;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 3px;
}
.sipecka {
    background: url('../img/sipecka.gif') no-repeat 0px 5px;
    padding-left: 9px;
}
.sipecka:hover {
    background-image: url('../img/sipecka_hover.gif');
}

#all {
    text-align: left;
    background: #ffffff;
}
#main {
    border-top: 1px solid #ffffff;
    margin: 0;
    padding: 0;
}

#top {
    /* pozdeji prosim tento styl vyhodit ! */

    background: url('../img/logo.png') no-repeat;
    height: 122px;
}

.invisible {
    display: none;
}

/* ------------------------------------- */
/*  OLD SEARCH  */
/* ------------------------------------- */

#search {
    background: #e5f7b9 url('../img/search_fader.gif') repeat-x;
    /*border-top: 1px solid #d2deb7;*/
    border-bottom: 1px solid #a5be6d;
    height: 206px;
}
#search a {
    color: #101010;
}
#search .vyhledat ul {
    padding-bottom: 0;
    padding-top: 6px;
}
#search .vyhledat li {
    float: left;
    margin-right: 15px;
}
#search .vyhledat table {
    margin-top: 2px;
}
#search .vyhledat td {
    padding: 6px 15px 4px 0;
}
#search .inputtext, #homepage .ctvrt .inputtext {
    color: #737373;
    margin-bottom: 4px;
    margin-top: 5px;
}
#search div.podmenu {
    width: 993px;
    height: 12px;
    background: url('../img/podmenu_ciste.gif') no-repeat;
    font-size: 0;
}
#search div.vyhledat {
    float: left;
    width: 646px;
    padding-top: 2px;
    padding-left: 16px;
}
#search div.vyhledat h1 {
    margin-top: 6px;
}
#search div.vlozit {
    float: left;
    width: 308px;
    height: 198px;
}
#search div#vlozit-main {
    float: left;
    width: 308px;
    padding: 7px 11px;
    height: 136px;
    background: url('../img/search-vlozit.gif') no-repeat;
    margin-bottom: 9px;
}
#search div#vlozit-main h2.header strong, #search div#vlozit-main span {
    color: #ffffff;
}
#search div.vyhledat .velky {
    width: 130px;
}
#search div.vyhledat .maly {
    width: 90px;
}
#search div.vyhledat .mega, #search div#vlozit-main .mega {
    width: 520px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
}
#search div#vlozit-main .mega {
    padding-right: 7px;
    width: 307px;
}
#search div.vyhledat select.inputtext {
    width: 140px;
}
#search div.vyhledat td.set-right {
    float: none;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0;
}
#search div.vlozit td.set-right {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    padding-bottom: 2px;
}
#search div.vlozit span.developer {
    font-size: 14px;
    color: #5e9416;
    font-weight: bold;
    padding-left: 11px;
}
#search div.vlozit span.developer a {
    color: #3a6da1;
    font-weight: normal;
}
#search div.podmenu-ciste {
    width: 993px;
    height: 6px;
    background: url('../img/podmenu_ciste.gif') no-repeat;
    font-size: 0;
}
#search div.cenovemapy {
    float: left;
    width: 230px;
    padding-top: 2px;
    padding-left: 12px;
}
#search div.reklama_cm {
    float: left;
    color: #333333;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 6px;
}

/* ------------------------------------- */
/*  MAP SEARCH v2  */
/* ------------------------------------- */
#search_v2 {
    background: #e5f7b9 url('../img2/search_fader.png') repeat-x;
    /*border-bottom: 1px solid #a5be6d;*/
    height: 145px;
}
#search_v2 a {
    color: #101010;
}

#search_v2 .slider-wrapper {
    width: 300px;
    height: 26px;
}
#search_v2 .slider-wrapper .box {
}
#search_v2 .slider-wrapper .back-left {
    padding: 0 0 0 5px;
    background: url("../img2/slider-left.png") no-repeat left center;
}
#search_v2 .slider-wrapper .back-right {
    padding: 0 5px 0 0;
    background: url("../img2/slider-right.png") no-repeat right center;
}
#search_v2 .slider-wrapper .box-inner {
    background: url("../img2/slider.png") repeat-x left center;
}
#search_v2 .slider-wrapper .ui-slider-range {
    height: 26px;
    border: 0;
    background: url("../img2/slider-inner.png") repeat-x left center;
}
#search_v2 .slider-wrapper .ui-slider-handle-left {
    width: 19px;
    height: 26px;
    margin: 0 0 0 -10px;
    border: 0;
    background: url("../img2/slider-handle-left.png") no-repeat left center;
}
#search_v2 .slider-wrapper .ui-slider-handle-right {
    width: 19px;
    height: 26px;
    margin: 0 0 0 -9px;
    border: 0;
    background: url("../img2/slider-handle-right.png") no-repeat left center;
}
#search_v2 .slider-wrapper .slider {
    width: 290px;
    height: 26px;
}

#search_v2 table {
    height: 50px;
    margin: 10px 10px 0;
}
#search_v2 table.row1 td {
    padding: 0 10px 0 0;
}
#search_v2 table.row2 {
    width: 970px;
}
#search_v2 table td {
    padding: 0;
}
#search_v2 table .label {
    display: block;
    margin: 0 0 5px;
}
#search_v2 table br {
    display: none;
}

#search_v2 .offertype select,
#search_v2 .estatetype select,
#search_v2 .disposition select,
#search_v2 .furnished select {
    width: 170px;
    height: 26px;
}

#search_v2 .area {
    white-space: nowrap;
}
#search_v2 .slider-wrapper {
    float: left;
}
#search_v2 #area-min {
    width: 6ex;
    margin: 0 5px 0 10px;
    text-align: right;
    font-weight: bold;
}
#search_v2 #area-max {
    width: 6ex;
    margin: 0 0 0 5px;
    text-align: right;
    font-weight: bold;
}

#search_v2 .price {
    white-space: nowrap;
}
#search_v2 #price-min {
    width: 10ex;
    margin: 0 5px 0 10px;
    text-align: right;
    font-weight: bold;
}
#search_v2 #price-max {
    width: 10ex;
    margin: 0 0 0 5px;
    text-align: right;
    font-weight: bold;
}

/* ------------------------------------- */
/*  SEARCHMAP  */
/* ------------------------------------- */
#searchmap {
}
#searchmap p {
    margin: 10px 0 10px 10px;
}
#searchmap .map {
    position: relative;
    width: 990px;
    height: 537px;
}
#searchmap .map img {
    border: 0;
}
#searchmap .console {
    position: absolute;
    left: 250px;
    top: 0;
    width: 476px;
    height: 537px;
    background: url("../img2/console.png") no-repeat left top;
}
#searchmap a {
    display: block;
    height: 100%;
    /*border: 1px solid yellow;*/
}
#searchmap a span {
    display: none;
}

#searchmap .console .dir {
    position: absolute;
    left: 12px;
    top: 72px;
    width: 72px;
    height: 72px;
}
#searchmap .console .dir .dir-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
}
#searchmap .console .dir .dir-control a {
    z-index: 1;
    border: none;
}
#searchmap .console .dir .nord {
    background: url("../img2/console-dir-top.png") no-repeat left top;
}
#searchmap .console .dir .nord a {
    position: absolute;
    left: 23px;
    top: 0;
    width: 25px;
    height: 24px;
}
#searchmap .console .dir .east {
    background: url("../img2/console-dir-right.png") no-repeat left top;
}
#searchmap .console .dir .east a {
    position: absolute;
    left: 48px;
    top: 24px;
    width: 24px;
    height: 25px;
}
#searchmap .console .dir .south {
    background: url("../img2/console-dir-bottom.png") no-repeat left top;
}
#searchmap .console .dir .south a {
    position: absolute;
    left: 23px;
    top: 49px;
    width: 25px;
    height: 23px;
}
#searchmap .console .dir .west {
    background: url("../img2/console-dir-left.png") no-repeat left top;
}
#searchmap .console .dir .west a {
    position: absolute;
    left: 0px;
    top: 24px;
    width: 23px;
    height: 25px;
}

#searchmap .console .zoom {
    position: absolute;
    left: 306px;
    top: 50px;
    width: 144px;
    height: 137px;
}
#searchmap .console .zoom .zoom-control {
    /*position: absolute;
    left: 306px;
    top: 50px;
    width: 144px;
    height: 137px;*/
}
#searchmap .console .zoom .zoom-control a {
    z-index: 1;
    border: none;
}
#searchmap .console .zoom .plus {
}
#searchmap .console .zoom .plus a {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 35px;
    background: url("../img2/console-zoom-plus.png") no-repeat left top;
}
#searchmap .console .zoom .plus a:hover {
    background-position: -36px 0;
}
#searchmap .console .zoom .minus {
}
#searchmap .console .zoom .minus a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 35px;
    background: url("../img2/console-zoom-minus.png") no-repeat left top;
}
#searchmap .console .zoom .minus a:hover {
    background-position: -36px 0;
}
#searchmap .console .zoom .slider {
}
#searchmap .console .zoom .slider div {
    position: absolute;
    left: 62px;
    top: 40px;
    width: 25px;
    height: 25px;
    background: url("../img2/console-zoom-handle.png") no-repeat left top;
}
#searchmap .console .zoom .slider a:hover {
}
#searchmap .console .submit a {
    position: absolute;
    left: 313px;
    top: 376px;
    width: 123px;
    height: 112px;
    background: url("../img2/console-submit.png") no-repeat left top;
}
#searchmap .console .submit a:hover {
    background-position: -123px 0;
}

#searchmap .fog-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 537px;
    background: url("../img2/map-fog.png") repeat left top;
}
#searchmap .fog-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 264px;
    height: 537px;
    background: url("../img2/map-fog.png") repeat left top;
}

/* ------------------------------------- */
/*  MAIN  */
/* ------------------------------------- */

#main #cm_mapframe {
    margin: 2px 0 2px 2px;
}
#main #cm_mapframe iframe {
    height: 540px;
    width: 993px;
}

#tooltip {
    background: #f6f6f6;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 5px 12px;
}
#homepage {
    float: left;
    background: #ffffff url('../img/top_fader.gif') repeat-x;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
}
#homepage div {
    float: left;
}
#homepage .catbox {
    font-family: Tahoma, "Verdana CE", "Arial CE", Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#homepage .catbox a {
    float: left;
    margin-left: 3px;
    width: 175px;
    height: 68px; /* 94 */
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    background: url('../img/centrum/tab_inactive.png') no-repeat;
    padding-left: 20px;
    padding-top: 31px;
    overflow: hidden;
    cursor: pointer;
}
#homepage .catbox a.ptvic {
    height: 54px;
    padding-top: 40px;
}
#homepage .catbox a span.arrow {
    width: 6px;
    height: 14px;
    display: inline-block;
    background: url('../img/top_box_url.gif') no-repeat 10px center;
    padding-left: 16px;
    position: relative;
    top: 2px;
}
#homepage .catbox a:hover {
    background: url('../img/centrum/tab_active.png');
    color: #464646;
}
#homepage .catbox a:hover span.arrow {
    background-image: url('../img/top_box_url2.gif');
}
#homepage .catbox span.hypo, #homepage .catbox span.prav, #homepage .catbox span.poji, #homepage .catbox span.upravy, #homepage .catbox span.cmapy {
    float: right;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
#homepage .catbox span.hypo {
    width: 44px;
    height: 40px;
    background: url('../img/centrum/tab_hypoteka.png') no-repeat;
    margin-left: 20px;
}
#homepage .catbox span.prav {
    width: 44px;
    height: 39px;
    background: url('../img/centrum/tab_pravni.png') no-repeat;
    margin-left: 20px;
}
#homepage .catbox span.poji {
    width: 45px;
    height: 46px;
    background: url('../img/centrum/tab_pojisteni.png') no-repeat;
    margin-left: 5px;
}
#homepage .catbox span.upravy {
    width: 51px;
    height: 42px;
    background: url('../img/centrum/tab_upravy.png') no-repeat;
    margin-left: 20px;
}
#homepage .catbox span.cmapy {
    width: 42px;
    height: 42px;
    background: url('../img/centrum/tab_mapy.png') no-repeat;
    margin-left: 40px;
}
#homepage .catbox span.ptvic {
}

#homepage .boxpul {
    width: 473px; /*495*/
    padding: 7px 11px 16px 11px;
    background: url('../img/bg_box_pul.gif') no-repeat;
    margin-left: 1px;
}
#homepage .boxpul-plny {
    width: 495px; /*495*/
    margin-left: 1px;
    margin-bottom: 16px;
}
#homepage .boxpul-plny-top {
    font-size: 0;
    width: 495px;
    background: url('../img/bg_box_pul_plny-top.gif') no-repeat;
    height: 10px;
}
#homepage .boxpul-plny-main {
    width: 471px; /*495*/
    padding: 2px 12px;
    background: url('../img/bg_box_pul_plny-bg.gif') repeat-y;
}
#homepage .boxpul-plny-bottom {
    font-size: 0;
    width: 495px;
    background: url('../img/bg_box_pul_plny-bottom.gif') no-repeat;
    height: 10px;
}

#homepage .boxfull {
    display: block;
    float: none;
    clear: both;
    padding: 7px 11px 16px 11px;
    margin: 0px 0px 10px 0px;
    background: url('../img/bg_box_full.gif') no-repeat;
}

#homepage .set-right, .set-right {
    float: right;
    top: 0px;
    font-size: 1.1em;
    margin-top: 4px;
}
#homepage .set-right span, .set-right span {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
#homepage .misto-aukce {
    margin: 10px 0px;
}
#homepage .aukce {
    padding-top: 10px;
    padding-bottom: 4px;
    border-top: 1px solid #e6e6e6;
}
#homepage .aukce a, ul.odrazky-modre-male a, ul.odrazky-zelene-male a {
    text-decoration: none;
}
#homepage .aukce a:hover, ul.odrazky-modre-male a:hover, ul.odrazky-zelene-male a:hover {
    color: #3a6da1;
    text-decoration: underline;
}
#homepage .aukce strong, ul.odrazky-modre-male strong, ul.odkazy strong {
    color: #464646;
}
#homepage .aukce .lokalita {
    width: 340px;
    padding-left: 25px;
    margin-left: 2px;
    margin-bottom: 5px;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/odrazka-kladivko_mala.gif') no-repeat 0px 1px;
}
#homepage .aukce .cena {
    width: 101px;
    text-align: right;
}
#homepage .boxpul li.zvyhodnena {
    background-image: url('../img/odrazka-oranzova_mala.gif');
}
#homepage .boxpul li.zvyhodnena a {
    color: #c15b00;
    font-weight: bold;
}

#homepage .nove-bydleni {
    width: 468px;
    height: 350px;
    margin: 1px 0 10px 1px;
    background: url('../img/nove_bydleni.gif') no-repeat;
}
#homepage .nove-bydleni .pruh-nahore, #homepage .nove-bydleni .pruh-dole {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    width: 460px;
    padding: 4px 0 8px 8px;
    background-image: url('../img/bg_transparent.png');
}
#homepage .nove-bydleni .pruh-dole {
    top: 245px;
    padding-top: 7px;
}
#homepage .nove-bydleni .pruh-dole h3 {
    padding-top: 9px;
}
#homepage .nove-bydleni .set-right {
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 2px;
}
#homepage .nove-bydleni a.dot {
    width: 19px;
    height: 25px;
    font-weight: bold;
    font-size: 1.4em;
    color: #101010;
    text-decoration: none;
    font-family: Tahoma, "Verdana CE", "Arial CE", Arial, Verdana, sans-serif;
    padding-left: 8px;
    padding-top: 2px;
    margin: 0;
    margin-left: 2px;
    background: url('../img/bg_transparent_dot.png') no-repeat left top;
    display: inline-block;
    outline-width: 0;
    border-width: 0;
}
#homepage .nove-bydleni a.dot:hover {
    color: #ffffff;
    background-image: url('../img/bg_transparent_dot2.png');
}
#homepage .nove-bydleni a.active {
    width: 19px;
    height: 25px;
    font-weight: bold;
    font-size: 1.4em;
    color: #ffffff;
    text-decoration: none;
    font-family: Tahoma, "Verdana CE", "Arial CE", Arial, Verdana, sans-serif;
    padding-left: 8px;
    padding-top: 2px;
    margin: 0;
    margin-left: 2px;
    background: url('../img/bg_transparent_dot2.png') no-repeat;
    display: inline-block;
    outline-width: 0;
    border-width: 0;
}

#homepage .line1 {
    background: url('../img/line_fader.gif') repeat-x;
    border-top: 1px solid #e6e6e6;
    margin-left: 1px;
    margin-top: -3px;
    width: 991px;
}
#homepage .line2 {
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
    margin-left: 1px;
    width: 991px;
}
#homepage .oddelovac {
    background: url('../img/oddelovac.gif') no-repeat;
    font-size: 0;
    width: 1px;
    height: 240px
}
#homepage .pul {
    padding: 7px 12px;
    width: 469px; /* pul delky - padding */
    margin-bottom: 6px;
}
#homepage .pul .w240 {
    width: 240px;
}
#homepage .pul h3 {
    color: #101010;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: -2px;
    margin-bottom: 4px;
    margin-left: 2px;
}

#homepage .ctvrt {
    padding: 7px 15px 7px 12px;
    width: 220px; /* ctvrt delky - padding */
    margin-bottom: 6px;
}
#homepage .line1 h1, #homepage .line2 h2 {
    margin-bottom: 15px;
    margin-top: -2px;
}
#homepage .line1 h1 a, #homepage .line2 h2 a {
    display: block;
}
#homepage .line2 .ctvrt {
    padding-top: 0;
    padding-bottom: 0;
}
#homepage .line2 .ctvrt em {
    display: inline-block;
    line-height: 1.7em;
    margin-bottom: 7px;
}
#homepage .ctvrt img, #homepage .pul img {
    margin-bottom: 7px;
}
#homepage .ctvrt .tvpad {
    padding-left: 26px;
    padding-bottom: 7px;
    text-align: center;
}
#homepage .line1 .tv {
    background: url('../img/icon-tv.gif') no-repeat 197px 5px;
}
#homepage .line1 .cenovemapy {
    background: url('../img/icon-teplomer.gif') no-repeat 190px 3px;
}




/* ------------------------------------- */
/*  LEVY SLOUPEK  */
/* ------------------------------------- */

#leftColumn {
    float: left;
    width: 208px;
    padding-right: 1px;
    background-image: url(../img/leftColumn-background.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #222222;
    min-height: 500px;
}
#leftColumn li {
    margin-left: 0;
}
#leftColumn ul.odrazky-modre li {
    padding-bottom: 5px;
    padding-left: 24px;
    line-height: 1.4em;
}
#leftColumn a span {
    color: #3a6da1;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0 4px 10px;
    margin: 1px 0;
    border-bottom: 1px solid #eaeaea;
    display: block;
}
#leftColumn .bg-main-menu {
    background: #fdfdfd url('../img/bg_menu_main.gif') repeat-x;
    text-decoration: none;
}
#leftColumn span.nadpis {
    color: #3a6da1;
    font-size: 13px;
    padding: 6px 0 6px 11px;
    font-weight: bold;
    margin: 1px 0;
    display: block;
    text-transform: uppercase;
}
#leftColumn .odsad {
    padding: 5px 3px 0 11px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
#leftColumn span.hypoteka, #content span.hypoteka {
    padding-left: 40px;
    text-transform: uppercase;
    background: url('../img/icon-hypoteka.gif') no-repeat left center;
}
#leftColumn span.pravnisl, #content span.pravnisl {
    padding-left: 40px;
    text-transform: uppercase;
    background: url('../img/icon-pravni-sluzby.gif') no-repeat left center;
}
#leftColumn span.pojisteni, #content span.pojisteni {
    padding-left: 40px;
    text-transform: uppercase;
    background: url('../img/icon-pojisteni.gif') no-repeat left center;
}
#leftColumn span.drazby, #content span.drazby {
    padding-left: 40px;
    text-transform: uppercase;
    background: url('../img/icon-drazby.gif') no-repeat left center;
}
#leftColumn span.cmapy, #content span.cmapy {
    padding-left: 40px;
    text-transform: uppercase;
    background: url('../img/icon-cenove-mapy.gif') no-repeat left center;
}
#leftColumn ul.menu {
    margin-bottom: 2px;
}
#leftColumn ul.menu li {
    margin-bottom: 1px;
    vertical-align: middle;
}
#leftColumn ul.menu a {
    padding: 5px 7px 5px 11px;
    background-color: #e6f5d0;
    color: #101010;
    width: 190px;
    text-decoration: none;
    display: block;
}
#leftColumn ul.menu a:hover {
    color: #ffffff;
    background: #7fb23a url('../img/bg_green.gif') no-repeat;
}
#leftColumn ul.menu-nourl {
    margin-bottom: 20px;
}
#leftColumn ul.menu-nourl li {
    margin-bottom: 1px;
    vertical-align: middle;
    padding: 5px 7px 5px 11px;
    background-color: #e6f5d0;
}
#leftColumn ul.menu-nourl li.active {
    color: #ffffff;
    background: #7fb23a url('../img/bg_green.gif') no-repeat;
}


/* ------------------------------------- */
/*  CONTENT OBSAH  */
/* ------------------------------------- */

#content {
    float: left;
    width: 762px; /*755*/
    border: 1px solid #dcdcdc;
    line-height: 1.6em;
    padding: 5px 5px 15px 15px;
    min-height: 650px;
    margin-bottom: 20px;
    color: #222222;
}

#content h1 {
    font-size: 1.8em;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: normal;
    color: #3a6da1;
}
#content h2 {
    font-size: 1.4em;
    padding-top: 4px;
    font-weight: normal;
    color: #7fb23a;
}
#content h2.mensi {
    font-size: 1.3em;
    font-weight: bold;
}
#content .h2url {
    font-size: 17px;
    font-family: "Trebuchet MS", "Arial CE", Arial, sans-serif;
    font-weight: normal;
    color: #7fb23a;
    margin-bottom: 10px;
    text-decoration: none;
}
#content h3 {
    font-weight: bold;
    color: #3a6da1;
}
#content ul {
    margin: 0 0 15px;
}

#content hr {
    color: #eaeaea;
    background-color: #eaeaea;
    height: 1px;
    border: 0px;
}

#content form#step1Form label.label {
    width: 190px;
    display: block;
}

#content2 {
    float: left;
    width: 462px;
}
.right15 {
    padding-right: 15px;
}

#content #poslat {
    padding-top: 8px;
    float: right;
}
#content .blue-cover {
    border: 1px solid #82abbc;
    background: #f8fdff;
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 4px;
    padding-left: 12px;
}
#content .blue-cover li {
    padding-bottom: 7px;
}
#content .blue-cover .blue-pad {
    padding-left: 5px;
    padding-top: 6px;
}
#content .odsad-dole {
    padding-bottom: 15px;
    margin-bottom: 25px;
}
#content .pad3px {
    padding: 3px;
}
#content .objednat {
    background: #ddeff6;
    color: #666666;
    padding: 2px;
}
#content .objednat table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 2px;
}
#content .objednat td {
    padding: 7px 15px 7px 0;
}
#content .objednat span, #detail h2 strong {
    font-size: 18px;
    font-family: "Trebuchet MS", Tahoma, "Arial CE", Arial, sans-serif;
    font-weight: bold;
    color: Black;
}
#content textarea {
    width: 550px;
    height: 100px;
}
#content input.butt {
    border: none;
    padding: 0;
    margin-top: 7px
}
#content input.butt2 {
    border: none;
    padding: 0;
    position: absolute;
    margin-left: 8px;
}
#content .w1 {
    width: 151px;
}
#content .w2 {
    width: 50px;
}
#content .w3 {
    width: 100px;
    margin-right: 70px;
}
#content .w4 {
    width: 32px;
    text-align: center;
}
#content .w4 .noborder {
    margin: 0;
}
#content .w5, #detail .description .w5 {
    width: 97px;
}
#content .w6 {
    width: 75px;
}
#content .w7 {
    width: 110px;
}
#content .w8 {
    width: 325px;
}
#content .w9 {
    width: 247px;
}
#content .w10 {
    width: 105px;
}
#content .w11 {
    width: 57px;
}
#content .w12 {
    width: 385px;
}
#content .whr1 {
    width: 266px;
}
#content .whr2 {
    width: 423px;
}
#content .mazak {
    float: left;
    position: relative;
    width: 285px;
    margin-right: 10px;
}
#content .poprve {
    float: left;
    width: 440px;
}
#content td.set-right, #search td.set-right {
    margin-top: -3px;
    margin-bottom: 3px;
    text-align: right;
}
#content td.set-center {
    margin-top: -3px;
    margin-bottom: 3px;
    text-align: center;
}
#content img.buttonek {
    vertical-align: top;
    position: relative;
    z-index:3;
    margin-left: 6px;
}
#content #programy {
    float: left;
    margin: 5px 0 30px 0;
}
#content #programy .program {
    float: left;
    border: 1px solid #afc9d3;
    padding: 9px;
    margin-right: 7px;
    width: 225px;
    height: 293px;
    background-repeat: no-repeat;
    background-position: 9px 179px;
}
#content #programy .program .odrazky-zelene-male {
    margin: 8px 0;
    padding: 10px 0;
    border-top: 1px solid #dadada;
}
#content #programy .program .odrazky-zelene-male a {
    text-decoration: underline;
}
#content #programy .program .odrazky-zelene-male a:hover {
    text-decoration: none;
}
#content #programy .program strong {
    font-size: 1.2em;
    color: #7fb23a;
}

#content #programy .program ul strong {
    color: black;
    font-size: 1em;
}

#content #programy .program strong span {
    color: #101010;
}
#content #programy .program img.cena {
    position: absolute;
    margin-top: 230px;
    margin-left: 157px;
}
#content #programy .prog1 {
    background-image: url('../img/program1.png');
}
#content #programy .prog2 {
    background-image: url('../img/program2.png');
}
#content #programy .prog3 {
    background-image: url('../img/program3.png');
}

#content table.normtable {
    margin: 0;
}
#content table.normtable td {
    width: 219px;
}

#content table.vlozit {
    width: 752px;
}
#content .blue-cover table.vlozit {
    width: auto;
}
#content table.vlozit .butt {
    margin: 4px 0;
}
#content table.vlozit td {
    padding: 5px 0;
}
#content table.bezpad td {
    padding: 0;
}
#content table.vlozit td.odsad {
    width: 132px;
}
#content table.rozcestnik {
    border: 1px solid #82abbc;
    background: #f8fdff;
    margin-bottom: 25px;
}
#content table.rozcestnik td {
    border: 1px solid #82abbc;
    width: 153px;
    text-align: center;
    vertical-align: top;
    color: #666666;
    padding: 7px;
}
#content table.rozcestnik td.td1 {
    background: url('../img/td1.gif') right bottom no-repeat;
}
#content table.rozcestnik td.td2 {
    background: url('../img/td2.gif') right bottom no-repeat;
}
#content table.rozcestnik td.td3 {
    background: url('../img/td3.gif') right bottom no-repeat;
}
#content table.rozcestnik .link {
    height: 50px;
}
#content table.rozcestnik a {
    font-weight: bold;
    font-size: 14px;
}
#content table.rozcestnik a:hover {
    color: #3a6da1;
    text-decoration: none;
}
#content table.centrum-sluzeb {
    width: 428px;
}
#content table.centrum-sluzeb td {
    padding: 5px;
    width: 214px;
    height: 20px;
    vertical-align: top;
}
#content table.centrum-sluzeb a {
    color: #3a6da1;
    font-weight: bold;
}
#content table.centrum-sluzeb a:hover {
    color: #464646;
}
#content table.centrum-sluzeb span {
    padding: 4px 4px 4px 45px;
}
#content .videa-mala {
    float: left;
    width: 202px;
    padding-right: 20px;
}
#content .player-maly {
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
    height: 170px;
    width: 195px;
}


/* ------------------------------------- */
/*  PRAVY SLOUPEK  */
/* ------------------------------------- */

#rightColumn {
    width: 282px;
    float: left;
    padding-left: 17px;
}
#rightColumn #player {
    border: 1px solid #e0e0e0;
    background: #f2f2f2 url('../img/no-video2.jpg') no-repeat;
    height: 225px;
    width: 280px;
}
#rightColumn .rightItem {
    padding: 14px 2px 0 3px;
}
#rightColumn td {
    font-weight: bold;
}
#rightColumn form {
    width: 275px;
}
#rightColumn textarea {
    width: 191px;
    height: 120px;
}
#rightColumn input.inputtext {
    width: 137px;
}
#rightColumn select#den {
    width: 47px;
}
#rightColumn select#mesic {
    width: 95px;
}
#rightColumn select#hodin {
    width: 145px;
}

/* ------------------------------------- */
/*  DETAIL  */
/* ------------------------------------- */

#detail {
    position: relative;
    float: left;
    width: 676px;
    margin-top: -10px;
}
#detail-linka {
    padding: 6px 12px;
    margin: 2px 0;
    width: 676px;
    min-height: 22px;
}
#detail-linka h2 em {
    font-size: 13px;
}

div#detail-vlozit-inzerat {
    position: relative;
    width: 100%;
}

div#vlozit-inzerat-btn {
    width: 127px;
    height: 25px;
    background-image: url('../img/buttons/add_advert.gif');
    position: absolute;
    top: -23px;
    left: 850px;
    cursor: pointer;
    display: none;
}

#detail h1, #detail-linka h1, #detail h2, #detail-linka h2 {
    font-family: 'Arial CE', Arial, Verdana, sans-serif;
    font-size: 18px;
}
#detail h1, #detail h2 {
    padding: 5px 0;
    margin: 0px;
    margin-top: 15px;
    color: black;
}
#detail-linka h1 {
    font-size: 22px;
}
#detail .nabidka {
    float: left;
    padding: 5px 12px;
    width: 650px;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
#detail .nabidka a {
    margin-right: 21px;
    padding-top: 1px;
    font-weight: bold;
    text-decoration: none;
}
#detail .nabidka a.nahlasit {
    padding-left: 28px;
    background: url('../img/nahlasit.gif') no-repeat;
}
#detail .nabidka a.odeslat-mail {
    padding-left: 25px;
    background: url('../img/odeslat-mail.gif') no-repeat;
}
#detail .nabidka a.vytisknout {
    padding-left: 23px;
    background: url('../img/vytisknout.gif') no-repeat;
}
#detail .nabidka a.pridat-kosik {
    padding-left: 27px;
    background: url('../img/pridat-kosik.gif') no-repeat;
}

#detail a.financ {
    padding-left: 23px;
    background: url('../img/financovani.gif') no-repeat;
}
#detail .set-right {
    margin-top: 17px;
}
#detail .levy {
    float: left;
    width: 320px;
    margin: 20px 0 15px 1px;
}
.pravy {
    float: left;
    padding: 16px 0 15px 15px;
    width: 301px;
    display: none;
}
#detail #obsah {
    float: left;
    padding-left: 14px;
    margin-bottom: 25px;
    width: 338px;
}
#detail .levy .bunka, .pravy .bunka {
    float: left;
    padding-bottom: 15px;
}
#detail .topy {
    float: left;
    width: 259px;
}
.pravy .topy {
    float: left;
    width: 300px;
}
#detail .topy .mensi {
    font-size: 13px;
}
#detail .under {
    float: left;
    width: 316px;
    padding: 2px;
    text-align: center;
}

#detail .kontakt .under {
    display: none;
}

#detail .zeleny {
    float: left;
    border: 1px solid #aaaaaa;
    margin-bottom: 5px;
    width: 316px;
}

.pravy .modry {
    float: left;
    border: 1px solid #d5e6ed;
    background: #e7f8ff;
    margin: 0 auto 5px auto;
    padding: 17px;
    text-align: center;
    width: 264px;
}
#detail .zeleny_top_dl,  #detail .zeleny_top_kr, .pravy .modry_top {
    margin-right: 2px;
    color: Black;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    background-position: 0 0;
    padding-top: 5px;
    padding-left: 9px;
    height: 20px;
}
#detail .zeleny_top_dl {
    float: left;
    width: 74px;
}
#detail .zeleny_top_kr {
    float: left;
    width: 43px;
    margin-right: 2px;
}
.pravy .modry_top {
    float: left;
    background: url('../img/top_modra.gif') no-repeat;
    width: 101px;
    margin-right: 2px;
}
#detail .uact, .pravy .uact {
    background-position: 0 -25px;
}
#detail .zeleny img {
    padding: 7px;
}
#detail .majitel, #detail .prodejce, #detail .developer {
    padding: 10px 0 7px 35px;
    line-height: 1.45em;
    width: 280px;
}
#detail .majitel {
    height: auto !important;
    height: 55px;
    min-height: 55px;
}
#detail .prodejce {
    height: auto !important;
    height: 72px;
    min-height: 72px;
    background: url('../img/prodejce.gif') no-repeat 10px 8px;
}
#detail .developer {
    height: auto !important;
    height: 81px;
    min-height: 81px;
    background: url('../img/developer.gif') no-repeat 10px 8px;
}
#detail .levy .sluzby {
    width: 260px;
    display: none;
}
#detail .levy .sluzby a, #detail .levy .sluzby span.aukc {
    padding: 10px 10px 10px 55px;
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    display: block;
}
#detail .levy .sluzby a:hover {
    background-color: #fcfcfc;
}
#detail .levy .sluzby .hypo {
    background: url('../img/icon-hypoteka.gif') no-repeat 5px 7px;
}
#detail .levy .sluzby .prav {
    background: url('../img/icon-pravni-sluzby.gif') no-repeat 5px 7px;
}
#detail .levy .sluzby .poji {
    background: url('../img/icon-pojisteni.gif') no-repeat 5px 7px;
}
#detail .levy .sluzby .aukc {
    background: url('../img/icon-drazby.gif') no-repeat 5px 7px;
}
#detail .levy .sluzby .cmapy {
    background: url('../img/icon-cenove-mapy.gif') no-repeat 5px 7px;
}
#detail .levy .sluzby .upravy {
    background: url('../img/icon-upravy-a-stehovani.png') no-repeat 5px 7px;
}

#detail .odsad {
    padding-left: 6px;
}
#detail table.description {
    margin-top: 10px;
    margin-bottom: 16px;
    border-top: 1px solid Black;
    width: 100%;
    clear: left;
    line-height: 140%;
}
#detail table.description td {
    border-bottom: 1px solid Black;
    padding: 3px 17px 3px 7px;
}
#detail table.description td.dark {
}
#detail #desctextcz, #detail #desctexteng {
    overflow: visible;
    height: auto !important;

}
#detail #desctextcz p, #detail #desctexteng p {
    margin-bottom: 0;
}
#detail #getmorecz, #detail #getmoreeng {
    float: left;
    margin-bottom: 15px;
    outline-width: 0;
    border-width: 0;
    display: none;
}


#detail .upozorneni {
    border: 1px solid #82abbc;
    background: #caeaf7;
    padding: 8px 11px;
}
#detail .podobne, #mapa-left .podobne {
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 7px;
    margin-bottom: 2px;
    width: 385px;
}

#map {
    height: 316px !important;
}


#detail .podobne .imgborder, #mapa-left .podobne .imgborder {
    float: left;
    border: 1px solid #a7aa9e;
    padding: 2px;
    width: 82px;
    background: #f0f0f0;
}
#detail .podobne .info, #mapa-left .podobne .info {
    float: left;
    padding-left: 10px;
    line-height: 1.4em;
}
#detail .podobne .info a.gtgt, #mapa-left .podobne a.gtgt {
    margin-left: 2px;
}

#detail .nearest_expert {
    position: absolute;
    left: 0px;
    top: 745px;
    width: 316px;
}

#detail .zvyhodnena, #mapa-left .zvyhodnena {
    background-color: #FFDEAD;
}
#detail .zvyhodnena a.nazev strong, #mapa-left .zvyhodnena a.nazev strong {
    color: #e61d21;
}

#detail .ideveloper, #mapa-left .ideveloper {
    background-color: #ecf0ff;
}
#detail .ideveloper a.nazev strong, #mapa-left .ideveloper a.nazev strong {
    color: #1b578f;
}

#detail .blueBox {
    border: 1px solid #aaaaaa;
    line-height: 1.5em;
    width: 100%;
}
#detail .blueBox h3 {
    font-size: 13px;
    background: url(../img/odrazka-modra-kulata.gif) no-repeat scroll 5px 4px;
    padding: 4px 0 3px 25px;
    margin: 2px 0 0 2px;
}
#detail .blueBox h3 a {
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    font-weight: bold;
}
#detail .blueBox hr {
    margin: 0 5px 5px;
    border: 0;
    padding: 0;
    height: 1px;
    background-color: white;
}
#detail .blueBox ul {
    margin: 0 0 0 2px;
    padding: 0 0 7px 25px;
}
#detail .blueBox li {
    padding: 2px 0;
}

#detail .expired-label {
    position: absolute;
    left: 0;
    top: 150px;
    width: 676px;
    font-size: 72pt;
    text-align: center;
    color: red;
    background-color: transparent;
    z-index: 1000;

    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

/* ------------------------------------- */
/*  MUJ UCET  */
/* ------------------------------------- */

#muj-ucet {
    float: left;
    border-top: 1px solid #7fb23a;
    width: 750px;
}
#muj-ucet .ucet-cat, #muj-ucet #nabidky, #muj-ucet #kosik, #muj-ucet #upozorneni, #muj-ucet #nastaveni, #muj-ucet #nastaveni2 {
    border: 1px solid #7fb23a;
    border-top: none;
}
#muj-ucet .ucet-cat {
    background: #b2cf7d;
    padding: 7px 8px 6px 11px;
}
#muj-ucet .ucet-cat h2 {
    padding: 0;
    margin: 0;
    font-family: 'Arial CE', Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #101010;
    text-transform: uppercase;
}
#muj-ucet .ucet-cat .set-right {
    margin-top: -1px;
}
#muj-ucet a.sbalit {
    background: url('../img/rozbalit.gif') no-repeat right top;
    color: #ffffff;
    padding: 1px 33px 0 50px;
    outline-width: 0;
    border-width: 0;
    display: inline-block;
    height: 20px;
}
#muj-ucet a.sbalit:hover {
    text-decoration: none;
}
#muj-ucet #nabidky, #muj-ucet #kosik, #muj-ucet #upozorneni, #muj-ucet #nastaveni, #muj-ucet #nastaveni2 {
    background: #f6fee7;
    padding: 5px 10px;
    padding-bottom: 10px;
}
#muj-ucet table {
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid #d6ddc9;
}
#muj-ucet table td {
    padding-top: 4px;
    padding-bottom: 5px;
    vertical-align: top;
    color: #101010;
}
#muj-ucet table.detail {
    border: none;
}
#muj-ucet table.detail td {
    line-height: 1.35em;
    border-bottom: 1px solid #d6ddc9;
}
#muj-ucet table td.lh {
    line-height: 1.8em;
}
#muj-ucet .butt {
    margin-top: 8px;
    margin-bottom: -4px;
}
#muj-ucet input.butt {
    margin-top: 9px;
    margin-bottom: 0; /* hacek */
}

/* ------------------------------------- */
/*  MAPA  */
/* ------------------------------------- */

#mapa-left {
    float: left;
    margin-right: 1px;
    color: #101010;
    line-height: 1.6em;
    width: 337px;
}
#mapa-left .mapa-p-hledani, #mapa-left .mapa-p-vypis {
    background: #ffffff url('../img/left-mapa_top.gif') repeat-x;
}
#mapa-left .mapa-p-vypis {
    background-color: #f0f0f0;
}
#mapa-left .mapa-p-hledani h1, #mapa-left .mapa-p-vypis h1 {
    padding: 6px 0 0 53px;
    margin-left: 2px;
    color: #ffffff;
    font-family: 'Arial CE', Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background: url('../img/icon-hledani.gif') no-repeat;
    height: 39px;
}
#mapa-left .mapa-p-vypis h1 {
    background-image: url('../img/icon-vypis.gif');
}
#mapa-left .odsad {
    float: left;
    width: 330px;
    margin: 0 6px 6px 6px;
}
#mapa-left .odsad2 {
    margin: 0 6px 0 6px;
    padding-bottom: 6px;
}
#mapa-left .mapa-p-vypis .odkazy {
    padding-bottom: 8px;
}
#mapa-left .mapa-p-vypis .odkazy a.num, #mapa-left .mapa-p-vypis .odkazy a.active {
    margin-right: 3px;
}
#mapa-left .mapa-p-vypis .odkazy a.active {
    text-decoration: none;
    color: #101010;
    font-weight: bold;
}
#mapa-left .mapa-p-vypis .odkazy span {
    padding-right: 3px;
}
#mapa-left .set-right {
    margin: 0;
    position: relative;
    top: -6px;
    width: 93px;
}
#mapa-left .mapa-p-hledani .inputtext, #mapa-left .mapa-p-vypis .inputtext {
    color: #737373;
    margin-bottom: 2px;
    margin-top: 3px;
    width: 185px;
}
#mapa-left input.noborder {
    width: 15px;
}
#mapa-left input.butt {
    border: none;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 8px;
}
#mapa-left .mapa-p-vypis select {
    width: 103px;
}
#mapa-left .td1 {
    background: url('../img/td1.gif') no-repeat right bottom;
}
#mapa-left .td2 {
    background: url('../img/td2.gif') no-repeat right bottom;
    border-top: 1px solid #dcdcdc;
    padding-top: 5px;
}
#mapa-left .td2 select {
    width: 145px;
}
#mapa-left .td2 input.inputtext {
    width: 65px;
}
#mapa-left .vypis {
    float: left;
    overflow: auto;
    height: 410px;
    margin-bottom: 6px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 337px;
}
#mapa-left .vypis a.nazev {
    text-decoration: none;
    color: #101010;
}
#mapa-left .podobne {
    margin-left: 3px;
    margin-right: 3px;
    width: 300px;
}
#mapa-left .podobne a.gtgt {
    font-size: 0.9em;
    padding-left: 9px;
    margin-top: 5px;
    display: inline-block;
}

#mapa {
    float: left;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 4px;
    width: 632px;
    height:493px;
}

#mapa #map {
    height: 493px;
}

#mapa #dialog {
    position: absolute;
    top: 52%;
    left: 53%;
    border: 3px solid #e80000;
    padding: 35px 10px 10px 10px;
    color: #e80000;
    font-family: 'Arial CE', Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background: #ffffff url('../img/pozadi-dialog.gif') no-repeat center center;
    width: 283px;
    /*height: 66px;*/
    text-align: center;
    z-index: 100;
}
#mapa #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;
}
#mapa #mapbanner {
    position: absolute;
    border: 1px solid #000;
    padding: 15px;
    background-color: #ffffff;
    width: 600px;
    height: 461px;
    z-index: 200;
}
#mapa #mapbanner .close, #mapa #mapbanner .skip {
    display: block;
    text-align: right;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
}
#mapa #mapbanner .skip { text-align: center; }
#mapa #mapbanner .banner {
    width: 600px;
    height: 431px;
}
#mapa #oh-left, #mapa #oh-right, #mapa #oh-top, #mapa #oh-bottom {
    position: absolute;
    font-size: 0;
    float: left;
}
#mapa #oh-left, #mapa #oh-right {
    margin-left: 75px;
    top: 163px;
    width: 2px;
    height: 440px;
    background: url('../img/frame_vertical.gif') repeat-y;
    z-index: 97;
}
#mapa #oh-right {
    margin-left: 620px;
}
#mapa #oh-top, #mapa #oh-bottom {
    margin-left: 75px;
    top: 163px;
    width: 545px;
    height: 2px;
    background: url('../img/frame_horizontal.gif') repeat-x;
    z-index: 98;
}
#mapa #oh-bottom {
    top: 603px;
}
#mapa #oblast-hledani {
    position: absolute;
    top: 148px;
    margin-left: 110px;
    padding: 6px 12px;
    background: #ffffff;
    border: 2px solid #222222;
    font-weight: bold;
    font-size: 1.2em;
    color: #222222;
    cursor: default;
    z-index: 99;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#mapa .rklbub {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    z-index: 1000000;
    display: inline-block;
}
#mapa .rklbub a.funding {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

/* ------------------------------------- */
/*  FOCUS  */
/* ------------------------------------- */

#search .inputtext:focus, #homepage .ctvrt .inputtext:focus, #mapa-left .mapa-p-hledani .inputtext:focus, #mapa-left .mapa-p-vypis .inputtext:focus {
    color: #222222;
}

/* ------------------------------------- */
/*  PATICKA  */
/* ------------------------------------- */

#footer {
    border-top: 1px solid #e6e6e6;
    background: #f9f9f9;
    color: #8b8b8b;
    text-align: center;
    width: 993px;
    line-height: 1.65em;
    padding: 11px 0 17px 0;
    display: none;
}



/*
 * Table prinout of projects
*/
.projectList {
    line-height: normal;
}

.projectList tr {
    vertical-align: top;
}

.projectList td {
    border-bottom: 1px solid #ededed;
    padding: 5px 5px;
}

.projectList p {
    margin: 0px;
    font-size: 90%;
}

.projectList a.projectName {
    color: #000000;
    font-weight: bold;
}

.projectList img.projectImg {
    background-color: #f0f0f0;
    padding: 1px;
    border: 1px solid #abaea2;
}

a.funding {
    float: left;
    background: url('../img/showroom_financovani.png') no-repeat left center;
    font-weight: normal;
    margin-left: 14px;
    margin-top: 20px;
    text-decoration: underline;
    padding: 5px 20px;
    display: none;
}



.boxfull div {
    float: none;
}


#atraktivniNabidky-wrapper {
    position: relative;
}

#atraktivniNabidky {
    width: 100%;
    height: 200px;
    padding: 10px 0px;
    line-height: 1.4em;
}

#atraktivniNabidky p.vlevo {
    float: left;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 50px;
}


#atraktivniNabidky p.vpravo {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 50px;
}


#atraktivniNabidky .miniatury {
    position: relative;
    float: left;
    width: 870px;
    overflow: hidden;
    margin: 5px 0px;
}


#atraktivniNabidky .miniatury-inner {
    position: relative;
    top: 0px;
    width: 870px;
    height: 187px;
    text-align: left;
}


#atraktivniNabidky .krabicka {
    position: relative;
    display: block;
    float: left;
    width: 180px;
    height: 187px;
    margin: 0px 5px;
}


#vlozit-mini {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: #ececec;
}
#vlozit-mini-inner {
}
#vlozit-mini .back-t {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: url("../img/vlozit_inzerat-mini-back-top.png") repeat-x left top;
}
#vlozit-mini .back-tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 11px;
    background: url("../img/vlozit_inzerat-mini-back-top-right.png") no-repeat right top;
}
#vlozit-mini .back-r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: url("../img/vlozit_inzerat-mini-back-right.png") repeat-y right top;
}
#vlozit-mini h2 {
    display: inline;
    padding: 0 0 0 10px;
    font-size: 1em;
    color: black;
    font-weight: bold;
}
#vlozit-mini form {
    display: inline;
    margin: 0 10px 0 0;
}
#vlozit-mini form select {
    height: 23px;
    vertical-align: middle;
}
#vlozit-mini form input {
    height: 23px;
    vertical-align: middle;
}
#vlozit-mini h2,
#vlozit-mini select,
#vlozit-mini input {
    margin: 0 5px 0 0;
}


.packshot-horizontalni {position: relative; border: 0px; height: 120px; max-width: 180px; text-decoration: none; margin-right: 5px;}


#packageContent {
    float: left;
    width: 762px; /*755*/
    line-height: 1.6em;
    padding: 5px 5px 15px 15px;
    min-height: 650px;
    margin-bottom: 20px;
    color: #222222;
}

#packageContent .package {
    float: left;
    width: 240px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#packageContent .package .header {
    height: 38px;
    background-image: url("../img/insert/package-header.gif");
    background-repeat: no-repeat;
}

#packageContent .package .header .check {
    float: left;
    width: 26px;
    height: 32px;
    margin-top: 6px;
    margin-left: 10px;
    padding-top: 8px;
    background-image: url("../img/insert/package-check.png");
    text-align: center;
}

#packageContent .package .header h2 {
    float: left;
    display: inline;
    color: white;
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

#packageContent .package .header h2 span {
    color: black;
}

#packageContent .package .body {
    border: 1px solid #dcdcdc;
    border-top: 0;
    min-height: 250px;
    padding: 5px 10px;
}

#packageContent .smsBox {
    border: 1px solid #eaeaea;
    background-color: white;
    padding: 10px;
}

/* Insert steps */
insertSteps {

}

#insertSteps .step {
    position: relative;
    float: left;
    width: 142px;
    height: 33px;
    background-color: #f0f0f0;
    background-image: url("../img/insert/step-background-right.gif");
    background-position: top right;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#insertSteps .step span {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 30px;
    height: 33px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding-top: 7px;
    text-align: center;
}

#insertSteps .step span.inactive {
    background-image: url("../img/insert/step-inactive.png");
}

#insertSteps .step span.active {
    background-image: url("../img/insert/step-active.png");
}

#insertSteps .step .title {
    margin-left: 30px;
    margin-top: 5px;
    text-align: center;
    color: #818181;
    font-weight: bold;
    font-size: 100%;
}

#insertSteps .step div.active {
    color: #83b53f;
}

.selectTypeBox {
    position: relative;
}

.selectTypeBox .chooseType {
    float: right;
    width: 250px;
}

.selectTypeBox .chooseType .active {
    border: 1px solid #dcdcdc;
    border-right: 1px solid #f8f8f8;
    border-right: 0;
    background-color: #f8f8f8;
}

.selectTypeBox .chooseType .option {
    padding: 20px;
}

.selectTypeBox .chooseType .option .input {
    float: left;
}

.selectTypeBox .chooseType .option .price {
    float: right;
    color: red;
    font-weight: bold;
}

.selectTypeBox .actionForms {
    float: right;
    width: 440px;
    border: 1px solid #dcdcdc;
    min-height: 200px;
    margin-left: -1px;
    margin-right: 30px;
    background-color: #f8f8f8;
    padding: 10px 20px;
}

.selectTypeBox .actionForms .invisible {
    display: none;
}

.selectTypeBox .actionForms select {
    width: 180px;
}

.selectTypeBox .actionForms textarea {
    width: 180px;
    height: 70px;
}

#paymentSuccess {
    display: block;
    margin: 20px auto;
    width: 480px;
    height: 128px;
    background-image: url("../img/insert/success.jpg");
    background-color: #9bc15c;
    color: white;
}

#paymentFailure {
    display: block;
    margin: 20px auto;
    width: 480px;
    height: 128px;
    background-image: url("../img/insert/failure.jpg");
    background-color: #d50002;
    color: white;
}

#paymentSuccess .body, #paymentFailure .body {
    margin-left: 100px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 2em;
}

#paymentSuccess h1, #paymentFailure h1 {
    color: white;
    font-size: 140%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#paymentSuccess a, #paymentFailure a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#smallContent a {
    text-decoration: none;
    color: #3A6DA1;
}

#smallContent .control {
    position: relative;
    height: 45px;
}

#smallContent .control .button {
    cursor: pointer;
}

#smallContent .control #btn_photo {
    position: absolute;
    left: 45px;
}

#smallContent .control #btn_map {
    position: absolute;
    left: 95px;
}

#smallContent .control #btn_street {
    position: absolute;
    left: 163px;
    display: none;
}

#smallContent .control .button {
    display: inline-block;
    text-decoration: none;
}

#smallContent .control .button .left,
#smallContent .control .button .right {
    display: inline-block;
    width: 5px;
    height: 41px;
    float: left;
}

#smallContent .control .button.active .left {
    background: url(../img/detail_gallery_icon_left.png) no-repeat left top;
}

#smallContent .control .button.active .right {
    background: url(../img/detail_gallery_icon_right.png) no-repeat left top;
}

#smallContent .control .button.active .body {
    background: url(../img/detail_gallery_icon_repeat.png) repeat-x left top;
}

#smallContent .control .button .body {
    display: inline-block;
    width: 40px;
    height: 41px;
    float: left;
}

#smallContent .control #btn_map.button .body {
    width: 58px
}


#smallContent .map-cont {
    display: block !important;
    float: left;
    clear: both;
    padding: 5px;
    width: 306px;
    height: 306px;
    margin-bottom: 12px;
}

#smallContent .gallery-cont {
    display: block !important;
}

#map-cont, #map {
    width: 304px;
    
}

#smallContent .map-cont a,
#smallContent .gallery-cont a {
    font-size: 0px;
    color: #fefefe;
    margin-bottom: -6px;
}

#smallContent .street-cont {
    display: none;
}

#smallContent .control {
    display: none;

}

#detail .upozorneni {
    display: none;
}

#detail .banner_detail_tip {
    border: 1px solid #555555;
    margin: 15px 0 0;
    padding: 8px 11px;
    margin-bottom: 8px;
}
