#content .plan h2 {
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    text-indent: 15px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}
.plan h2 span {
    border-radius: 3px 3px 3px 3px;
    bottom: 3px;
    color: #FFFFFF;
    font-size: 8px;
    padding: 2px 3px;
    position: relative;
    text-transform: uppercase;
}
.plans {
    color: #5A5443;
    margin: 0 0 0 70px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    top: -15px;
    width: 765px;
}
.plans.edu_plans {
    margin-left: 305px;
}
.plan {
    background: none repeat scroll 0 0 #E6E6DE;
    border-bottom: 1px solid #A09E8F;
    border-radius: 7px 7px 7px 7px;
    border-right: 1px solid #A09E8F;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
    float: left;
    margin-right: 2px;
    position: relative;
}
.plan.last {
    margin: 0;
}
.plan p {
    font-size: 12px;
}
.core p, .storage p {
    line-height: 38px;
}
.plan .head {
    height: 45px;
}
.ribbon .currency {
    font-size: 20px;
    position: relative;
    top: -40px;
}
.ribbon .num {
    font-size: 80px;
}
.ribbon .term {
    font-size: 14px;
}
.plan .ribbon {
    line-height: 1;
}
.plan .ribbon a {
    color: #FFFFFF;
    display: block;
    padding-left: 4px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-promo {
    -moz-box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    position: absolute;
    text-align: center;
    width: 90px;
}
.browserIE .btn-promo {
    height: 30px;
}
.icon, .ribbon, .btn-promo, .illustration, .icon_arrow, .icon_edu {
    background-image: url("../images/pricing_sprite.png");
    background-repeat: no-repeat;
}
.icon {
    display: block;
    float: left;
    height: 38px;
    margin-right: 10px;
    width: 39px;
}
.btn1 {
    -moz-box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 1;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.browserIE .btn1 {
    height: 40px;
}

.browserChrome .btn1 {
    height: 40px;
}

.btn1 span {
    font-size: 23px;
    font-weight: normal;
    position: relative;
    top: 1px;
}
.btn1:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.public .highlighted-feature {
    bottom: -30px;
    font-size: 14px;
    position: absolute;
    white-space: nowrap;
    width: 174px;
}
.edu_plans .enjoy h2 span {
    background: none repeat scroll 0 0 #8DC033;
}
.edu_plans .pro h2 span {
    background: none repeat scroll 0 0 #5AA7CB;
}
.public .btn1 {
    background-image: -moz-linear-gradient(center bottom , #B1AE98 50%, #BCBAA5 50%);
}
.browserIE .public .btn1 {
    background: none repeat scroll 0 0 #BCBAA5;
}
.enjoy .btn1 
{
        background: -moz-linear-gradient(top, #8EBB42 0%, #8EBB42 50%, #7FB42B 51%, #7FB42B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8EBB42), color-stop(50%,#8EBB42), color-stop(51%,#7FB42B), color-stop(100%,#7FB42B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8EBB42 0%,#8EBB42 50%,#7FB42B 51%,#7FB42B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8EBB42 0%,#8EBB42 50%,#7FB42B 51%,#7FB42B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8EBB42 0%,#8EBB42 50%,#7FB42B 51%,#7FB42B 100%); /* IE10+ */
    background: linear-gradient(top, #8EBB42 0%,#8EBB42 50%,#7FB42B 51%,#7FB42B 100%); /* W3C */
}

.browserIE .enjoy .btn1  {
    height: 41px;
    background-color:#7FB42B;
}

.browserChrome .enjoy .btn1  {
    height: 41px;
    background-color:#7FB42B;
}

.msie .enjoy .btn1 {
    background: none repeat scroll 0 0 #8EBB42;
}
.pro .btn1 {
    background-image: -moz-linear-gradient(center bottom , #4890B3 50%, #5EA0C0 50%);
}
.msie .pro .btn1 {
    background: none repeat scroll 0 0 #5EA0C0;
}
.plan.public {
    width: 174px;
}
.plan.enjoy {
    width: 202px;
}
.plan.pro {
    width: 235px;
}
#content .public h2 {
    color: #8D8B7E;
}
#content .enjoy h2 {
    color: #7AA828;
}
#content .pro h2 {
    color: #58A3C6;
}
.features {
    padding: 0 13px;
}
.features li {
    border-bottom: 1px solid #DCD9C5;
    border-top: 1px solid #F7F6EB;
    overflow: hidden;
    padding: 5px 0;
}
.features li:first-child {
    border-top: 0 none;
}
.features li:last-child {
    border-bottom: 0 none;
}
.features strong {
    display: block;
    line-height: 1;
}
.enjoy .features strong {
    color: #61981A;
}
.pro .features strong {
    color: #276A8E;
}
.public .ribbon {
    background-position: 0 -200px;
    height: 88px;
    width: 200px;
}
.public .ribbon a {
    height: 88px;
}
.enjoy .ribbon {
    background-position: 0 -100px;
    height: 89px;
    width: 224px;
}
.enjoy .ribbon a {
    height: 88px;
}
.enjoy .ribbon .term {
    color: #BED596;
}
.pro .ribbon {
    background-position: 0 0;
    height: 89px;
    width: 260px;
}
.pro .ribbon a {
    height: 88px;
}
.pro .ribbon .term {
    color: #7FBCD8;
}
.enjoy .btn-promo {
    background-position: 0 -300px;
    color: #4D7D0F;
    padding: 6px 8px 0 0;
    right: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 5px;
}
.msie7 .pro .btn-promo {
    padding-right: 0;
}
.msie7 .enjoy .btn-promo {
    padding-right: 4px;
}
.pro .btn-promo {
    background-position: 0 -340px;
    color: #286A8E;
    padding: 6px 8px 0 0;
    right: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 5px;
}
.core .icon {
    background-position: 0 -400px;
}
.public .storage .icon {
    background-position: -47px -400px;
}
.enjoy .storage .icon {
    background-position: -47px -500px;
}
.pro .storage .icon {
    background-position: -47px -450px;
}
.enjoy .private .icon {
    background-position: 0 -500px;
}
.pro .private .icon {
    background-position: 0 -450px;
}
.enjoy .logo .icon {
    background-position: -93px -500px;
}
.pro .logo .icon {
    background-position: -93px -450px;
}
.enjoy .support .icon {
    background-position: -140px -500px;
}
.pro .support .icon {
    background-position: -140px -450px;
}
.pro .desktop .icon {
    background-position: -187px -450px;
}
.block_columns_extra {
    margin: 0 0 0 70px;
    padding-top: 30px;
    width: 740px;
}
.block_requirements h3, .block_extra h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.block_requirements h3 {
    color: #5AA7CB;
}
.block_requirements h4, .block_extra h4 {
    font-size: 14px;
}
.block_requirements {
    color: #5A5443;
    float: left;
    width: 310px;
}
.ie7 .block_requirements {
    padding-right: 30px;
}
.block_requirements h4 {
    font-weight: bold;
}
.block_extra {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #EAEAE2;
    border-radius: 10px 10px 10px 10px;
    color: #5A5443;
    float: right;
    margin: 0 0 20px;
    padding: 10px;
    width: 350px;
}
.block_requirements p, .block_extra p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.block_requirements ul {
    font-size: 14px;
    line-height: 1.3;
    list-style: disc inside none;
    margin-bottom: 10px;
}
.switch_licenses {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #E6E6DE;
    border-bottom: 1px solid #A09E8F;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #A09E8F;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
    float: right;
    padding: 7px;
    position: relative;
    right: 96px;
    top: -65px;
    width: 235px;
}
.msie7 .switch_licenses {
    width: 220px;
}
.s-edu_licenses.switch_licenses {
    right: 650px;
    top: 36px;
    width: 200px;
}
.switch_licenses a {
    color: #6D6859;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.license_text {
    display: inline-block;
    padding-top: 5px;
}
.s-edu_licenses .license_text {
    margin-left: 55px;
    padding-top: 1px;
}
.license_text .sub {
    font-size: 10px;
}
.license_text .sup {
    display: block;
    font-size: 18px;
}
.icon_edu {
    background-position: -93px -400px;
    display: block;
    float: left;
    height: 38px;
    margin-right: 10px;
    width: 40px;
}
.icon_arrow {
    background-position: -140px -300px;
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 8px;
}
.s-edu_licenses .icon_arrow {
    background-color: #DCDBCF;
    background-position: -125px -327px;
    border-radius: 4px 0 0 4px;
    height: 49px;
    left: 0;
    right: auto;
    top: 0;
    width: 45px;
}
.block_extra .illustration {
    background-position: 0 -550px;
    display: none;
    height: 90px;
    margin: 0;
    width: 335px;
}
