/* FEATURE BOX */

.featureBox {
  min-width: 475px;
  max-width: 650px;
  border-collapse:collapse;
  background:#EFF4FB repeat-x;
  border:1px solid #686868;
  color: #111;
  margin-left: 2px;
}

.featureBox #headings , #subheadings {
  text-align: center;
  border-color: black;
}

.featureBox #subheadings {
  border-bottom: 1px solid #000;
}

.featureBox td, th {
  padding:4px;
}

.featureBox a {
  color:#000099;
  text-decoration:none;
  font-weight: bold;
}

.featureBox a:link {}

.featureBox a:visited {
  color:#950000;
}

.featureBox a:hover {
  border-bottom: 1px dashed #bbb;
}

thead th, tfoot th, tfoot td {
  background:#C0EBFF repeat-x;
  color:#333;
}

.featureBox tbody th, tbody td {
  border-bottom: dotted 1px #333;
}

.featureBox tbody th {
  white-space: nowrap;
}

.even {
  background: #E0F0F0;
}

.odd {
  background: #EFF8FF;
}

.featureBox tbody tr:hover {
  background:#fafafa;
}

.featureBox .no {
  background: url(../img/x_red.png) no-repeat center center;
  width: 28px;
  height: 28px;
}

.featureBox .yes {
  background: url(../img/check_green.png) no-repeat center center;
  width: 28px;
  height: 28px;
}

.featureBox .na {
  background: url(../img/dash_grey.png) no-repeat center center;
  width: 28px;
  height: 28px;
}

.featureColumn { 
  height: 20px;
  width: 26px;
} 

.featureBox #subheadings { 
  height: 20px;
  line-height: 100%;
} 

.featureBox .name {
  max-width: 125px;
  min-width: 90px;
  text-align: left;
  border-right: 1px dotted #333333;
}

.featureBox .description { 
  max-width: 320px;
  width: 280px;
  text-align: left;
  border-right: 1px dotted #333333;
} 

.featureBox .female_start { 
  border-left: 1px dotted #333333;
} 

/* END FEATURE BOX */
