#subscriptions {
    width: 700px;
}

#subscriptions #old_price {
    text-decoration: line-through;
}

#subscriptions #price {
	color: #E48617;
	font-size:16px;
}

#subscriptions td {
    padding-bottom: 8px;
}

.text {
}

.basic, .pro, .proplus, .gold, .plat {
    text-align: center;
}

.basic {
    background: url(../images/basic_bullet.gif) no-repeat center;
}

.pro {
    background: url(../images/pro_bullet.gif) no-repeat center;
}

.proplus {
    background: url(../images/proplus_bullet.gif) no-repeat center;
}

.gold {
    background: url(../images/gold_bullet.gif) no-repeat center;
}

.plat {
    background: url(../images/plat_bullet.gif) no-repeat center;
}

#heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#heading .pro {
    background: none;
    color: #564E78;
    border-bottom: solid 1px #564E78;
    margin-bottom: 5px;
}

#heading .proplus {
    background: none;
    color: #277C0D;
    border-bottom: solid 1px #277C0D;
    margin-bottom: 5px;
}

#heading .gold {
    background: none;
    color: #B9801E;
    border-bottom: solid 1px #B9801E;
}

#heading .plat {
    background: none;
    color: #567379;
    border-bottom: solid 1px #567379;
}

#heading .basic {
    background: none;
    color: #555854;
    border-bottom: solid 1px #555854;
}

#join_buttons td {
}




