﻿/************reset******************/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body ,html
{
    height:100%;
}
body {
	
	font-size:12px;
	font-family:Tahoma;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear
{
    clear:both;
}
a{
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
p
{
    direction:rtl;
    text-align:right;
}
/*************************************/

body
{
  background-color:#fff;
  font-family:Tahoma;
  font-size:12px;
  color:#fff;  
}
#wrap
{
    width:998px;
    background:url(images/bg-wrap.jpg) repeat-y;
    margin:0 auto;
}
#body-main #aspnetForm
{
    height:100%;
}
.internalwrap 
{
    min-height:100%;
    position:relative;
 
}
.internalwrap #main
{
   padding-bottom:90px;
}
#main
{
    width:964px;
    margin:0 auto;
}
/*******************************/
#TopSite
{
    width:100%;
    height:96px;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
#TopSite .logo
{
    width:378px;
    height:96px;
    background:url(/Upload/Images/logo/logo-fa.png) no-repeat right 0px;
    float:right;
}
#TopSite .left
{
    float: left;
    height: 77px;
    margin: 19px 0 0 12px;
    width: 323px;
}
#lang span ,#lang a
{
    float:left;
    color:#535c64;
}
#lang span
{
    margin:0px 3px;     
}
#lang a:hover
{
    color:#013970;
    text-decoration:none;
}
/******************************/
.scol
{
    width:440px;
    height:187px;
    float:right;
    margin-top:6px;
}
.subj ,#TitlePage
{
    width:100%;
    min-height:31px;
    border-bottom:6px solid #fd9c03;
    background: #034688; /* Old browsers */
    background: -moz-linear-gradient(top, #034688 0%, #00356a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#034688), color-stop(100%,#00356a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #034688 0%,#00356a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #034688 0%,#00356a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #034688 0%,#00356a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #034688 0%,#00356a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034688', endColorstr='#00356a',GradientType=0 ); /* IE6-9 */
}
#TitlePage
{
    margin-top:10px;
}
.subj h1 ,#TitlePage h1
{
    direction: rtl;
    float: right;
    margin: 5px 7px;
    text-align: right;
}
.scol .detail
{
    height:136px;
    padding:7px;
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f8 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8f8f8 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f8 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    overflow:hidden;
}
/*****************************/
#news-container ul li {
    width: 427px;
}
#news-container ul li a {
    background: url("images/bg-li.png") no-repeat right 15px;    
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 9px 10px 9px 0;
    width: 404px;
    direction:rtl;
    text-align:right;
}
#news-container ul li a:hover
{
    text-decoration:none;
    color:#00376f;
}
#MessageManager
{
    margin-right: 6px;
    width: 518px;
}
.icontent *
{
    font-family:Tahoma;
    color:#000;
    font-size:12px;
    text-align:justify;
    direction:rtl;
    line-height:21px;
}

#Partners
{
    clear: both;
    float: right;
    margin-top: 7px;
    width: 100%;
}
#Partners .detail
{
    width:962px;
    min-height:80px;
    border:1px solid #dbdbdb;
    text-align:center;
    padding:15px 0px;
}
#Partners .detail div
{
    display:inline-block;
    width:126px;
    height:69px;
    margin:4px;
    border:1px solid #dedede;
    text-align:center;
    overflow:hidden;
    float:right!ie;
    margin-left:5px!ie;
}
#Partners .detail div img
{
    max-width:126px;
    max-height:69px;
 }
 /*******************/
#Citations {
    border: 1px solid #DBDBDB;
    clear: both;
    float: right;
    height: 126px;
    margin-top: 9px;
    width: 962px;
}
/*****************carousel*******************/
.list_carousel {
    float: right;
    margin-bottom: 3px;
    margin-top: 0;
    padding: 9px 30px;
    position: relative;
    width: 902px;
}

.list_carousel ul {
    display: block;
    list-style: none outside none;
    margin: 0;
   padding: 0;
}
.list_carousel li {
    color: #999;
    display: block;
    float: left;
    font-size: 40px;
    height: 105px;
    margin: 2px 2px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 85px;
}
#new-adver .list_carousel li
{
    height: 496px;
 }
 #new-adver .list_carousel li .adverItem
 {
     clear:both;
     float:right;
     margin-bottom:20px;
 }
.list_carousel li .img-cour
{
    display: block;
    height: 106px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 75px;
 }
 .list_carousel li .name-p1
 {
    color: #474842;
    direction: rtl;
    display: block;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    height: 31px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    width: 142px;
  }

.list_carousel li .price {
     clear: both;
    color: #80B134;
    direction: rtl;
    display: block;
    font-size: 11px;
    text-align: center;
}  
.list_carousel li .name-p1:hover
{
    color:#4879c5;
 }
.list_carousel li a img {
     max-width: 75px;
  }
.prev {
    background: url("images/button.png") no-repeat left top;
    height: 27px;
    left: 8px;
    position: absolute;
    top: 60px;
    width: 23px;
}
.next {
    background: url("images/button.png") no-repeat right top;
    height: 27px;
    position: absolute;
    right: 8px;
    top: 60px;
    width: 23px;
}
.prev:hover
{
     background-position:left bottom;
}
.next:hover
{
    background-position:right bottom;
}
.caroufredsel_wrapper
{
    margin:0 0 0 6px!important;
}  
#footer
{
    height:80px;
    width:964px;
    background: rgb(3,70,138); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNDY4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM0NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(3,70,138,1) 0%, rgba(0,52,102,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,70,138,1)), color-stop(100%,rgba(0,52,102,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(3,70,138,1) 0%,rgba(0,52,102,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(3,70,138,1) 0%,rgba(0,52,102,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(3,70,138,1) 0%,rgba(0,52,102,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(3,70,138,1) 0%,rgba(0,52,102,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03468a', endColorstr='#003466',GradientType=0 ); /* IE6-8 */
    margin-top:10px;
    clear:both;
    float:right;
}  
.internalwrap #footer 
{
    position:absolute;
    bottom:0px;
    left:17px;
}
#footer .right
{
    width:611px;
    float:right;
    font-size: 11px;
    margin: 17px 5px 0 0;
}
#footer .left
{
    float:left;
    margin: 17px 0 0 12px;
    width:333px;
}
#bnav
{
    direction:rtl;
    width:100%;
    height:27px;
}
#bnav ul li
{
    float:right;
}
#bnav ul li a 
{
    color:#c4c9cd;
    padding:2px 7px;
}
#hiberd a
{
    color:#c4c9cd;
}
#bnav ul li a:hover ,#hiberd a:hover
{
    color:#fff;
    text-decoration:none;
}
#bnav ul li ul
{
    display:none;
}
#hiberd
{
    clear:both;
    float:right;
    margin-right:7px;
}
#links
{
    float:left;
    width:79px;
 }
#links a
{
    display:block;
    float:left;
    height:22px;
    width:22px;
    background:url(images/links.png) no-repeat left 0;
    margin-right:5px;
     -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
} 
#links #goo:hover
{
    background-position:left bottom;
}
#links #tew
{
    background-position:-28px 0px;
}
#links #tew:hover
{
     background-position:-28px bottom;
}
#links #fac
{
    margin-right:0px;
    background-position:-57px 0px;
}
#links #fac:hover
{
    background-position:-57px bottom;
}
#toseepad
{
    float: left;
    font-family: arial;
    font-size: 19px;
    margin: -2px 0 0 5px;
    text-align: left;
    width: 249px;
 }
 #copyright
 {
    clear: both;
    color: #C4C9CD;
    direction: ltr;
    float: left;
    font-family: arial;
    font-size: 11px;
    margin-top: 10px;
 }
 #ContentInner
 {
     border:1px solid #DBDBDB;
     padding:15px;
 }
#products .product-item
{
    width:209px;
    height:225px;
    float:right;
    margin:11px;
    border:1px solid #DBDBDB;
    overflow:hidden;
 }
 #products .product-item a
 {
     display:block;
     text-align:center;
 }
 #products .product-item a img
 {
     width:206px;
     height:190px;
 }
#products .product-item a:hover
{
    text-decoration:none;
   
}
#products .product-item a span{
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#products .product-item a:hover span
{
     color:#01376c;
     padding-right:5px;
}
.cms-det-product .title
{
    color: #01376C;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    direction:rtl;
    text-align:right;
}
.img-products
{
    width:100%;
    text-align:center;
    margin-bottom:10px;
}
.img-products img
{
    max-width:962px;
}
.icontent strong
{
    font-weight:bold;
}
/********************************/
.article-post-template .article-post-items ,.book ,.news
{
    border-bottom: 1px dashed #BABABA;
    padding: 10px 0;
}
.article-post-template .article-post-items h3 a ,.book h1{
    color:#00366b;
    font-weight:bold;
}
.article-post-template .article-post-items h3 a:hover
{
    text-decoration:none;
    color:#000;
}
.article-post-template .article-post-items .more , .news a
{
     color:#00366b;
     font-size:11px;
}
.article-post-template .article-post-items .more:hover , .news a:hover{
    color:#ff9c00;
    text-decoration:none;
}
.book .downloadbook
{
    display: block;
    height: 28px;
    margin-top: 10px;
    padding-right: 35px;
    width: 64px;
    background:url(images/download.jpg) no-repeat;
    color:#4f4d4d;
}
.book .downloadbook:hover
{
     color:#00366b;
     text-decoration:none;
 }
 .RadCaptcha.RadCaptcha_Default 
 {
     margin-right:26px;
 }
 .news .img-news
 {
     width:63px;
     height:48px;
     padding:2px;
     border:1px solid #ccc;
     display:block;
     margin:0 0 2px 6px; 
     float:right;
 }
 .news .img-news img
 {
     width:63px;
     height:48px;
    
 }
 .ContentTextSummer
 {
      padding: 10px;
      background-color:#EDEDED;
      margin-bottom:10px;
 }
 .cms-det-product .date
 {
    border-top: 1px dashed #919191;
    margin-top: 15px;
    padding-top: 5px;
    font-size:11px;
    text-align:left;
    color:#444;
 }
  #dateField
 {
     width:264px;
 }