/*
    -----------------------
    PREPIS PAGE CSS
    -----------------------
*/
body { background: url('../images/bazar/bg.jpg') repeat 0px 0px #575757 ; }
a { color: #474747; }
#top { background: url('../images/bazar/top.jpg') no-repeat top center; }
#content { background: url('../images/bazar/back.gif') repeat-y 0px 0px; }
#left ul li { background: url('../images/bazar/sipka.gif') no-repeat 5px 4px; }
#content h2 { color: #F66218; }
#content h2 a { color: #F66218; }
#data h3 { color: #F66218; }

form input.submit { background: url('../images/bazar/submit.gif') no-repeat top center; }
#bottom { background: url('../images/bazar/bottom.jpg') no-repeat top center; }

#user_info ul li a { color:#F66218; }
#user_info ul li a:hover { color:#000; }

#content a.submit {
    background: url('../images/bazar/submit.gif') no-repeat top right;
    color:#FFF;
}

/*
    -----------------------
    BAZAR
    -----------------------
*/

table.bazar {
    width:100%;
    margin:0px 0px 10px 0px;
}
table.bazar .column1 { width:auto; }
table.bazar .column2 { width:100px; text-align:right; }
table.bazar .column3 { width:100px; text-align:right; }
table.bazar .column4 { width:100px; text-align:right; }
table.bazar .column5 { width:100px; text-align:right; }

table.bazar th {
    color:#F66218;
    font-size:1.3em;
    font-family:arial,sans-serif;
    padding:10px 5px 3px 5px;
}
table.bazar td {
    padding:2px 5px 2px 5px;
    background:#F8F8F8;
    border-bottom:1px solid #EDEDED;
}
table.bazar .th td {
    background:#F66218;
    color:#FFF;
    padding:3px 5px 3px 5px;
}
table.bazar .th {
    font-size:1.2em;
    font-weight:bold;
    font-family:arial,sans-serif;
}
table.bazar a { text-decoration:none; color:#F66218; }
table.bazar a:hover { text-decoration:underline; }

table.bazar .th td a { color:#FFF; text-decoration:none; }
table.bazar .th td a:hover { text-decoration:underline; }

table.bazar .column1 a { color:#555; text-decoration:none; font-weight:bold; }
table.bazar .column1 a:hover { text-decoration:underline; }

/*
    -------------------------------
    FORMULAR
    -------------------------------
*/
table.bazar-add {
    margin:10px 0px 0px 0px;
    border:1px solid #E1E1E1;
}
table.bazar-add th {
    vertical-align:top;
    padding:4px 5px 2px 5px;
    width:120px;
    text-align:right;
    background:#FFF;
    color:#000;
    border-right:1px solid #E1E1E1
}
table.bazar-add td {
    vertical-align:top;
    padding:1px 5px 1px 5px;
    background:#F6F6F6;
}
table.bazar-add td.submit {
    text-align:right;
    border-top:1px solid #E1E1E1;
    padding:3px 5px 2px 5px;
}

/*
    ----------------------------------
    INZERATY
    ----------------------------------
*/
#inzeraty {
    padding:10px 0px 10px 0px;
    border-top:1px solid #F66218;
    border-bottom:1px solid #F66218;
}
#inzeraty a { color:#F66218; }
#inzeraty a:hover { color:#000; }
#inzeraty .page_info {
    text-align:right;
}
ul.tabs {
    list-style:none;
    margin:10px 0px -2px 30px;
    padding:5px 0px 5px 0px;
}
ul.tabs li {
    display:inline;
    background:#F8F8F8;
    padding:3px 10px 3px 10px;
    margin:0px 1px 0px 0px;
    border:1px solid #EDEDED;
}
ul.tabs li a { color:#000; text-decoration:none; }
ul.tabs li a:hover { color:#000; text-decoration:underline; }

ul.tabs li.active {
    background:#F66218;
    border:1px solid #F66218;
    font-weight:bold;
}
ul.tabs li.active a { color:#FFF; text-decoration:none; }
ul.tabs li.active a:hover { color:#FFF; text-decoration:underline; }

#inzeraty .inzerat {
    border:1px solid #EDEDED;
    margin:5px 0px 5px 0px;
    padding:5px;
    text-align:center;
}
#inzeraty .inzerat h3 {
    color:#F66218;
    font-size:1.5em;
    margin:0px;
    padding:0px 0px 5px 0px;
    font-family:Arial,sans-serif;
    text-align:left;
}
#inzeraty .inzerat h3 span {
    font-size:0.7em;
    /*color:#000;*/
}
#inzeraty .inzerat_popis {
    margin:0px 0px 5px 0px;
    padding:5px;
    border:1px dashed #EDEDED;
    background:#F8F8F8;
    text-align:left;
    line-height:1.3em;
}
#inzeraty .inzerat_popis span {
    display:block;
    padding:8px 0px 0px 0px;
    font-weight:bold;
    font-size:1.3em;
    color:#FF0000;
    font-family:Arial,sans-serif;
}
#inzeraty .inzerat_popis span strong {
    font-size:0.8em;
    color:#000;
}
#inzeraty .inzerat_popis img {
    padding:5px;
    background:#FFF;
    border:1px solid #EDEDED;
    margin:0px 10px 0px 0px;
}

#inzeraty p.empty {
    color:#F66218;
    font-size:1.5em;
    margin:0px;
    padding:30px 0px 30px 0px;
    font-family:Arial,sans-serif;
    text-align:center;
    font-weight:bold;
}
#inzeraty p.empty a {
    font-size:0.7em;
}

p.message {
    color:#F00;
    text-align:center;
    padding:0px 40px 0px 40px;
    font-weight:bold;
    line-height:0.8em;
}

div.add-inzerat {
    text-align:left;
    padding:10px 0px 0px 20px;
}

div.login_info {
    padding:20px 0px 10px 10px;
    color:#F00;
    font-weight:bold;
}

