/********************************************************************
**  Styles for Vista FAQ pages
**
*/

#containerPageBody {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#faqContainer {
    background-color: #fff;
    height: 100%;
}
#faqContainer img {
    display: inline;
}

.link2 { display: inline; }

#faqTitle, .eSupportTitle { 
    padding: 10px 0 20px 0;
    font-size: 13pt;
    font-weight: bold;
}

#faqBody {
    padding: 20px;
}

.faqTitlebar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
    font-size: 8pt;
    font-weight: bold;
    padding: 2px 0;
}


ul.faqList {
    margin-top: 8px;
}
ul.faqList li a {
    font-size: 9pt;
    font-weight: normal;
}

li p { margin-top: 0; margin-bottom: 0; } 

p { width: 100%; }

.rarrow {
	position: relative; top: 2px;
}
