﻿.groupLinkContainer
{
    width: 95%;
    margin: 0px auto;
    height: 60px;
}

.groupLink
{
    float: left;
    max-width: 100px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    padding: 5px;
}

.productLineLink
{
    display: block;   
    margin-left: 40px;
    line-height: 1.5em;
}

.activationHeader
{
    background-color: #181819;
    padding: 3px;
}

.functionHeader
{
    margin-left: 20px;
    border-bottom: solid 1px #181819;
    padding-bottom: 2px;
}

#ProductIndexContent
{
    margin-bottom: 60px;
}

.currentlySelectedGroup
{
    background-color: #0b0d0a;
    border: #181819 solid 1px;
    font-weight: bold;
    color: #AA0232;
    
}

.currentlySelectedGroup:link
{
    color: #AA0232;
}

.currentlySelectedGroup:visited
{
    color: #AA0232;
}