/**************************
 * FEATURE PAGES
 * ************************/

div.features-column {
  float: left;
}

div.container-column {
  float: left;
}

div.container-column div.feature-splash {
  margin: -18px -70px 0 -10px;
}

div.features-column img.mindset-logo {
  margin-bottom: 21px;
}

div.features-column ul.feature-selector {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

div.features-column img.buynow-button {
  margin-top: 25px;
  margin-left:  15px;
}

div.features-column img.buynow-button-euro {
  margin-top: 0px;
  margin-left:  15px;
}

ul.feature-selector li {
  width: 205px;
  height: 38px;
  vertical-align: middle;
  margin-bottom: 12px;
}

ul.feature-selector li.selected {
  background: url('../images/features/selected-feature.png') no-repeat left center;
}

ul.feature-selector li a {
  display: block;
  width: 160px;
  height: 38px;
  margin-left: 15px;
  padding-top: 8px;
  color:  #3c6a8c;
  font-weight: bold;
  text-shadow: #111 1px 1px 3px;
}

ul.feature-selector li.selected a, ul.feature-selector li a:hover {
  text-decoration: none;
  color: #00a2e0;
}

ul.feature-selector li a span {
  background-image: url('../images/features/feature-icons.png');
  float: right;
  width: 38px;
  height: 38px;
  margin-top: -4px;
  background-repeat: no-repeat;
}

ul.feature-selector li a.index span {
  background-position: -38px 0;
}

ul.feature-selector li.selected a.index span, ul.feature-selector li a.index:hover span {
  background-position: 0 0;
}

ul.feature-selector li a.bluetooth span {
  background-position: -38px -38px;
}

ul.feature-selector li.selected a.bluetooth span, ul.feature-selector li a.bluetooth:hover span {
  background-position: 0 -38px;
}

ul.feature-selector li a.visualizer span {
  background-position: -38px -76px;
}

ul.feature-selector li.selected a.visualizer span , ul.feature-selector li a.visualizer:hover span  {
  background-position: 0 -76px;
}

ul.feature-selector li a.neuroboy span  {
  background-position: -38px -114px;
}

ul.feature-selector li.selected a.neuroboy span , ul.feature-selector li a.neuroboy:hover span  {
  background-position: 0 -114px;
}

ul.feature-selector li a.devtools span  {
  background-position: -38px -152px;
}

ul.feature-selector li.selected a.devtools span , ul.feature-selector li a.devtools:hover span  {
  background-position: 0 -152px;
}

ul.feature-selector li a.dlc span  {
  background-position: -38px -190px;
}

ul.feature-selector li.selected a.dlc span , ul.feature-selector li a.dlc:hover span  {
  background-position: 0 -190px;
}
ul.feature-selector li a.mindset span  {
  background-position: -38px -228px;
}

ul.feature-selector li.selected a.mindset span , ul.feature-selector li a.mindset:hover span  {
  background-position: 0 -228px;
}
ul.feature-selector li a.specs span  {
  background-position: -38px -266px;
}

ul.feature-selector li.selected a.specs span , ul.feature-selector li a.specs:hover span  {
  background-position: 0 -266px;
}



div.feature-buy {
  float: left;
  width: 70px;
  margin: 0;
}

div.content-container {
  margin: -10px -30px 0 0;
  padding: 0 30px;
  width:  600px;
}

div.content-container h2 {
  margin: 0;
  padding: 0;
  text-shadow: #111 1px 2px 4px;
}

div.content-container p {
  margin-left: 20px;
}

div.content-column {
  width:  60%;
  float: left;
  padding-right: 20px;
}

div.bullet-column {
  float: left;
  width: 35%;
}

div.bullet-column ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 35px;
}

div.bullet-column ul li {
}

