﻿img
{
    border: none;
}
font
{
    font-family: Arial;
}
.lineTop
{
    background-image: url(img/lineTop.png);
    background-repeat: repeat-x;
    height: 6px;
}
._Red
{
    color:Red;
    font-weight:bold;
}
.lineBottom
{
    background-image: url(img/lineBottom.png);
    background-repeat: repeat-x;
    height: 6px;
}
/*--------------------- MenuLang -------------------*/

.menuLang
{
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.menuLang:hover
{
    color: #F46200;
    text-decoration: underline;
}
.menuLangActiv
{
    color: #F46200;
    font-weight: bold;
}
/*--------------------- Menu Auth -------------------*/
.menuLogin
{
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.menuLogin:hover
{
    color: #F46200;
    text-decoration: underline;
}
.menuLoginActiv
{
    color: #F46200;
    font-weight: bold;
}
/*--------------------- Menu -------------------*/
.menu
{
    color: Black;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.menu:hover
{
    color: #F46200;
    text-decoration: underline;
}
.menuActiv
{
    color: #F46200;
    font-weight: bold;
}
.TDMenu
{
    padding: 5px 30px 5px 30px;
}
.contacts_right 
{
    text-align:left;
    padding-left:10px
}
/*---------------------Main List----------------*/
.mainList
{
    line-height:150%;
    font-size:13px;
    text-indent: 0;
    text-align:left
}
.mainList a
{
    line-height:150%;
    font-size:13px;
    text-indent: 0;
    text-align:left;
    text-decoration:none;
    color: #666666
}
.mainList a:hover
{
    text-decoration:underline
}