﻿table.vin2kategorier
{
}
    table.vin2kategorier td
    {
        background: transparent;
        color: #000;
        font: 10px arial;
        padding: 0 21px 0 0;
        text-align: center;
    }
        table.vin2kategorier td a
        {
            background: transparent;
            color: #000;
            font: 10px arial;
        }
div.typer
{
}
    div.typer a
    {
        display: block;
        outline: none;
    }
    div.typer td.merknavn
    {
        background: transparent;
        color: #535353;
    }
    div.typer td.flasknavn
    {
        background: url(/App_Themes/Standard/images/dot.gif) repeat-x left bottom;
        width: 300px;
    }
        div.typer td.flasknavn span.black
        {
            background: #000;
        }
    div.typer td.flaskeinfo
    {
        background: url(/App_Themes/Standard/images/dot.gif) repeat-x left bottom;
        width: 250px;
    }
        div.typer td.flaskeinfo span.black
        {
            background: #000;
        }
    div.typer td.flaskpris
    {
        background: url(/App_Themes/Standard/images/dot.gif) repeat-x left bottom;
        text-align: right;
        width: 70px;
    }
        div.typer td.flaskpris span.black
        {
            background: #000;
        }