﻿.supportbox
{
    width: 300px;
    float: left;
}
.supportsearch
{
    width: 99%;
    text-align: left;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    background-color: #FCFCFC;
    border: solid 1px #DDD;
}
.supportsearch .sslabel
{
    display: block;
    margin-top: 10px;
}
.supportsearch p
{
    margin: 0px 0px 20px 0px;
    letter-spacing: normal;
    text-transform: none;
}
.supportsearch .sections
{
    letter-spacing: 0px;
    color: #999;
    background-image: none;
    padding: 10px 0px 0px 10px;
    margin: 0px;
}
.supportsearch select
{
    width: 200px;
}
.supportlist
{
    float: right;
    width: 585px;
    margin-left: 20px;
}
.faqbox
{
    width: 100%;
    padding: 10px 0px 20px 0px;
    border-bottom: dotted 1px #DDD;
    line-height: 100%;
}
.supportlist a
{
    border: none;
    color: #777;
}
a.link:hover
{
    background-color: Transparent;
    color: #333;
}
.faqicon a
{
    width: 60px;
    padding: 10px;
    float: left;
    color: #DDD;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}
.faqquestion
{
    float: right;
    width: 496px;
}
.question
{
    font-weight: bold;
    color: #666;
    padding-bottom: 10px;
    font-size: 13px;
}
.faql, .faqr
{
    width: 30%;
    float: left;
    text-align: left;
    font-size: 10px;
    color: #999;
}
.faqr
{
    text-align: right;
    width: 70%;
}
.downloads
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.downloads a
{
    font-weight: normal;
    border-bottom: none;
    color: #666;
}
.downloads a:hover
{
    border-bottom: solid 1px #000;
    color: #000;
}
.downloads li
{
    padding-bottom: 16px;
}
.downloads .pdf, .downloads .http
{
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.downloads .pdf
{
    background-image: url(images/pdf_document.png);
}
.downloads .http
{
    background-image: url(images/empty.png);
}
.answer
{
    color: #666;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    font-style:normal;
}
