#main{
    background: #eceff5;
}
#mainInner{
    width: 1130px;
}

#column {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
    background-color: white;
    color: #303030;
    padding: 60px 0;
    text-align: center;
}

#column.gradientTop{
    background: white url(/images/premium/gradient-gray.png) left top repeat-x;
}

.greenBtnBig{
    display: block;
    height: 61px;
    padding-right: 50px;
    background: url(/images/premium/green-btn-big-right.png) right top no-repeat;
    width: 200px;
    margin: auto;
}

.greenBtnBig span{
    display: block;
    height: 61px;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 50px;
    background: url(/images/premium/green-btn-big-left.png) left top no-repeat;
    color: white;
    text-shadow:0 1px 1px rgba(0,0,0,.4);
    -moz-text-shadow:0 1px 1px rgba(0,0,0,.4);
}

.greenBtnBig:hover{
    text-decoration: none;
}

.greenBtnMedium{
    display: block;
    height: 50px;
    padding-right: 40px;
    background: url(/images/premium/green-btn-medium-right.png) right top no-repeat;
    width: 200px;
    margin: auto;
}

.greenBtnMedium span{
    display: block;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    padding-left: 40px;
    background: url(/images/premium/green-btn-medium-left.png) left top no-repeat;
    color: white;
    text-shadow:0 1px 1px rgba(0,0,0,.4);
    -moz-text-shadow:0 1px 1px rgba(0,0,0,.4);
}

.greenBtnMedium:hover{
    text-decoration: none;
}

.greenBtnSmall{
    display: block;
    height: 43px;
    padding-right: 30px;
    background: url(/images/premium/green-btn-small-right.png) right top no-repeat;
    width: 200px;
    margin: auto;
}

.greenBtnSmall span{
    display: block;
    height: 43px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 30px;
    background: url(/images/premium/green-btn-small-left.png) left top no-repeat;
    color: white;
    text-shadow:0 1px 1px rgba(0,0,0,.4);
    -moz-text-shadow:0 1px 1px rgba(0,0,0,.4);
}

.greenBtnSmall:hover{
    text-decoration: none;
}

/* Page Name */
.pageName {
    margin: 0px auto;
    padding-bottom: 30px;
    text-align: center;
    background-color: #ECEFF5;
}

.pageName h1 {
    font-weight: bold;
    font-size: 36px;
}

.pageName h2 {
    color: #808080;
    font-weight: normal;
    font-size: 24px;
}

/* ----------------------------------------------------------------------------------------
 * Plans Table
 * --------------------------------------------------------------------------------------*/
#plansTable{
    width: 840px;
	height: 375px;
    margin: 0 auto 30px auto;
    background: url(/images/premium/plans-table-bg.png);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#plansTable tr{
    vertical-align: top;
}

#plansTable td{
    padding: 20px 0;
    width: 270px;
}

#plansTable .greenBtnMedium{
    width: 160px;
    margin: 20px auto 0 auto;
}

#plansTable td ul li{
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px solid #dadde2;
    border-top: 1px solid white;
    color: #606060;
}

#plansTable td ul li:first-child{
    padding-top: 10px;
}

#plansTable td ul li:last-child{
    border-bottom: none;
}

#plansTable td ul li .red{
    font-weight: bold;
    color: #cc0000!important;
}

#plansTable .planTitle{
    font-size: 24px;
    line-height: 1.3;
    border-bottom: 1px solid red;
    height: 100px;
    border-bottom: 1px solid #dadde2;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

#plansTable .planTitle h3{
    font-size: 36px;
    line-height: 1;
}

#plansTable .planTitle span{
    color: #004d99;
    font-size: 18px;
    display: block;
}

/* Best Value */
#plansTable td#bestValue{
    width: 300px;
}

#plansTable #bestValueDetailsOuter{
    position: relative;
    
}

#plansTable #bestValueDetailsInner{
    position: absolute;
    width: 320px;
    border: 3px solid #0079ca;
    top: -43px;
    left: -13px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
    background: white url(/images/premium/best-value-bg.png);
    height: 370px;
    padding: 20px 0;
}

#plansTable td#bestValue .planTitle{
    font-size: 26px;
    height: 110px;
    border-bottom: 1px solid #ececec;
}

#plansTable td#bestValue .planTitle h3{
    font-size: 40px;
}

#plansTable td#bestValue .planTitle span{
    font-size: 22px;
}

#plansTable td#bestValue ul li{
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid white;
}

#plansTable td#bestValue ul li:last-child{
    border-bottom: none;
}

#plansTable td#bestValue .greenBtnBig{
    width: 200px;
    margin: 20px auto 0 auto;
}
#plansTable .currentPlan{
    display: block;
    width: 55px;
    height: 55px;
    background: url(/images/premium/current-plan.png) 50% 50% no-repeat;
    margin: 10px auto 0 auto;
}

/* ----------------------------------------------------------------------------------------
 * Plans Details Table
 * --------------------------------------------------------------------------------------*/
#plansDetailsTable{
    float: right;
    width: 850px;
    margin: 0 40px 60px 0;
    background: url(/images/premium/plans-table-bg.png);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#plansDetailsTable tr{
    vertical-align: top;
}

#plansDetailsTable td{
    padding: 20px 0 5px 0;
    width: 180px;
}

#plansDetailsTable .greenBtnSmall , #footAction .greenBtnSmall{
    width: 120px;
    margin: 5px auto 0 auto;
}

#plansDetailsTable td ul li{
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px solid #dadde2;
    border-top: 1px solid white;
    color: #606060;
}

#plansDetailsTable td ul li:first-child{
    padding-top: 10px;
}

#plansDetailsTable td ul li:last-child{
    border-bottom: none;
}

#plansDetailsTable td ul li .red{
    font-weight: bold;
    color: #cc0000!important;
}

#plansDetailsTable .planTitle{
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid red;
    height: 80px;
    border-bottom: 1px solid #dadde2;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

#plansDetailsTable .planTitle h3{
    font-size: 24px;
    line-height: 1;
}

#plansDetailsTable .planTitle span{
    color: #004d99;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

/* Best Value */
#plansDetailsTable td#bestValue{
    width: 190px;
}

#plansDetailsTable #bestValueDetailsOuter{
    position: relative;
}

#plansDetailsTable #bestValueDetailsInner{
    position: absolute;
    width: 210px;
    border: 3px solid #0079ca;
    top: -40px;
    left: -3px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
    background: white url(/images/premium/best-value-bg.png);
    height: 162px;
    padding: 20px 0;
}

#plansDetailsTable td#bestValue .planTitle{
    font-size: 18px;
    height: 102px;
    border-bottom: 1px solid #ececec;
}

#plansDetailsTable td#bestValue .planTitle h3{
    font-size: 30px;
    line-height: 1.2;
}

#plansDetailsTable td#bestValue .planTitle span{
    font-size: 20px;
    font-weight: normal;
}

#plansDetailsTable td#bestValue ul li{
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid white;
}

#plansDetailsTable td#bestValue ul li:last-child{
    border-bottom:none;
}

#plansDetailsTable td#bestValue .greenBtnMedium{
    width: 150px;
    margin: 6px auto 0 auto;
}
#plansDetailsTable td#bestValue .greenBtnMedium span{
    font-size: 18px;
}
#plansDetailsTable .currentPlan{
    display: block;
    width: 55px;
    height: 55px;
    background: url(/images/premium/current-plan.png) 50% 50% no-repeat;
    margin: 0 auto;
}

/* Extra Plan */
#extraPlan{
    font-size: 12px;
    font-family: verdana;
    color: #606060;
}

/* Testimonials */
.testimonials {
    height: 182px;
    text-align: center;
    margin-top: 40px;
    background: url(/images/premium/testimonial-bg.png) left top repeat-x;
}

.testimonials h4{
    font-family: georgia;
    font-size: 30px;
    color: #303030;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.2);
    line-height: 80px;
}

/* FAQ */
.faq{
    text-align: left;
    margin: 40px 60px;
    float: left;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.faq li{
    width: 380px;
    height: 140px;
    margin-bottom: 20px;
    float: left;
}

.faq h5{
    font-size: 17px;
    font-weight: bold;
}

.faq p{
    font-size: 14px;
    color: #606060;
}

.faq li.odd{

}

.faq li.even{
    margin-right: 60px;
}

/* Feature Table */
.featureTable{
    width: 1060px;
    margin: 0 auto 40px auto;
    font-size: 13px;
}

.featureTable thead th{
    width: 160px;
    color: #004d99;
    font-weight: bold;
}

.featureTable thead td{
    width: 180px;
    font-size: 12px;
    color: #606060;
}

.featureTable td.smallTdTitle{
	font-weight: bold;
	font-style: italic;
}

.featureTable tbody th, .featureTable tbody td{
    border: 1px solid #e5e5e5;
}

.featureTable th, .featureTable td{
    padding: 7px 0;
}

.featureTable tbody th{
    padding-left: 10px;
}

.featureTable tbody td{
    color: #606060;
}

.featureTable .greenCell{
    background: #f5f5f5;
    color: #408000;
    font-weight: bold;
}

.featureTable .checked{
    background: #f5f5f5 url(/images/premium/checked.png) 50% 50% no-repeat;
}

#diigoToolTipWindow .content{
	text-align:left;
	margin : 5px;
}
