/* $Id: faqs.css 18331 2011-10-05 16:41:08Z tcoehoorn $ */

/*
 * faqs.css
 *
 * Styles for the wish list faq page
 */

#wishlist_main {
    padding: 10px 0 0 10px;
}

h1 {
    font-size: 16px;
}

#question-index {
    padding-bottom: 40px;
}

#question-index ul {
    margin-left: 30px;
}

#question-index li {
    list-style-type: disc;
    list-style-position: outside;
    padding: 5px 10px 5px 0;
}

#question-index li a {
    font-size: 12px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    text-decoration: none;
}

#question-index li a:hover {
    text-decoration: underline;
}

h1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Trebuchet MS";
}

h2 {
    font-weight: bold;
    font-size: 13px;
    font-family: Georgia,"Times New Roman",Times,serif;
}

.row {
    margin-bottom: 10px;
}

.column1 {
    float: left;
    width: 45%;
}

.column2 {
    margin-left: 47%;
}

#answers {
    font-family: 'Trebuchet MS',Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    margin: 0 20px 0 10px;
}

#answers h2 {
    border-top: 1px solid gray;
    padding-top: 10px;
    margin-bottom: 5px;
}

.question {
    font-weight: bold;
    margin-bottom: 5px;
}

.answer a.top-link {
    margin-bottom: 20px;
    display: block;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

