div.productTemplate *
{
    font-family: Arial;
    font-size: 12px;
    color: #426687;
}


/* Text Format ----------------------------------------- */
div.productTemplate p
{
    color: #426687;
    font-family: Arial;
    font-size: 12px;
    color: #426687;
}
div.productTemplate h1
{
    font-size: 18px;
    font-weight: bold;
    color: #426687;
}
div.productTemplate h2
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #426687;
}
div.productTemplate h3
{
    font-size: 12px;
    font-weight: bold;
    color: #426687;
    margin-bottom: 2px;
}

div.productTemplate h4
{
    font-size: 12px;
    font-weight: bold;
    color: #426687;
}

/* Layout ----------------------------------------- */
div.productTemplate
{
    margin: 20px;
    max-width: 650px;
}

div.productTemplate hr
{
    color: #EBECF0;
    background-color: #EBECF0;
    border: 0;
    height: 2px;
    margin-bottom: 20px;
}
div.productTemplate .buttons
{
    margin-bottom: 3px;
}

div.productTemplate .buttons img
{
    margin-left: 7px;
}

div.productTemplate .hrContainer
{
    text-align: right;
    margin-bottom: 0px;
}

/* Content Table ----------------------------------------- */

div.productTemplate table.tableMain
{
    width: 650px;
}
div.productTemplate table.tableMain td
{
    vertical-align: top;
}

div.productFeatures
{
    border: 1px solid #EBECF0;
    background-color: #F7F8FA;
    padding: 10px;
    margin-bottom: 20px;
}
div.headerContent
{
    min-height: 170px;
}

div.productTemplate li
{
    list-style-type: square;
    margin-left: 20px;
    padding: 5px;
    padding-bottom: 15px;
}

div.productTemplate .footerContent
{
    text-align:left;
    margin: 20px 0;
    border: 1px solid #EBECF0;
    background-color: #F7F8FA;
    padding: 10px;
}

/* License Table ----------------------------------------- */
div.productTemplate .tableLicense
{
    border: 0px solid #EBECF0;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom:5px;
}
div.productTemplate .tableLicense td
{
    text-align: center;
    padding: 4px;
}

div.productTemplate .colFirst
{
    background-color: #e3e3e3;
}
div.productTemplate .colNormalLicense
{
    background-color: #DFEDB9;
}
div.productTemplate .colUserLicense
{
    background-color: #F3E1AB;
}



