/* -- PRICING -- */

table#pricing
{
    padding-bottom:0px;
    color:#344450;
	font-size: 12px;
}

.featureLabel
{
    width:245px;
    font-size: 12px;
	text-align: center;
	font: italic 14px/18px Georgia, Times, serif;
}

.featureCell
{
    width:500px;
    text-align:center;
	font-size: 12px;
}

table#pricing th
{
    vertical-align:top;
    padding: 10px;
	font: italic 14px/18px Georgia, Times, serif;
	
}

table#pricing th.blank
{
    border-bottom:1px solid #F2F2F2;
}


table#pricing td
{
    height:39px;
    border-bottom:1px solid #F2F2F2;
}

table#pricing td.bg1
{
    background: #eef3fa;
    border-bottom:1px solid #e9e9e9;	
    font-weight: bold;
}

table#pricing td.bg2
{
    background: #e1ebfe;
    border-bottom:1px solid #EEE;
   	font-weight: bold;
}
