﻿/* Faq Stuff */

/*dt:before*/
.faqs dt span
{
    /*content: "Q";*/
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman" , Times, serif;
    margin-right: 7px;
    padding: 0 8px 5px 8px;
    color: #FFD87D;
    background-color: #06C;
    font-weight: normal;
    margin-left: -47px;
    position: relative;
    top: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.faqs dt
{
    margin: 0 50px 0; /*border-bottom: 1px solid #ccc;*/
}
#content dd
{
    padding-left: 25px;
    margin-bottom: 8px;
}

#content .faqs dd
{
    padding-left: 0;
}

.faqs dd
{
    margin: 25px 50px 0px; /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 20px;
}

.faqs .top
{
    display: block;
    margin-top: 10px;
}

div#content dd ol, div#content dd ul, div#content .faqs dd p
{
    font-size: 1em;
    margin-bottom: 0;
}

.answer
{
    /*content: "A";*/
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman" , Times, serif;
    margin-right: 7px;
    padding: 0 9px;
    color: #06C;
    background-color: #FFD87D;
    margin-left: -47px;
    position: relative;
    top: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}