﻿@font-face {
     font-family:'Yekan';
     src: url('/fonts/Yekan.eot?#') format('eot'),
          url('/fonts/Yekan.woff') format('woff'),
          url('/fonts/Yekan.ttf') format('truetype');
     font-style:normal;
     font-weight:normal;
     }
     @font-face {
  font-family: 'Roya';
  src: url('/fonts/BRoya.eot?#') format('eot'),  
       url('/fonts/BRoya.woff') format('woff'),
       url('/fonts/BRoya.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'Mitra';
  src: 
      url('/fonts/BMitra.eot?#') format('eot'),
      url('/fonts/BMitra.woff') format('woff'),
      url('/fonts/BMitra.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'MitraBold';
  src: 
      url('/fonts/BMitraBold.eot?#') format('eot'),
      url('/fonts/BMitraBold.woff') format('woff'),
      url('/fonts/BMitraBold.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
}

 @font-face {
  font-family: 'Samim';
  src: url('/fonts/Samim.eot?#') format('eot'),  
       url('/fonts/Samim.woff') format('woff'),
       url('/fonts/Samim.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'Vazir';
  src: url('/fonts/Vazir.eot?#') format('eot'),  
       url('/fonts/Vazir.woff') format('woff'),
       url('/fonts/Vazir.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'irsans';
  src: 
      url('/fonts/irsans.eot?#') format('eot'),
      url('/fonts/irsans.woff') format('woff'),
      url('/fonts/irsans.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
}  
@font-face {
  font-family: 'JadidBold';
  src: 
      url('/fonts/JadidBold.eot?#') format('eot'),
      url('/fonts/JadidBold.woff') format('woff'),
      url('/fonts/JadidBold.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
} 
@font-face {
  font-family: 'KoodakBold';
  src: 
      url('/fonts/KoodakBold.eot?#') format('eot'),
      url('/fonts/KoodakBold.woff') format('woff'),
      url('/fonts/KoodakBold.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
} 
@font-face {
  font-family: 'MehrBold';
  src: 
      url('/fonts/MehrBold.eot?#') format('eot'),
      url('/fonts/MehrBold.woff') format('woff'),
      url('/fonts/MehrBold.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
} 
@font-face {
  font-family: 'Morvarid';
  src: 
      url('/fonts/Morvarid.eot?#') format('eot'),
      url('/fonts/Morvarid.woff') format('woff'),
      url('/fonts/Morvarid.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
} 
@font-face {
  font-family: 'TitrBold';
  src: 
      url('/fonts/TitrBold.eot?#') format('eot'),
      url('/fonts/TitrBold.woff') format('woff'),
      url('/fonts/TitrBold.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
} 
@font-face {
  font-family: 'TitrTGEBold';
  src: 
      url('/fonts/TitrTGEBold.eot?#') format('eot'),
      url('/fonts/TitrTGEBold.woff') format('woff'),
      url('/fonts/TitrTGEBold.ttf') format('truetype');
       
  font-style:normal;
  font-weight:normal;
} 
/* RESET STYLES//////////////////////////////////////////////////////////////////////////////*/
html, /*body,*/ div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
tfoot, border, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
body {
	line-height: 20px;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Mitra,Tahoma,"Times New Roman", Times, serif;
}
/* END RESET STYLES////////////////////////////////////////////////////////////////////////////////////*/

/****************main styles*********************************************************/
#logo
{
    /*background-color: #ffffdf;*/
    width: 80px;
    height: 80px;
    float: right;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 2;
    }
    #logo a {
        display: block;
        width: 80px;
        height: 80px;
        /*background-color: #B0E0E6;*/
    }
#chat
{
    background-color: #79bfd8;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: right;
    position: fixed;
    bottom: 4px;
    right: 4px;
    z-index: 100;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}
#topBar
{
    background-color: #3c3c3c;
    height: 30px;
    padding-left: 105px;
    border-bottom: 3px solid rgb(121, 191, 216);
}

#mainBoxes, #botContent, #down-boxes, #footer
{
    margin-top: 10px;
}
#news
{
    height: 270px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px 5px 2px;
    margin-left: 0;
}



#realtyBox
{
    height: 250px;
    background-color: #bbb;
    border: solid 1px #f00;
    margin-right: 30px;
}
#adBox
{
    height: 250px;
    background-color: #ddd;
    border: solid 1px #0f0;
}
#botContent
{
    min-height: 155px;
    padding: 30px 0;
    position:relative;
}
#back-boxy-menu
{
    width:100%;
    heighT:90PX;
    position:absolute;
    top:90px;
    left:0;
    z-index:-1;
    background:#e74c3c;
    }
#down-boxes
{
    min-height: 155px;
    padding: 30px 20px 80px;
    margin-bottom: 65px;
}
#bestmembers, #frimarket, #forum
{
    width: 240px;
    height: 100px;
    /*background: #fff;*/
    float: right;
    margin: 10px 20px 0 30px;
    color: #0088cc;
    background-color: #efefef;
    border:3px solid #efefef;
   
}
 #frimarket
{
    width: 300px;
    position:relative;
    border-bottom:3px solid #cfcfcf;
    }
 #forum
{
    width: 260px;
    margin-left:20px}
/*#forum
{
    padding: 5px;
    color: #0088cc;
    margin-left: 0;
}*/


#bestmembers a,#forum a, #frimarket a
{
    text-decoration:none;
    padding: 5px;
    width:230px;
    height:90px;
    display:block;
}
#frimarket a{width:290px;}
#forum a{width:250px;}
#bestmembers img
{
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
    margin: 8px 5px;
}
 #forum img
{
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
    margin: 8px 5px;
}
#frimarket img
{
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
    margin: 8px 5px;
}
#bestmembers:hover, #forum:hover, #frimarket:hover
{
    border:3px solid #ccc;
    shadow-box:5px 5px 5px #333;
    background-color: #f3f3f3;
    }
    #bestmembers a:hover, #forum a:hover, #frimarket a:hover
{color: #0088cc;}
/*#bestmembers ul
{
    height: 98px;
    list-style: none;
    border: 1px solid #0088cc;
}
#bestmembers ul li, #bestmembers ul li a
{
    width: 100%;
    height: 90px;
}
#bestmember-content
{
    width: 125px;
    height: auto;
    float: right;
}



#bestmembers ul li div img:last-child
{
    width: 40px;
    float: left;
    border: 0;
}*/
/*#frimarket
{
    width: 270px;
    position: relative;
    color: #0088cc;
}
*/
#frimarket h3,#frimarket h4, #forum h3,#forum h4, #bestmembers h3,#bestmembers h4
{
    display: inline;
    float: right;
    line-height: 1;
}
#frimarket h4, #forum h4,#bestmembers h4
{
    color: #005580;
}
/*#frimarket a
{
    display: inline-block;
    width: 60px;
    background-color: #b03060;
    float: left;
    line-height: 2;
    vertical-align: middle;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
#frimarket a:hover
{
    text-decoration: none;
    background-color: #D13870;
}*/
#frimarket-time
{
    position: absolute;
    top: 106px;
    right:47px;
    width: 195px;
    height: 60px;
    padding:5px;
    border:1px solid #ccc;
    
}
#frimarket-time ul
{
    list-style: none;
   width:195px;
    height: auto;
    margin: 0;
  
}

#frimarket-time ul li
{
    width: 45px;
    height: 55px;
    float:right;
    background-color:#36648B;
    margin: 0 0 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
   padding-top:5px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    
}
#frimarket-time ul li:last-child
{ margin:0;}
#frimarket-time span
{
    width: 45px;
    display: block;
    text-align: center;
    margin: 12px 0 0;
    color: #cfcfcf;
    font-size:12px;
    
}

#frimarket-time span:last-of-type
{
    margin: 0;
}
#frimarket-content
{
    background-color: #fff;
    height: 100px;
    width: 260px;
    padding: 5px;
}
#fri-cont
{
    border: 1px solid #0088cc;
    background-color: transparent;
    height: 88px;
    padding: 5px;
}
/*#forum-cont
{
    border: 1px solid #0088cc;
    background-color: transparent;
    height: 88px;
    padding: 5px;
}

/*#botContent > div
        {
            height: 150px;
            background-color: #bbb;
            border-left: 1px solid #333;
        }*/
/*#footer > div
        {
            height: 70px;
            background-color: #666;
            border-left: 1px solid #333;
        }*/
/******news box****************************************************************************************************/

.tabs1
{
    width: 100%;
    margin: 0px auto;
    position: relative;
    height: 240px;
}

#news .tabs1
{
    min-height: 235px;
}
/*for news Box*/
.tab1
{
    float: right;
    min-height: 200px;
}
.tab1 li
{
    list-style-type: none;
}
.content1
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
}
#tab1.content1
{
    overflow: hidden;
    }
    #mainCoursesWrapper .content1,
    #diplomCoursesWrapper .content1,
    #specialCoursesWrapper .content1,
    #shortCoursesWrapper .content1  
    {
       direction:rtl; 
        }
.content1 > *
{
    opacity: 0; /*-webkit-transform: translate3d(0, 0, 0);            -webkit-transform: translateX(-100%);       -moz-transform:    translateX(-100%);       -ms-transform:     translateX(-100%);       -o-transform:      translateX(-100%);*/
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}


.showall
{
    width: 150px;
    height: 15px;
    float: left;
    display: inline;
    text-align: left;
    font: normal 11px Tahoma;
    color: #293955;
}
.showall:hover
{
    text-decoration: underline;
    color: #eb592a;
}
.nsp
{
    border-top: 1px solid #666;
}
.coursetitr
{
    font: bold 22px 'B Roya';
}


/*belong to tabs////////////////////////*/
/*.tabrow
{
    text-align: center;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    position: relative;
}
.tabrow li
{
    border: 1px solid #ccc;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.tabrow a
{
    color: #555;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Adobe Arabic';
}
.tabrow li.selected
{
    background-image: url(/project-02/images/tab-back.png);
    background-repeat: repeat-x;
    background-position: top left;
    border-bottom: 1px solid #e8e8e8; /*background: #FFF;  		    border-bottom-color: #FFF;*/
  /*  z-index: 2;
}
.tabrow li.selected a
{
    color: #000;
}
.tabrow:before
{
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before, .tabrow li:after
{
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before
{
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after
{
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before
{
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after
{
    box-shadow: -2px 2px 0 #FFF;
}
*/
.trans
{
    z-index: 1;
}
.trans > *
{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.zinx
{
    z-index: 1;
}
/******multi tabs***************************************************************************************************/


.navtab
{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.navtab > li
{
    position: relative;
    display: block;
}
.navtab > li > a
{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navtab > li > a:hover, .navtab > li > a:focus
{
    text-decoration: none;
    background-color: #e6e6e6;
}
.navtab > li.disabled > a
{
    color: #999999;
}
.navtab > li.disabled > a:hover, .navtab > li.disabled > a:focus
{
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.navtab .open > a, .navtab .open > a:hover, .navtab .open > a:focus
{
    background-color: #e6e6e6;
    border-color: #2780e3;
}
.navtab .nav-divider
{
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.navtab > li > a > img
{
    max-width: none;
}
.nav-tabs
{
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li
{
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a
{
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover
{
    border-color: #e6e6e6 #e6e6e6 #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified
{
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li
{
    float: none;
}
.nav-tabs.nav-justified > li > a
{
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}
@media (min-width:768px)
{
    .nav-tabs.nav-justified > li
    {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a
    {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a
{
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus
{
    border: 1px solid #dddddd;
}
@media (min-width:768px)
{
    .nav-tabs.nav-justified > li > a
    {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus
    {
        border-bottom-color: #ffffff;
    }
}
.navtab
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navtab > li
{
    position: relative;
    display: block;
}
.navtab > li > a
{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navtab > li > a:hover, .navtab > li > a:focus
{
    text-decoration: none;
    background-color: #eee;
}
.navtab > li.disabled > a
{
    color: #777;
}
.navtab > li.disabled > a:hover, .navtab > li.disabled > a:focus
{
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.navtab .open > a, .navtab .open > a:hover, .navtab .open > a:focus
{
    background-color: #eee;
    border-color: #428bca;
}
.navtab .nav-divider
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.navtab > li > a > img
{
    max-width: none;
}
.nav-tabs
{
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li
{
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a
{
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent; /*border-radius:4px 4px 0 0*/
}
.nav-tabs > li > a:hover
{
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified
{
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li
{
    float: none;
}
.nav-tabs.nav-justified > li > a
{
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}
@media (min-width:768px)
{
    .nav-tabs.nav-justified > li
    {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a
    {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a
{
    margin-right: 0; /*border-radius:4px*/
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus
{
    border: 1px solid #ddd;
}
@media (min-width:768px)
{
    .nav-tabs.nav-justified > li > a
    {
        border-bottom: 1px solid #ddd; /*border-radius:4px 4px 0 0*/
    }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus
    {
        border-bottom-color: #fff;
    }
}
.nav-pills > li
{
    float: left;
}
.nav-pills > li > a
{
    /*border-radius:4px*/
}
.nav-pills > li + li
{
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li
{
    float: none;
}
.nav-stacked > li + li
{
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified
{
    width: 100%;
}
.nav-justified > li
{
    float: none;
}
.nav-justified > li > a
{
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}
@media (min-width:768px)
{
    .nav-justified > li
    {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a
    {
        margin-bottom: 0;
    }
}
.nav-tabs-justified
{
    border-bottom: 0;
}
.nav-tabs-justified > li > a
{
    margin-right: 0; /*border-radius:4px*/
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus
{
    border: 1px solid #ddd;
}
@media (min-width:768px)
{
    .nav-tabs-justified > li > a
    {
        border-bottom: 1px solid #ddd; /*border-radius:4px 4px 0 0*/
    }
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus
    {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane
{
    display: none;
}
.tab-content > .active
{
    display: block;
}
.nav-tabs .dropdown-menu
{
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tabs-left
{
    border: 0;
    margin-top: 10px;
}

/*.nav-tabs
{
    float: left;
    border-bottom: 0;
    list-style-type: none;
}
.nav-tabs li
{
    float: none;
    margin: 0;
}
.nav-tabs li a
{
    margin-right: 0;
    border: 0;
    background-color: #c0392b;
    display: block;
    width: 30px;
    height: 30px;
}
.nav-tabs li a:hover
{
    background-color: #e74c3c;
}
.nav-tabs .glyphicon
{
    color: #fff;
}
.nav-tabs .active .glyphicon
{
    color: #333;
}*/
.span6:first-child .nav-tabs
{
    margin-left:-1px;
    }
.span6:first-child .nav-tabs > li.active > a,
 .span6:first-child .nav-tabs > li.active > a:hover,
 .span6:first-child .nav-tabs > li.active > a:focus
{
    border: solid 1px #ccc;
    border-left:0;
}
.span6:last-child .nav-tabs
{
    margin-right:-1px;
    }
.span6:last-child .nav-tabs > li.active > a,
 .span6:last-child .nav-tabs > li.active > a:hover,
 .span6:last-child .nav-tabs > li.active > a:focus
{
    border: solid 1px #ccc;
    border-right:0;
}
/*.tab-content {
  margin-left: 45px;
}*/
.tab-content .tab-pane
{
    display: none;
    background-color: #fff;
    border: solid 1px #ccc;
    min-height: 240px;
    padding: 5px 5px 0;
    overflow: hidden;
}
#news .tab-content .tab-pane
{
    min-height: 250px;
    padding: 1.6rem;
}
/*for news Box*/

.tab-content .active
{
    display: block;
}
body
{
    background-color: #eee;
}
.container, .row, #topContent
{
    background-image:url(img/back.png);
    background-repeat:repeat;
}
/*--Footer Styles--*/
#footer li
{
    list-style-type: none;
    direction: rtl;
}
#footer li a:hover
{
    text-decoration: none;
}


#footer
{
    width: 100%;
    min-height: 130px;
    background: url(img/footer-b.jpg) no-repeat;
    background-repeat: repeat-x;
    background-color: #0c1117;
    margin:20px 0 0;
    padding: 12px 0 0;
    clear: both;
    border-bottom: solid 8px #79BFD8;
        border-top: solid 2px #79BFD8;
font-family:Tahoma,arial;
}
#right-footer
{
    width: 47%;
    float: right;
}
/*
=footer-widg
--------------------------------*/
.footer-widg
{
    width: 210px;
    float: right;
    margin: 0 20px 0 0;
    position: relative;
    height: 100px;
}
.footer-widg-title
{
    width: 100%;
    height: 48px;
}
.footer-widg-title a
{
    display: block;
    color: #939393;
    line-height: 48px;
    float: right;
    padding-right: 50px;
}
.footer-widg-title a.fa-footer-widg-title
{
    /*background:url(/project-02/testfolder/cardo/icon-bg0.png) right -210px no-repeat;*/
}

.footer-widg-content
{
    width: 220px;
    font: normal 11px Tahoma;
}
.footer-widg-content li
{
    background: url(img/line-li0.png) 0 bottom repeat-x;
    padding:0;
    margin:0;
    /*line-height: 25px;*/
    color: #6c6c6c;
    height:25px;
    vertical-align:middle;
}
.farsi *
{
    font: normal 12px "B Koodak";
}
.footer-widg-content li a
{
    /*background: url(/img/bullet-b.png) -115px -225px no-repeat;*/
    color: #6c6c6c;
    display: block;
    padding-right: 20px;
    text-align: right;
    line-height: 15px;
    height:15px;
    vertical-align:middle;
    width:130px;
}
.footer-widg-content li
{
    text-align: right;
}
.footer-widg-content li a:hover
{
    background: url(/img/bullet-b.png) -174px -271px no-repeat;
    color: #b0acac;
}
#footer-header
{
    width: 100%;
    height: 225px;
    position: absolute;
    bottom:-30px;
    left: 0;
    background: #79BFD8;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.footer-header-content li
{
    width: 95%;
    height: 65px;
    text-align: right;
    line-height: 4;
    padding: 5px;
}
.footer-header-content li *
{
    color: #efefef;
}
.footer-header-content li a
{
    display:block;
    width: 100%;
    height: 65px;
    text-align: right;
    
   
}
.footer-header-content li a:hover *
{
    color:#666;
}


.footer-img
{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin:5px 10px;
}
.copy
{
    width: 100%;
    height: 6px;
    clear: both;
    margin:0 auto;
    padding-top:10px;
   
}

.copy h1, .copy h1 a
{
    font: normal 9px Tahoma;
    text-align: center;
    line-height: 11px;
    color: #666;
    padding: 0;
    margin: 0;
}

/******multi tabs***************************************************************************************************/

#topBar ul#topbarul
{
    width: 100%;
    height: 30px;
    list-style: none;
    margin: auto;
    padding: 0;
    direction: rtl;
}
#topBar ul#topbarul > li
{
    display: inline-block;
    float: right;
    width: 50px;
    height: 30px;
    line-height: 28px;
    border-left: 1px solid #3f3f3f;
    position: relative;
}
#topBar ul#topbarul > li:nth-child(2), #topBar ul#topbarul > li:last-child
{
    width: 120px;
}

#topBar ul#topbarul > li > img
{
    padding: 5px;
}
#topBar ul#topbarul > li > a
{
    display: inline-block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
    background-color: #6f6f6f;
    color: #222;
    text-align: center;
}
#topBar ul#topbarul > li:first-child > a{background-color: #6f6f6f;}
#topBar .topbar-submenu
{
    width: 220px;
    min-height: 115px;
    max-height:222px;
    list-style: none;
    margin: auto;
    padding: 0;
    position: absolute;
    z-index: 10000;
    top: 30px;
    right: 0;
    background-color: #fff;
    display: none;
    border: 1px solid #ccc;
}
  #topBar .topbar-submenu .btnSearch
    {
        width:80px;
        height:20px;
        background:url(../img/search-1.png) center center no-repeat;
        border-radius:5px;
        
        }
.lblerror
{
    width: 130px;
    height: 20px;
    margin-right: 15px;
    margin-bottom:20px;
    font: bold 16px 'Adobe Arabic';
    color: #f00;
}
#topBar .topbar-submenu.helpmenu
{
    width: 150px;
    min-height:164px;}
#topBar .up-submenu
{
    width: 100%;
    height: 40px;
    color: #6c7886;
    line-height: 40px;
    background: #ecf2f7;
    border-bottom: 1px solid #ccc;
}
#topBar .content-qnty
{
    background-color: #35B3F2;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 24px;
    display: inline-block;
    font-size: 13px;
    margin: 0 10px;
    color: #fff;
}
#topBar .topbar-submenu-content
{
    width: 100%;
    min-height:0px;
    max-height: 140px;
    /*overflow: scroll;*/
    overflow-x:hidden;
    list-style: none;
}

#topBar .topbar-submenu-content.helpmenu
{
    width: 150px;
    min-height: 164px;
    overflow:hidden;
    list-style: none;
}
#topBar .topbar-submenu-content li
{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #ccc;
    overflow:hidden;
}
#topBar .topbar-submenu-content li:last-child
{
    border-bottom: 0;
}

#topBar .topbar-submenu-content li a:first-child
{
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    float: right;
    margin: 0;
    text-decoration: none;
    text-align: right;
    color: #666;
    font-size: 11px;
}
#topBar .topbar-submenu-content.helpmenu li a:first-child
{
    
    width: 140px;
    text-align: right;
    color: #666;
    font-size: 13px;
    padding-right:10px;
}
#topBar .topbar-submenu-content li *:nth-child(2)
{
    display: inline-block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0;
    text-decoration: none;
    text-align: center;
    color: #666;
    font-size: 11px;
}

#topBar .topbar-submenu-content li:hover
{
    color: #333;
    background: #A5C8DC;
}
#topBar .topbar-submenu-content li a img.topbar-ads-img
{
    width: 8px;
    height: 8px;
    margin: 0 5px 0;
}
#topBar .topbar-submenu-content.helpmenu li a img.topbar-ads-img
{
    width: 8px;
    height: 8px;
    margin: 0 5px 0 10px;
}
#topBar .topbar-submenu-content li .topbar-del-img
{
    width: 8px;
    height: 8px;
    margin: 16px 5px;
    display: none;
}
#topBar .topbar-submenu-content li:hover .topbar-del-img
{
    display: block;
}
#topBar .topbar-submenu-content li .topbar-del-img:hover
{
    cursor:pointer;
    width:16px;
    height:16px;
    margin:12px 1px;
}
#topBar #saved-search-menu li a:first-child
{
    width: 160px;
}
#topBar #saved-search-menu li a:nth-child(2),
#topBar #saved-search-menu li a:last-child
{
    width: 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0;
    text-decoration: none;
    text-align: center;
    color: #666;
    font-size: 11px;
}


.submenu-arrow
{
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10001;
    display: none;
}
#topBar .down-submenu,
#visitedDownSubmenu .down-submenu,
#visitedDownSubmenu0 .down-submenu
{
    width: 100%;
    height: 40px;
    background: #ecf2f7;
    color: #6c7886;
    font-size: 13px;
    border-top: 1px solid #ccc;
    font-family:'irsans,Tahoma',Tahoma,Arial,sans-serif;
}
#topBar .down-submenu span
{
    width: 109px;
    height: 40px;
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 40px;
}
#topBar .down-submenu span input {
    border: 0px none;
    width: 109px;
    height: 40px;
    color: #6c7886;
    display: inline-block;
    background: #ecf2f7;
    
}

#topBar .down-submenu span:first-child
{
    width: 110px;
    border-left: 1px solid #ccc;
}
#topBar .down-submenu span a
{
    color: #6c7886;
    width: 110px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
}
#topBar .down-submenu > span > a:hover,
#topBar .down-submenu > span > input:hover
{
    background: #ccc;
    color: #0088cc;
}
#topBar #registermenu
{
    width:270px;
    min-height:110px;
    padding:20px 10px 0;
    
    }
#topBar #registermenu input[type="text"],
#topBar #registermenu input[type="password"],
#topBar #newsletter input[type="text"]
{
    width:160px;
    height:18px;
    line-height:18px;
    border-radius:0;
    }
  #topBar #newsletter
{
    width:350px;
    min-height:30px;
    padding:20px 10px;
    
    }  

/*/////////////////////////////////////// search tabs///////////////////////////////////////////////////////////////////*/
ul#search-tabs
{
    width: 500px;
    height: 30px;
    list-style: none;
    margin:0 20px 0 0;
    padding: 0;
    direction: rtl;
    z-index: 1;
    float:right;
}
ul#search-tabs > li
{
    display: inline-block;
    float: right;
    width: 16.62%;
    height: 30px;
    line-height: 28px;
    
}


ul#search-tabs > li > a
{
    display: inline-block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
    color: #222;
    text-align: center;
}
.search-subtab
{
    width: 620px;
    margin: 0 auto;
    height: 235px;
    background: #efefef;
    border: 1px solid #fff;
    display:none;
    position:relative;
}
.search-subtab > a:first-of-type
{
    position:absolute;
    top:15px;
    left:10px;
    width:22px;
    height:22px;
    padding:5px;
    background:#afafaf;
    border-radius:16px;
    
    }
    .search-subtab > a:first-of-type:hover
{
    background:#999;
}
    .search-subtab > a:first-of-type img
{
    margin-top:3px;
   }
    .search-subtab>a:last-of-type
{
    position:absolute;
    bottom:10px;
    left:10px;
    }
.active-search-tabcontent
{
    display:block;
    }
.active-search-tab
{
    background-color:#efefef;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    
    }
    
    
    /*///////////////////// search sub tabs/////////////////////////*/
    ul.subsearchtabs
{width: 625px;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    direction: rtl;
    z-index: 1;
    border-bottom:1px solid #ccc;
}
ul.subsearchtabs > li
{
    display: inline-block;
    float: right;
    width: 70px;
    height: 20px;
    line-height: 20px;
    background:#efefef;
    margin:10px;
    
}


ul.subsearchtabs > li > a
{
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.sub-searchtab
{
    width: 620px;
    margin: 0 auto;
    padding-top:20px;
    height: 180px;
    background-color: transparent;
   
    display:none;
}
.search-subtab .active-search-sub-tabcontent
{
    display:block;
    }
.subsearchtabs .active-search-subtab
{
    color:#0088cc;
border-bottom:2px solid #0088cc;    
    }
    
    
    /*///////tables//////////////////////////////////*/
#search-subnav table tr td{color:#005580;font-size:13px;text-align:left}   
#search-subnav table tr td:nth-child(2),
#search-subnav table tr td:nth-child(4),
#search-subnav table tr td:nth-child(6)
{
    text-align:right}
    