/*
    FedEx FAQ CSS for /help/fedex_faq.asp
*/
#faqC   {
    margin:             0px 57px 0px 0px;
    padding-left:       10px;
}
ul {
    margin:             0px 0px;
    padding-left:       0px;
    list-style-type:    none;
}
li {
    margin-bottom:      4px;
}
li a {
    text-decoration:    none;
}
li a:hover {
    text-decoration:    underline;
}
p.question {
    margin-bottom:      4px;
}
p.answer {
    margin-top:         4px;
}
ul.faq_list {
    margin-left:        0px;
    padding-left:       0px;
    font-weight:        bold;
    list-style-type:    none;
}
.img_div {
    float:              right;
    text-align:         center;
    font-weight:        bold;
    margin-left:        12px;
    padding-bottom:     24px;
    padding-top:        12px;
}
