#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;
    border: 1px solid #929292;
    position: relative;
    -webkit-box-shadow: 0 0 1px 0 #000;
    box-shadow: 0 0 1px 0 #7E7E7E;
}
.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;
}

.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: x-small; 
}
.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;
    right: 0;
    bottom: 45px;
}

.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 p{
}
.kosik p input[type=text], .kosik p input[type=password]{
    width: 260px;
}

.kosik p input[type=text].required{
    box-shadow: 0px 0px 1px 0.5px red;

}
.kosik p input[type=text].error_input, .kosik p input[type=password].error_input{
    box-shadow: 0px 0px 3px 1px red;
    border: 1px solid red;

}
.kosik p input[type=text].ok_input,.kosik p input[type=password].ok_input{
    box-shadow: 0px 0px 3px 1px green;
    border: 1px solid green;

}
#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{
    border-top:1px solid black;
}
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: 30px;
    text-align: right;
    position:relative;
}
.skladem, .kosik-celkem{
    color: green;
}
.kosik-celkem {
    font-size: 1.2em;
    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;
}
#do-kosiku-pocet.input-error .error-message.do-kosiku{
    top: -48px;
    left: -42px;
    visibility: visible;
    opacity: 1;
    width: 90px;
    height: 40px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.error-message .sipka{
    width: 15px;
    height: 10px;
    position:absolute;
    bottom: -10px;
    right: 25px;
    background: url(../img/sipka_dolu.png) no-repeat;
}
.varianta .v-kosiku{
    width: 50px;
    text-align: right;
}
#varianty{
    position:relative;
    clear:both;
}
#varianty ul {
    list-style-type: none;
}
#varianty ul li{
    padding:3px;
}
#varianty ul li.var-header{
    font-size: 0.8em;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#varianty ul li .cena{
    padding-right: 22px;
}
#varianty ul li .v-kosiku{
    padding-right: 10px;
    padding-left: 10px;
}
#varianty ul li label{
    cursor: pointer;
    display:inline-block;
    padding-left: 20px;
}
.varianta input{

    float:left;
    opacity: 0;
}
#varianty ul li.checked{
    position: relative;
    background-color: steelblue;
    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{
    top: -20px;
    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: rgb(255,0,0);
    color:white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    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;
}
.karta_zbozi .karta_obr img{
    max-height: 300px;
    max-width: 300px !important;
}
.karta_zbozi #varianty .tlacitko_shop {
    text-align: right;
    padding: 10px;
    padding-right: 40px;
    background-color: whitesmoke;
    border: 1px solid steelblue;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0px;
}
.karta_zbozi .tlacitko_shop {
    text-align: center;
    padding: 10px;
    padding-right: 40px;
    background-color: whitesmoke;
    border: 1px solid steelblue;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.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{
    padding:0px;
    margin:0px;
    border: 1px solid steelblue;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 20px;
    min-height: 100px;
    background: whitesmoke;
}
#varianty span{
    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:#38c;
    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{
    color: red;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
    left: 60px;
    position: absolute;
    top: -3px;
    text-align: right;
}
#vypis-zbozi-obal table .dostupnost{
    font-size: 0.9em;
    padding-right: 7px;
    min-width: 56px;
}

.karta_info{
    margin-left: 310px;
}
.kod-zbozi{
    padding-left: 13px;
    font-size: .8em;
    color: gray;
}
.karta_zbozi .karta_cena{
    background-color: rgb(238, 238, 238);
    border-radius: 3px;
    padding: 10px;
    padding-left: 13px;
    margin: 10px 0px 10px 0px;
    border: 1px solid steelblue;
}
.karta_cena div{
    margin-top:3px;
    margin-bottom:3px;
}
.karta_zbozi .info-label{
    min-width: 110px;
    display: inline-block;
    color: grey;
}
.karta_zbozi .karta_info .socialSmall{
    margin-right: 77px;
}
.karta_cena .cena .val{
    font-size: 1.3em;    
    color: green;
}
.karta_info .val{   
    font-weight: bold;    
}
.fly-to-cart{
    background-color: #fff;
    opacity: 0.7;
    border: 2px dashed steelblue;
    filter:alpha(0.7);
}
.kosik-mini-detail{
    font-size: 0.8em;
    display: none;
}
.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{
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top:2px;
    margin-bottom:2px;
    cursor: pointer;
}
.open-close-kosik-mini-detail.open{
    background: url(../img/cerna_sipka_dolu.png) no-repeat center center;
    padding-top: 0px;
    padding-bottom: 9px;
}
.open-close-kosik-mini-detail.close{
    background: url(../img/cerna_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;
}
.kosik-mini-detail.ukaz-kousek{
    display: block;
    overflow: hidden;
    height: 20px;
}
.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{
    margin-left: 20px !important;
}
.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: .3em .2em;
}
#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: 143px;
    position: relative;
    float: left;
    margin: 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:550px;
    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;
}
.kosik-box-radek{
    padding: 10px;
    border: 1px solid #000;
    border-bottom: 0px;
    height: 80px;
    position:relative;
}
.kosik-box-radek:last-child{
    border-bottom: 1px solid #000;
}
.kosik-box-radek.celkem{
    height: 50px !important;
    font-size: 1.2em;
}
.kosik-box-radek.d-p{
    min-height: 60px;
}
.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: 20px;
    right: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
.kosik-box-skladem{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.kosik-box-radek img{
    float: left;
    margin-right: 20px;
}

.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;
}
.vars-obr{
    position: absolute;
    top: 20px; 
    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: 500px;
    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;
}

#parametry-tab 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 steelblue;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    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 steelblue;
    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 steelblue;
    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;
    float:left;
    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;
}
.trideni-hlavni-strana{
    display: none;
}
#zobrazeni {
    float: right;
}
.cenaRange{
    height: 24px;
}
.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: white;
    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: #D3D3D3;
    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.8em;
}