/* Create - Features Table
============================================================================= */

sup {
    font-size: 10px; font-style: italic;
}

.topRow {
  background: url(../img/backgrounds/featuresTable_top.gif) 0 0 repeat-y;
  font: normal 11px/18px Tahoma, Arial, Helvetica, Sans-Serif;
  color: #ffc11c;
  height: 40px;
  margin-top: 25px;
  padding-top: 14px;
}

.topRow .standardColumn {
  float: left;
  width: 115px;
  padding-left: 10px;
}

.topRow .standardColumn span {color: #a4aab7;}

.tableContent {
  background: url(../img/backgrounds/featuresTable.gif) 0 0 repeat-y;
  padding: 15px 0 19px 0;
}

.tableContent img {padding-top: 2px;}

.tableContent ul {
  background: url(../img/backgrounds/featuresTable_divider.gif) 0 24px no-repeat;
  height: 30px;
}

.tableContent ul li {
  float: left;
  text-align: center;
  width: 125px;
}

.tableContent ul li.description {
  text-align: left;
  width: 200px;
  margin-left: 20px;
}

.tableHeading {
    padding: 6px 20px 10px;
    background: #f0f1f1;
}

a.signUp {float: left; background: url(../img/buttons/signUp.png) 0 0 no-repeat; width: 87px; height: 29px; margin: 15px 0 0 38px;}
a.signUp:hover {background-position: 0 -29px}
a.first {margin-left: 239px;}

img.information {
padding:0px;
float:right;
margin-right:12px;
}
a.information-a {
padding:0px;
float:right;
margin-right:12px; margin-top:1px; 
display:block;
height:16px; width:16px;
background:url('../img/icons/information.png') no-repeat;
}
a.information-a:hover {
background:url('../img/icons/information.png') no-repeat bottom;
}

*+html a.information-a {margin-top:-18px;}
