﻿body {
}
.Vkladki {
    border-style: none;
    border-width: 0;
    border-spacing: 0;
    padding: 0px;
    margin: 0px;
    color: #000000;
}
    

.Vkladki a {
    border-width: 0px;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    color: #000000;
    background-position: top;
    text-decoration: none;
}
.Vkladki a:hover {
    border-width: 0px;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    background-position: bottom;
    text-decoration: underline;
}

.VKNew {
    position: relative;
    top: 24px;
}

.TariffPanelHeader {
    border-style: solid;
    border-width: 1px;
    border-color: #E3E3E3 #999999 #999999 #E3E3E3;
    background-position: top;
    border-radius: 10px;
    background-image: url('../Images/bayan.png');
    background-repeat: repeat-x;
    height: 40px;
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    line-height: 1.9;
}

.TariffPanelHeaderSelected {
    border-style: solid solid none solid;
    border-width: 1px;
    background-color: #66CCFF;
    border-radius: 10px 10px 0px 0px;
    border-color: #E3E3E3 #999999 #999999 #E3E3E3;
    background-image: url('../Images/bayan.png');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 40px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
}

.TariffPanelContent {
    padding: 10px;
    background-color: #F0F0F5;
    border-style: none solid solid solid;
    border-radius: 0px 0px 10px 10px;
    border-color: #E3E3E3 #999999 #999999 #E3E3E3;
    border-width: 1px;
}





/*


.BackGroundVkladka1
{
    background-position: bottom;
    background-image: url('../Images/Vkladka1.png');
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
}

.BackGroundVkladka2
{
    background-position: bottom;
    background-image: url('../Images/Vkladka2.png');
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
}

.BackGroundVkladka3
{
    background-position: bottom;
    background-image: url('../Images/Vkladka3.png');
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
}

.PodVkladkamiCSS
{
    padding: 6px 10px 6px 10px;
    border-width: 0;
    border-spacing: 0;
    text-align: left;
    vertical-align: middle;
}

.PodVkladkamiItem
{
    border-width: 0;
    text-align: center;
    width: 150px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    text-decoration: none;
}*/