body {
    margin: 0px;
}

#top-border .border1 {
    background: #041577;
    height: 5px;
    width: 100%;
}

#top-border .border2 {
    background: #0abafd;
    height: 5px;
    width: 100%;
}

#header {
    width: 980px;
    margin: auto;
    position: relative;
    height: 10px;
    z-index: 2;
}

#header .right {
    width: 154px;
    background: url(../images/output.png) no-repeat -153px -167px;
    height: 167px;
    position: absolute;
    right: -154px;
}

#header .left {
    width: 154px;
    background: url(../images/output.png) no-repeat 0px -168px;
    height: 167px;
    position: absolute;
    left: -154px;
}

#header .center {
    width: 100%;
    background: url(../images/output.png) no-repeat;
    height: 70px;
    z-index: -100;
}

#content {
    width: 980px;
    margin: auto;
    position: relative;
    text-align: right;
    min-height: 500px;
}

#top-menu {
    margin: auto;
    position: absolute;
    right: 250px;
    width: 750px;
    height: 48px;
    z-index: 101;
}

#top-menu .r-menu {
    width: 49px;
    height: 48px;
    background: url('../images/output.png') no-repeat -77px -335px;
    float: right;
}

#top-menu .content {
    width: 650px;
    background-color: #00b9ff;
    height: 47px;
    float: right;
    z-index: 110;

}

#top-menu .content .nav {
    list-style-type: none;
    font-family: BYekan, tahoma;
    font-size: 13px;
    margin-top: -5px;
    z-index: 100;
    position: relative;

}
#top-menu .content .nav li ul {
    visibility: hidden;
}
#top-menu .content .nav li {
    float: right;
}

#top-menu .content .nav li.split {
    margin: 15px 5px 0px 5px;
    font-size: 15px;
    font-family: tahoma;
}

#top-menu .content .nav li a:hover, #top-menu .content .nav li a.select {
    background: -moz-linear-gradient(top, #001270 0%, #4E5CA4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001270), color-stop(100%, #4E5CA4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #001270 0%, #4E5CA4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #001270 0%, #4E5CA4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #001270 0%, #4E5CA4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #001270 0%, #4E5CA4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001270', endColorstr='#4E5CA4', GradientType=0); /* IE6-9 */
    color: #ffffff;
}

#top-menu .content .nav li a {
    display: block;
    padding-top: 14px;
    padding-bottom: 4px;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

#top-menu .l-menu {
    width: 49px;
    height: 48px;
    background: url('../images/output.png') no-repeat -28px -335px;
    float: right;
}

#top-menu .nav li {
    position: relative;
}

#top-menu .nav li ul {
    text-align: right;
    white-space: nowrap;
    right: 0px;
    position: absolute;
    min-width: 85px;
    padding: 2px;
    background-color: #00b9ff;
}

#top-menu .nav li ul li {
    display: block;
    width: 100%;
    direction: rtl;
    margin-top: 5px;
    margin: auto;
    float: none !important;
}

#top-menu .nav li ul li a {
    text-align: right !important;
    display: block !important;
    zoom: 1;
    width: 100% !important;
}

#top-menu .nav li ul li:hover {
    display: block;
    background-color: #0f207a;
    color: #ffffff;
}

#top-menu .nav li ul li a:hover {
    display: block;
    background-color: #0f207a;
    color: #ffffff;
}

#col-left {
    width: 74%;
    float: left;
    height: 100%;
    margin-top: 55px;
    padding-left: 8px;
}

#col-right {
    width: 25%;
    float: right;
}
.right-box .flatmenu{
    padding-right: 20px;
}
#logo-box {
    width: 100%;
    min-height: 100px;
    position: relative;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}

#logo-box img {
    padding: 8px;
}
.panel {
    background: rgb(248, 248, 248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(236, 236, 236, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(236, 236, 236, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(236, 236, 236, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(236, 236, 236, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(236, 236, 236, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(236, 236, 236, 1) 100%); /* W3C */
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px #424242;
    -webkit-box-shadow: 0 0 5px #424242;
    box-shadow: 0 0 5px #424242;
}

.left-block {
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

.left-block .content {
    padding: 5px;
    background-color: #e0e0e0;
    border: #d0d0d0 solid 1px;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    z-index: 100;
    position: relative;
}

.left-block .footer {
    width: 100%;
    height: 35px;
    margin-top: -10px;

}

.left-block .footer div {
    z-index: 10000;
    margin: auto;
    width: 135px;
    height: 32px;

    background: url("../images/bottom_panel.png") no-repeat scroll center center transparent;

}

.right-box {
    width: 100%;
    margin-top: 5px;
    position: relative;
    padding-top: 5px;
}

.right-box ul {
    margin-top: 10px;
    width: 200px;
    padding-bottom: 10px;
    
}

.right-box ul li a {
    text-align: right;
    text-decoration: none;
    display: block;
    font-family: byekan, tahoma;
    font-size: 14px;
    color: #808080;
    position: relative;
}

.right-box ul li a:hover {
    color: #00B9FF;
}
.clr-right .list{
    padding-right: 20px;
}
.clr-right .list li{
    list-style: circle outside none;
    color: #808080;
}

.clr-right .list li:hover{
    list-style: disc;
    color: #00B9FF;
}

.box-head{
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: url("../images/title-back.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-radius: 10px 10px 0 0;
    margin-top: -5px;
    height: 33px;
}
.box-center-head{
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: url("../images/title-center-back.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 29px;
}
.box-head-mid{
    color: #808080;
    font-family: byekan,tahoma;
    font-size: 14px;
    font-weight: bold;
    vertical-align: sub;    
}

#slider {
    /*width: 440px;
    float: left;*/
}

#col-right .clr-right {
    width: 230px;
    float: right;
}

#col-right .search {
    width: 100%;
    height: 40px;
}

#col-right .search input.text {
    direction: rtl;
    text-align: right;
    font-family: Nassim, Tahoma;
    margin-top: 6px;
    width: 160px;
    height: 25px;
    border: 1px solid #B1B1B1;
}

#col-right .logo {
    margin: auto;
    margin-bottom: 10px;
    display: block;
    width: 90px;
    height: 95px;
    /*background: url("../images/output.png") -980px -248px repeat-x;*/
}

#col-right .clr-right .footer {

    width: 100%;
    height: 35px;
    margin-top: -10px;

}

#col-right .clr-right .footer div {
    z-index: 10000;
    margin: auto;
    width: 135px;
    height: 32px;
    background: url("../images/bottom_panel.png") no-repeat scroll center center transparent;

}

#right-menu {
    width: 100%;
    height: 235px;
    margin-top: 15px;
    position: relative;
    padding-top: 5px;
}

#right-menu ul {
    margin: auto;
    margin-top: 10px;
    width: 200px;
}

#right-menu ul li a {
    text-align: right;
    text-decoration: none;
    border: 1px solid #CECECE;
    background: #FEFEFE; /* Old browsers */
    display: block;
    height: 30px;
    font-family: byekan, tahoma;
    font-size: 14px;
    color: #808080;
    position: relative;
}

#right-menu ul li a:hover {
    background-image: linear-gradient(bottom, #FAFAFA 29%, #DCDCDC 65%);
    background-image: -o-linear-gradient(bottom, #FAFAFA 29%, #DCDCDC 65%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 29%, #DCDCDC 65%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 29%, #DCDCDC 65%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 29%, #DCDCDC 65%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.29, #FAFAFA), color-stop(0.65, #DCDCDC));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCDCDC', endColorstr='#FAFAFA', GradientType=0); /* IE6-9 */
}

#right-menu ul li a span.s1 {
    float: right;
    display: block;
    margin-right: 2px;
}

#right-menu ul li a span.s2 {
    display: block;
    width: 10px;
    float: right;
    height: 30px;
    margin-left: 2px;
}
#right-menu ul li ul {
    display: none;
}
#right-menu ul li a:hover span.s2 {
    background: url("../images/output.png") no-repeat 0px -335px;
}

#tab .t-panel {
    height: auto;
    position: relative;
    background-color: #ffffff;
    -moz-box-shadow: inset 0 0 4px #5c5c5c;
    -webkit-box-shadow: inset 0 0 4px #5c5c5c;
    box-shadow: inset 0 0 4px #5c5c5c;
    padding-top: 10px;
    direction: rtl;
    font-family: tahoma;
    font-size: 11pt;
}

#tab .t-panel .t-content {
    display: none;
    direction: rtl;
    position: relative;
    height: 230px;
    overflow: hidden;
}

#tab .t-panel .t-content .tab-scroll {
    position: relative;
    height: 186px;
    overflow: hidden;

}

#tab .t-panel .t-content .nav a {
    cursor: pointer;
    width: 26px;
    height: 24px;
    margin: auto;
}

#tab .t-panel .t-content .nav .navigate-up {
    background: url("../images/output.png") no-repeat -234px -334px;
    display: block;
}

#tab .t-panel .t-content .nav .navigate-down {
    background: url("../images/output.png") no-repeat -234px -358px;
    display: block;
}

#tab .t-panel .t-content .nav a span {
    position: absolute;
    top: -1500px;
}

#tab .t-panel .t-content ul.image-list {
    position: absolute;
}

#tab .t-panel .t-content ul.image-list {
    border-top: 1px solid #dddddd;
}

#tab .t-panel .t-content ul.image-list li a {
    text-decoration: none;
    color: #727272;
    font-family: BYekan;
    font-size: 14px;
}

#tab .t-panel .t-content ul.image-list li {
    width: 800px;
    padding-bottom: 5px;
    padding-top: 5px;
    zoom: 1;
    border-bottom: 1px solid #dddddd;
}

#tab .t-panel .t-content ul.image-list li img {
    margin-left: 5px;
    float: right;
}

#tab ul {
    font-family: Nassimbold, tahoma;
}

#tab .t-panel .t-content .list li a {
    text-decoration: none;
    color: #727272;
    font-family: BYekan;
    font-size: 14px;
}

#tab .t-panel .t-content ul.list li {
    width: 800px;
    padding-bottom: 5px;
    padding-top: 5px;
    zoom: 1;
    border-bottom: 1px solid #dddddd;
}

#tab ul.t-title li.select {
    background: white;
    top: 20px;
    margin-right: 5px;
    z-index: 100 !important;
}

#tab ul.t-title li a {
    outline: none;
}

#tab ul.t-title li.select a {
    text-decoration: none;
    color: #777777;

}

#tab ul.t-title li {
    width: auto;
    margin-left: -10px;
    position: relative;
    top: 26px;
    float: right;
}

#tab ul.t-title li a {
    text-decoration: none;
    color: #000000;
}

#tab li.select .t-left {
    background: url(../images/output.png) no-repeat -129px -335px;
    width: 13px;
    height: 40px;
    float: right;
}

#tab li.select .t-content {
    background: url(../images/repeat.png) repeat-x 0px -86px;
    height: 48px;
    float: right;
}

#tab li.select .t-title {
    padding-top: 10px;
}

#tab li .t-title {
    padding-top: 6px;
    padding-right: 5px;
}

#tab li.select  .t-right {
    background: url(../images/output.png) no-repeat -142px -335px;
    width: 13px;
    height: 40px;
    float: right;
}

#tab li .t-left {
    background: url(../images/output.png) no-repeat -157px -335px;
    background-repeat: no-repeat;
    width: 13px;
    height: 32px;
    float: right;
}

#tab li .t-content {
    background: url(../images/repeat.png) repeat-x 0px -54px;
    height: 32px;
    float: right;
}

#tab li .t-right {
    background: url(../images/output.png) no-repeat -170px -335px;
    width: 13px;
    height: 32px;
    float: right;
}

#tab .blue-ribbon {
    background-color: #00baff;
    width: 100%;
    height: 10px;
    clear: both;
}

#tab .brown-ribbon {
    background-color: #dbbc4e;
    width: 100%;
    height: 10px;

}

@font-face {
    font-family: 'Nassim';
    font-weight: normal;
    font-style: normal;
    src: url('/ui/fonts/nassim-regular.eot');
    src: local('Nassim'), local('Nassim_Regular'), url('../fonts/nassim-regular.woff') format('woff');
}

@font-face {
    font-family: 'NassimBold';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/nassim-bold.eot');
    src: local('Nassim'), local('Nassim_Bold'), url('../fonts/nassim-bold.woff') format('woff');
}

@font-face {
    font-family: 'BKoodakBold';
    src: url('../fonts/BKoodakBold.eot?#') format('eot'), url('../fonts/BKoodakBold.woff') format('woff'), url('../fonts/BKoodakBold.ttf') format('truetype');
}

@font-face {
    font-family: 'BYekan';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/BYekan.eot');
    src: local('BYekan'), local('BYekan'), url('../fonts/BYekan.woff') format('woff');
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot?#') format('eot'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype');
}

.main {
    min-width: 980px;
    width: 100%;
    direction: rtl;
    background: rgb(151, 212, 221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(151, 212, 221, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(151, 212, 221, 1)), color-stop(37%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(151, 212, 221, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(151, 212, 221, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(151, 212, 221, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(151, 212, 221, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97d4dd', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.darkblue_ribbon {
    background-color: #001479;
    width: 100%;
    height: 6px;
}

.bottom_blocks {
    width: 100%;
    margin-top: 15px;
}
.block {
    margin-bottom: 10px;
}
.block1 {
    direction: rtl;
    background-color: #FFFFFF;
    -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    -moz-box-shadow: 0 0 5px #424242;
    -webkit-box-shadow: 0 0 5px #424242;
    box-shadow: 0 0 5px #424242;
    width: 203px;
    float: right;
    margin-right: 15px;
}

.block1 .bheader, .block2 .bheader, .block3 .bheader {
    width: 203px;
    height: 40px;
    background-repeat: no-repeat;
}

.block1 .bheader {
    background: url(../images/output.png) no-repeat -314px -249px;
}

.bheader .title {
    font-family: byekan, tahoma;
    top: 12px;
    text-align: center;
    width: 148px;
    height: 23px;
    right: 55px;
    position: relative;
    color: #ffffff;
}

.block2 .bheader {
    background: url(../images/output.png) no-repeat -314px -332px;
}

.block3 .bheader {
    background: url(../images/output.png) no-repeat -314px -291px;
}

.bcontent ul {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
}

.bcontent ul li span {
    width: 7px;
    height: 7px;
    display: block;
    float: right;
    top: 5px;
    margin-left: 5px;
    position: relative;
    margin-top: 5px;
}

.block1 .bcontent ul li span {
    background: url(../images/output.png) no-repeat -160px -368px;
    margin-right: 10px;
}

.block2 .bcontent ul li span {
    background: url(../images/output.png) no-repeat -174px -368px;
    margin-right: 10px;
}

.block3 .bcontent ul li span {
    background: url(../images/output.png) no-repeat -167px -368px;
    margin-right: 10px;
}

.bcontent ul li a {
    font-family: BYekan, tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
}

.block2 {
    direction: rtl;
    background-color: #FFFFFF;
    -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    -moz-box-shadow: 0 0 5px #424242;
    -webkit-box-shadow: 0 0 5px #424242;
    box-shadow: 0 0 5px #424242;
    width: 203px;
    float: right;
    margin-right: 25px;
}

.block3 {
    direction: rtl;

    -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    background-color: #FFFFFF;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    -moz-box-shadow: 0 0 5px #424242;
    -webkit-box-shadow: 0 0 5px #424242;
    box-shadow: 0 0 5px #424242;
    width: 203px;
    float: right;
    margin-right: 25px;
}

#footer {
    background-color: #6a6a6a;
    width: 100%;
    height: 250px;
    position: relative;
    direction: ltr;
}

.footer_end {
    background-color: #6a6a6a;
    line-height: 0px;
    position: relative;
}

#footer .fblock {
    width: 200px;
    margin-right: 25px;
    height: 215px;
    float: right;
}

#footer .fblock .title {
    background-color: #006b6a;
    -moz-border-radius: 0.5em 0.5em 0em 0em;
    border-radius: 0.6em 0.6em 0em 0em;
    width: 80%;
    height: 20px;
    margin-left: 10%;
    position: relative;
    z-index: 1;
    top: 30px;
}

#footer .fblock .back {
    background: -moz-linear-gradient(top, rgba(106, 106, 106, 0) 0%, rgba(129, 129, 129, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 106, 106, 0)), color-stop(100%, rgba(129, 129, 129, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(106, 106, 106, 0) 0%, rgba(129, 129, 129, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(106, 106, 106, 0) 0%, rgba(129, 129, 129, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(106, 106, 106, 0) 0%, rgba(129, 129, 129, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(106, 106, 106, 0) 0%, rgba(129, 129, 129, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a6a6a', endColorstr='#818181', GradientType=0); /* IE6-9 */
    width: 100%;
    height: 30px;
}

#footer .copyright {
    font-size: 9.5pt;
    color:#a0a0a0;
    font-family:BKoodakBold;
    direction:rtl;
    width:215px;
    text-align:justify
}

#footer .address{
    font-size: 9.5pt;
    color:#a0a0a0;
    font-family:tahoma;
    direction:rtl;
    width:215px;
    text-align:justify;
}

#footer .address ul li{
    list-style-type: none;
}

#footer .fblock .title {
    color: #ffffff;
    font-family: nassimbold, tahoma;
    font-size: 15px;
    padding-top: 2px;
    text-align: center;
}

#footer .fblock .bcontent ul {
    margin-top: 5px;
}

#footer .fblock .bcontent ul li {
    list-style-type: disc;
    direction: rtl;
    font-family: nassimbold, tahoma;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 5px;
    color: #b6b6b6;
    text-align: right;
}


#footer .fblock .bcontent a {
    font-family: BYekan;
    font-size: 12px;
    text-decoration: none;
    color:#DCDCDC;

}

#footer .fblock .ribbon {
    width: 100%;
    height: 5px;
    background-color: #006b6a;
}

.gray_ribbon {
    background-color: #737373;
    width: 100%;
    height: 5px;
}

.footer_slimi {
    width: 100%;
    height: 72px;
    background-color: #575757;
}

.footer_slimi div {
    width: 568px;
    margin: auto;
    height: 72px;
    background: url(../images/output.png) no-repeat -308px -167px;
}

.footer_gradient {
    width: 100%;
    height: 9px;
}

.footer_gradient div {
    width: 947px;
    height: 9px;
    margin: auto;
    background: url('../images/output.png') no-repeat 0px -383px;
}

.fcontent {
    width: 980px;
    margin: auto;
}

.footer_logo {
    background: url('../images/output.png') no-repeat -1070px -249px;
    width: 90px;
    height: 93px;
    margin-top: 1%;
    margin-left: 60px;
}

.helper-clearfix:before, .helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.helper-clearfix:after {
    clear: both
}

ul.container {
    direction: rtl;
    height: 315px;
    margin: 0 auto;
}

ul.container li {
    margin: 0px;

}

.accordion li.acc-holder {
    list-style: none;
    zoom: 1;
    *display: inline;
    margin: 0px;
    padding: 0px;
}

.accordion li.button {
    background-color: #8F8F8F;
    height: 30px;
}

.accordion li.button a {
    display: block;
    font-family: BYekan, tahoma;
    font-size: 15px;
    height: 25px;
    background-color: #FBFBFB;
    overflow: hidden;
    margin-right: 10px;
    text-decoration: none;
    color: #6F6F6F;
    border-top: 1px solid;
    width: 230px;
}

.accordion li.button a span.text {
    display: block;
    float: right;
    margin-right: 4px;
}

.accordion li.button a span.gradiant {
    background: url("../images/repeat.png") repeat-x;
    width: 6px;
    height: 27px;
    display: block;
    float: right;
}

.accordion li.button a span.disgradiant {
    background: url("../images/repeat.png") 0px -27px repeat-x;
    width: 6px;
    height: 27px;
    display: block;
    float: right;

}

.accordion li.button a span.arrow-down {
    background: url("../images/output.png") no-repeat -12px -336px;
    width: 13px;
    height: 8px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.accordion li.button a span.arrow {
    background: url("../images/output.png") no-repeat -12px -345px;
    height: 13px;
    display: block;
    float: left;
    width: 13px;
    margin-top: 7px;
    margin-left: 5px;
}

.dropdown {
    display: none;
    padding-top: 5px;
    overflow: auto;
    width: 100%;
}

.dropdown  ul li {
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
}

.dropdown  ul li img {
    float: right;
    margin-left: 3px;
}

.dropdown  ul li a {
    color: #6F6F6F;
    text-decoration: none;
    font-family: BYekan, tahoma;
    font-size: 12px;
}

.dropdown  ul li:hover {
    color: #ffffff;
    background-color: #D5B64D;
}

.dropdown  ul li:hover a {
    color: #ffffff;

}

.dropdown  ul {
    margin: auto;
    width: 215px;
}

.dropdown li {
    margin: 5px 0;
    padding: 5px;
}


.left-block  ul.list {
    direction: rtl;
}
.left-block  ul.list li {
    background-color: #ffffff;
}

.left-block  ul.list li img {
    float: right;
    margin-left: 3px;
}

.left-block  ul.list li a {
    color: #6F6F6F;
    text-decoration: none;
    font-family: BYekan, tahoma;
    font-size: 12px;
}

.left-block  ul.list li:hover {
    color: #ffffff;
    background-color: #D5B64D;
}

.left-block  ul.list li:hover a {
    color: #ffffff;

}

.left-block  ul.list {
    margin: auto;
    width: 215px;
}

.left-block ul.list li {
    padding: 5px;
}

#breadcrumb {
    height: 30px;
    width: 99.4%;
    clear: both;
    background: url("../images/head1.png") repeat-x;
    margin-right: 2px;
    margin-top: -8px;
}
/*#breadcrumb{
    background: url("../images/head.png") repeat-x;
    height: 70px;
    width: 100%;
    box-shadow: 0 0 4px #5C5C5C inset;
    direction: rtl;
    
    width: 725px; 
    margin-left: -9px; 
    margin-top: -20px;
}

#breadcrumb ul {
    margin: auto;
    margin-top: 10px;
    line-height: 31px;
    width: 100%;
}

#breadcrumb ul li{
    list-style: square; margin-right: 31px;
}
.last{
    list-style: none !important; margin-right: 15px !important;
}
#breadcrumb ul li span.s1 {
    float: right;
    display: block;
    margin-right: 2px;
    
}
#breadcrumb ul li span.s1 a{
    text-decoration: none;
    
}
#breadcrumb ul li span.s2 {
    display: block;
    width: 10px;
    float: right;
    height: 34px;
    margin-left: 2px;
    background: url("../images/head-span.png") repeat-x;
}*/
.search-box {
    width:190px;
    height: 26px;
    padding: 10px;
    position: absolute;
    /*left: 0px;*/
    margin-top: -15px;
}

.search-box input.text {
    float: right;
    background: url('../images/search-back.png') no-repeat;
    width: 158px;
    font-family: tahoma;
    font-size: 12px;
    height: 26px;
    border: none;
}
.search-box2{
    padding: 20px;
}
.search-list-box {
    padding:5px;
    position: relative;
}

.search-list-box input.text {
    background: url('../images/search-back.png') no-repeat;
    width: 158px;
    font-family: tahoma;
    font-size: 12px;
    height: 26px;
    border: none;
}
.search-list-box label.text {
    width: 150px;
    color:#b5650e;
    padding:5px;
    font-weight: bold;
    font-family: tahoma;
    font-size:12px;
    display: block;
}
.search-list-box .form-item label {
    font-family:tahoma;
    font-size:12px;
}
.search-list-box .form-item {
    margin-top: 10px;
}
.search-list-box .form-item input {
    margin-right: 5px;
}
.search .side {
    min-height: 300px;
    background: url('../images/search-bg.jpg');
}
.search .top {
    min-height: 300px;
    width: 572px;
    margin: auto;
    background: url('../images/search-up.jpg') repeat-x;
}
.search .down {
    z-index:1000;
    min-height: 300px;
    margin: auto;
    background: url('../images/search-down.jpg') bottom repeat-x;
}	
.search .back {
    width: 341px;
    height: 218px;
    position: absolute;
    left: 0px;
    top:-1px;
    background: url('../images/search.jpg') no-repeat;
}
#search-toolbar {
    margin:5px;
    font-family: tahoma;
    font-size:12px;
    padding-top:3px;
    overflow: hidden;
    color: #727272;
}
#search-toolbar div.center {
    float:right;
    width:560px;
    height:28px;
    background: url('../images/search-toolbar-bg.jpg') repeat-x;
}
#search-toolbar div.side {
    float: right;
    height: 28px;
    width:1px;
    background: url('../images/side.jpg') no-repeat;
}
#search-result {
    font-family: tahoma;
    font-size:12px;
    line-height: 25px;
    padding: 5px;
}
#search-result img {
    border: 4px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
#search-result h3 {
    color:#B5650E;
    font-size:12px;
}
#search-result h3 a {
    text-decoration: none;
    color:#B5650E;
}
#search-result .scontent a{
    text-decoration: none;
    color: black;
}
#search-result .scontent strong {
    font-weight: bold;
}
#search-result .title a{
    clear: both;
    font-weight: bold;
    color: #0080FF;
    text-decoration: none;
}
#search-result #breadcrumb{
    height: 30px;
    width: 100%;
    clear: both;
    background: url("../images/head1.png") repeat-x;
    margin: 0px;
}
#search-result .path{
    padding: 0px;
}
#search-result .title span{
    color: #727272;
    font-family: BYekan;
    float: left;
}
.search_row{
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin-bottom: 5px;
}
.search_odd{
    
}
.search_even{
    
}
    
.search {
    width:96%;
    /*min-height: 200px;*/
    background-color: white;
    margin-top: 20px;
    position: relative;
    margin: auto;
}


/* eshop */

.top-menu{
    margin-top: 0px !important;
    position: relative !important;
}

.img-list {
    padding: 10px;
}
.img-list img {
    border: 1px solid white;
    width: 100px;    
}
.img-list .text {
    padding-top:5px;
    font-family: tahoma;
    font-size: 12px;
    height: 60px;
    background:url(../images/sub-page/img-bg.jpg) repeat-x;
}
.img-list .text span {
    padding-right: 15px;
    background:url(../images/sub-page/arrow.png) right no-repeat;
}
.lst ul li{
    list-style-type: none;
}
.img-list li.image {
    margin-top: 30px;
    margin-right: 30px;
    float: right;
    background-color: #ebebeb;
    padding:10px;
    padding-bottom: 20px;    
}

.bottom{
    background: url('../images/search-back.png') no-repeat;
    width: 158px;
    font-family: tahoma;
    height: 26px;
    font-size: 10pt;
    border: none;
}
.clear { clear: both; }

.sub-page-content{
    padding: 10px;
}
/******/
/** Message Boxes **/
.errorBox, .successBox {
    font-family: tahoma;
    direction: rtl;
    padding-bottom: 10px;
    width: 708px;
    margin: auto;
    font-size: 0.8em;
    position: relative;
}

.errorBox {
    background: url(/public/images/admin/bg_errBox.gif) no-repeat bottom;
}

.successBox {
    background: url(/public/images/admin/bg_successBox.gif) no-repeat bottom;
}

.successBoxTop {
    background: url(/public/images/admin/bg_successBoxTop.gif) no-repeat;
    height: 6px;
}

.errorBoxTop {
    background: url(/public/images/admin/bg_errBoxTop.gif) no-repeat;
    height: 6px;
}

.errorIcon {
    direction: rtl;
    background: url(/public/images/admin/icon_error.gif) no-repeat 98% 10px;
}

.successIcon {
    background: url(/public/images/admin/icon_success.gif) no-repeat 98% 10px;
}

.msgBoxContent {
    text-align: right;
    padding: 10px 40px 10px 30px;
}

.msgBoxContent p {
    margin: 10px 0;
}

.errorIcon p:first-child {
    color: #a84114;
}

.successIcon p:first-child {
    color: #669638;
}

.msgBoxContent p:first-child {
    margin: 0px;
    font-size: 1.2em;
    font-weight: strong;
}

.msgBoxContent p:last-child {
    margin-bottom: 0;
}
.hidden {
    display: none;
}
.pcontent {
    padding:10px;
}
.pcontent span.code {
    font-family: tahoma;
    font-size: 11px;
    color:#6d7fa3;
}
.pcontent .text {
    margin-top: 10px;
    margin-bottom:10px;
    line-height: 25px;
    font-family: tahoma;
    font-size: 12px;
    padding-right: 7px;
}
.pcontent .tools {
    clear: both;
}
.pcontent .tools ul li {
    float: left;
    margin-left: 10px;
}
.pcontent h3 {
    margin-top:10px;
    color: #6d7fa3;
    font-family: tahoma;
    font-size: 12px;
}


.pcontent h2 {
    margin-top:10px;
    color: #989898;
    font-family: tahoma;
    font-size: 12px;
}
.pcontent h1 {
    font-family: tahoma;
    font-size: 14px;
    margin-top: 5px;
    font-weight:bold;
    color:#314876;
}
div.hover {
    background-color: white;
    position: absolute;
    /*position:relative;*/
}

.map1-main{
    margin-top: -35px;
    margin-right: -68px;
}

.paging {
    direction: rtl;
    margin: auto;
    font-family:tahoma;
    font-size:12px;
    text-align: center;
}
.paging ul {
    display: inline-block;
    padding:10px;
    text-align: center;
}
.paging a {
    text-decoration: none;
    padding:2px;
}
.paging li {
    float: left;
    list-style-type: none;
}
.paging li.current {
    padding:3px;
}
.paging li.num {
    margin-right: 2px;
    margin-left: 2px;
    padding:3px;
    border: 1px solid;
}
.image-list {
    margin: 0px;
    padding:0px;
    font-family: tahoma;
    font-size:12px;
    position: relative;
    list-style-type: none;
}

.image-list  li  img {
    padding-left:2px;
    float: right;
}
.image-list  li a {
    text-decoration: none;
    color:blue;
}
.left-box .image-list  li.odd {
    overflow: hidden;
    height: 40px;

}
.left-box .image-list li.even {
    overflow: hidden;
    height: 40px;
    /*	background-color: #e7e7e7;	*/

}
.right-box .image-list  li.odd {
    overflow: hidden;
    height: 40px;

}
.right-box .image-list li.even {
    overflow: hidden;
    height: 40px;
    /*	background-color: #e7e7e7;	*/

}
/* editor */
.wr50 {
    float: right;
    width: 50%;
    min-height: 100px;
}

.wl50 {
    float: left;
    width: 50%;
    min-height: 100px;
}

.extended {
    width: auto;
    display: inline;
    float: none;
}	

.w100{
    width: 100%;
    /*min-height: 100px;*/
    /*background-color: maroon;*/
}

.row {
    width: 100%;
    clear: both;
    /*min-height: 100px;*/
}

.ab {
    position: absolute;
}
ul.menu1 {list-style:none; margin:0; padding:0;font-family:tahoma;font-size:12px;}
ul.menu1 * {margin:0; padding:0}
ul.menu1 a {display:block; color:#000; text-decoration:none}
ul.menu1 li.li1 {}
ul.menu1 li {position:relative; float:right; margin-right:2px;}
ul.menu1 ul {position:absolute; top:26px; right:0; background-color:#e7eac1; display:none; opacity:0; list-style:none}
ul.menu1 ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu1 ul li a {display:block; padding:3px 7px 5px; background-color:#e7eac1}
ul.menu1 ul li a:hover {background-color:#dbdc90}
ul.menu1 ul ul {right:168px; top:-1px}
ul.menu1 .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:134px}
ul.menu1 .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu1 .sub {padding:5px;padding-right:15px;background:url(../images/sub-page/arrow.png) right no-repeat}
ul.menu1 li.no-sub {padding:5px;}
ul.menu1 .topline {border-top:1px solid #aaa}

.sub-page-menu {
    height: 30px;
    margin:5px;
    background-color: #d3d78e;
    text-align:right; font-family: verdana, sans-serif; position:relative; font-size:0.85em;
}

.path {
    padding:10px;
    font-family:tahoma;
    font-size:12px;
}

.path li {
    float: right;
    margin-left: 5px;
    background:url("/themes/persian/main/images/sub-page/arrow.png") no-repeat left;
    padding-left: 20px;
}
.path li.last {
    background: none;
}
.path li a {
    display: block;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;	
}
.nsummary{
    border: 1px solid #fff5ee;
    background: #fffafa;
    padding: 10px;
    margin: 20px;
    font-family: tahoma;
    font-size: 12px;
    text-align: justify;
}
.tags {
    text-align: right;
    font-family:tahoma;
    font-size:11px;
}
.tags li {
    padding:5px;
    background-color: #e9e9e9;
    float: right;
    margin-right: 5px;
    list-style: none;
}
.tags li a {
    text-decoration: none;
}

.list-box {
    margin:15px;
    min-height: 80px;
}
.list-box h1 {
    font-family: tahoma;
    font-size:14px;
    color: #c02e27;
    font-weight: bold;
    margin-top: 10px;
}
.list-box h1 a {
    color: #c02e27;
    text-decoration: none;
}

.list-box h2 {
    color: #989898;
    font-family: tahoma;
    font-size: 12px;

}
.list-box p {
    font-family: tahoma;
    font-size:12px;
    line-height: 25px;

}
.list-box .para-arrow {
    position: relative;margin-right:-20px;padding-left:4px;
}
.list-box img.pic {
    margin:10px;
    border: 4px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list-box .text {
    margin-right: 25px;
    text-align: justify;
}
.w390 {
    /*width: 390px;*/
}
.continue{
    text-align: left;
}

.continue span{
    padding-left: 5px;
}

.continue span a{
    font-family: BYekan;
    text-decoration: none;
    color: #00baff;
}
#ntypes{
    float: right;
    width: 100%;
}

#ntypes li{
    list-style: none;
    display: inline-block;
    padding-right: 8px;
}
#ntypes li a {
    color: #808080;
    font-family: byekan,tahoma;
    font-size: 14px;
    text-align: right; 
    text-decoration: none;  
}

.search_panel{
    float: right;
    padding-right: 5px;
    padding-bottom: 5px;    
}

.selected {
     color: #00B9FF !important;  
     /*padding-right: 10px;*/
     font-weight: bold; 
}

.authors ul li{
    list-style: none;
    color: #7d7d7d;
    padding-right: 10px;
}
.authors label, .authors span{
    font-family: tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9pt;
}

.feilds ul li{
    list-style: none;
    color: #7d7d7d;
    padding-right: 10px;
}

.feilds label, .feilds span{
    font-family: tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9pt;
}

.files ul li{
    list-style: none;
    color: #7d7d7d;
    padding-right: 10px;
}

.files a{
    font-family: tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9pt;
    padding-right: 50px;
    text-decoration: none;
}

.inline{
    font-family: tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9pt;
    text-decoration: none;
}
.header_page a{
    font-family: tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 9pt;
    text-decoration: none;
}

/* news letter */
div.form {
    direction: rtl;
    padding: 5px;
    font-family: BYekan;
    font-size: 12px
}
.input-field{
    width: 100%;
    display: inline-block;
}

div.form label {
    color: #C88617;
    display: inline-block;
    font-family: tahoma;
    font-size: 13px;
    margin-bottom: 3px;
    margin-right: 3px;
    margin-top: 10px;
    padding: 2px;
}

.buttons{
    height: 30px !important;
    text-align: center;
    vertical-align: middle !important;
    float: left;
    width: 70px;
    background-color: #00baff;
    color: #fff;
    border: 1px solid #00baff;
    font-family: Byekan,Tahoma;
}

.form-text{
    border: 1px solid #b1b1b1;
    direction: rtl;
    font-family: Byekan,Tahoma;
    height: 25px;
    margin-top: 6px;
    text-align: right;
}

.captcha{
    display: inline-flex;
    padding-top: 5px;
}
.form .error-text{
    float: right;
    text-align: right;
    /*width: 68%;*/
}
.success-text p {
    color: green;
    display: inline-block;
    font-family: tahoma;
    font-size: 9pt;
    direction: rtl;
}
.error-text p {
    color: red;
    display: inline-block;
    font-family: tahoma;
    font-size: 9pt;
    direction: rtl;
}
.ltr{
    direction: ltr !important;
    text-align: left !important;
}
/* end news letter */

/* rate */
.votes_main {
    margin: 10px auto;
    overflow: hidden;
}
.votes_gray {
    background-image: url("../images/star_gray.png");
    float: right;
    height: 24px;
    position: relative;
}
.votes_active {
    background-image: url("../images/star.png");
    height: 24px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background-position: right;
}
.votes_buttons {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.votes_button {
    border: medium none;
    height: 24px;
    margin: 0;
    padding: 0;
    width: 24px;
}
.votes_main span {
    color: #333333;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 24px;
    margin-right: 10px;
}
.votes_main .error{
    color: red;
}
/* end of rate */
/* comment */
.comment{
    margin-right: 10px;
    padding: 5px;
}
.comment-form{
    display: flex;
    margin-left: 10px;
}
.comment-form .form-text{
    float: right;
}
.comment-form .error-text p{
    padding: 10px;
}
.comment-form label{
    width: 100px;
}

.comment-form .form-textarea{
    border: 1px solid #b1b1b1;
    direction: rtl;
    font-family: Byekan,Tahoma;
    margin-top: 6px;
    text-align: right;
    float: right;
}

.comment-list{
    border: 1px dotted #777777;
    overflow: hidden;
    margin: 10px 0 0 10px;
}
.comment-title{
    padding: 5px;
    height: 20px;
}
.comment-title label{
    float: right;
    color: #c88617;
}
.comment-title span{
    padding-right: 5px;
}
.comment-title h3{
    float: left;
    color: #c88617;
}
.comment-text{
    padding: 5px;
    text-align: justify;
}
.comment-reply{
    padding: 5px;
    height: 20px;
}
.reply-to{
    height: 20px;
    color: navy;
}
.comment-reply a{
    text-decoration: none;
    color: red;
    float: left;
}
/* end of comment */

/* author */
.tab{
        border: 1px solid #dcddde;
        border-radius: 5px;
        margin: 5px;
        list-style: none;
    }
    .tab-head{
        background: #e8e7e7 none repeat scroll 0 0;
        border-radius: 5px 5px 0 0;
        height: 25px;
        text-align: center;
    }
    .tab-head li{
        list-style: outside none none;

    }
    .tab-head li a:hover{
        color: #00B9FF;
    }
    .tab-head a, .tab-list li a{
        font-family: byekan, tahoma;
        color: #808080;
        text-decoration: none;
        display: block;
    }
    .tab-list{
        padding-right: 20px;
    }
    .tab-list li{
        list-style: outside none circle;
    }
    .tab-list li a:hover{
        color: #00B9FF;
    }
    .tab-list li:hover{
        list-style: disc;
        color: #00B9FF;
    }
/* end of author */

/* offer */
.author-group{
    border: 1px solid #ffe6c0;
    padding-bottom: 5px;
    margin-top: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.author-group a{
    float: left;
    color: #bd021a;
}
.link{
    text-decoration: none;
    padding: 10px;
}
#add_link img{
    padding-right: 0;
    padding-top: 5px;
}
/* end of offer */