
/* ----- FAQ-SPECIFIC ----- */

#faq_index li
{list-style-image: url("/gfx/w_bullet_gray.gif");
 margin-left: 30px;}

#faq_index a {text-decoration: none;}
#faq_index a:hover {text-decoration: underline;}

#faq_main li
{list-style-image: url("/gfx/w_bullet_orange.gif");
 margin-left: 30px;
 position: relative;}

#faq_main .faq_item_q {font-weight: bold;}

#faq_main .faq_item_q:hover
{background: inherit;
 color: inherit;
 text-decoration: inherit;}

/* Back to top link */
#faq_main .faq_back_to_top
{display: block;
 width: 13px;
 height: 13px;
 margin-left: 463px;
 line-height: 11px;
 background: url("/gfx/icon_backtotop.gif") no-repeat right top;}

#faq_main .faq_back_to_top:hover {background-color: transparent;}
#faq_main .faq_back_to_top .text {display: none;}

