.contenthidden {display:none} 
.contentshown { display: table-row; } 

tr.grey { background-color: #eee; }
tr.white { background-color: #fff; }

td.feature_description 
{
   padding-top: 2px;
   padding-left: 17px;
   padding-bottom: 5px;
   font-size: 10px;
}

td.feature_description_grey
{
   padding-top: 2px;
   padding-left: 17px;
   padding-bottom: 5px;
   font-size: 10px;
   background-color: #eee;
}

div.feature_description
{
   font-size: 10px;
   background-color: #fff;
   width: 480px;   
   padding-left: 3px;
   padding-right: 3px;
}

div.feature_description_grey
{
   font-size: 10px;
   background-color: #eee;
   width: 480px;   
   padding-left: 3px;
   padding-right: 3px;
}

td.check
{
   text-align: center;
}

/* 0602CD */
a.feature_name
{
   color: #0E399B;
   font-weight: bold;
}

a.feature_name:hover
{
   color: #cc0033;
}

a.arrow
{
   outline: none;
}

img.arrow
{
   margin-left: 3px; 
   padding-bottom: 5px;
}

td.price
{
   font-weight: bold;
   color: #0E399B;
   text-align: center;
   font-size: 9px;
}

