﻿.featureCategory
{
  background-repeat: repeat-x;
	background-color: #3F3F3F;
	border: 1px;
	cursor: pointer;
	border-bottom-color: black;
	border-top-color: gray;
	border-left-color: gray;
	border-right-color: black;
	border-style: solid;
	padding: .3em .0em .3em .3em;
	color: White;
	font-size: 10px;
	width: 99.15%;
	clear:both;
}

.featureCategory input
{
  border-style: none;
  text-align:left;
  cursor: pointer;
  background-repeat: repeat-x;
	background-color: #3F3F3F;
  color: White;
	font-size: 10px;
	width: 99.15%;
	clear:both;
  text-decoration: none;
  height: 20px;
  margin: 0px;
  padding: 0px;
}

.expandcollapse
{
  height:0px;
  width:0px;
  
}

.featureItem
{
  width: 20px;
}

.featureName
{
  width: 100px;
}


