#nubotContent table {
  background: url("/images/bg_content.png") 0 0 repeat-x;
  border: 1px solid #d4d4d4;
  border-collapse: separate;
  border-width: 1px 0 1px 1px;
  font-size: 1em;
  width: 100%;
}

#nubotContent thead th{
  background: none;
  border-top: 0;
  border-right: 1px solid #d1d1d1;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 0;
  border-left: 1px solid #f6f6f6;
  border-left: 1px solid rgba(255, 255, 255, .6);
  font-size: .925em;
  text-align: left;
  width: 220px;
}
#nubotContent td {
  background: none;
  border-top: 0;
  border-right: 1px solid #d1d1d1;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 0;
  border-left: 1px solid #f6f6f6;
  border-left: 1px solid rgba(255, 255, 255, .6);
  font-size: .925em;
  text-align: left;
  width: 220px;
}

#nubotContent thead th {
  background: none;
  padding: 20px;
}

#nubotContent .most_popular {
  background: #d8e5f0;
  border-left: 1px solid #d8e5f0;
}

#nubotContent th h4 {
  color: #646464;
  color: rgba(0, 0, 0, .6);
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}

#nubotContent th.most_popular h4 { color: #444; color: rgba(0, 0, 0, .8); }

#nubotContent th h4 em { color: #6299c5; }

#nubotContent .nubottagline {
  color: #646464;
  color: rgba(0, 0, 0, .6);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

#nubotContent th h5 {
  color: #01637F;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}

#nubotContent th h5 em {
  color: #888;
  color: rgba(0, 0, 0, .4);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
}

#nubotContent th .button {
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  text-transform: none !important;
  width: 123px;
}

#nubotContent th.most_popular .button {
  background-color: #01637F;
  border-color: #01637F;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .5);
}

#nubotContent th.most_popular .button:hover {
  background-color: #828282;
  border: 1px solid gray;
}

#nubotContent th.most_popular .button:active {
  background-color: #6299c5;
  border-color: #5382a8;
}

#nubotContent td { padding: 0; }

#nubotContent td li {
  border-top: 1px solid #f6f6f6;
  color: #828282;
  color: rgba(0, 0, 0, .4);
  line-height: 20px;
  margin: 0 20px;
  padding: 4px 0 5px 0;
  background: none;
}

#nubotContent td.most_popular li {
  border-color: #ccd9e3;
  border-color: rgba(0, 0, 0, .05);
}

#nubotContent td .additional_features li { padding: 0; }

#nubotContent td strong {
  color: #646464;
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
}

#nubotContent td .extra {
  cursor: help;
  color: #6299c5;
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  font-weight: bold;
}

#nubotContent td .extra span {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 11px;
  visibility: hidden;
}

#nubotContent td .extra:hover { color: #693; }
#nubotContent td .extra:hover span { visibility: visible; }

#nubotContent td ul {
  list-style-type: none;
  margin: 0;
}

#nubotContent td img { display: inline; }

#nubotContent td .additional_features .tool_tip {
  background: url("/images/icons/tick.png") 0 50% no-repeat;
  color: #6299c5;
  display: block;
  font-weight: normal;
  padding: 4px 0 5px 20px;
  text-decoration: none;
}

#nubotContent td .additional_features .tool_tip:hover, td .additional_features .tool_tip:active {
  color: blue;
}

#nubotContent tfoot th {
  background: #e7f3d9;
  border-top: 1px solid #cfe7b3;
  color: #666;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
}



