﻿



#faq
{
    position: relative;
    
    
}
#faq #questions h1
{
    margin: 30px 0 10px 0;
    font-size: 16px;
    
}
#faq #questions h2
{
    font-size: 14px;
    
}
#faq #questions h3
{
    font-size: 12px;
}
#faq #questions .faq-headline
{
    margin-bottom: 4px;
   
}
#faq #questions .faq-headline-collapse
{
    margin-bottom: 10px;
    
}
#faq #questions .faq-headline, #faq #questions .faq-headline-collapse
{
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 10pt; /*color: #5466bd;*/
	color: #749ba7;
	font-weight: normal;
	
}
#faq #questions .faq-headline a
{
    background: transparent url(/images/FAQ/btn_plus.gif) left 4px no-repeat;
}
#faq #questions .faq-headline-collapse a
{
    background: transparent url(/images/FAQ/btn_minus.gif) left 4px no-repeat;
}
#faq #questions .faq-headline a,
#faq #questions .faq-headline-collapse a
{
    display: block;
    width: 100%;
    cursor: pointer;
    padding-left: 15px;
    text-decoration: none !important;
}
#faq #questions .faq-item
{
    display: none;
}
#faq #questions .faq-item-collapse
{ 
	background: transparent url(/images/FAQ/faq_shelf.gif) left top no-repeat;
	padding: 3px 0 0 10px;
	margin: 0 0 10px 17px;
	font-family: Tahoma;
	font-size: 10pt; /*color: #113c63;*/
	/*color: gray;*/
	/*color: #749ba7;*/
	 color: darkblue;
	  }

#faq #questions hr.invisible
{
    display: none;
}
#faq #faq-install
{
    margin-top: 35px;
}
