

/* (sadrzi celu vertikalnu strukturu polovnih vozila) */
.tabListaPolovnih {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
/* (horizontalni separator od vrha do pretrage) */
.listaPolovnihGornjiSep {
    height: 30px;
}
/* (sadrzi pretragu) */
.listaPolovnihPretraga {
    height: 50px;
    text-align: center;    
}
/* (horizontalni separator od pretrage do prvog vozila) */
.listaPolovnihPretragaSep {
    height: 20px;
}
/* (sadrzi tabelu polovnog vozila) */
.listaPolovnihTd1 {
    height: 100px;
}
/* (horizontalni separator izmedju dve tabele polovnih vozila) */
.listaPolovnihTd2 {
    height: 25px;
}
/* (horizontalni separator od poslednjeg vozila do selektora stranica) */
.listaPolovnihSelektorSep {
    height: 30px;
}
/* (sadrzi selektor stranica) */
.listaPolovnihSelektor {
    height: 25px;

}
/* (sadrzi broj rezultata selektor stranica) */
.listaPolovnihSelektorRezultati {
    height: 20px;

}
/* (horizontalni separator od selektora stranica do dna) */
.listaPolovnihDonjiSep {
    height: 30px;
}










/* BOX POLOVNOG VOZILA ----------------------------------------------------------------------------------------------------------- */    
/* (glavna tabela(ver) polovnog vozila - sadrzi: naslov, centralni deo, datum/detalje) */
.tabPolovno {
    width: 350px;
    margin-left: auto;
    margin-right: auto;

}
.polovnoHeader {
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.polovnoHeader a:link {
    color: #000000;
    text-decoration: none;
}
.polovnoHeader a:active {
    color: #000000;
    text-decoration: none;
}
.polovnoHeader a:visited {
    color: #000000;
    text-decoration: none;
}
.polovnoHeader a:hover {
    color: #000000;
    text-decoration: none;
}
.polovnoSredina {
    height: 20px;
}
.polovnoFooter {
}

/* (tabela(hor) koja razdvaja sliku i podatke) */
.tabPolovno2 {
    width: 100%;
    height: 75px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding-top: 4px; 
    
}
.polovno2Slika {
    width: 100px;
}
/* sadrzi tabPolovno3 */
.polovno2Podaci {
}

/* (tabela(ver) koja sadrzi podatke polovnog vozila) */
.tabPolovno3 {

}
.polovno3Podnaslov {
    width: 200px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    padding-left: 5px;
}
.polovno3Podatak {
    width: 100px;
    height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    padding-left: 5px;
}
.polovno3Vrednost {
    width: 100px;
    height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

/* (tabela(hor) koja sadrzi datum i detalje) */
.tabPolovno4 {
}
.polovno4Datum {
    width: 200px;
    height: 16px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #888888;
    text-decoration: none;
}
.polovno4Detalji {
    width: 200px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
    text-align: right;
    padding-right: 10px;
}
.polovno4Detalji a:link {
    color: #F60;
    text-decoration: none;
}
.polovno4Detalji a:active {
    color: #F60;
    text-decoration: none;
}
.polovno4Detalji a:visited {
    color: #F60;
    text-decoration: none;
}
.polovno4Detalji a:hover {
    color: #F60;
    text-decoration: underline;
}

.slikaListePolovnog {
    border: solid 1px #F60;
}







/* PRETRAGA ------------------------------------------------------------------------------------------------------------ */
/* (tabela pretrage) */
.tabPretraga {
    margin-right: auto;
    margin-left: auto;
}
.pretragaTdLevo {
    width: 180px;
    height: 20px;
    text-align: center;    
}
.pretragaTdLevoTekst {
    width: 180px;
    height: 20px;
    text-align: left;    

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;        

}
.pretragaTdDesno {
    width: 180px;
    height: 20px;    
    text-align: center;    
}
.pretragaTdDesnoTekst {
    width: 180px;
    height: 20px;    
    text-align: left;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;            
}

.pretragaTdSpacer {
    width: 16px;
}
.pretragaList {
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #F60;
    text-decoration: none; 
    background-color: #ffffff;
    border: 1px solid #F60;       
}
.pretragaButtonTd {
    height: 40px;
}
.pretragaButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #F60;
}

/* tabela koja sadrzi checkbox za ukljucivanje napredne pretrage */
.tabNaprednaCheckBox {
    margin-right: auto;
    margin-left: auto;
    height: 50px;
}
.tabNaprednaCheckBoxTdLevo {
    width: 20px;
}
.tabNaprednaCheckBoxTdDesno {
    width: 130px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;    
    text-align: left;    
}


.tabPretragaNapredna {
    margin-right: auto;
    margin-left: auto;
       display: block;
        margin: 0;
        padding: 0;     
}
.pretragaNaprednaTdLevo {
    width: 160px;
    height: 20px;
    text-align: center;    
}
.pretragaNaprednaTdLevoTekst {
    width: 160px;
    height: 20px;
    text-align: left;    

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-left: 12px;
}
.pretragaNaprednaTdDesno {
    width: 160px;
    height: 20px;    
    text-align: center;    
}
.pretragaNaprednaTdDesnoTekst {
    width: 160px;
    height: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-left: 12px;
}







/* SELEKTOR ---------------------------------------------------------------------------------------------- */
/* (tabela selektora) */
.tabSelektor {
    margin-right: auto;
    margin-left: auto;
}
.selektorPrethodna {
    width: 24px;
    height: 24px;
    text-align: center;
}
.selektorPrethodnaSep {
    width: 10px;
    height: 24px;
}
.selektorSledeca {
    width: 24px;
    height: 24px;
    text-align: center;    
}
.selektorSledecaSep {
    width: 10px;
    height: 24px;
}
.selektorStranica {
    width: 16px;
    height: 24px;
    text-align: center;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;    
}
.selektorStranica a:link {
    color: #000000;
    text-decoration: none;    
}
.selektorStranica a:active {
    color: #000000;
    text-decoration: none;    
}
.selektorStranica a:visited {
    color: #000000;
    text-decoration: none;    
}
.selektorStranica a:hover {
    color: #000000;
    text-decoration: underline;    
}
.selektorStranicaAktivna {
    width: 16px;
    height: 24px;
    text-align: center;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #F60;
    text-decoration: underline;    
}

/* tab broja rezultata pretrage */
.tabSelektorRezultati {
    margin-right: auto;
    margin-left: auto;
}
/* natpis */
.tabSelektorRezultatiLevo {
    width: 150px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #aaaaaa;
    text-decoration: none;
    text-align: right;        
}
/* br. rezultata */
.tabSelektorRezultatiDesno {
    width: 50px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #555555;
    text-decoration: none;    
    text-align: left;
    padding-left: 5px;    
}







/* NALEPNICE (Oznake za akcija, prodato, rezervisano, novo u ponudi) ------------------------------------------------------------ */
/* Visina div-a i slike u njemu mora biti manja ili jednaka visini .listaPolovnihTd2 */
.dodatakAkcija {
    height: 30px;
    width: 60px;
    position: relative;
    left: 280px;
    top: -90px;
    visibility: visible;
    z-index: 1;
}
.dodatakRezervisano {
    height: 30px;
    width: 60px;
    position: relative;
    left: 280px;
    top: -90px;
}
.dodatakProdato {
    height: 30px;
    width: 60px;
    position: relative;
    left: 280px;
    top: -90px;
}
.dodatakNovoUPonudi {
    height: 30px;
    width: 60px;
    position: relative;
    left: 280px;
    top: -90px;
}
