﻿.line_height_ie6_fix td
{
    _padding-bottom: 18px !important;
}

.MembershipTariffs
{
    width: 615px;
}
.MembershipTariffs .tariff
{
    float: left;
    text-align: center;
    width: 192px;
    height: 261px;
    border: 1px solid black;
    border-left-width: 0px;
    border-right-width: 0px;
    font-size: 16px;
    margin-top: 26px;
    font-family: Arial;
    background: url(../images/membership_tariff_item_bck.gif) repeat-x top;
    cursor: default;
}
.MembershipTariffs .tariff.left
{
    border-left-width: 1px;
}
.MembershipTariffs .tariff.right
{
    border-right-width: 1px;
}
.MembershipTariffs .tariff.big
{
    width: 216px;
    height: 303px;
    border: 3px solid #da2121;
    margin-top: 0;
    font-size: 20px;
    background: white;
}
.MembershipTariffs .tariff .h
{
    font-size: 30px;
    color: Black;
    margin-top: 15px;
}
.MembershipTariffs .tariff.big .h
{
    font-size: 35px;
}
.MembershipTariffs .tariff .price
{
    color: black;
    margin: auto 8px;
    border-bottom: 1px solid #cccccc;
    height: 30px;
}
.MembershipTariffs .tariff .price .withoutdiscount
{
    color: #c33700;
    text-decoration: line-through;
}
.MembershipTariffs .tariff .items
{
    height: 55px;
    margin-top: 3px;
    color: #c33700;
}
.MembershipTariffs .tariff .items .issues
{
    font-weight: bold;
}
.MembershipTariffs .tariff .items .nocolor
{
    color: #64503f;
}
.MembershipTariffs .tariff.big .items
{
    margin-top: 8px;
    height: 65px;
}
.MembershipTariffs .tariff .itemsex
{
    margin-top: 12px;
    margin-bottom: 10px;
    color: #64503f;
}
.MembershipTariffs .tariff.big .itemsex
{
    margin-bottom: 8px;
}
.MembershipTariffs .tariff a:link
{
    background: url(../images/membershipsignupsmall.png) no-repeat center;
    _background: url(../images/membershipsignupsmall.gif) no-repeat center;
    width: 95px;
    height: 38px;
    display: block;
    margin: auto;
    text-decoration: none !important;
}
.MembershipTariffs .tariff a:hover
{
    border: none !important;
    text-decoration: none !important;
}
.MembershipTariffs .tariff.big a:link
{
    background: url(../images/membershipsignup.png) no-repeat center;
    _background: url(../images/membershipsignup.gif) no-repeat center;
    width: 113px;
    height: 45px;
    display: block;
    margin: auto;
}

