﻿body, input, select, textarea
{
    font-family:Tahoma;
    font-size:11px;
    color:#000000;
}

img
{
    display:block;
}

a, a:visited
{
    text-decoration:none;
    color:#8b6b11;
}

a:hover, a:visited:hover
{
    text-decoration:underline;
    color:#8b6b11;
}

a.meny, a.meny:visited
{
    font-size:13px;
    color:White;
    font-weight:bold;
}

a.meny:hover, a.meny:visited:hover
{
    font-size:13px;
    color:White;
    font-weight:bold;
    text-decoration:underline;
}

a.heading, a.heading:visited
{
    text-decoration:none;
    color:#555555;
}

a.heading:hover, a.heading:visited:hover
{
    text-decoration:underline;
    color:#555555;
}

input.search
{
    width:44px;
    height:18px;
    background-image:url(gfx/sok.gif);
    border:0px;
    vertical-align:bottom;
    cursor:pointer;
}

input.searchfield
{
    width:200px;
    height:15px;
    background-image:url(gfx/searchfield.gif);
    background-color:Transparent;
    font-family:Tahoma;
    font-size:11px;  
    border:1px solid #ABABAB;
    padding-top:4px;
    padding-left:2px;
    
}

select
{
    font-family:Tahoma;
    font-size:11px;
    border:1px solid #ABABAB;
}

.textbox
{
    border:1px solid #ABABAB;
}

label
{
    vertical-align:3px;
}

h1.dealer-title
{
    font-size:20px;
    color:#000000;
    margin:0px;
    padding:0px;
    font-weight:normal;
}

p.dealer-info
{
    font-size:12px;
}

a.edit-dealer
{
    color:#053375;
}

.ratingStar 
{
    font-size: 0pt;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: inline;
    background-repeat: no-repeat;
}

.ratingStar-read-only
{
    font-size: 0pt;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    cursor:default;
    display: inline;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(gfx/001_15.gif);
}

.emptyRatingStar {
    background-image: url(gfx/001_17.gif);
}
.savedRatingStar {
    background-image: url(gfx/001_15.gif);
}

table.rbshow label
{
    vertical-align:3px;
}



