/* CSS Document */
/* Vytvořil Vít Hellebrand v roce 2011 */
/* pro firmu Sporttrio.cz               */

html {
    font-family: Arial;
    font-size: 9pt;
}

body {
    background-color: black;
    background-image: url(images/pozadi.png);
}


a img {
    border:0;
}

#obal {
    width: 827px;
    margin: 0px auto;
    background-color: white;
}

#kosik {
    width: 822px;
    height: 70px;
    float: right;
    background-image: url(images/kosik.png);
}

#hlavicka {
    width: 822px;
    height: 200px;
    float: right;
}

#menu {
    width: 822px;
    height: 38px;
    float: right;
    background-color: green;
    background-image: url(images/menu.png);
    background-repeat: repeat-x;
}

#uvod {
    width: 826px;
    height: 97px;
    background-image: url(images/sedy_podklad.png);
    float: right;
}

#uvod2 {
    width: 826px;
    height: 97px;
    background-image: url(images/sedy_podklad2.png);
    float: right;
}


#levy_sloupec {
    width: 196px;
    /*height: 400px;*/
    float: left;

}

#dlouhe_menu {
    width: 196px;
    /*height: 250px;*/
    float: left;
    background-color: white;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

#kontakt {
    width: 181px;
    height: 191px;
    float: left;
    background-color: gray;
    background-repeat: no-repeat;
    background-color: #bdbdbd;
    background-image: url(images/kontakty.png);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    padding-left: 15px;
    color: white;
    padding-top: 35px;
}

#pravy_sloupec {
    width: 631px;
    /*height: 400px;*/
    min-height: 350px;
    float: right;
    background-color: white;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

#paticka {
    width: 822px;
    height: 40px;
    float: right;
    background-color: white;
    margin: 1px;
    padding-left: 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.menu_bunka {
    display: block;
    font-family: Arial;
    font-size: 8pt;
    float: left;
    margin: 6px 15px;
    color: #3b3b39;
}

.menu_bunka a {
    font-family: Arial;
    font-size: 10pt;
    float: left;
    color: #3b3b39;
    text-decoration: none;
}

.menu_bunka a:hover {
    font-family: Arial;
    float: left;
    color: #3b3b39;
    text-shadow: 0 1px 1px #b8b8b8;
    text-decoration: none;
}

#leva {
    float: left;
    width: 200px;
}


#prava {
    float: right;
    width: 610px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
}

#vyhledavani {
    width: 630px;
    height: 80px;
    float: right;
    background-image: url(images/vyhledavani.png);

}

#nahoru {
    font-family: Arial;
    font-size: 9pt;
    float: left;
    color: gray;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    border: 1px gray solid;
    background-color: white;
    padding: 0px 2px 2px 2px;
    position: fixed;
    text-decoration: none;
}

a:hover #nahoru {
    font-family: Arial;
    font-size: 10pt;
    float: left;
    color: gray;
    border: 1px gray solid;
    background-color: white;
    padding: 2px 2px 2px 2px;
    position: fixed;
    text-decoration: none;
}

.dlouhe_menu {
    font-family: Arial;
    font-size: 10pt;
    width: 182px;
    margin: 5px auto auto 8px;
}

.dlouhe_menu2 {
    font-family: Arial;
    font-size: 10pt;
    width: 182px;
    margin: 5px auto auto 8px;
}

ul {
    padding-left: 10px;
}
li {
    font-family: Arial;
    font-size: 11pt;
    min-height: 25px;
    border-bottom: 1px black dotted;
    padding-left: 2px;
    list-style-type: none;
}
li:hover {
    background-color: yellow;
}

.nadpis {
    border-bottom: 1px gray dotted;
    width: 205px;

    padding-left: 5px;
    text-align: center;
    font-size: 7pt;
    background-color: white;
}

.vyrobek {
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    width: 205px;
    height: 173px;
    background-image: url(images/vyrobek.png);
}

.cena {
    border-bottom: 2px black solid;
    width: 207px;
    height: 42px;
    background-color: white;
}


div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin:20px;
}

.menu_odkaz {
    text-decoration: none;
    color: #3b3b39;;
}

.menu_odkaz:hover {
    text-decoration: none;
    color: #3b3b39;;
    text-shadow: 0 1px 1px #CCC;
}

#vyrobky {
    margin-top: 10px;
    background-color: white;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.obal_zbozi {
    background: url('images/vyrobek.png') repeat-x;
    width: 200px;
    /*height: 270px;*/
    float: left;
    background-color: white;
    padding-top: 0px;
    padding: 5px;
}


.nadpis_zbozi {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    height:25px;
    overflow: hidden;
}

.obrazek_zbozi_div {
    width: 200px;
    height: 126px;
    text-align: center;
}
.obrazek_zbozi {
    max-width: 200px;
    max-height: 126px;
}

.popis_zbozi {
    font-size: 9pt;
    color: gray;
    height:50px;
    z-index: 2;
}

.cena_zbozi {
    
    padding-top: 10px;
    font-size: 17px;
    font-weight: bold;
    left: 8px;
/*    border-bottom: 2px black solid;*/
}

.kosik_zbozi {
    width: 200px;
    height: 44px;
    background-color: white;
   border-bottom: 2px black solid;
}

#obsah_text {
    padding: 15px 20px 25px 15px;
    background-color: white;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.detail_obal {
    width: 585px;
    border-top: 1px black dotted;
    padding-top: 5px;
    background-color: white;
    /*height: 400px;*/
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

.mini_popis {
    width: 380px;
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 17px;
    color: white;
    background: red;
    border: 1px dotted black;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 11px;
}


.iteminfo {
    background: none repeat scroll 0 0 #F1F1F1;
    font-size: 11pt;
    width:90%;
}
.iteminfo th {
    font-size: 11pt;

}
.iteminfo td {
    border-bottom: 1px solid #BFBFBF;
    padding:2px;
}

.galerie {
    float: right;
}

a {
    color: #3B3B39;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #0060ff;
    text-decoration: underline;
}



.navigation { width: 600px; font-size: 1.4em; float: left; padding: 10px;}
.previous { padding: 0 20px 0 0; float: left; }
.next { float: right; }
