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;
}

#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: 25%;
    float: left;
    height: 100%;
    margin-top: 45px;
    padding-left: 8px;
}

#col-right {
    width: 25%;
    float: right;
}

#center-block{
    width: 49%;
    float: right;
    margin-top: 50px;
}

.center-block{
    margin-top: 10px;
}

.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;

}

#slider {
    /*width: 440px;
    float: left;*/
}

#col-right .clr-right {
    width: 230px;
    float: right;
}

.col-left .clr-left {
    width: 230px;
    float: left;
}

#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;

}

.col-left .clr-left .footer {

    width: 100%;
    height: 35px;
    margin-top: -10px;

}

.col-left .clr-left .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%;
    margin-top: 15px;
    position: relative;
    padding-top: 5px;
}

#logo-box {
    width: 100%;
    min-height: 100px;
    position: relative;
    padding-top: 5px;
    text-align: center;
}

#logo-box img {
    padding: 8px;
}


#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: 10px;
    direction: rtl;
}

#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;
}


.right-box {
    width: 100%;
    margin-top: 5px;
    position: relative;
    padding-top: 5px;
}

.right-box .list{
    margin-top: 10px;
    width: 200px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.clr-right .list li{
    list-style: circle outside none;
    color: #808080;
}

.clr-right .list li:hover{
    list-style: disc;
    color: #00B9FF;
}
.clr-right .list{
    padding-right: 20px;
}
.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 {
    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;    
}

.left-box {
    width: 100%;
    margin-top: 5px;
    position: relative;
    padding-top: 5px;
}

.left-box ul {
    margin-top: 10px;
    width: 200px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.left-box .list{
    padding-right: 20px;
}

.left-box .flatmenu{
    padding-right: 20px;
}

.bullet{
    list-style: circle outside none;
    color: #808080;
    
}

.bullet:hover{
    list-style: disc;
    color: #00B9FF;
}

.left-box ul li a {
    text-align: right;
    text-decoration: none;
    display: block;
    font-family: byekan, tahoma;
    font-size: 14px;
    color: #808080;
    position: relative;
}

.left-box ul li a:hover {
    color: #00B9FF;
}


.center-block .center-box .image-list {
    
    text-decoration: none;
    color: #727272;
    font-family: BYekan;
    font-size: 14px;
}

.center-block .center-box .image-list li a {
    text-decoration: none;
    /*color: #727272;*/
    font-family: BYekan;
    font-size: 14px;
    float: right;
}

.center-block .center-box .image-list li {
    zoom: 1;
    border-color: #D1B651;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-radius: 5px;
    margin: 3px 5px 2px;    
    background-color: #fff;
    display: inline-block;
    min-width: 469px;
    direction: rtl;
    font-size: 10pt;
}

.center-block .center-box .image-list li img {
    margin: 5px;
    border: 1px solid #E3E3E3;
    float: right;
}

.center-block .center-box .list {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.center-block .center-box .list li{
    list-style: circle outside none;
    color: #808080;
}

.center-block .center-box .list li:hover{
    list-style: disc;
    color: #00B9FF;
}
.center-block .center-box .list a{
    font-family: BYekan;
    font-size: 14px;
    text-decoration: none;
}
    
.image-list {
    margin: 0px;
    padding:0px;
    font-family: tahoma;
    font-size:12px;
    list-style-type: none;
}
.summary{
    text-align: justify;
    width: 98%;
    padding-right: 4px;
}
.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;	*/

}
.dm1Inner{
    text-align: center;
}

.continue{
    text-align: left;
}

.continue span{
    padding-left: 5px;
}

.continue span a{
    font-family: BYekan;
    text-decoration: none;
    color: #00baff;
}
#ntypes{
    float: right;    
}

#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;  
}

.selected {
     color: #00B9FF !important;  
     /*padding-top: 10px;*/
     font-weight: bold; 
}

/* 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 */
.about{
    font-family: BYekan;
    font-size: 12px;
    text-align: justify;
    padding: 0 5px;
}
.about h1{
    text-align: center;
}
