/* ------------------------------------------------------------------------- */
/* eshop_base.css */
/* ------------------------------------------------------------------------- */

#stred .ceny_dph {
    clear:both;
}

#stred form.razeni {
    padding:5px;
}

#filter {
    padding:2px 5px;
    border:1px solid #dedede;
}

.vypis_eshop #stred .uvod_text {
    padding:5px;

}

/* ---------------------------------- */
/* Vypis eshop polozek */
/* ---------------------------------- */
#stred .item img {padding:0;}

#stred .item {
    float:left;
    width:176px; /* 188(214)px - LPpadding */
    border:1px solid #dedede;
    border-right:none;
    padding:0 5px;
    margin:5px 0;
    min-height:400px; /* minimalne soucet vsech minimalich vysek prvku uvnitr */
}

* html #stred .item {height:400px;} /* ie6 only */

/* posledni polozka v radce */
#stred .rowlast {
    border:1px solid #dedede;
}

/* nadpis zbozi ve vypisu */
#stred .item h4 {
    font-size:100%;
    min-height:48px;
    text-align:center;
}

* html #stred .item h4 { height:48px; } /* ie6 only */

#stred .item .icos {
    margin-top:3px;
    min-height:34px;
}

* html #stred .item .icos { height:34px; } /* ie6 only */

/* obrazek */
#stred .item .picwrap {
    text-align:center;
}

#stred .item .picwrap {
    min-height:125px; /* pres tuhle vysku to nepretece */
    height:125px; /* pres tuhle vysku to nepretece */
    overflow:hidden;
}
#stred .item .picwrap img {
    width:150px;

    padding:1px; /* mezera mezi obrazkem a rameckem pri hover efektu */
    border:1px solid #fff; /* obrazkem by bez skryteho rameckemu poskakoval pri hover efektu */
}

#stred .item .picwrap a:hover img {
    border:1px solid red;
}

/* text uryvek */
#stred .item .popis {
    padding-top:5px;
    min-height:75px;  /* 4 radky vcetne spodni mezery - 1 radka odpovida asi tak 16px */
}

* html #stred .item .popis { height:75px } /* ie6 only */

/* koupit, cena */
#stred .item .ceny, #stred .item .koupit {
    text-align:right;
}

#stred .item .ceny {
    padding:3px 5px 5px 5px;
    min-height:60px; /* jen pokud zobrazuju old cenu  */
}

* html #stred .item .ceny { height:60px } /* ie6 only */

#stred .item .ceny p {padding:0;}
#stred .item .ceny img {vertical-align:middle;}


#stred .item .ceny .usetrite {
    font-size:80%;
}


/* ---------------------------------- */
/* END Vypis eshop polozek */
/* ---------------------------------- */

/* ---------------------------------- */
/* Seznam kategorii */
/* ---------------------------------- */

#stred .category_list {
}

#stred .category_list h3 {
    padding:5px 0;
}

#stred .category_list .item {
    border:none;
    min-height:60px;
    border-right:1px solid #dedede;
}

* html #stred .category_list .item { height:60px; } /* ie6 only */

/* ---------------------------------- */
/* END Seznam kategorii */
/* ---------------------------------- */

/* ---------------------------------- */
/* Detail zbozi */
/* ---------------------------------- */
#stred .detailpicwrap {
    float:left;
    width:140px;
}

#stred .detailpicwrap img {
    width:130px;
}

#stred .popis_zbozi {
    float:left;
    width:424px; /* 564(642)px - .detailpicwrap */
}

#stred .popis_zbozi table {
    border-width:0;
    padding:0;
    width:100%;
    padding-bottom:10px;
}

#stred .popis_zbozi th {
    color:#555;
    font-weight:bold;
    text-align:right;
    width:30%;
}

#stred .popis_zbozi td, #stred .popis_zbozi th {
    border-bottom:1px solid #ABABAB;
    vertical-align:top;
    padding:5px;
}

#stred .popis_zbozi td {
    text-align:left;
}

#stred .popis_zbozi tr.licha {
    background: #eee;
}

#stred .popis_zbozi .obal_ks {
    float:right;
    width:65px;
}

#stred .popis_zbozi #dalsi_akce {
    text-align:right;
}

/* ---------------------------------- */
/* Detail zbozi */
/* ---------------------------------- */

/* ------------------------------------------------------------------------- */
/* END eshop_base.css */
/* ------------------------------------------------------------------------- */