#zobrazeni label#normalni-label{
    background-image: url(../img/grid-view.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#zobrazeni label#tabulka-label{
    background-image: url(../img/table-view.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.zbozi {
    width: 210px;
    margin-top:2px;
    margin-bottom:2px;
    padding: 1px;
    height: 280px;
    float: left;
    position: relative;
    border: 1px solid #D3D3D3;
    -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;
    background-color: #fff;
}
.zbozi:nth-child(3n-1){
    margin-left:4px;
    margin-right: 4px;
}
.zbozi .container_1{
    height: 364px;
}
.zbozi .container_2{
    padding-left: 4px;
    padding-right: 4px;
}
.zbozi div.obr{
    height: 160px;
    overflow: hidden;
    width: 210px;
    text-align: center;
    margin: 20px auto 0px auto;
    position: absolute;
    top: 43px;
    z-index: 1;
}
.zbozi div.obr img{
    max-width: 210px !important;
    max-height: 160px;
}

.zbozi .popis {
    color: black;
    font-size: initial;
    text-shadow: none;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    overflow:  hidden;

}
.zbozi .cena_info{
    padding-top: 10px;
}
.zbozi .ceny{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-right: 10px;
    padding-bottom: 7px;
    width: 202px;
}

.zbozi .puvodni_cena{
    font-size: small;
    color: red;
    text-align:right;
}

.zbozi .cena{
    font-size: 1.2em;
    color:green;
    font-weight: bold;
    text-align:right;
}
.zbozi .cena-do{
    font-size: 0.9em;
    text-align:right;
}
.zbozi .cena_bez_DPH{
    font-size: 0.8em; 
    font-style: italic;
}
.zbozi .cena_s_DPH{
    font-size: x-small; 
}
.zbozi .tlacitko_shop{
    font-size: small;
    margin-top: 18px;
    text-align: right;
}

.zbozi .tlacitko_shop span{
    margin-right: 13px;  
}

.zbozi .zbozi_nazev{
    text-align: center;
    padding: 3px;
    position: relative;
    z-index: 2;
    height: 55px;
    overflow: hidden;
}

.zbozi .zbozi_nazev a:visited, .zbozi .zbozi_nazev a:link{
    font-size: medium;
}

.zbozi .zbozi_nazev:hover{
    overflow: visible;
    height: auto;
    background: #FFF;
}

.zbozi .dostupnost{
    text-align: right;
    font-size: small;
    padding-right: 10px;
    position: absolute;
    left: 7px;
    bottom: 20px;
}

.zbozi .kod_zbozi{
    font-size: x-small;
    position: absolute;
    bottom: 0px;
    left:0px;
    padding-left: 7px;
    padding-bottom: 4px;
}
.zbozi .detail_link{
    text-align: right;
}

.kosik .tlacitka .dalsi{
    float: right;
}
.kosik div.info-obal{
    width: 570px;
    margin-bottom:15px;
}
.kosik div.info-obal div.input-label {
    height: 45px;
    width: 397px;
    margin: 0 auto;
}
.prepinac-osobni-firemni, .jina-dodaci{
    margin:5px auto;
    width: 200px;
}
.prepinac-osobni-firemni input, .jina-dodaci input{
    vertical-align: middle;
    margin: 0px 2px 1px 3px;
}
.prepinac-osobni-firemni label{
    padding-right: 8px;
}
.kosik div.info-obal div.input-label  input[type=text], .kosik p input[type=password]{
    width: 260px;
}
.kosik div.info-obal div.input-label  input[type=text].error_input, .kosik p input[type=password].error_input{
    box-shadow: 0px 0px 3px 1px red;
    border: 1px solid red !important;

}
.kosik div.info-obal div.input-label  input[type=text].ok_input,.kosik p input[type=password].ok_input{
    box-shadow: 0px 0px 3px 1px green;
    border: 1px solid green !important;

}
#kosik_zbozi{
    width: 100%;
}
#kosik_zbozi tr td.kosik-cena{
    text-align:right; 
    font-weight: bold;
}
#kosik_zbozi th.th-cena-sleva{
    text-align:center;
}
#kosik_zbozi th.th-cena-zaks,#kosik_zbozi th.th-cena-celkem{
    text-align: right;
}
tr.line td{
}
table { 
    border-spacing:0;
    border-collapse:collapse;
}
.souhrn p{
    text-align: left;
}
.skladem, .skladem_ne {
    float:left;
    font-size: 1.2em;
    font-weight: bold;
    width: 45px;
    text-align: right;
    position:relative;
}
.skladem, .kosik-celkem{
    color: green;
}
.kosik-celkem {
    font-size: 1.3em;
    font-weight: bold
}
.skladem_ne{
    color: red;
}
#message {
    display: none;
    position: fixed;
    top: 0;
    left: 340px;
    margin: 0;

}
#message .do-kosiku{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#message .zpet-k-nakupu{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#message .kosik-hlaska{
    background-color: white;
    border: 10px solid #006699;
    padding: 20px;
    padding-bottom: 0px;
    width: 400px;
    height: 300px;
}
.zbozi-alert{
    display: none;
    border: 3px solid #006699;
    padding:3px;
    background-color: #EBEBEB;
    position: absolute; 
    width:207px;
    z-index:100;
}
.dalsi-doprava{
    display: none;
}

.shop_menu_l ul{
    padding-left: 20px !important;

}
.trideni{
    margin-bottom: 20px;

}
.trideni #slider-cena{
    width: 230px;
    float: left;
    margin: 5px 10px;

}
.trideni #slider-cena-info-od{
    margin-left:0px !important;
}
.trideni #slider-cena-info-od, .trideni #slider-cena-info-do{
    font-size: 1em;
    margin: 0px 9px;
    float: left;
    width: 62px;
    text-align: center;
}
.trideni .ui-button-text{
    padding: 2px 12px;
    font-size: 14px;
}
.cnaRange{
    padding: 5px;    
}
.strike{
    text-decoration: line-through;
}
#do-kosiku-pocet{
    float:left; 
    position: relative;
}

#do-kosiku-pocet .error-message {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
    padding: 5px;
}
#do-kosiku-pocet.input-error .error-message.do-kosiku.nopocet-message {
    top: -63px;
    left: -42px;
    visibility: visible;
    opacity: 1;
    width: 90px;
    height: 40px;
    transition: opacity 0.5s ease 0s;
}
#do-kosiku-pocet.mnozstvi-error .error-message.do-kosiku.mnozstvi-message {
    top: -80px;
    left: -42px;
    visibility: visible;
    opacity: 1;
    width: 90px;
    height: 57px;
    transition: opacity 0.5s ease 0s;
}

.error-message .sipka{
    width: 15px;
    height: 10px;
    position:absolute;
    bottom: -10px;
    right: 25px;
    background: url(../img/sipka_dolu.png) no-repeat;
}
#varianty, .balicek{
    position:relative;
    clear: both;
}
#varianty ul {
    list-style-type: none;
}
#varianty ul li, .balicek ul li {
    padding: 10px 5px 10px 3px;
    position: relative;
    border-bottom: 1px solid #0061BC;
}
#varianty ul li:last-child, .balicek ul li:last-child{
    border-bottom:0px;
}
#varianty ul li.var-header {
    font-size: 0.8em;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 2px;
    border-bottom: 0px;
}
#varianty ul li .cena{
    padding-right: 22px;
}
v .tlacitko_shop .v-kosiku {
    color: #F00;
    font-weight: bold;
    text-shadow: 0px 0px 1px #000;
    left: 60px;
    position: absolute;
    top: -3px;
    text-align: right;
}
#varianty ul li label{
    cursor: pointer;
    display: block;
    padding-left: 37px;
}
#varianty ul li .cena_var{
    font-weight: bold;
}
#varianty ul li .kod_var, .balicek ul li .kod_var{
    color: grey;
    float:right;
    margin-right:30px;
    font-size: 0.8em;
}
.varianta input{
    margin-right: 2px;
    float:left;
}
#varianty li .tlacitko_shop{
    padding:0px;
    border:0px;
    margin-top: -7px;
    margin-left: 15px;
    position:relative;
    background:transparent;
}
#varianty li .tlacitko_shop #do-kosiku-pocet{
    margin: 0px 0px 0px 2px;
}
#varianty li .tlacitko_shop a {
    background: url(../img/kosik_ico.png) no-repeat center center;
    cursor: pointer;
    display: block;
    width: 36px;
    height: 30px;
    float: right;
    margin: 1px;
    padding: 0px;
    border:0px;

}

#varianty ul li.checked{
    position: relative; 
    background-color: #0061BC;
    color:whitesmoke;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
/*#varianty li.checked:before{
    content: ">";
    position: absolute;
    left: -10px;
    top: 1px;
}*/
#varianty .error-message.var{
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 0px; 
    height: 0px;
}

#varianty.input-error .error-message.var,.varianty-ikony.input-error .error-message.var{
    top: -50px;
    left: 200px;    
    visibility: visible;
    opacity: 1;
    width: 80px;
    height: 40px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.error-message {
    position: absolute;
    background-color: #F00;
    color: #FFF;
    border-radius: 6px;
    width: 80px;
    height: 40px;
    font-size: 12px;
    text-align: center;
}
.karta_zbozi .karta_obr{
    width: 300px;
    height: 300px;
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
} 
.karta_zbozi .karta-obal{
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #0061BC;
}
.karta_zbozi .karta_obr img{
    max-height: 300px;
    max-width: 300px !important;
}
.karta_zbozi #varianty .tlacitko_shop {
    text-align: right;
    padding-right: 40px;
}
.karta_zbozi .tlacitko_shop {
    text-align: center;
    padding: 10px;
    padding-right: 40px;
    background-color: whitesmoke;
    border: 1px solid #0061BC;
}
.karta_zbozi .tlacitko_shop a{
    text-decoration: none;
    color:steelblue;
    font-size:1.2em;
    padding: 2px 15px 5px 15px;
    border: 1px solid grey;
    background: #f6f8f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    cursor: pointer;
}
.karta_zbozi .tlacitko_shop #do-kosiku-pocet{
    float:none;
    display:inline;
    margin-right: 20px;
}

.karta_switch{
    clear:both;
    margin-top: 60px;
}
.karta_switch ul{
    list-style-type: none;
    padding:0px;
    padding-left:20px !important;
    margin-bottom:0px;
    text-align: left;
}
.karta_switch ul li{
    display: inline;
    padding: 0px !important;
}
.karta_switch ul li a{
    padding: .4em;
    border-top:1px solid steelblue;
    border-left:1px solid steelblue;
    border-right:1px solid steelblue;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    color:whitesmoke;
    background: rgb(21,93,167);
    background: rgb(21,93,167);
    background: -moz-linear-gradient(top,  rgba(21,93,167,1) 0%, rgba(76,129,173,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,93,167,1)), color-stop(100%,rgba(76,129,173,1)));
    background: -webkit-linear-gradient(top,  rgba(21,93,167,1) 0%,rgba(76,129,173,1) 100%);
    background: -o-linear-gradient(top,  rgba(21,93,167,1) 0%,rgba(76,129,173,1) 100%);
    background: -ms-linear-gradient(top,  rgba(21,93,167,1) 0%,rgba(76,129,173,1) 100%);
    background: linear-gradient(to bottom,  rgba(21,93,167,1) 0%,rgba(76,129,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155da7', endColorstr='#4c81ad',GradientType=0 );
    text-shadow: none;


}
.karta_switch .tab{
    padding:.8em;
    border: 1px solid steelblue;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    display: none;
    min-height: 100px;
    background: whitesmoke;
}
.karta_switch .tab#popis-tab{
    display:block;
}
.karta_switch ul li a.active-tab{
    background: #f3f3f3;
    color: #38c;
    text-decoration: none;
    border-bottom: 8px solid whitesmoke;
    box-shadow: 0px -3px 5px -3px black;
    position:relative;
    top: -2px;
}
.karta_switch ul li a:hover{
    background: #f3f3f3;
    color: #38c;
    text-decoration: none;
    border-bottom: 8px solid whitesmoke;
    box-shadow: 0px -3px 5px -3px black;
    position:relative;
    top: -2px;
    transition: top 2s;
    -webkit-transition: top2s;
}
.tab#obrazky-tab{
    text-align: center;
}
.tab#obrazky-tab img {
    margin: 8px;

}
#varianty ul, .balicek ul{
    padding:0px;
    margin:0px;
    border: 1px solid #0061BC;
    margin-top: 5px;
    margin-bottom: 20px;
    background: whitesmoke;
}
#varianty span.varHead{
    padding: .4em;
    border-top:1px solid #346000;
    border-left:1px solid #346000;
    border-right:1px solid #346000;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    color:black;
    border-bottom: 8px solid whitesmoke;
    box-shadow: 0px -3px 5px -3px black;
    position:relative;
    top: -2px;
    background: #f3f3f3;
    text-shadow: none;
    margin-left:30px;
}
#vypis-zbozi-obal table{
    width: 100%;
    border-collapse: collapse;
    border: none;
}
#vypis-zbozi-obal table tr td:first-child{
    position: relative;
}
#vypis-zbozi-obal table td{
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 2px;

}
#vypis-zbozi-obal table .obr,#vypis-zbozi-obal table .obr img{
    max-width: 30px;
    max-height: 30px;
}
#vypis-zbozi-obal table .kod_zbozi{
    font-size: 0.8em;
    color:lightgrey;
    width: 100px;
}
#vypis-zbozi-obal table .cena{
    font-size: 1em;
    padding-right: 10px;
    font-weight: bold;
    text-align:right;
}

#vypis-zbozi-obal table .cena_bez_DPH, #vypis-zbozi-obal table .cena_s_DPH{
    font-size: 0.8em;
    padding-right: 10px;
    text-align: right;
}

#vypis-zbozi-obal table .zbozi_nazev{
    font-size: 0.9em;
}
#vypis-zbozi-obal table .tlacitko_shop{
    position: relative;
    width: 75px;
}
#vypis-zbozi-obal table .tlacitko_shop a{
    background: url(../img/kosik_ico.png) no-repeat center bottom;
    cursor: pointer;
    display: block;
    width: 36px;
    height: 31px;
    float: right;
}
#vypis-zbozi-obal table .tlacitko_shop .v-kosiku, #varianty li .tlacitko_shop .v-kosiku{
    color: red;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
    right: 10px;
    position: absolute;
    top: 12px;
    text-align: right;
}
#vypis-zbozi-obal table .dostupnost{
    font-size: 0.9em;
    padding-right: 7px;
    min-width: 56px;
}

.karta_info{
    margin-left: 310px;
    min-height: 300px;
}
.kod-zbozi{
    padding-left: 13px;
    font-size: .8em;
    color: gray;
}
.karta_zbozi .karta_cena{
    background-color: rgb(238, 238, 238);
    padding: 10px;
    padding-left: 13px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #0061BC;
}
.karta_cena div{
    margin-top:3px;
    margin-bottom:3px;
}
.karta_zbozi .info-label{
    min-width: 160px;
    display: inline-block;
    color: grey;
}
.karta_zbozi .karta_info .socialSmall{
    margin-right: 77px;
}
.karta_cena .cena .val{
    font-size: 1.3em;    
    color: green;
}
.karta_cena .cena {
    padding: 5px 0;
}
.karta_info .val{   
    font-weight: bold;    
}
.fly-to-cart{
    background-color: #fff;
    opacity: 0.7;
    border: 2px dashed steelblue;
    filter:alpha(0.7);
    z-index: 25;
}







.skladem .error-message,.skladem_ne .error-message{
    visibility: hidden;
    opacity: 0;

}
.skladem.input-error .error-message, .skladem_ne.input-error .error-message{
    top: -45px;
    left: -31px;   
    visibility: visible;
    opacity: 1;
    font-weight: normal;
    width: 80px;
    height: 40px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.skladem input,.skladem_ne input{

}
.plus-minus a{
    box-shadow: 0px 0px 0px;
}
.stitky{
    position: absolute;
    top: 65px;
    left: -2px;
    z-index: 2;
}
.stitky .stitek, .karta_info .stitky .stitek-karta{
    padding:1px;
    padding-right: 5px;
    padding-left: 3px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size:0.8em;
    border:1px inset;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.16) 1%, rgba(0,0,0,0.08) 28%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.16)), color-stop(1%,rgba(0,0,0,0.16)), color-stop(28%,rgba(0,0,0,0.08)), color-stop(65%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00000000',GradientType=1 );
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    width: auto;
    display: inline-block;
}
.stitek-tabulka{
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 5px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    font-size:0.8em;
    border:1px inset;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.16)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#29000000',GradientType=0 );
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    width: auto;
    display: inline-block;

}
.karta_info .stitky{
    position: static;
}
.stitky-tabulka{
    position: absolute;
    bottom: -5px;
    left: 42px;
    width: 609px;
}
.karta_info .stitky .stitek-karta{
    margin-right: 10px;
    font-size: 1em;
    padding: 2px;
    padding-right: 6px;
    padding-left: 3px;
}
.trideni .stitek{
    padding:1px;
    height: 20px;
    width: 25px;
    position:absolute;
    padding-right: 5px;
    padding-left: 3px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size:0.8em;
    border:1px inset;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.16) 1%, rgba(0,0,0,0.08) 28%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.16)), color-stop(1%,rgba(0,0,0,0.16)), color-stop(28%,rgba(0,0,0,0.08)), color-stop(65%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.16) 1%,rgba(0,0,0,0.08) 28%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00000000',GradientType=1 );
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -1px;
}
.stitky .stitek.close{
    width: 10px;
}
.stitky .stitek.close span{
    opacity:0;
}

.stitky .stitek:hover span{
    opacity:1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.karta_cena hr{
    clear: none;
    background: steelblue;
}
#order-by{
    vertical-align: top;
    padding: 4px;
    float: left;
    margin-right: -1px;
}
#order{
    margin-right: 0px;
}
#order span {
    padding: 4px 10px 3px 10px;
}
#order label{
    border-radius: 0;
}
.trideni hr{
    background-color: black;
    margin-top: 5px;
    margin-bottom: 5px;
}
.trideni .trideni-stitky, .trideni .trideni-vyrobci, .trideni .trideni-parametry{

}
div.trideni-button input{
    float: left; 
    margin-top:11px;
}
.trideni .trideni-stitky div.trideni-button, .trideni .trideni-vyrobci div.trideni-button, .trideni .trideni-parametry div.trideni-button{
    border: 1px solid #D3D3D3;
    width: 219px;
    position: relative;
    float: left;
    margin: 3px 1.5px;
}
.trideni .trideni-stitky div.trideni-button.checked, .trideni .trideni-vyrobci div.trideni-button.checked, .trideni .trideni-parametry div.trideni-button.checked{
    color: white;
    font-weight: 400;
    background-color: steelblue;    
}
.trideni .trideni-stitky div.trideni-button.disabled, .trideni .trideni-vyrobci div.trideni-button.disabled, .trideni .trideni-parametry div.trideni-button.disabled{
    opacity: 0.5;
}
.trideni .trideni-stitky div.trideni-button.disabled label, .trideni .trideni-vyrobci div.trideni-button.disabled label, .trideni .trideni-parametry div.trideni-button.disabled label{
    cursor: not-allowed !important;
}
.trideni .trideni-stitky div.trideni-button .chb-stitky, .trideni .trideni-vyrobci div.trideni-button .chb-vyrobci, .trideni .trideni-parametry div.trideni-button .chb-par{
    float:left;
    margin: 10px;
    position:relative;
    z-index: 10;
}
.trideni .trideni-stitky div.trideni-button label, .trideni .trideni-vyrobci div.trideni-button label, .trideni .trideni-parametry div.trideni-button label{
    display: block;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    position: relative;
}
.doprava-platba{
    width: 660px;
    float: left;
}
.doprava-platba table{
    width: 100%;
}
.doprava-platba-cena{
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
}
.doprava-platba label{
    font-weight: bold;
    font-size: 1.2em;
}
#kosik_box{
    width: 250px;
    float:right;
    font-size: 0.85em;
}
.kosik-box-radek{
    padding: 10px;
    border: 1px solid #000;
    border-bottom: 0px;
    height: 65px;
    position:relative;
}
.kosik-box-radek:last-child{
    border-bottom: 1px solid #000;
}
.kosik-box-radek.celkem{
    height: auto !important;
    font-size: 1.2em;
}
.kosik-box-radek.d-p{
    height: auto;
}
.kosik-box-radek.d-p .kosik-box-cena{
    top: initial;
    bottom: initial;
}
.kosik-box-radek.d-p div{
    margin-top:5px;
    padding-right: 100px;
}
.kosik-box-cena{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
.kosik-box-skladem{
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.kosik-box-radek img{
    float: left;
    margin-right: 20px;
    max-width: 60px !important;
}

.vars{
    margin-top: 20px;
    padding-left: 5px;
}
.var{
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px;
    height: 160px;
    float: left;
    border: 1px solid #929292;
    position: relative;
    -webkit-box-shadow: 0 0 1px 0 #000;
    box-shadow: 0 0 1px 0 #7E7E7E;
    position: relative;
}
.var:nth-child(2n+1){
    margin-left: 4px;
    margin-right: 4px;
}
.vars-nazev{
    position: absolute;
    top: 0px;
    width: 152px; 
    left: 0px;
    text-align:center;
    z-index: 2;
}
.vars-obr{
    position: absolute;
    top: 38px; 
    width: 152px;
    text-align: center;
    height: 120px;
}
.vars-obr img{
    max-width: 140px !important;
    max-height: 120px !important;
}
.vars-cena{
    width: 152px;
    position: absolute;
    bottom: 5px;
    left: 0px;
    text-align:center;
    font-weight: bold;
}
#parametry-tab table{
    width: 100%;
    margin: 0 auto;
}
#parametry-tab table td{
    padding: 5px;
    border-bottom: 1px solid lightgrey;
}
#parametry-tab table td.parametr{
    min-width: 170px;
    font-weight: bold;
}
span.napoveda-icon{
    padding: 0px 10px;
    background: url(../admin/img/main-icon.png) no-repeat -553px -70px;
    margin-right: 10px;
    position: relative;
    cursor: help;
}

div.napoveda{
    display: none;
    position: absolute;
    border: 1px solid grey;
    background: #F5F5F5;
    padding: 10px;
    font-weight: normal;
    -webkit-box-shadow: 0 0 1px 0 #000;
    box-shadow: 0 0 1px 0 #000;
    left: 30px;
    width: auto;
    min-width: 170px;
}
span.napoveda-icon:hover div.napoveda{
    display: block !important;
}
.par-mezera{
    padding: 0px 10px;
    margin-right: 10px; 
}
.kosik-prihlaseni, .kosik-registrovat, .kosik-bez-registrace{
    float:left;
    background: whitesmoke;
    border: 1px solid #4294CE;
    padding: 10px;
    margin-top: 20px;
    margin-right:20px;
    width: 225px;
    height: 169px;
}
.kosik-prihlaseni .logg{
    border:none;
    background: transparent;
    text-align: left;
}
.kosik-prihlaseni .logg small{
    min-width: 40px;
    display: inline-block;

}
.kosik-prihlaseni .logg input{
    margin-bottom: 5px !important;
}
.kosik-prihlaseni .logg input[type='submit']{
    width: 98%;
    margin-top: 10px;
}
.trideni .trideni-tab{
    display: none;
    margin-left: 155px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #0061BC;
    background-color: white;
    padding-left: 15px;
}
.trideni .trideni-tab h3{
    margin-top: 5px;
}
.par-switch{
    float: left;
    width: 155px;
    margin-left: 1px;
}
.par-switch .tab-button{
    padding: 5px;
    border: 1px solid #0061BC;
    margin-bottom: -1px;
    background-color: whitesmoke;
    cursor: pointer;
    font-weight: bold;
}
.par-switch .tab-button.active-tab{
    border-right: 0px;
    background-color: white;
}
.filtr{
    cursor: pointer;
    padding-right: 15px;
    margin-right: 9px;
    background: url(../img/shop-ikony.png) no-repeat right -49px;
}
.filtr:hover{
    background: url(../img/shop-ikony.png) no-repeat right -68px;
}
#trideni-filtr span{
    font-weight: bold;
}
.trideni-select{
    padding: 5px;
    padding-left: 20px;
    float: left;
}
.trideni-select-hledej{
    padding-top: 23px;
    padding-left: 25px;
    float:left;
}
.rozsirene-trideni-open{
    text-decoration: none;
    color: steelblue;
    font-size: 1.1em;
    padding: 2px 10px 2px 10px;
    border: 1px solid grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    width: 152px;
    background-color: #f6f8f9;
    background-image: url(../img/sipka.png);
    background-position: 95% center;
    background-repeat: no-repeat;

}
.rozsirene-trideni-open.close{
    background-image: url(../img/sipka_dolu.png);
}
.rozsirene-trideni {
    display:none;
    padding: 10px;
    clear: both;
}
.trideni-hlavni-strana{
    display: none;
}
#zobrazeni {
    float: right;
}
.cenaRange{
    height: 24px;
    float: right;
}
.zalozka-shop{
    float:left;
    padding:5px;
    border: 1px solid black;
    border-bottom: 0px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.2em;
    padding: 6px 10px;
    margin-top: 4px;
}
.zalozka-shop.active {
    -webkit-box-shadow: inset 0 0 4px 0px #FFF;
    box-shadow: inset 0 0 4px 0px #FFF;
    color: #0061BC;
    font-weight: bold;
    padding: 8px 10px;
    margin-top: 0px;
}
#vypis-zbozi-obal{
    padding-top:10px;
    border-top: 1px solid #000;
}
.zalozky-shop {
    width: 100%;
    height: 34px;
}
.rozsirene-hledani{

}
.rozsirene-hledani label{
    cursor: pointer;
}

.rozsirene-hledani td,.rozsirene-hledani input[type='checkbox']{
    vertical-align: top;
}
.rozsirene-hledani > tbody > tr > td:first-child{
    width:120px;
}
.rozsirene-hledani #slider-cena-info-od{
    float: left;
    width: 70px;
    text-align: center;
}
.rozsirene-hledani #slider-cena-info-do{
    width: 70px;
    text-align: center;

}
.rozsirene-hledani #slider-cena{
    width: 250px;
    float: left;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 30px;
    margin-right: 30px;

}
.rozsirene-hledani .trideni-stitky, .rozsirene-hledani .trideni-vyrobci, .rozsirene-hledani .cenaRange,.rozsirene-hledani .hledani-dostupnost{
    padding: 15px;
}
.rozsirene-hledani .trideni-stitky table, .rozsirene-hledani .trideni-vyrobci table{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}
.rozsirene-hledani .trideni-stitky table td, .rozsirene-hledani .trideni-vyrobci table td{
    border: 1px solid lightgrey;
    width: 160px;
}
.rozsirene-hledani .trideni-stitky table td.checked, .rozsirene-hledani .trideni-vyrobci table td.checked{
    color: white;
    font-weight: 400;
    background-color: steelblue;
}
.rozsirene-hledani .trideni-stitky table td .chb-stitky, .rozsirene-hledani .trideni-vyrobci table td .chb-vyrobci{
    float:left;
    margin: 10px;
}
.rozsirene-hledani .trideni-stitky table td label, .rozsirene-hledani .trideni-vyrobci table td lebel{
    display: block;
    text-align: center;
    padding: 8px;
}
.rozsirene-hledani h4{
    margin:0px;
    margin-bottom: 10px;
}
.rozsirene-hledani .hledani-dostupnost{
    font-weight: bold;
}
.rozsirene-hledani #aktuality-od, .rozsirene-hledani #aktuality-do, .rozsirene-hledani #kalendar-od, .rozsirene-hledani #kalendar-do{
    width: 80px;
}
.rozsirene-hledani #aktuality-od[disabled], .rozsirene-hledani #aktuality-do[disabled], .rozsirene-hledani #kalendar-od[disabled], .rozsirene-hledani #kalendar-do[disabled]{
    background-color: #cccccc;
}
.rozsirene-hledani .aktuality-datum, .rozsirene-hledani .kalendar-datum{
    padding: 15px;
}
.rozsirene-hledani .aktuality-datum input[type='checkbox'], .rozsirene-hledani .kalendar-datum input[type='checkbox']{
    vertical-align: middle;
}
#vyrobce-tab{
    display: block;
}
.pocet-nalezenych{
    float: right;
    color: #0061BC;
    font-size: .9em;
    padding: 7px;
    padding-right: 17px;
}
.hlaska-foto{
    width: 70px;
    height: 70px;
    float: left;
    margin-right:7px;
}
.hlaska-foto img{
    max-width: 70px;
    max-height: 70px;
}
.poznamka_file{
    float: left;
}
.poznamka_submit{
    float: right;
}
.poznamka_textarea textarea{
    margin: 2px;
    margin-bottom:10px;
    width: 378px;
    height: 100px;
}
.kosik-hlaska iframe{
    width: 396px;
    height: 270px;
    border: 0px;
}
.kosik-poznamka{
    font-size: 0.9em;
}
div.faktura{
    font-size: 18px;
    padding: 30px;
    font-weight: bold;
}
.menu-shop-stred{
    width:313px;
    float:left;
    height: 156px;

}
.menu-shop-sachovnice{
    height: 350px;
    margin-top: 10px;
}
.menu-shop-stred *{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.menu-shop-stred:hover .menu-shop-nadpis{
    background-color:#1d5a9d;
    width: 84.5px;
}
.menu-shop-stred:hover .menu-shop-img img,.menu-shop-stred:hover .menu-shop-img{
    width: 176.5px;
}
.menu-shop-zbozi{
    display: none;
}
.menu-shop-img, .menu-shop-zbozi{
    width:156.5px;
    height: 156px;
    overflow:hidden;
}
.menu-shop-img img{
    width:156.5px;
}
.menu-shop-nadpis{


    background-color: #0D140D;
    height: 156px;
}
.menu-shop-nadpis.floatright{
    width: 104.5px;
    padding: 0px 26px;
}
.menu-shop-nadpis.floatleft{
    text-align: right;
    width: 103.5px;
    padding-right: 26px;
    padding-left: 27px;

}
.menu-shop-stred:hover .menu-shop-nadpis.floatleft{
    text-align: right;
    width: 103.5px;
    padding-right: 26px;
    padding-left: 7px;
}
.menu-shop-stred a h2{
    color: whitesmoke;
    text-decoration: none;
    font-size: 18px;
}
.menu-shop-stred-adalsi{
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 9px;
    clear: both;
}
.delivery{
    font-size: 12px;
    font-weight:bold;
}
.shop-lupa{
    width: 27px;
    height: 26px;
    background: url(../img/lupa.png) no-repeat;
    position: absolute;
    bottom: 5px;
    right: 136px;
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
}
.karta_obr:hover .shop-lupa{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.doprava-jeste-za {
    font-weight: bold;
    font-size: 1.1em;
}
.doprava-zdarma-hlaska{
    font-size: 1.1em;
}
.zdarma{
    font-size: 1.1em;
    font-weight: bold;
}
.doprava-platba-celkem{
    clear:both;
    margin-top:20px;

}
.stitky-varianty, .stitky-balicek{
    position: absolute;
    left: 160px;
    bottom: -5px;
}
.stitek-varianta {
    padding: 3px;
    padding-right: 15px;
    padding-left: 7px;
    margin-right: 5px;
    font-size: 0.8em;
    border: 1px inset;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.16)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.16) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.16) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#29000000',GradientType=0 );
    white-space: nowrap;
    overflow: hidden;
    cursor: help;
    width: auto;
    display: inline-block;
}
#varianty li .tlacitko_shop a:hover {
    border: 1px solid #0061BC;
    margin: 0px;
}
#varianty li.checked .tlacitko_shop a:hover {
    border: 1px solid whitesmoke;
    margin: 0px;
}
#varianty #do-kosiku-pocet.input-error .error-message.do-kosiku {
    left: -77px;
}
#varianta-info-box {
    position: fixed;
    bottom: -6px;
    height: 160px;
    left: 6px;
    display: none;
    background: #FFF;
    z-index: 100;
    padding: 10px;
    box-shadow: 0 0 0 1px #508A0F;
    -webkit-box-shadow: 0 0 0 1px #508A0F;
    border: 5px solid #0D140D;
}
#varianta-info-box .var-info-foto{
    width: 150px;
    height: 150px;
    float:left;
}
#varianta-info-box .var-info-nazev{
    position: absolute;
    top: 5px;
    left: 179px;
    font-size: 1.2em;
    font-weight: bold;
}
#varianta-info-box .var-info-foto img {
    max-width: 150px;
    max-height: 150px;
}
#varianta-info-box .var-info-cena {
    font-size: 1.3em;
    float: right;
    margin: 1em;
}
#varianta-info-box .var-info-popis {
    float: left;
    max-width: 200px;
}
#varianta-info-box .info-label {
    min-width: 160px;
    display: inline-block;
    color: #346000;
    font-size: 0.8em;
}
#varianta-info-box .val {
    font-size: 0.8em;
}
#varianta-info-box .pocitadlo{
    font-size:0.8em;
    position: absolute;
    top:5px;
    right: 5px;
}
.obj-zbozi-kod {
    font-size: 0.8em;
}
td.obj-detail-zbozi{
    width: 430px;
}
.souhrn .fakturacni-adresa {
    background-color: #E7E7E7;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 600px;
}
.souhrn .dodaci-adresa {
    background-color: #E7E7E7;
    padding-left: 150px;
}

.souhrn .dodaci-adresa h3, .souhrn .fakturacni-adresa h3 {margin-top:0px}
.doprava-platba #dopravy{
    width: 345px;
    float: left;
}
.doprava-platba #platby{
    width: 300px;
    float: right;   
}
#platby div.platba-popis, #dopravy div.doprava-popis{
    padding-left: 35px;
    padding-top: 2px;
}

.doprava, .platba{
    margin-bottom: 8px;
    padding-bottom: 9px;
}    


.doprava-platba-cena{
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
}
.doprava-platba label{
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
}

label {}
div#popis-tab {
    clear: both;
}   
#varianty ul li.checked .kod_var {
    color: #F5F5F5;
}
.fancyboxLauncher {
    cursor: pointer;
}
div#obrazky-tab {
    margin-top: 20px;
    clear: both;
}
input#skladem {
    vertical-align: top;
}
.podkategorie a {
    display: block;
    float: left;

    width: 202px;
    margin: 1px;
    font-size: 13px;

    background-color: #FFFFFF;
    padding: 0px 5px;
    line-height: 100%;
    border: 1px solid #0061BC;
}
span.kat-text {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    line-height: 1.1em;
}
.shop-kategorie-sloupec {
    width: 326px;
    float: left;
    border-left: 1px solid #B3C4D2;
}

.shop-kategorie-sloupec li {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 5px !important;
    margin: 0px;
    min-height: 100px;
    position: relative;
    /* border-bottom: 1px solid #B3C4D2; */
}

.shop-kategorie-sloupec li ul li {
    font-size: 0.8em;
    font-weight: normal;
    padding: 0px 10px 0px 0px !important;
    margin: 0px;
    float: left;
    border-bottom: 0px;
    min-height: 0px;
}

.shop-kategorie-sloupec ul ul {
    margin-top: 7px !important;
    padding-bottom: 5px !important;
}
.shop-kategorie-sloupec a.vice {
    font-size: 0.8em;
    position: absolute;
    right: 10px;
    bottom: -3px;
}
.tlacitko_shop.var-sel-koupit {
    padding-right:10px;
}
select#var-select {
    width: 318px;
    margin-bottom: 10px;
    border: 1px solid #0061BC;
}
/*=======zbozi slider ================*/
.zboziSlider {
    height: 290px;
    overflow: hidden;;
    width: 1080px;
    position: relative;
    left: -50px;
}

.zs-wrap {
    width: 5000px;
    position: relative;
    -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; 
    transition: all 500ms ease;
}
.zs-left, .zs-right{
    width: 50px;
    height: 290px;
    background: url(../img/sipky.png);
    cursor:pointer;
}
.zs-left{
    float:left;
}
.zs-right{
    float:right;
    background-position: right;
}
.zboziSlider-obal {
    width: 980px;
    height: 290px;
    overflow: hidden;
    float: left;
    margin: 0 auto;
}
.zboziSlider .zbozi {
    margin: 3px;
    width: 235px;
}
.zbozi_info_var {
    font-size: 0.8em;
    font-style: italic;
    color: grey;
}
.shop-kategorie-sloupec:first-child {
    border: none;
}
.shop-kategorie-sloupce {
    padding-top: 15px;
}
div#strankovani a {
    cursor: pointer;
}
div#strankovani {
    padding-top: 15px;
    width: 600px;
    margin: 0 auto;
}

li.listing-prev,li.listing-next {
    padding: 10px;
}

ul.numbers.listing-next li {
    border-radius: 0px 15px 15px 0px;
}

ul.numbers.listing-prev li {
    border-radius: 15px 0px 0px 15px;
}

#strankovani a:hover {
    color: #0061BC;
}
td.kosik-mnozstvi {
    width: 63px;
}
tr.line td div {
    border-top: 1px solid #0061BC;
    margin-top: 15px;
    margin-bottom: 25px;
}

table#kosik_zbozi td {
    padding-top: 5px;
    padding-bottom: 2px;
}
.obj-odesana {
    font-size: 1.2em;
    margin-top: 20px;
    padding: 25px 0px 25px 170px;
    background: url(../img/check-ok.png) no-repeat 8% center;
}
div#dopravy input,div#platby input {
    float: left;
    margin-right: 10px;
}
.kosik-box-cenacelkem {
    float: right;
}

.k-b-celkemsdph {
    font-weight: bold;
    color: green;
}

.k-b-dph, .k-b-kredit {
    font-size: 0.8em;
    margin-bottom: 5px;
}

.k-b-celkem {
    font-size: 0.8em;
    margin-bottom: 5px;
}
div#kosik-box-btn {
    border: 1px solid #2C77AD;
    margin: 0;
    background-color: #2A6996;
    text-align: center;
    color: #F5F5F5;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    user-select: none;
    cursor: pointer;
}
.header h3 {
    margin-top: 1px;
}
.bal-nazev {
    float: left;
    width: 400px;
    padding-left: 15px;
}

.balicek-zbozi {
    height: 16px;
}
.bal-img {
    float: left;
    width: 40px;
    height: 36px;
    overflow: hidden;
    position: relative;
    top: -10px;
    left: -3px;
}

.bal-img img {
    max-width: 40px;
    max-height: 36px;
}
.obj-fakturacni {
    float: right;
}

.obj-header {
    float: right;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #E6E6E6;
}
.obj-info {
    width: 330px;
    float: left;
    clear: both;
}

.obj-fakturacni h2, .obj-dodaci h2 {
    font-size: 1.1em;
    margin: 2px;
}
.obj-status.prijato {
    color: white;    
    background-image: url(../img/prijato.png);
    
}
.obj-status.stornovana-uzivatelem {
    color: white;    
    background-image: url(../img/error.png);
    
}
.obj-status.zruseno {
    color: white;    
    background-image: url(../img/error.png);
    
}
.obj-status {
    width: 270px;
    margin: 25px 25px 25px 0px;
    padding: 15px;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 60px;
    background-position: 5px center;
    background-repeat: no-repeat;
    float: left;
}
.obj-storno {
    float: right;
    margin-top: 34px;
    width: 250px;
    text-align: right;
}

.obj-storno input {
    border: 1px solid #E31E24;
    padding-left: 31px;
    background: url(../img/icons/16/delete.png) no-repeat 7px center;
    cursor: pointer;
}
.obj-storno input:hover{
    text-decoration:underline;
}
.aff-provize {
    margin-top: 5px;
    font-size: 0.9em;
}
.shop-icon img {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}
.trideni-button .shop-icon {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: -30px;
    z-index: 65;
    position: relative;
    margin-left: 5px;
}

.trideni-button .shop-icon img {
    width: 35px;
    height: 35px;
}
.cena-na-dotaz form{display:none}
.cena-na-dotaz {
    border: 1px solid #0061BC;
    background-color: #EEEEEE;
    padding: 15px;
}

.cena-na-dotaz input[type=text] {
    width: 286px;
    margin-bottom: 7px;
}

.cena-na-dotaz label {
    margin-bottom: 6px;
    display: block;
    font-weight: bold;
}

.shop-icon-big img {
    height: 40px;
}

.shop-icon-big {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.varianty-ikony ul li {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #0061BC;
    padding: 2px;
    margin: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}
.varianty-ikony ul li img {
    width: 50px;
    height: 50px;
}

.varianty-ikony ul {
    border: 0px !important;
    text-align: right;
    clear: right;
}

.varianty-ikony {
}

.varianty-ikony ul li:hover,.varianty-ikony ul li.checked {
    border-color: red;
}
.varianty-ikony .error-message.var {
    display: none;
}
.varianty-ikony input {
    position: absolute;
    left: 16px;
}
.varianty-ikony .v-nazev {
    float: right;
}

.varianty-ikony .v-info {
    float: left;
}
span.kosik-dp-cena {
    margin-left: 20px;
}

.kosik-dp-nadpis {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.1em;
}

ul.kosik-dp {
    margin-left: 10px !important;
}
.kosik-dp-cont {
    margin-left: 50px;
    padding: 5px;
    padding-left: 10px;
    border-left: 1px solid #B5B5B5;
    background-color: #F1F1F1;
    border-bottom: 1px solid #D6D6D6;
}
span.kosik-dp-nazev img {
    height: 30px;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 5px;
}

span.kosik-dp-nazev {
    vertical-align: middle;
}
.kosik-box-radek.box-dp.zb {
    height: auto;
    border-top: 1px solid lightgrey;
    font-size: 0.9em;
}

.kosik-box-dp-cont {
    position: relative;
    height: 40px;
}

span.kosik-box-dp-nazev {
    position: absolute;
    left: 0px;
    top: 0px;
}

span.kosik-box-dp-cena {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-weight: bold;
}
.obj-odesana {
    font-size: 1.2em;
    margin-top: 20px;
    padding: 25px 0px 25px 170px;
    background: url(../img/check-ok.png) no-repeat 8% center;
}
table.mnozstevni-sleva {
    background-color: rgb(238, 238, 238);
    padding-left: 13px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #0061BC;
    width:  100%;
    color: black;
}

table.mnozstevni-sleva td {
    text-align:  center;
}

.kosik-mini-detail{
    font-size: 0.8em;
    display: none;
    width: 330px;
    position: absolute;
    right: -1px;
    top: 41px;
    background-color: white;
    padding: 5px;
    border: 1px solid #acadaf;
    clear: both;
}
.kosik-mini-detail a{
    color: black;
}
.kosik-mini-detail a.do-kosiku {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 138px;
    padding: 3px 11px;
    text-decoration: none;
    zoom: 1;
    border-radius: 3px;
    background: red;
    font-weight: bold;
    margin-bottom: 5px;
}
.kosik-mini-detail a.do-eshopu {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 10px;
    padding: 3px 11px;
    text-decoration: none;
    zoom: 1;
    border-radius: 3px;
    background: green;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}
.kosik-mini-detail td.kosik-mini-detail-cena {
    text-align: right;
}
#kosik {
    width: 230px;
    color: #000;
    z-index: 1;
    height: 41px;
    position: relative;
    top: 47px;
    right: 0px;
    border: 1px solid #acadaf;
    background: #fff;
}
#kosikInfo {
    float: right;
    width: 135px;
    cursor: pointer;
    line-height: 20px;
}
#kosik-link {
    background: url("../img/cart-new.png") no-repeat center center;
    width: 48px;
    height: 41px;
    float: left;
}
#oblibene-link {
    background: url("../img/like-big.png") no-repeat center center;
    width: 44px;
    height: 41px;
    float: left;
    position:  relative;
}
#kosik-link:hover {
}
#kosikInfo div {
    margin-left: 5px;
    font-size: 13px;
}
span.kosik-ks-label, span.kosik-cena-label{
    width: 47px;
    display: inline-block;
}
.kosik-mini-detail table{
    border-spacing:0px;
    border-collapse:separate;
    width:100%;
}
.kosik-mini-detail table td{
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 1px solid grey;
}

.open-close-kosik-mini-detail{
}
.open-close-kosik-mini-detail.open{
}
.open-close-kosik-mini-detail.close{
    background: #346000 url(../img/bila_sipka.png) no-repeat center center;
    padding-top: 9px;
    padding-bottom: 0px;
}
.open-close-kosik-mini-detail hr {
    margin:0px;
    padding:0px;
    color: #000;
    background-color: #000;
    display: none;
}
.kosik-mini-detail.ukaz-kousek{
    display: block;
    overflow: hidden;
    height: 20px;
}
.skladem .error-message,.skladem_ne .error-message{
    visibility: hidden;
    opacity: 0;

}

form#menaForm {
    float:  right;
    margin-left:  15px;
}

form#menaForm select {
    padding: 1px;
}
.kosik-krok-ok {
    width: 84px;
    background: url(../img/krok-ok.png) no-repeat right center;
    height: 105px;
    float: left;
}

.shop-cenik-zaklad,.shop-cenik-doplnek {
    background: #d8d8d8;
    margin-bottom:  15px;
    padding: 15px;
    position:  relative;
}

.shop-cenik-row label {
    width: 440px;
    display:  inline-block;
    color:  black;
}

.shop-cenik-zaklad .shop-cenik-row {
    width: 77%;
}

.shop-cenik-zakladni-cena {
    position:  absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width:  20%;
    background:  orange;
    padding: 11px;
    text-align: center;
}

.shop-cenik-row select {
    width:  230px;
}

.shop-cenik-row {
    margin: 4px 0;
}

.shop-cenik-celkem {
    margin-left: 30%;
    background: #d8d8d8;
    padding: 15px;
}

.shop-cenik {color: black;}

.sc-celkem-bezdph, .sc-celkem-dph,.sc-celkem,.sc-celkem-vaha {
    margin:  3px 0;
}

.shop-cenik-celkem .sc-celkem-label {
    width:  250px;
    display: inline-block;
}
.shop-cenik-celkem .sc-celkem-hodnota {
    text-align:right;
}

div#navrhar-left {
    float: left;
    width: 500px;
    background:  white;
    padding:  10px;
    margin-top:  15px;
    position:  relative;
    margin-left: -10px;
}

div#navrhar-datepicker {
    float: right;
    /* position: sticky; */
    /* top: 0px; */
}

.navrhar-result {
    float: left;
    width: 410px;
    background:  white;
    padding: 10px;
    position:  relative;
    right: -10px;
    margin-top: 15px;
}

#navrhar-kalendare table {
    width: 100%;
}
.navrhar-akce-tab table{
    font-size:0.8em;
}

.ui-datepicker td.highlight a {
    background: #de3c3a;
    color: white;
    border:1px solid  #de3c3a;
}

table.prazdniny-table tr td:first-child {
    width: 140px;
    font-weight: bold;
}

table.prazdniny-table tr td:nth-child(2), table.statni-svatky-table tr td:first-child,.navrhar-akce-tab table tr td:first-child {
    font-weight: bold;
}

span.navrhar-poznamka {
    font-weight: normal;
    font-style: italic;
}

table.prazdniny-table td,table.jarni-prazdniny-table td,table.statni-svatky-table td {
    vertical-align: top;
    font-size: 0.8em;
}

table.prazdniny-table tr td:last-child{
    width: 60px;
    text-align: right;
}
#show-date-dialog{display: none;width: 450px;}

span.jp-datum {
    font-weight: bold;
}
table.lined tr td{
    border-bottom:1px solid #d7d7d7;
    vertical-align: top;
}
table.lined tr:last-child td{
    border-bottom:0px;

}
.navrhar-odebrat,.navrhar-ecanis-odebrat,.navrhar-vlastni-odebrat{
    display: none;
}
#show-date-dialog table{width:100%}

.navrhar-result table td, #show-date-dialog table td, table.vlastni-data td {
    padding: 4px;
    font-size: 0.8em;
}
.navrhar-result table tr td:first-child, #show-date-dialog table tr td:first-child,table.vlastni-data tr td:first-child {
    font-size: 0.8em;
    width: 80px;
}
.navrhar-result table tr td:nth-child(1), #show-date-dialog table tr td:nth-child(1), table.vlastni-data tr td:nth-child(2) {
    width: 70px;
    font-weight: bold;
    font-size: 0.8em;
}
.navrhar-result table tr td:last-child, table.vlastni-data tr td:last-child {

    width: 32px;

    text-align: right;
}

.navrhar-result input[type=submit] {
    margin-top: 15px;
    float: right;
    margin-left: 10px;
    font-size: 18px;
}
.navrhar-akce-tab{
    display:none;
}

.navrhar-akce-tab label {
    width: 314px;
    float: left;
    border-bottom: 1px solid #f1f1f1;
}

.navrhar-akce-tab label input {
    float: left;
    margin: 15px 8px 15px;
}

.navrhar-akce-tab label span {
    font-weight: bold;
}

input.edit-text-btn,input.vlastni-edit-text-btn {
    float: right;
    background: url(../img/upravit.png) no-repeat center center #dddddd;
    padding: 7px 15px;
}

.navrhar-start {
    text-align: center;
    margin: 0 auto;
    width: 320px;
    /* height: 80px; */
    border: 1px solid #0a64b0;
    padding: 20px;
}
.navrhar-start input {
    width: 100%;
    margin-top: 15px;
}

div#navrhar-kalendare {
    clear: both;
}

input[type="submit"] {}

div#kalendar-nazev {
    margin-top: 15px;
}

div#kalendar-nazev input {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 19px;
}

form.navrhar-tlacitka {
    text-align: right;
    height: 0px;
    position: absolute;
    top: 8px;
    right: 29px;
}

form.navrhar-tlacitka input {
    margin-left: 5px;
}

img.navrhar-ilu {
    float: left;
    height: 160px;
    margin: 0 15px 5px 0;
}

.box-navrhar-right {
    float: right;
}

td.kalendar-point {
    font-size: 22px !important;
    vertical-align: top;
}

select#add-typ-navrhar {
    /* width: 98px; */
    float: left;
}

input#add-udalost {
    float: right;
    display:none;
}

.vd-tabs {
    display:none;
    float: left;
}

.navrhar-vysledek-tlacitka {
    clear: both;
}

.navrhar-vysledek-tlacitka input[type=submit] {
    padding: 14px;
    font-size: 18px;
    vertical-align: top;
}

div.navrhar-vysledek-tlacitka input.do-kosiku-pocet[type=text] {
    width: 30px;
    font-size: 32px;
    padding: 15px;
    margin-left: 215px;
}

.navrhar-fixed-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding-left: 40px;
    box-shadow: 0 0 5px black;
    z-index: 15;
}

.h1-wrapp {
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
}

form.navrhar-tlacitka.fixed {
    position: fixed;
    top: 5px;
    width: 980px;
    margin: 0 auto;
    left: 0;
    right: 0px;
    z-index: 16;
}

.navrhar-fixed-header.fixed h1 {
    margin-bottom: 5px;
}

input.navrhar-smazat {
    background: url(../img/smazat.png) no-repeat center center #dddddd;
    padding: 7px 15px;
    vertical-align: top;
}

input.navrhar-ulozit {
    background: url(../img/ok.png) no-repeat center center #dddddd;
    padding: 7px 15px;
    vertical-align: top;
}

table.vlastni-data input[type=text] {
    width: 154px;
    font-size: 1.1em;
}

table.vlastni-data tr td:nth-child(5) {
    width: 32px;
}
.navrhar-result table input[type=text] {
    width: 213px;
}

.add-text-navrhar {
    width: 193px;
}

input.navrhar-start-new {
    background-color: rgb(0, 128, 0);
    font-weight: 600;
    color: white;
    cursor: pointer;
}

input.navrhar-pokracovat {
    background-color: rgb(0, 128, 0);
    font-weight: 600;
    color: white;
    cursor: pointer;
}

input.kalendar-navrhar-save-cart {
    background-color: rgb(0, 128, 0);
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.varianta .shop-icon {
    position: absolute;
    width:  35px;
    text-align:  center;
    top: 3px;
    bottom: 3px;
}

.varianta .shop-icon img {
    height: 34px;
    width:  auto;
}
.casopis-anotace {
    font-size:  0.8em;
}

.navrhar-content {
    /* padding: 15px; */
}
.ui-tabs .ui-tabs-nav {
    border: 0px;
}
.ui-tabs .ui-tabs-nav li{
    border: 0px;
}
.ui-tabs .ui-tabs-anchor {
    padding: 0.5em 0.5em!important;
}

.zbozi-typ h2 {
    font-size:  1.2em;
}

.zbozi-typ img {
    width: 195px;
    float: left;
    margin-right: 15px;
}

div#navrhar-tabs {
    border: 0;
}