﻿/* Yleisesti Vaikuttavat Tyylit */
html
{
    background-image: url('../Kuvat/Backround.png');
    background-repeat: repeat-x;
    background-color: White;
}
body
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    background-repeat: repeat;
    background-image: url('../Kuvat/form_tausta.png');
    background-color: Transparent;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    text-align: center;
    height: 100%;
    border: 0px;
    display:block;
    border-spacing:0px;
    border-collapse:separate;
}
p
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial;
    font-size: 11px;
}
textarea
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: Black;
}
.leipateksti
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.normalbold
{
    font-weight: bold;
}
img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    border-spacing:0;
}

a
{
    border-width: 0;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: White;
}
a:hover
{
    outline: none;
    border-width: 0px;
    border-spacing: 0px;
    padding: 0;
    margin: 0;
    color: #8EA7E3;
    cursor: pointer;
}
a:active
{
    border-style: none;
    outline: none;
    border-width: 0;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}
a:visited
{
    border-style: none;
    outline: none;
    border-width: 0;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}
a:focus
{
    border-style: none;
    outline: none;
    border-width: 0px;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

input
{
}
select
{
}
textarea
{
}

/*==========================================================================================*/
/* Masterin Yleisen Alueen Asettelun Tyylit*/
div.MasterContent
{
    width: 940px;
    margin: 0px auto;
    position: relative;
    height: auto;
    text-align: left;
    background-color: Transparent;
}
div.MasterContentEdustukset
{
    width: 100%;
    position: relative;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
div.MasterContentHeader
{
    width: 100%;
    position: relative;
    height: 120px;
    background-image: url('../Kuvat/header.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: Transparent;
}
div.MasterContentContainer
{
    width: 100%;
    position: relative;
    height: auto;
    background-color: Transparent;
}
div.MasterContentFooter
{
    background-image: url('../Kuvat/footer.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: Transparent;
    width: 100%;
    position: relative;
    color: White;
    text-align: left;
}
div.MasterContentContainerArea
{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    border-bottom: none 0px !important;
}

div.MasterLinksContainer
{
    width: 190px;
    padding-left: 10px;
    height: 650px;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: bottom center;
    float:left;
    border: solid 0px gray;
    position: relative;
    top: 0px;
    left: 0px;
}
div.MasterLinksContainerElement
{
    width: 174px;
    height: 31px;
    border: solid 0px #D9D9D9;
    border-spacing:0px;
    padding-left: 10px;
    padding-top: 12px;
    background-image: url('../Kuvat/LinkkiTausta.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Arial Narrow;
    font-size: 13px;
    font-weight: bold;
}
div.MasterLinksContainerElement:hover
{
    cursor: pointer;
}
div.MasterLinksContainerElementSetu
{
    width: 186px;
    height: 56px;
    border: solid 0px #D9D9D9;
    padding-left: 0px;
    padding-top: 0px;
    background-image: url('../Kuvat/S-Etu_LinksBarBg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Arial Narrow;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
div.MasterLinksContainerElementHertz
{
    width: 186px;
    height: 74px;
    border: solid 0px #D9D9D9;
    padding-left: 0px;
    padding-top: 0px;
    background-image: url('../Kuvat/hertz.jpeg');
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Arial Narrow;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

div.MasterMerkkiedustukset
{
    position: relative;
    background-color: Transparent;
    height: 60px;
    margin: 0px 10px 0px auto;
    text-align: right;
    float: right;
    cursor: default;
}
div.MerkkiedustuksetLogot
{
    position: relative;
    background-color: Transparent;
    height: 60px;
    margin: 0px 10px 0px auto;
    text-align: right;
    float: right;
    cursor: default;
}

div.MerkkiedustusContainer
{
    height: 60px;
    position: relative;
    width: auto;
    float: right;
    background-color: Transparent;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
div.InnerPageContentContainer
{
    width: 720px;
    margin-left: 10px;
    min-height: 660px;
    background-color: Transparent; /*border: solid 1px black;*/
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
/*==========================================================================================*/
/* Navilinkkien styles */
.lbNavi
{
    color: White;
    font-variant: normal;
    text-decoration: none;
}
.lbNavi:hover
{
    color: #FFD469;
}
.lbNavi:focus
{
    text-decoration: none;
    border: solid 0px white;
    outline: 0px;
}
.iso
{
    font-size: 24px;
    text-decoration: none;
}
/*==========================================================================================*/
/* Footerin tunnisteteksti*/
.Alatunnisteteksti
{
    margin-top: 34px;
}

/**/

div.AjankohtaistaContainer
{
    position: relative;
    margin-top: 10px; /*margin-left: auto;*/
    margin-bottom: 15px;
    margin-left: 17px;
    margin-right: 0px;
    width: 710px;
    min-height: 190px;
    padding-left: 0px;
}

div.AjankohtaistaHuollonTarjouksetContainer
{
    position: relative;
    margin-top: 0px; /*margin-left: auto;*/
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    width: 710px;
    min-height: 0px;
    padding-left: 0px;
}
/*p.Julkaisuajankohta
{
	font-family: Verdana, Arial;
	font-size: 11px;
}
p.Julkaisuotsikko
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
p.Julkaisuteksti
{
	font-family: Verdana, Arial;
	font-size: 11px;
}*/


/*hakukriteerit*/
table.hakukriteeritaulukko
{
    width: 720px;
}


td.hakukriteeritaulukko
{
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

/*hakukriteerit*/
table.hakukriteeritaulukko_sisainen
{
    width: 100%;
}

td.hakukriteeritaulukko_sisainen
{
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*hakukriteerit*/
table.hakukriteeritaulukko_jakaja
{
    width: 100%;
}

td.hakukriteeritaulukko_jakaja
{
    vertical-align: top;
}


/*vaihtoautotietotaulukko*/
table.vaihtoautotietotaulukko
{
    width: 720px;
    font-family: Verdana;
    font-size: 11px;
}


td.vaihtoautotietotaulukko
{
    vertical-align: top;
    padding-top: 2px;
}

td.vaihtoautotietotaulukko1
{
    text-align: left;
    padding-left: 15px;
    width: 25%;
}

td.vaihtoautotietotaulukko2
{
    text-align: right;
    padding-right: 13px;
    width: 25%;
}

/**/
td.rahoituslaskelmatietotaulukko
{
    vertical-align: middle;
    padding-top: 2px;
}

td.rahoituslaskelmatietotaulukko1
{
    text-align: left;
    padding-left: 15px;
    width: 25%;
}

td.rahoituslaskelmatietotaulukko2
{
    text-align: right;
    padding-right: 13px;
    width: 25%;
}
/**/


td.vaihtoautotietotaulukko3
{
    width: 1px;
}


td.vaihtoautotietotaulukko4
{
    width: 33%;
}



/*uusiautotietotaulukko*/
table.uusiautotietotaulukko
{
    width: 720px;
    font-family: Verdana;
    font-size: 11px;
}


td.uusiautotietotaulukko
{
    vertical-align: top;
    padding-top: 2px;
    vertical-align: top !important;
}

td.uusiautotietotaulukko1
{
    text-align: left;
    padding-left: 15px;
    width: 210px;
    vertical-align: top !important;
}

td.uusiautotietotaulukko2
{
    text-align: right;
    padding-right: 15px;
    vertical-align: top !important;
    width: 150px;
}

td.uusiautotietotaulukko3
{
    text-align: left;
    padding-left: 15px;
    width: 210px;
    vertical-align: top !important;
}


td.uusiautotietotaulukko4
{
    text-align: left;
    padding-right: 15px;
    vertical-align: top !important;
    width: 150px;
}


td.olen_kiinnostunut
{
    text-align: left;
    padding-left: 15px;
    vertical-align: top !important;
}


/*vaihtoautokuvaustaulukko*/
table.vaihtoautokuvaustaulukko
{
    width: 100%;
}


td.vaihtoautokuvaustaulukko1
{
    width: 120px;
    vertical-align: top;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 3px;
}


td.vaihtoautokuvaustaulukko1oikea
{
    width: 120px;
    vertical-align: top;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 3px;
    text-align: right;
}


.vaihtoautokuvaustaulukko tr
{
    border-bottom-style: solid;
    border-bottom-color: #E2E6EE;
    border-bottom-width: 1px;
}


td.vaihtoautokuvaustaulukko2
{
    width: 50%;
    vertical-align: top;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-left: 15px;
    padding-right: 15px;
}

/*hakutuloslista*/

.list
{
    padding: 2px 0px 0px 0px;
    font-size: 11px;
    font-weight: bold;
}


.list a
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}


.list a:visited
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.list a:active
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    outline: 0px;
}
.list a:focus.lista_edellinen_seuraava
{
    outline: 0px;
}
.list a:hover
{
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}




/* hakusivun listaus */
table.list
{
    width: 720px;
}

.list tr.row td
{
    background-color: #D7D7D7;
    border-bottom-style: solid;
    border-bottom-color: #38569F;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-bottom: 12px;
    height: 70px;
    empty-cells: show;
}
.list tr.row2 td
{
    background-color: White;
    border-bottom-style: solid;
    border-bottom-color: #38569F;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-bottom: 12px;
    height: 70px;
    empty-cells: show;
}


/* katkoviivat hakutuloslistalle */
.list td
{
    /*border-left-style: solid; 	border-left-color: #000000; 	border-left-width: 1px;*/
    padding: 0px;
}

.listkuva
{
    border-left-style: none !important;
    width:105px;
}


/**/

.list tr.header
{
    background: #cccccc;
}

.list td.prize
{
    width: 100px;
    text-align: right; /*10.12.2008*/
    white-space: nowrap;
}

.list td.otsikko
{
    text-align: left;
    white-space: nowrap;
}


.list td.check
{
    width: 30px;
    text-align: right;
}

.list td.first
{
    width: 188px;
    border-right: 1px solid #ffffff;
}


a.img_txt
{
    font-size: 9px;
    text-decoration: none;
}

a.strong
{
    font-weight: bold;
    text-decoration: none;
}


/* --------------------------------------------------------------------- */
/* sivutuksen linkit */
.pager span.strong
{
    font-size: 14px;
    font-family: Verdana, Arial;
    color: #7E4700;
    text-decoration: underline;
    font-weight: bold;
}
.pager a
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.pager a:visited
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #FFD469;
    text-decoration: none;
}
.pager a:active
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #FFD469;
    text-decoration: underline;
    font-weight: bold;
    outline: 0px;
    font-family: Verdana;
}
.pager a:focus
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #FFD469;
    text-decoration: underline;
    font-weight: bold;
    outline: 0px;
    font-family: Verdana;
}
.pager a:hover
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #FFD469;
    font-weight: normal;
    text-decoration: none;
}
table.pager
{
    width: 100%;
    min-height: 24px;
    height: 24px;
    color: #7E4700;
}
/* --------------------------------------------------------------------- */
/**/

table.liikkeet
{
    width: 100%;
}


td.ensimmainenliike
{
    font-size: 11px;
    color: #FFFFFF;
    font-family: Sans-serif, Helvetica, Arial;
    font-weight: bold;
    background-color: #575965;
    border-style: solid;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    border-right-width: 1px; /*border-left-style: solid; 	border-left-color: #000000; 	border-left-width: 1px;*/
    border-left-style: none;
    width: 14%;
}


td.viimeinenliike
{
    font-size: 11px;
    color: #FFFFFF;
    font-family: Sans-serif, Helvetica, Arial;
    font-weight: bold;
    background-color: #575965;
    border-style: solid;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
    border-left-width: 1px;
    border-right-style: none;
    width: 14%;
}

td.liikkeet
{
    font-size: 11px;
    color: #FFFFFF;
    font-family: Sans-serif, Helvetica, Arial;
    font-weight: bold;
    background-color: #575965;
    border-style: solid;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
    border-left-width: 1px;
    width: 14%;
}

.liikkeet A:link
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.liikkeet A:visited
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.liikkeet A:active
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
    outline: 0px;
}
.liikkeet A:focus
{
    outline: 0px;
}
.liikkeet A:hover
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #b40000;
}

/* sivujen navigointilinkit */

td.sivut
{
    height: 18px;
    font-size: 11px;
    color: #000000;
    font-family: Sans-serif, Helvetica, Arial;
    background-color: #e2e6ee; /*border-right-style: solid; 	border-right-color: #4c4c55; 	border-right-width: 1px;*/
}
td.sivut_tausta
{
    font-size: 11px;
    font-family: Sans-serif, Helvetica, Arial;
    background-color: #E3E6EF;
    color: #000000;
}

div.sivutpikalinkkki
{
    padding-left: 10px;
}

.sisalto A.pikalinkit
{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.pikalinkit_ylintaso_vali
{
    padding-left: 5px;
}


.pikalinkki_lippu
{
    padding-left: 17px;
    width: 20px;
    display: inline;
}


.pikalinkit_toinentaso_vali
{
    padding-left: 18px;
}


.sisalto A:visited.pikalinkit
{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.sisalto A:hover.pikalinkit
{
    font-size: 11px;
    color: #b40000;
    font-weight: bold;
    text-decoration: none;
}

.sisalto A.pikalinkitpieni
{
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.sisalto A:visited.pikalinkitpieni
{
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.sisalto A:hover.pikalinkitpieni
{
    font-size: 10px;
    color: #b40000;
    font-weight: bold;
    text-decoration: none;
}

/* kopioitu nykyisestä sivustosta */



td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*color: #666666;*/ /*background-color: #FFFFFF; padding-bottom: 0px; 	margin: 0px; 	padding-left: 0px; 	padding-right: 0px; 	padding-top: 0px;*/
}

th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #455565;
}

.otsikkocell
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #455565;
}

.otsikko
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #455565;
}


.autotietosuuriotsikko
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}


.autotietopieniotsikko
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}



A.ajankohtaista_otsikko, A.ajankohtaista_otsikko:visited, A.ajankohtaista_otsikko:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #455565;
    font-weight: bold;
    text-decoration: underline;
}
.ajankohtaista_txt, td.ajankohtaista_txt, A.ajankohtaista_txt, A.ajankohtaista_txt:visited, A.ajankohtaista_txt:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
img.kuva
{
    border: 1px solid black;
    border-spacing:     0;
}

td.otsikkorivi
{
    background-color: #38569E; /* background-image: url(../kuvat/BG_ListausHeader.png); */
    background-repeat: repeat-x;
    background-position: top left;
    color: #ffffff; /*padding-left: 15px !important;*/
    padding-left: 5px !important;
    height: 18px;
    margin: 0px;
    border: 0px;
}


.otsikkorivi
{
    font-size: 11px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    height: 18px;
}



td.otsikkorivi_uudet_autot
{
    background-color: #FFFFFF;
    background-image: url(../kuvat/BG_ListausHeader.png);
    background-repeat: repeat-x;
    background-position: top left;
    color: #ffffff; /*padding-left: 15px !important;*/
    padding-left: 5px !important;
    height: 18px;
    margin: 0px;
    border: 0px;
}


.otsikkorivi_uudet_autot
{
    font-size: 11px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    height: 18px;
}



.otsikkorivi a
{
    font-size: 11px;
    color: #FFFFFF !important;
}
td.listausotsikkorivi
{
    background-color: White;
    background-repeat: repeat-x;
    background-position: top left;
    border-bottom: solid 1px #38569F;
    padding-left: 0px !important;
    height: 20px;
}
.listausotsikkorivi
{
    font-size: 11px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: bold;
}

.listausotsikkorivi a
{
    font-size: 11px;
    color: #000000;
}


.hakusivulaatikko
{
    width: 716px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    border: solid 1px #000000;
    background-color: #E2E6EF;
}


.hakutulosinfo
{
    /*background-color: #E2E6EF;*/
}


.hakutulosinfokpl
{
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}


.valiosa
{
    height: 5px;
    min-height: 5px;
}

.valirivi
{
    height: 5px;
    min-height: 5px;
}

.hakulistaussisalto
{
    padding: 5px;
}


#divHakuehdot
{
    height: 50px;
    min-height: 50px;
}

.tulostusalue
{
}


.lnkTaustakuva
{
    border: solid 1px;
    height: 12px;
    padding-right: 15px;
    padding-left: 15px; /*taustakuvalla*/ /*background: url('../Kuvat/nappi_yleinen.jpg') no-repeat;  	cursor: pointer; 	cursor: hand; 	text-align: center; 	text-decoration: none; 	padding-right: 30px; 	padding-left: 30px; 	padding-top: 6px; 	padding-bottom: 6px;*/
}

a.lnkTaustakuva
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.tietosisalto
{
    position: static;
    margin: 0px 0px 0px 0px;
}
/*tietosivun linkki jossa taustakuva */
/*.lnkTietosivunLinkkiTaustakuva
{ 	 
	background: url('../Kuvat/nappi_yleinen.jpg') no-repeat; 
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left:6px;
	padding-right:10px;
	width: 102px;
	height: 20px;
}

a.lnkTietosivunLinkkiTaustakuva 
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}*/

.lnkTietosivunLinkkiKuva
{
    cursor: pointer;
}
.tietosivutaulukkoalue
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.autokuvat
{
    padding: 0px;
    margin: 0px;
    width: 109px;
    height: 81px;
    border: 0px;
}


.korimallikuvat
{
    margin: 2px 0px 0px 0px;
    height: 35px;
    vertical-align: bottom !important;
}



#kuvanappitaulu
{
    width: 100%;
}



.tietosivuvaliviiva
{
    color: #e6ecf3;
    height: 1px;
    width: 100%;
}


.lihavoitukuvausotsikko
{
    font-size: 11px;
    font-weight: bold;
}



.vaihtoautokuvausoptiovalinta
{
    width: 100%;
}
.vaihtoautokuvausoptiovalinta td
{
    padding-left: 0px;
}
.vaihtoautokuvausoptiovalinta tr
{
    border-bottom-style: none;
}

.vaihtoautokuvausoptiovalinta label
{
    width: 120px;
}


.vaihtoautokuvausoptiovalinta input
{
}

.vaihtoautokuvausoptiovalinta table
{
}


/*murupolun div*/
.murupolku
{
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #575965;
    border-bottom: solid 1px black;
}

/*murupolun sisäinen div*/
.murupolku_sisainen
{
    padding-left: 10px;
}

/*murupolun teksti ja linkit*/
.murupolku_teksti a
{
    font-size: 11px;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: underline;
}

.murupolku_teksti a:hover
{
    font-size: 11px;
    color: #b40000 !important;
    font-weight: bold;
    text-decoration: underline;
}


.murupolku_teksti label
{
    font-size: 11px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
}

.murupolku_teksti span
{
    font-size: 11px !important;
    color: #ffffff !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 !important;
    font-weight: bold;
}

/*vaihtoautolistan edellinen/seuraava-napit*/
a.lista_edellinen_seuraava
{
    font-size: 20px !important;
    color: #B30000;
    text-decoration: none;
    font-weight: bold;
}

a:visited.lista_edellinen_seuraava
{
    font-size: 20px;
    color: #B30000;
    text-decoration: none;
    font-weight: bold;
}

a:active.lista_edellinen_seuraava
{
    font-size: 20px;
    color: #B30000;
    text-decoration: underline;
    font-weight: bold;
    outline: 0px;
}
a:focus.lista_edellinen_seuraava
{
    outline: 0px;
}
a:hover.lista_edellinen_seuraava
{
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.alainfot
{
    padding-left: 25px;
}

/* pyöreäreunaiset laatikot */
/* yläosan linkit */
#LinkkiValikko
{
    height: 27px;
    color: #00309C;
    padding: 0px 0px 0px 0px !important;
    text-align: left;
    background-color: #00309C;
    border: 1px solid #00309C;
}
/*#LinkkiValikko p
{
	padding: 0;
	margin: 1ex 0;
}*/

/* alatunniste */
#Alatunniste
{
    height: 27px;
    color: #00309C;
    padding: 0px 0px 0px 0px !important;
    background-color: #00309C;
    border: 1px solid #00309C;
    color: #FFFFFF;
    text-align: center;
}


.IsoKuvaJarjestys
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}


/*ajax-paneeli*/
/*#progressBackgroundFilterUudetAutotMerkkiHaku
{
	position: absolute;
	top: 0px; 
	bottom: 0px;
	left: 200px;
	height: 100%;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #E0E0E0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

#processMessageUudetAutotMerkkiHaku
{
	position: absolute;
	top: 0px; 
	bottom: 0px;
	left: 200px;
	height: 1000px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #E0E0E0; 
	filter: alpha(opacity=30);
	filter: 0.3;
	z-index: 1001;
	background-color: Transparent;
}*/


/*-------------------------------------------------------------------*/
/* listat */
ul
{
    margin: 0px;
    padding: 0px 16px;
    font-family: Verdana, Arial;
    font-size: 11px; /*color: #666;*/
}

ul ul
{
    padding: 0px 12px;
    margin-left: 10px;
}

li
{
    margin: 0px;
    padding: 0px; /*list-style-image: url(img_t08/t8_nav_parent_on.gif);*/
}

ul ul li
{
    /*list-style-image: url(img_t08/t08_nav_ff_on.gif);*/
}

li.active
{
    /*list-style-image: url(img_t08/t08_nav_ff_off.gif);*/
}

li.active_child
{
    /*list-style-image: url(img_t08/t08_nav_ff_off.gif);*/
}
/*-------------------------------------------------------------------*/

.etusivun_viiva
{
    height: 1px;
    color: #BEBEBE;
    background-color: #BEBEBE;
    width: 100%;
}



/*.pikahaku_valinta
{
	background-color: #ffffff;
	border: solid 1px #ABABAB;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px;
	width: 190px;
	font-weight: normal;
}*/


div.MainHeader
{
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    padding-top: 21px;
    margin-bottom: 30px;
    color: Black;
    background-color: Transparent;
    font-weight: normal;
    font-size: 21px;
    style="border:solid 1px gray;"
}

.txtMainHeader
{
    color: Black;
    background-color: Transparent;
    font-weight: normal;
    font-size: 21px;
}

div.yhteystietoSecondaryHeader
{
    position: relative;
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 18px;
    color: Black;
    background-color: Transparent;
}

div.yhteystietoYritysinfo
{
    /* background-color: #dbdbdb; 	background-image: url('../Kuvat/InfoSlideOut.jpg'); 	background-repeat: repeat-x; 	background-position: bottom; */
    background-color: Transparent;
    width: 240px;
    margin-left: auto;
    margin-right: 0px;
    height: 300px;
}
div.yhteystietoYritysinfoHeader
{
    /* background-image: url('../Kuvat/InfoSlideIn.png');  	background-repeat: repeat-x;*/
    background-color: #38569E;
    height: 15px;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 12px;
    color: White;
    font-weight: bold;
}
div.yhteystietoToimipisteBlock
{
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 10px;
    width: 720px;
    min-height: 200px;
    height: auto;
    background-color: Transparent; /* background-color: #dbdbdb;     background-image: url('../Kuvat/InfoSlideOut.jpg');     background-repeat: repeat-x;     background-position: bottom; */
    padding-bottom: 10px;
}
div.yhteystietoToimipisteInfoBlock
{
    position: absolute;
    background-color: Transparent;
    width: 250px;
    min-height: 60px;
    top: 25px;
    left: 20px;
    border: solid 1px gray;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}
div.yhteystietoToimipisteGMap
{
    position: relative;
    width: auto;
    height: auto;
    right: 20px;
    top: 10px;
    background-color: Transparent;
    float: right;
}

div.yhteystietoGMap
{
    border: solid 1px gray;
    float: left;
    height: 301px;
    width: 470px;
}
div.yhteytsitetoOsastoinfoBlock
{
    font-size: 9px !important; /* background-image: url('../Kuvat/InfoSlideOut.jpg'); 	background-repeat: repeat-x; 	background-position: bottom; 	background-color: #dbdbdb;*/
    background-color: Transparent;
    margin-top: 10px;
}
div.yhteytsitetoOsastoinfoHeader
{
    /* background-image: url('../Kuvat/InfoSlideIn.png'); 	background-repeat: repeat-x; */
    background-color: #38569E;
    height: 15px;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 12px;
    color: White;
    font-weight: bold;
}
div.yhteystietoOsastoinfoContent
{
    width: 220px;
    border: solid 1px Gray;
    height: 200px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 10px;
    font-size: 11px;
}
div.osastotietoInfoBlock
{
    width: 240px;
    height: 190px; /*background-image: url('../Kuvat/InfoSlideOut.jpg');*/
    background-color: Transparent;
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 0px;
}
div.osastotietoInfoHeader
{
    width: 100%;
    background-image: url('../Kuvat/InfoSlideIn.png');
    background-repeat: repeat-x;
    font-weight: 700;
    color: White;
    height: 25px;
    padding-top: 9px;
}
div.osastotietoInfoContent
{
    border: solid 1px gray;
    width: auto;
    margin: 2px 5px 2px 5px;
    height: 180px;
}
div.osastotietoInfoContentText
{
    float: right;
    width: 205px;
    margin: 10px 10px 10px 0px;
    height: 142px;
    padding-top: 18px;
}
.yhteystiedotLink
{
    color: #38569F;
}
.yhteystiedotLink:hover
{
    color: #8EA7E3;
    cursor: pointer;
}
.huoltovarausCellHeight
{
    height: 24px;
}
.huoltovarausRightAlign
{
    text-align: right;
}
div.huoltovarausSisaltoOsatPohja
{
    width: 100%;
    min-height: 100px;
    background-color: White;
    margin-bottom: 0px;
}
td.vahtiCellHeader
{
    height: 24px;
    padding-left: 5px;
    vertical-align: bottom;
}
.vahtiCellWidth33
{
    width: 33%;
}
.vahtiCellWidth25
{
    width: 25%;
}
.headerSEtu
{
    float: left;
    width: 71px;
    height: 45px;
    margin-top: 7px;
    padding: 0px;
    background-image: url('../Kuvat/S-Etukortti.png');
}
.headerSEtu:hover
{
    cursor: pointer;
}
/* Tästä alkaa ostamme autosi lomakkeen tyylit*/
table.ostammeautosi
{
    width: auto;
}
table.ostammeautosi td
{
    height: 26px;
    vertical-align: middle;
    empty-cells: show;
    border: solid 0px gray;
}
table.ostammeautosi td.info
{
    width: 110px;
    text-align: left;
}
table.ostammeautosi td.data
{
    width: 140px;
    text-align: right;
}
table.ostammeautosi td.valiviiva
{
    border-top: solid 0px gray;
    empty-cells:show;
}
.PaddingRight20px
{
    padding-right: 20px;
}
.PaddingLeft20px
{
    padding-left: 20px;
}
.TextBoxOstammeAutosi
{
    width: 140px;
    height: 14px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #8EA7E3;
}
/* Julkkarissa vaikuttavat tyylit*/
div.EtusivuJulkkarikuvaDiv
{
    width:550px; 
    height:auto; 
    border:solid 0px red; 
    background-color:Transparent; 
    padding-bottom:1px;
    color:White;
    font-size:14px;
    font-weight:bold;
    background-color:#38569E;
}
div.EtusivuJulkkarikuvaDiv p
{
        font-size:14px;
}
div.EtusivuJulkkarikuvaDiv img
{
    max-width:550px;
    min-width:550px;
}
div.EtusivuJulkkariTextDiv
{
    width:550px; 
    height:auto; 
    border:solid 0px red;
    background-color:Transparent; 
    padding-bottom:20px;
}
