/* CSS Document */

A.lnk_white
{
    color: #fff;
    text-decoration: none;
}

A.lnk_white:visited
{
    color: #fff;
    text-decoration: none;
}

A.lnk_white:link
{
    color: #fff;
    text-decoration: none;
}

A.lnk_white:active
{
    color: #fff;
    text-decoration: none;
}
A.lnk_white:hover
{
    color: #fff;
    text-decoration: underline;
}

A.lnk_urunlistesi
{
    text-decoration: none;
    color: #0071bc;
    font-weight: bold;
}

A.lnk_urunlistesi:visited
{
    text-decoration: none;
    color: #0071bc;
}

A.lnk_urunlistesi:link
{
    text-decoration: none;
    color: #0071bc;
}

A.lnk_urunlistesi:active
{
    text-decoration: none;
    color: #0071bc;
}
A.lnk_urunlistesi:hover
{
    text-decoration: none;
    color: #ed1b24;
}

A.lnk_none
{
    text-decoration: none;
    color: #000;
}

A.lnk_none:visited
{
    text-decoration: none;
    color: #000;
}

A.lnk_none:link
{
    text-decoration: none;
    color: #000;
}

A.lnk_none:active
{
    text-decoration: none;
    color: #000;
}

A.lnk_none:hover
{
    text-decoration: none;
    color: #000;
}

A
{
    color: #b33636;
    text-decoration: none;
}

A:visited
{
    color: #b33636;
    text-decoration: none;
}

A:link
{
    color: #b33636;
    text-decoration: none;
}

A:active
{
    color: #b33636;
    text-decoration: none;
}
A:hover
{
    color: #b33636;
    text-decoration: underline;
}

A.tooltip
{
    text-decoration: none;
    color: #000;
    border-bottom: dashed 1px #000;
    background-color: #ffffcc;
}

A.tooltip:visited
{
    text-decoration: none;
    color: #000;
    border-bottom: dashed 1px #000;
}

A.tooltip:link
{
    text-decoration: none;
    color: #000;
    border-bottom: dashed 1px #000;
}

A.tooltip:active
{
    text-decoration: none;
    color: #000;
    border-bottom: dashed 1px #000;
}

A.tooltip:hover
{
    text-decoration: none;
    color: #000;
    border-bottom: dashed 1px #000;
}

