#featureList li {
	padding: 0;
	margin: 0;
	background: none;
}

#featureList a:active {
	border: 0;
}

#featureList td.featureName
{
    padding-left: 40px;
    width: 420px;
}

#featureList td.featureValue
{
    width: 100px;
    text-align: center;
}

.feature h3
{
    border-bottom: solid 1px #BBBBBB;
    padding: 10px;
}

.feature h3:hover
{
    background-color: #EEEEEE;
    cursor: hand;
}

.feature h3 a
{
    font-weight: bolder;
    text-transform: uppercase;
    color: #000000;
}

.feature h3 a:hover
{
    text-decoration: none;
}

table.features
{
    border-collapse:collapse;
    /*width: 520px;*/
}

table.features th
{
    background-color: #DDDDDD;
}

table.features th,
table.features td
{
    text-align: left;
    border-bottom: solid 1px #BBBBBB;
    padding: 5px;
}
