﻿/* pravy sloupek 
/****************/

.pravy_box
{
    width: 90%;
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
}
.nadpis_sloupek
{
    width: 100%;
}
.buton_prihlaseni
{
    background-color: #ffd700;
    margin: 0px;
    border: 1px solid #ff1912;
    font-size: 9px;
    color: #000000;
}
.jmeno_heslo
{
    font-size: 10px;
    color: #2c2c2c;
    font-weight: bold;
}
.rkontakt, .rkontakt a
{
    font-size: 14pt;
    color: #555;
    font-weight: bold;
    text-decoration:none;
    cursor:default;
}

/* levy sloupek 
/****************/
.levy_box
{
    width: 90%;
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
}

a.left_odkazy, a.left_odkazy:visited, a.left_odkazy:link
{
    text-decoration: none;
    font-family: Verdana, "Arial CE" , Arial,  MS Sans Serif;
    font-size: 12pt;
    font-weight: bold;
    color: #555;
    display: block;
    vertical-align: middle;
    padding-left: 5px;
}

a.left_odkazy:hover
{
    text-decoration: none;
    color: #888;
}

a.left_pododkazy, a.left_pododkazy:visited, a.left_pododkazy:link
{
    text-decoration: none;
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 9pt;
    font-weight: bold;
    color: #ffed23;
    display: block;
    vertical-align: middle;
    padding-left: 5px;
}

a.left_pododkazy:hover
{
    text-decoration: none;
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 9pt;
    font-weight: bold;
    color: #fff;
    display: block;
    vertical-align: middle;
    padding-left: 5px;
}

/*obrazkove nadpisy
/******************/
.menu_pod_nadpisy
{
    background-image: url("../images/sipka_pod_nadpisy.gif");
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    margin: 0;
    padding-left: 35px;
    vertical-align: middle;
    font-family: Verdana, "Arial CE" , Arial, "Lucida Grande CE" , Lucida, "Helvetica CE" , Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #FC0;
}
.menu_pod_nadpisy_right
{
    background-image: url("../images/sipka_pod_nadpisy_r.gif");
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    margin: 0;
    padding-left: 35px;
    vertical-align: middle;
    font-family: Verdana, "Arial CE" , Arial, "Lucida Grande CE" , Lucida, "Helvetica CE" , Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #87857f;

    border-bottom:solid 1px #ccc;
}
.menu_pod_nadpisy_mim
{
    background-image: url("../images/sipka_pod_nadpisy_r.gif");
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    margin: 0;
    padding-left: 35px;
    vertical-align: middle;
    font-family: Verdana, "Arial CE" , Arial, "Lucida Grande CE" , Lucida, "Helvetica CE" , Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #87857f;
    border-bottom:solid 1px #ccc;
}

/*levy menici
/************/

.levy_plocha_h /*hledani*/
{
    background-color: #87857f;
    /*border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;*/
    margin-bottom: 0px;
    margin-top: 0px;
    padding:0px;
}
.levy_plocha
{
    background-color: #87857f;
    /*border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;*/
    margin-bottom: 0px;
}
.pravy_plocha
{
    background-color: #f8f5f0;
    /*border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;*/
    margin-bottom: 0px;
}
.tbl_levy_box
{
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}
/*hlavni*/
.polozka_submenu
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    background-color: #d6d3c8;
    background-image: url(../images/sipka_close.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
.polozka_submenu_hover
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    text-decoration: underline;
    background-color: #dcd5c4;
    background-image: url(../images/sipka_open.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
.polozka_submenu_akt
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    background-color: #dcd5c4;
    background-image: url(../images/sipka_open.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.polozka_submenu:hover, .polozka_submenu_akt:hover /*kvuli opere*/
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    background-color: #dcd5c4;
    background-image: url(../images/sipka_open.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

a.asubmenu, a.asubmenu h2
{
    font-weight: 600;
    color: #2C2C2C;
    font-size: 11px;
    font-family: verdana;
    text-decoration: none;
    vertical-align: middle;
    width:100%;
}
a.asubmenu:hover h2
{
    color: #000;
    text-decoration: none;
}
/*podkategorie*/
.polozka_submenu2 h3
{
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 35px;

    text-align: right;
    background-color: #f5efe6; /*IE6*/
    background-image: url(obrazy/odrazka.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
.polozka_submenu2_hover h3
{
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 35px;

    text-align: right;
    background-color: #e9e7e4; /*IE6*/
    background-image: url(obrazy/odrazka.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
.polozka_submenu2:hover /*Opera*/
{
    background-color: #e9e7e4;
}
a.asubmenu2, a.asubmenu2 h3
{
    font-weight: bold;
    color: #2C2C2C;
    font-size: 11px;
    font-family: verdana;
    text-decoration: none;
    vertical-align: middle;
}
a.asubmenu2:hover
{
    text-decoration: underline;
    background-color: #e9e7e4; /*kvuli IE6*/
}

/*akce, novinky*/
.polozka_submenu_akce
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    background-color: #d6d3c8;
    background-image: url(../images/okraj_akce.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
.polozka_submenu_akce_hover
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    background-color: #dcd5c4;
    background-image: url(../images/okraj_akce_hover.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
.polozka_submenu_akce_akt
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    background-color: #dcd5c4;
    background-image: url(../images/okraj_akce_hover.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.polozka_submenu_akce:hover, .polozka_submenu_akce_akt:hover /*kvuli opere*/
{
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 45px;

    border-top: dashed 1px #aaa;
    text-align: right;
    background-color: #dcd5c4;
    background-image: url(../images/okraj_akce_hover.gif);
    background-position: right center;
    background-repeat: no-repeat;
}


.polozka_submenuh
{
    width: 155px;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;

}


a.submenu_akce
{
    font-weight: 600;
    color: #2C2C2C;
    font-size: 10px;
    font-family: verdana;
    text-decoration: none;
    vertical-align: middle;
    background-color: #ff9; /*IE6*/
}
a.submenu_akce:hover
{
    color: #000000;
    text-decoration: underline;
    background-color: #fe7; /*IE6*/
}
a.submenuh
{
    color: #000;
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;

}
a.submenuh:hover
{
    color: #000000;
    text-decoration: underline;
}


.left_odkazy_nejprodavanejsi
{
    font-size: 10pt;
    color: #2C2C2C;
    vertical-align: top;
    padding-left: 5px;
    display: block;
    text-decoration: none;
}

/*pravy sloupek*/

.kosik_nadpis
{
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 10pt;
    color: #2C2C2C;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: bold;
}
.kosik
{
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 10pt;
    color: #000;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.kosik_cena
{
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 10pt;
    color: #800;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.uzivatel_jmeno
{
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 12pt;
    color: #800;
    vertical-align: middle;
    font-weight: bold;
}
.uzivatel_id
{
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 10pt;
    color: #800;
    vertical-align: middle;
    font-weight: bold;
}
 a.poslat_heslo,  a.poslat_heslo:visited, a.poslat_heslo:link
 {
    text-decoration: underline;
    font-family: "Arial CE", Arial, Verdana, MS Sans Serif;  
    font-size: 8pt;
    color: #2c2c2c;
    white-space:nowrap;
 }
 
 a.poslat_heslo:hover
 {
    color: #CCC;
 }
  a.kosik_objednavka
 {
    text-decoration: none;
    font-family: "Arial CE", Arial, Verdana, MS Sans Serif;  
    font-size: 11pt;
    font-weight: bold;
    color: #600;
    vertical-align: middle;
    padding-left: 0px;
 }
 
 a.kosik_objednavka:hover
 {
    color: #F80;
 }
 .buton_right
 {
    background-color: #87857f;
    margin: 0px;
    border-left: solid 1px #CCC;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    font-size: 8pt;
    color: #fff;
    font-weight: bold;
 }


/*PRAVÝ SLOUPEK NOVINKA*/
.box_special
{
    width:80%;
    border:solid 1px #ccc;
    background-color:#fff;
}
.special_01
{
    color: #080;
    text-align: center;
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-size: 8pt;
    width: 90%;
}
.special_01_roh
{
    background-color: transparent;
    max-width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
}
.special_nazev
{
    color: #080;
    height: 30px;
    vertical-align: middle;
    border-bottom:dashed 1px #CCC;
}
.special_obr
{
    background-color: #fff;
    padding-top:10px;
    padding-bottom:10px;
}
.special_cena
{
    color: #f80;
    font-size: 9pt;
    font-family: "Arial CE" , Arial, Verdana, MS Sans Serif;
    font-weight: bold;
    background-color: #fff;
    vertical-align: middle;
    height: 25px;
}
a.nadpis_special,  a.nadpis_special:visited, a.nadpis_special:link
 {
    text-decoration: none;
    font-family: Verdana, "Arial CE", Arial, MS Sans Serif;  
    font-size: 10pt;
    font-weight: bold;
    color: #777;
    display: block;    
    vertical-align: middle;
 }
 
 a.nadpis_special:hover
 {
    color: #F80;
 }
 a.nadpis_akce,  a.nadpis_akce:visited, a.nadpis_akce:link
 {
    text-decoration: none;
    font-family: "Arial CE", Arial, Verdana, MS Sans Serif;  
    font-size: 11pt;
    font-weight: bold;
    color: #ffed23;
    display: block;    
    vertical-align: middle;
    padding-left: 5px;
 }
 
 a.nadpis_akce:hover
 {
    text-decoration: none;
    font-family: "Arial CE", Arial, Verdana, MS Sans Serif;  
    font-size: 11pt;
    font-weight: bold;
    color: #fff;
    display: block;    
    vertical-align: middle;
    padding-left: 5px;
 }

.predel
{
    height:1px;
    width:100%;
    border-bottom:solid 1px #ccc;
}