div#plans{
    height: 800px;
    background: #2173a8 url('/images/3/planback.png') repeat-x left bottom;
}

div#plansheader{
    background: transparent url('/images/3/planstop.png') repeat-x;
}

div#plansheadercontainer{
    position: relative;
    height: 170px;
    width: 900px;
    margin: 0px auto;
}

div#planscontainer{
    width: 900px;
    margin: 20px auto;
}

ul#the_plans{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#the_plans li.plan{
    width: 196px;
    height: 346px;
    border: 6px solid #0B2B40;
    background: #FFFFFF;
    margin: 0 20px 0 0;
    padding:0;
    display: block;
    float: left;
    position: relative;

}

div.plan_header{
    width: 196px;
    height: 55px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 45px;
    text-align: center;
}

div.plan_header h3{
    display: none;
}

div.plan_header span{
    display: block;
    font-size: 16px;
}

li.max div.plan_header{
    background: transparent url('/images/3/max.png') no-repeat;
}

li.gold div.plan_header{
    background: transparent url('/images/3/gold.png') no-repeat;
}

li.blue div.plan_header{
    background: transparent url('/images/3/blue.png') no-repeat;
}

li.free div.plan_header{
    background: transparent url('/images/3/free.png') no-repeat;
}

div.plan_header h2 a{
	color: #000000;
	text-decoration: none;
	text-align: top;
}

div.plan_text h3{
	color: #F0C83E;
}

ul.plan_features{
    margin:0;
    padding: 10px;
    font-size: 18px;
    color: #333333;
    list-style-type: none;
    text-align: center;
}

ul.plan_features li{
    margin: 2px 0 2px 0;
    padding: 6px 0 5px 0;
    background: transparent url('/images/3/dashed.png') no-repeat center bottom;
}

ul.plan_features li span{
    font-weight: bold;
}

li.max ul.plan_features li span{
    color: #AAAAAA;
}

li.gold ul.plan_features li span{
    color: #F3C135;
}

li.blue ul.plan_features li span{
    color: #1A7EC8;
}

li.free ul.plan_features li span{
    color: #408201;
}

li.last{
    margin-right: 0 !important;
    background-image: none !important;
}

a.sign_up{
    width: 110px;
    height: 30px;
    text-indent: -10000px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 43px;
}

li.max a.sign_up{
    background: transparent url('/images/3/max_button.png') no-repeat;
}


li.gold a.sign_up{
    background: transparent url('/images/3/gold_button.png') no-repeat;
}

li.blue a.sign_up{
    background: transparent url('/images/3/blue_button.png') no-repeat;
}

li.free a.sign_up{
    background: transparent url('/images/3/free_button.png') no-repeat;
}

div.plan_text{
    width: 440px;
    margin-right: 10px;
    float: left;
    font-style: italic;
    font-family: Georgia, Times, Sans-Serif;
    font-size: 13px;
    color: #FFFFFF;
}

div.plan_text h2{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    letter-spacing: 80%;
    font-style: normal;
    color: #F8C140;
    margin-bottom: 5px;
    padding-bottom: 0;
}

div.plan_text p{
    margin-top: 5px;
}