﻿/*//////////////////*/
/*/////faq/////*/
/*//////////////////*/

.faq_div
{
	clear:both;
	
}
.faq_paging
{
        clear:both;
    text-align:left;
    padding-left:3px;
    border-top:darkred 1px solid;
    padding-top:5px;

}
.faq_table
{
         width:100%;
    clear:both;

}
.faq_title
{
    padding: 3px;
    margin: auto;
    clear: both;
    overflow: auto;
    text-align: right;
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: normal;
    background-color: #F7F7F7;
    color: #333333;
    border-bottom: #333333 1px solid;
    direction: rtl;
    background-image: url(../../images/Help File.jpg);
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right 50%;
    
}
.faq_text
{
        color: #333333;
    font-family: tahoma;
    font-size: small;
    direction:rtl;
    text-align:justify;
    padding:3px;

}



