/*** Main Plan Container ***/

.planDetails {
    background: #fff none no-repeat 0 0;
    height: 498px;
    margin-left: 9px;
    width: 732px;
    position: relative;
}

#basic.planDetails {
    background-image: url(../_images/basicbg.png);
}

#personal.planDetails {
    background-image: url(../_images/personalbg.png);
}

#executive.planDetails {
    background-image: url(../_images/executivebg.png);
}

#basic.planDetails .ph-sub-panel-payment {
    background-image: url(../_images/subscription/basic-gradient-lg.gif);
}

#personal.planDetails .ph-sub-panel-payment {
    background-image: url(../_images/subscription/personal-gradient-lg.gif);
}

#executive.planDetails .ph-sub-panel-payment {
    background-image: url(../_images/subscription/executive-gradient-lg.gif);
}

.ph-sub-panel-payment {
color:#FFFFFF;
font:16px/20px helvetica,arial,sans-serif;
height:160px;
padding:10px 10px 0 0;
position:absolute;
right:0;
text-align:right;
top:0;
width:160px;
}

.ph-sub-panel-price {
font-size:28px;
font-weight:bold;
margin-bottom:2px;
}

.ph-sub-panel-period {
font-size:18px;
}

/*** Left Plan Area ***/

.plan {
    float: left;
    height: 350px;
    margin-top: 135px;
    padding-left: 20px;
    position: relative;
    width: 190px;
}

.plan .signupsmall {
/*margin-top: 125px;*/
    overflow: hidden;
}

.plan .featuresplus {
    margin-top: 15px;
    padding: 2px 0;
}

.adwordspersonal2col .featuresplus {
    margin-top: 15px;
    padding: 2px 0;
}

.adwordspersonal3col .featuresplus {
    margin-top: 15px;
    padding: 2px 0;
}

.adwordsexecutive3col .featuresplus {
    margin-top: 15px;
    padding: 2px 0;
}

.plan ul {
    margin: 15px 0 5px !important;
    padding: 0 0 0 17px !important;
}

.plan li {
    font-size: 12px !important;
    list-style: none outside url(/_images/blue-bullet.png) !important;
    margin: 0 !important;
    padding: 2px 0 !important;
}

.plan .fulllist {
    font-weight: bold;
    margin: 15px 0;
    color: #000;
}

/*** Account Benefits ***/

.accountbenefits {
    float: right;
    font-size: 14px;
    padding: 0 40px 0 0;
    width: 480px;
}

.benefitstext2 {
    font-style: italic;
    margin: 30px 0;
    padding: 4px;
}

.benefitstext3 {
    border: 1px solid #000000;
    font-size: 18px;
    margin: 10px 0;
    padding: 4px 4px 14px;
    text-align: center;
}

.benefitstext3 li {
    font-size: 14px;
    list-style: disc outside none;
    margin: 3px 0 3px 20px;
    padding-left: 5px;
    text-align: left;
}

.benefitstext4 {
  font-size:24px;
font-weight:bold;
margin:-2px 0 0;
text-align:right;
}

