@font-face {
    font-family: "IRANSans-web";
    src: url("../fonts/IRANSans-web.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans-web.woff2") format("woff2"), url("../fonts/IRANSans-web.woff") format("woff"), url("../fonts/IRANSans-web.ttf") format("truetype"), url("../fonts/IRANSans-web.svg#IRANSans-web") format("svg");
}

* {
    padding: 0;
    margin: 0;
} 
body {
 background: #fba200;
 font-family: IRANSans-web, Tahoma;
 font-size: 13px;
 color: #333333;
 line-height: 24px;
 text-align: right;
 direction: rtl;
 /*text-shadow: 1px 1px 1px #CCCCCC;*/
}
a {
 text-decoration: none;
 color:#0171AF;
}
#wrap {
 width: 800px;
 margin: 20px auto;
background:#fff;
border-radius:10px;
box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.35);
}
#header {
 height: 95px;
/* background: #eee url(../image/header.gif) no-repeat;*/
display: inline-block;
background: #ffcc33;
width: 100%;
border-radius: 10px 10px 0 0;
}
#header h1 {
 font-size: 18px;
 font-weight: 100;
 letter-spacing: 0px;
 padding: 0px 30px 10px 0;
font-family:IRANSans-web;
}
#header h1 a {
 text-decoration: none;
 color: #EC8714;
}
#header h1 a:hover {
 text-decoration: none;
 color: #000;
}
#header h2 {
 color: #89A537;
 font-size: 12px;
 font-weight: 100;
 padding: 0 31px 0 0;
font-family: IRANSans-web;
letter-spacing: 0px;
}

#menu {
 background: #eee url(../image/content.gif) repeat-y;
 height: 35px;
 padding: 5px 0;
}
#menu ul {
 list-style-type: none;
 padding: 0 35px 0 0;
}
#menu ul li {
 float:right;
 padding: 5px;
}
#menu ul li a {
 color: #F1F1F1;
 font-size: 20px;
 font-weight: 600;
 letter-spacing: 0px;
 padding: 1px 20px;
 background: #333333;
 border-radius: 3px;
}
#menu ul li a:hover {
 color: #99997E;
}
#content {
/* background: #eee url(../image/content.gif) repeat-y;*/
 padding: 1px 20px 20px;
}
#content .right-div {
 float: right;
 height: auto;
 position: relative;
 padding: 10px;
 width: 45%;
}
#content .left-div {
 float: left;
 height: auto;
 padding: 10px;
 width: 49%;
}
#content h2 {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 18px;
    margin: 0 10px 10px;
    padding: 0 18px 7px 0;
    text-shadow: 2px 2px 1px #CCCCCC;
}
#content .box {
 padding: 10px 5px;
 border: 1px solid #C3C3C3;
}
#content .marg {
 margin: 15px 0;
}
#content ul {
 list-style-type: none;
}
#content .form {
 font-family: "IRANSans-web",tahoma;
 font-size: 14px;
 padding: 1px;
 border: 1px solid #C3C3C3;
}
#content label.left {
    float: right;
    margin: 0 0 0 5px;
    padding: 2px;
    width: 78px;
}
#content table{
 background: #F4F2F2;
 border-collapse: collapse;
 border-spacing: 0;
}
#content tr {
 border: 4px solid #FFFFFF;
}
#content td {
 padding: 1px 3px;
}
#content .banks {
    list-style: none outside none;
    margin: 1px;
    padding: 0 15px;
    width: 320px;
}
#content .banks li {
    float: right;
    margin: 3px;
    padding: 1px;
    height: 29px;
    width: 29px;
    border: 1px solid #C3C3C3;
    background-image: url("../image/banks.png");
}
#content .banks li:hover {
	border: 1px solid #000;
}
#content .info {
	padding: 10px 5px;
}
#bottom {
/* background: #eee url(../image/bottom.gif) no-repeat;*/
 padding: 10px 0;
}
#footer {
 font-size: 11px;
 color: #999;
 text-align: center;
}


.error
{
	font-size: 14px;
	font-weight: bold;
	background-color: #fe2e2e;
	color: white;
}



.button
{
        display: inline-block;
        white-space: nowrap;
        background-color: #ccc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(top, #eee, #ccc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
        border: 1px solid #777;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
        background-color: #ddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
        background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
        background-image: -moz-linear-gradient(top, #fafafa, #ddd);
        background-image: -ms-linear-gradient(top, #fafafa, #ddd);
        background-image: -o-linear-gradient(top, #fafafa, #ddd);
        background-image: linear-gradient(top, #fafafa, #ddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.button:active
{
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
}

.button:focus
{
        outline: 0;
        background: #fafafa;
}    

.button:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cards {
 margin-left:auto;
 margin-right:auto;
 width: 80%;
}

.cards td.top {
 background: #3366ff;
 text-align: center;
 font-size: 12px;
 font-weight: normal;
 color:#ffffff;
}
.cards td {
 background: #EDEAEA;
 font-size: 12px;
}




























































#beh-main
{
  background: #F5F5F5;
  margin: 0 auto;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
}

table, ul.beh-hmenu
{
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
}

.beh-button
{
  border: 0;
  border-collapse: separate;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #919191;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
  height: 24px;
}

.beh-postcontent, .beh-postheadericons, .beh-postfootericons, .beh-blockcontent, ul.beh-vmenu a
{
  text-align: right;
}

.beh-postcontent, .beh-postcontent li, .beh-postcontent table, .beh-postcontent a, .beh-postcontent a:link, .beh-postcontent a:visited, .beh-postcontent a.visited, .beh-postcontent a:hover, .beh-postcontent a.hovered
{
  font-family: "IRANSans-web",tahoma;
  line-height: 175%;
}

.beh-postcontent p
{
  margin: 13px 0;
}

.beh-postcontent h1, .beh-postcontent h1 a, .beh-postcontent h1 a:link, .beh-postcontent h1 a:visited, .beh-postcontent h1 a:hover, .beh-postcontent h2, .beh-postcontent h2 a, .beh-postcontent h2 a:link, .beh-postcontent h2 a:visited, .beh-postcontent h2 a:hover, .beh-postcontent h3, .beh-postcontent h3 a, .beh-postcontent h3 a:link, .beh-postcontent h3 a:visited, .beh-postcontent h3 a:hover, .beh-postcontent h4, .beh-postcontent h4 a, .beh-postcontent h4 a:link, .beh-postcontent h4 a:visited, .beh-postcontent h4 a:hover, .beh-postcontent h5, .beh-postcontent h5 a, .beh-postcontent h5 a:link, .beh-postcontent h5 a:visited, .beh-postcontent h5 a:hover, .beh-postcontent h6, .beh-postcontent h6 a, .beh-postcontent h6 a:link, .beh-postcontent h6 a:visited, .beh-postcontent h6 a:hover, .beh-blockheader .t, .beh-blockheader .t a, .beh-blockheader .t a:link, .beh-blockheader .t a:visited, .beh-blockheader .t a:hover, .beh-vmenublockheader .t, .beh-vmenublockheader .t a, .beh-vmenublockheader .t a:link, .beh-vmenublockheader .t a:visited, .beh-vmenublockheader .t a:hover, .beh-headline, .beh-headline a, .beh-headline a:link, .beh-headline a:visited, .beh-headline a:hover, .beh-slogan, .beh-slogan a, .beh-slogan a:link, .beh-slogan a:visited, .beh-slogan a:hover, .beh-postheader, .beh-postheader a, .beh-postheader a:link, .beh-postheader a:visited, .beh-postheader a:hover
{
  font-size: 22px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}

.beh-postcontent a, .beh-postcontent a:link
{
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
  color: #047AAC;
}

.beh-postcontent a:visited, .beh-postcontent a.visited
{
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
  color: #90C738;
}

.beh-postcontent  a:hover, .beh-postcontent a.hover
{
  font-family: "IRANSans-web",tahoma;
  text-decoration: underline;
  color: #0594D1;
}

.beh-postcontent h1
{
/*  color: #76a32e;
  margin: 10px 0 0;
  font-size: 26px;
  font-family: IRANSans-web, 'YEKAN Unicode MS', Helvetica, Sans-Serif;*/
    border-bottom: 1px solid #76a32e;
    color: #76a32e;
    font-family: IRANSans-web;
    font-size: 26px;
    margin: 10px 0 0;
    padding-bottom: 10px;
}

.beh-blockcontent h1
{
  margin: 10px 0 0;
  font-size: 26px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h1 a, .beh-postcontent h1 a:link, .beh-postcontent h1 a:hover, .beh-postcontent h1 a:visited, .beh-blockcontent h1 a, .beh-blockcontent h1 a:link, .beh-blockcontent h1 a:hover, .beh-blockcontent h1 a:visited
{
  font-size: 26px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h2
{
  color: #f7b645;
  margin: 10px 0 0;
  font-size: 22px;
  font-family: IRANSans-web, 'YEKAN Unicode MS', Helvetica, Sans-Serif;
}

.beh-blockcontent h2
{
  margin: 10px 0 0;
  font-size: 22px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h2 a, .beh-postcontent h2 a:link, .beh-postcontent h2 a:hover, .beh-postcontent h2 a:visited, .beh-blockcontent h2 a, .beh-blockcontent h2 a:link, .beh-blockcontent h2 a:hover, .beh-blockcontent h2 a:visited
{
  font-size: 22px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h3
{
  color: #F7B440;
  margin: 10px 0 0;
  font-size: 20px;
  font-family: "IRANSans-web",tahoma;
}

.beh-blockcontent h3
{
  margin: 10px 0 0;
  font-size: 20px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h3 a, .beh-postcontent h3 a:link, .beh-postcontent h3 a:hover, .beh-postcontent h3 a:visited, .beh-blockcontent h3 a, .beh-blockcontent h3 a:link, .beh-blockcontent h3 a:hover, .beh-blockcontent h3 a:visited
{
  font-size: 20px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h4
{
  color: #76A32E;
  margin: 10px 0 0;
  font-size: 18px;
  font-family: "IRANSans-web",tahoma;
}

.beh-blockcontent h4
{
  margin: 10px 0 0;
  font-size: 18px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h4 a, .beh-postcontent h4 a:link, .beh-postcontent h4 a:hover, .beh-postcontent h4 a:visited, .beh-blockcontent h4 a, .beh-blockcontent h4 a:link, .beh-blockcontent h4 a:hover, .beh-blockcontent h4 a:visited
{
  font-size: 18px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h5
{
  color: #76A32E;
  margin: 10px 0 0;
  font-size: 15px;
  font-family: "IRANSans-web",tahoma;
}

.beh-blockcontent h5
{
  margin: 10px 0 0;
  font-size: 15px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h5 a, .beh-postcontent h5 a:link, .beh-postcontent h5 a:hover, .beh-postcontent h5 a:visited, .beh-blockcontent h5 a, .beh-blockcontent h5 a:link, .beh-blockcontent h5 a:hover, .beh-blockcontent h5 a:visited
{
  font-size: 15px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h6
{
  color: #C1E090;
  margin: 10px 0 0;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
}

.beh-blockcontent h6
{
  margin: 10px 0 0;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
}

.beh-postcontent h6 a, .beh-postcontent h6 a:link, .beh-postcontent h6 a:hover, .beh-postcontent h6 a:visited, .beh-blockcontent h6 a, .beh-blockcontent h6 a:link, .beh-blockcontent h6 a:hover, .beh-blockcontent h6 a:visited
{
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
}

header, footer, article, nav, #beh-hmenu-bg, .beh-sheet, .beh-hmenu a, .beh-vmenu a, .beh-slidenavigator > a, .beh-checkbox:before, .beh-radiobutton:before
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}

header, footer, article, nav, #beh-hmenu-bg, .beh-sheet, .beh-slidenavigator > a, .beh-checkbox:before, .beh-radiobutton:before
{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html, body
{
  height: 100%;
}

body
{
  padding: 0;
  margin: 0;
  min-width: 1000px;
  color: #000000;
}

.beh-header:before, #beh-header-bg:before, .beh-layout-cell:before, .beh-layout-wrapper:before, .beh-footer:before, .beh-nav:before, #beh-hmenu-bg:before, .beh-sheet:before
{
  width: 100%;
  content: " ";
  display: table;
}

.beh-header:after, #beh-header-bg:after, .beh-layout-cell:after, .beh-layout-wrapper:after, .beh-footer:after, .beh-nav:after, #beh-hmenu-bg:after, .beh-sheet:after, .cleared, .clearfix:after
{
  clear: both;
  font: 0/0 serif;
  display: block;
  content: " ";
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

li h1, .beh-postcontent li h1, .beh-blockcontent li h1
{
  margin: 1px;
}

li h2, .beh-postcontent li h2, .beh-blockcontent li h2
{
  margin: 1px;
}

li h3, .beh-postcontent li h3, .beh-blockcontent li h3
{
  margin: 1px;
}

li h4, .beh-postcontent li h4, .beh-blockcontent li h4
{
  margin: 1px;
}

li h5, .beh-postcontent li h5, .beh-blockcontent li h5
{
  margin: 1px;
}

li h6, .beh-postcontent li h6, .beh-blockcontent li h6
{
  margin: 1px;
}

li p, .beh-postcontent li p, .beh-blockcontent li p
{
  margin: 1px;
}

.beh-shapes
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.beh-slider-inner
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.beh-slidenavigator > a
{
  display: inline-block;
  vertical-align: middle;
  outline-style: none;
  font-size: 1px;
}

.beh-slidenavigator > a:last-child
{
  margin-right: 0 !important;
}

#beh-header-bg
{
  position: absolute;
  overflow: hidden;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 120px;
  z-index: auto;
  background-position: center top;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
}

.beh-sheet
{
  margin: 0 auto;
  position: relative;
  cursor: auto;
  width: 1000px;
  z-index: auto !important;
}

.beh-header
{
  margin: 0 auto;
  height: 120px;
  background-image: url('../images/object1684418671.png'), url('../images/header.jpg');
  background-position: 834px 29px, center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: auto !important;
}

.responsive .beh-header
{
  background-image: url('../images/header.jpg');
  background-position: center center;
}

.beh-header>div.beh-nostyle, .beh-header>div.beh-block, .beh-header>div.beh-post
{
  position: absolute;
  z-index: 101;
}

.beh-nav
{
/*  background: #FBA200;
  position: absolute;*/
  margin: 0 auto;
  bottom: 0;
  width: 800px;
  z-index: 100;
  text-align: right;
}

ul.beh-hmenu a, ul.beh-hmenu a:link, ul.beh-hmenu a:visited, ul.beh-hmenu a:hover
{
  outline: none;
  position: relative;
  z-index: 11;
}

ul.beh-hmenu, ul.beh-hmenu ul
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

ul.beh-hmenu li
{
  position: relative;
  z-index: 5;
  display: block;
  float: right;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

ul.beh-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

ul.beh-hmenu:after, ul.beh-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

ul.beh-hmenu, ul.beh-hmenu ul
{
  min-height: 0;
}

ul.beh-hmenu
{
  display: inline-block;
  vertical-align: bottom;
  background:rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f0f0f0 0px, #ffffff 20%, #f0f0f0 50%, #e3e3e3 80%, #f0f0f0 100%) no-repeat scroll 0 0;
}

.beh-nav:before
{
  content: ' ';
}

nav.beh-nav
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.beh-hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: auto;
  background-position: center;
}

.beh-hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: auto;
  background-position: center;
}

.beh-hmenu
{
  float: right;
}

.beh-menuitemcontainer
{
  margin: 0 auto;
}

ul.beh-hmenu>li
{
  margin-right: 0;
}

ul.beh-hmenu>li:first-child
{
  margin-right: 0;
}

ul.beh-hmenu>li:last-child, ul.beh-hmenu>li.last-child
{
  margin-left: 0;
}

ul.beh-hmenu>li>a
{
  background: #FFFFFF;
  background: linear-gradient(top, #F0F0F0 0, #FFFFFF 20%, #F0F0F0 50%, #E3E3E3 80%, #F0F0F0 100%) no-repeat;
  background: -webkit-linear-gradient(top, #F0F0F0 0, #FFFFFF 20%, #F0F0F0 50%, #E3E3E3 80%, #F0F0F0 100%) no-repeat;
  background: -moz-linear-gradient(top, #F0F0F0 0, #FFFFFF 20%, #F0F0F0 50%, #E3E3E3 80%, #F0F0F0 100%) no-repeat;
  background: -o-linear-gradient(top, #F0F0F0 0, #FFFFFF 20%, #F0F0F0 50%, #E3E3E3 80%, #F0F0F0 100%) no-repeat;
  background: -ms-linear-gradient(top, #F0F0F0 0, #FFFFFF 20%, #F0F0F0 50%, #E3E3E3 80%, #F0F0F0 100%) no-repeat;
  background: linear-gradient(top, #F0F0F0 0, #FFFFFF 20%, #F0F0F0 50%, #E3E3E3 80%, #F0F0F0 100%) no-repeat;
  -svg-background: linear-gradient(top, #F0F0F0 0, #FFFFFF 20%, #F0F0F0 50%, #E3E3E3 80%, #F0F0F0 100%) no-repeat;
  padding: 0 22px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
/*  color: #878787;*/
  color: #333;
  line-height: 30px;
  text-align: center;
}

.beh-hmenu a, .beh-hmenu a:link, .beh-hmenu a:visited, .beh-hmenu a.active, .beh-hmenu a:hover
{
  font-size: 13px;
  font-family: IRANSans-web, 'YEKAN Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 1.4px 1.4px 0 rgb(255, 255, 255);
}

ul.beh-hmenu>li>a.active
{
  background: #FFFFFF;
  padding: 0 22px;
  margin: 0 auto;
  color: #F5A314;
  text-decoration: none;
}

ul.beh-hmenu>li>a:visited, ul.beh-hmenu>li>a:hover, ul.beh-hmenu>li:hover>a
{
  text-decoration: none;
}

ul.beh-hmenu>li>a:hover, .desktop ul.beh-hmenu>li:hover>a
{
  background: #FFFFFF;
  padding: 0 22px;
  margin: 0 auto;
}

ul.beh-hmenu>li>a:hover, .desktop ul.beh-hmenu>li:hover>a
{
  color: #F5A314;
  text-decoration: none;
}

ul.beh-hmenu li li a
{
  background: #ABABAB;
  background: transparent;
  padding: 0 22px;
  margin: 0 auto;
}

ul.beh-hmenu li li
{
  float: none;
  width: auto;
  margin-top: 1px;
  margin-bottom: 1px;
}

.desktop ul.beh-hmenu li li ul>li:first-child
{
  margin-top: 1px;
}

ul.beh-hmenu li li ul>li:last-child
{
  margin-bottom: 0;
}

.beh-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 24px;
  min-width: 7em;
  border: 0 solid transparent;
  text-align: right;
  line-height: 24px;
  color: #FBA200;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
  margin: 0;
}

.beh-hmenu ul a:link, .beh-hmenu ul a:visited, .beh-hmenu ul a.active, .beh-hmenu ul a:hover
{
  text-align: right;
  line-height: 24px;
  color: #FBA200;
  font-size: 13px;
  font-family: IRANSans-web, 'YEKAN Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
}

.desktop ul.beh-hmenu>li>ul>li
{
  margin-top: 0;
  margin-bottom: 0;
}

.desktop .beh-hmenu>li>ul>li>a
{
  font-weight: bold !important;
}

.desktop .beh-hmenu>li>ul>li
{
  float: left;
}

.desktop .beh-hmenu>li>ul>li>ul
{
  position: relative;
  left: auto !important;
  right: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.desktop .beh-hmenu>li:hover>ul>li>ul
{
  visibility: visible;
}

.desktop .beh-hmenu>li>ul>li>ul:before
{
  visibility: hidden;
}

ul.beh-hmenu ul li a:hover
{
  background: #FFFFFF;
  background: transparent;
  margin: 0 auto;
}

.beh-hmenu ul a:hover
{
  text-decoration: none;
}

.beh-hmenu ul li a:hover
{
  color: #E19209;
}

.desktop .beh-hmenu ul li:hover>a
{
  color: #E19209;
}

ul.beh-hmenu ul:before
{
  background: #FFFFFF;
  border: 1px dotted rgba(217, 217, 217, 0.9);
  margin: 0 auto;
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
}

.desktop ul.beh-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.desktop ul.beh-hmenu li li:hover>ul
{
  top: 0;
  right: 100%;
}

ul.beh-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  background-image: url('../images/spacer.gif');
}

.desktop ul.beh-hmenu>li>ul
{
  padding: 21px 41px 41px 41px;
  margin: -10px -30px 0 0;
}

.desktop ul.beh-hmenu ul ul
{
  padding: 41px 21px 41px 41px;
  margin: -41px 0 0 0;
}

.desktop ul.beh-hmenu ul.beh-hmenu-left-to-right
{
  right: auto;
  left: 0;
  margin: -10px 0 0 -30px;
}

.desktop ul.beh-hmenu ul.beh-hmenu-right-to-left
{
  left: auto;
  right: 0;
  margin: -10px -30px 0 0;
}

.desktop ul.beh-hmenu li li:hover>ul.beh-hmenu-left-to-right
{
  right: auto;
  left: 100%;
}

.desktop ul.beh-hmenu li li:hover>ul.beh-hmenu-right-to-left
{
  left: auto;
  right: 100%;
}

.desktop ul.beh-hmenu ul ul.beh-hmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 41px 41px 41px 21px;
  margin: -41px 0 0 0;
}

.desktop ul.beh-hmenu ul ul.beh-hmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 41px 21px 41px 41px;
  margin: -41px 0 0 0;
}

.desktop ul.beh-hmenu li ul>li:first-child
{
  margin-top: 0;
}

.desktop ul.beh-hmenu li ul>li:last-child
{
  margin-bottom: 0;
}

.desktop ul.beh-hmenu ul ul:before
{
  border-radius: 0;
  top: 30px;
  bottom: 30px;
  right: 10px;
  left: 30px;
}

.desktop ul.beh-hmenu>li>ul:before
{
  top: 10px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.desktop ul.beh-hmenu>li>ul.beh-hmenu-left-to-right:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.beh-hmenu>li>ul.beh-hmenu-right-to-left:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.beh-hmenu ul ul.beh-hmenu-left-to-right:before
{
  right: 30px;
  left: 10px;
}

.desktop ul.beh-hmenu ul ul.beh-hmenu-right-to-left:before
{
  right: 10px;
  left: 30px;
}

.desktop ul.beh-hmenu>li.ext>a
{
  white-space: nowrap;
}

.desktop ul.beh-hmenu>li.ext>a:hover, .desktop ul.beh-hmenu>li.ext:hover>a, .desktop ul.beh-hmenu>li.ext:hover>a.active
{
  background: none;
  padding: 0 22px 0 22px;
  margin: -0 -0 0 -0;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #F5A314;
}

.desktop ul.beh-hmenu>li.ext>a:hover:before, .desktop ul.beh-hmenu>li.ext:hover>a:before, .desktop ul.beh-hmenu>li.ext:hover>a.active:before
{
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  left: 0;
  bottom: -1px;
  background-color: #FFFFFF;
  border: 1px Dotted rgba(217, 217, 217, 0.9);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.desktop ul.beh-hmenu>li.ext:hover>ul
{
  padding-top: 10px;
  margin-top: 0;
}

.desktop ul.beh-hmenu>li.ext:hover>ul:before
{
  top: -1px;
  clip: rect(11px, auto, auto, auto);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

ul.beh-hmenu>li.ext>.ext-r, ul.beh-hmenu>li.ext>.ext-l, ul.beh-hmenu>li.ext>.ext-m, ul.beh-hmenu>li.ext>.ext-off
{
  display: none;
  z-index: 12;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.desktop ul.beh-hmenu>li.ext>ul
{
  z-index: 13;
}

.desktop ul.beh-hmenu>li.ext.ext-r:hover>.ext-r, .desktop ul.beh-hmenu>li.ext.ext-l:hover>.ext-l
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 11px;
  top: 100%;
  padding-top: 1px;
  margin-top: -1px;
}

.desktop ul.beh-hmenu>li.ext:hover>.ext-r:before, .desktop ul.beh-hmenu>li.ext:hover>.ext-l:before
{
  position: absolute;
  content: ' ';
  top: 0;
  bottom: -1px;
  background-color: #FFFFFF;
  border: 1px Dotted rgba(217, 217, 217, 0.9);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.beh-hmenu>li.ext.ext-r:hover>.ext-r
{
  left: 100%;
  right: auto;
  padding-left: 0;
  margin-left: 0;
  padding-right: 1px;
  margin-right: -1px;
}

.desktop ul.beh-hmenu>li.ext.ext-r:hover>.ext-r:before
{
  right: 0;
  left: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.desktop ul.beh-hmenu>li.ext.ext-l:hover>.ext-l
{
  right: 100%;
  left: auto;
  padding-right: 0;
  margin-right: 0;
  padding-left: 1px;
  margin-left: -1px;
}

.desktop ul.beh-hmenu>li.ext.ext-l:hover>.ext-l:before
{
  right: -1px;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.desktop ul.beh-hmenu>li.ext:hover>.ext-m, .desktop ul.beh-hmenu>li.ext:hover>.ext-off
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 10px;
  top: 100%;
}

.desktop ul.beh-hmenu>li.ext.ext-r:hover>.ext-m
{
  left: -0;
  right: 0;
  padding-right: 0;
  padding-left: 0;
}

.desktop ul.beh-hmenu>li.ext:hover>.ext-off
{
  left: -0;
  right: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.beh-hmenu>li.ext.ext-l:hover>.ext-m
{
  right: -0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.beh-hmenu>li.ext.ext-l.ext-r:hover>.ext-m
{
  right: -0;
  left: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.beh-hmenu>li.ext:hover>.ext-m:before, .desktop ul.beh-hmenu>li.ext:hover>.ext-off:before
{
  position: absolute;
  content: ' ';
  top: -1px;
  bottom: -1px;
  background-color: #FFFFFF;
  border: 1px Dotted rgba(217, 217, 217, 0.9);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.beh-hmenu>li.ext.ext-r:hover>.ext-m:before
{
  right: -1px;
  left: 0;
}

.desktop ul.beh-hmenu>li.ext.ext-l:hover>.ext-m:before
{
  left: -1px;
  right: 0;
}

.desktop ul.beh-hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before
{
  left: -1px;
  right: -1px;
}

.beh-layout-wrapper
{
  position: relative;
  margin: 10px auto 0 auto;
  z-index: auto !important;
}

.beh-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.beh-content-layout-row
{
  display: table-row;
}

.beh-layout-cell
{
  display: table-cell;
  vertical-align: top;
}

.beh-postcontent .beh-content-layout
{
  border-collapse: collapse;
}

.beh-block
{
  background: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.35);
  margin: 7px;
}

div.beh-block img
{
  border: none;
  margin: 0;
}

.beh-blockheader
{
background:rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f0f0f0 0px, #ffffff 20%, #f0f0f0 50%, #e3e3e3 80%, #f0f0f0 100%) no-repeat scroll 0 0;	
/*  background: #8DB33D;
  background: linear-gradient(top, #93BA40 0, #96BE41 4%, #9FC350 20%, #96BE41 44%, #93BA40 50%, #87AB3B 80%, #93BA40 100%) no-repeat;
  background: -webkit-linear-gradient(top, #93BA40 0, #96BE41 4%, #9FC350 20%, #96BE41 44%, #93BA40 50%, #87AB3B 80%, #93BA40 100%) no-repeat;
  background: -moz-linear-gradient(top, #93BA40 0, #96BE41 4%, #9FC350 20%, #96BE41 44%, #93BA40 50%, #87AB3B 80%, #93BA40 100%) no-repeat;
  background: -o-linear-gradient(top, #93BA40 0, #96BE41 4%, #9FC350 20%, #96BE41 44%, #93BA40 50%, #87AB3B 80%, #93BA40 100%) no-repeat;
  background: -ms-linear-gradient(top, #93BA40 0, #96BE41 4%, #9FC350 20%, #96BE41 44%, #93BA40 50%, #87AB3B 80%, #93BA40 100%) no-repeat;
  background: linear-gradient(top, #93BA40 0, #96BE41 4%, #9FC350 20%, #96BE41 44%, #93BA40 50%, #87AB3B 80%, #93BA40 100%) no-repeat;
  -svg-background: linear-gradient(top, #93BA40 0, #96BE41 4%, #9FC350 20%, #96BE41 44%, #93BA40 50%, #87AB3B 80%, #93BA40 100%) no-repeat;*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  padding: 6px 5px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.beh-blockheader .t, .beh-blockheader .t a, .beh-blockheader .t a:link, .beh-blockheader .t a:visited, .beh-blockheader .t a:hover
{
  color: #333;
  font-size: 13px;
  font-family: IRANSans-web;
  font-weight: normal;
  font-style: normal;
/*  text-shadow: 0 1px 0 rgba(23, 23, 23, 0.82);*/
  text-shadow:1.4px 1.4px 0 rgb(255, 255, 255)
  margin: 0 5px;
}

.beh-blockcontent
{
  padding: 5px;
  margin: 0 auto;
  color: #000;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  line-height: 175%;
}

.beh-blockcontent table, .beh-blockcontent li, .beh-blockcontent a, .beh-blockcontent a:link, .beh-blockcontent a:visited, .beh-blockcontent a:hover
{
  color: #000;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  line-height: 175%;
}

.beh-blockcontent p
{
  margin: 0 5px;
}

.beh-blockcontent a, .beh-blockcontent a:link
{
  color: #F7B440;
  font-family: "IRANSans-web",tahoma;
}

.beh-blockcontent a:visited, .beh-blockcontent a.visited
{
  color: #90C738;
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
}

.beh-blockcontent a:hover, .beh-blockcontent a.hover
{
  color: #0594D1;
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
}

.beh-block ul>li:before
{
  content: url('../images/blockbullets.png');
  margin-left: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-right: -12px;
}

.opera .beh-block ul>li:before
{
  bottom: 0;
  margin-right: 6px;
  margin-left: -12px;
}

.beh-block li
{
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  line-height: 175%;
  color: #76A32E;
  margin: 5px 10px 0 0;
}

.beh-block ul>li, .beh-block ol
{
  padding: 0;
}

.beh-block ul>li
{
  padding-right: 12px;
}

.beh-breadcrumbs
{
  margin: 0 auto;
}

a.beh-button, a.beh-button:link, a:link.beh-button:link, body a.beh-button:link, a.beh-button:visited, body a.beh-button:visited, input.beh-button, button.beh-button
{
  text-decoration: none;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 0 5px !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.beh-button img
{
  margin: 0;
  vertical-align: middle;
}

.firefox2 .beh-button
{
  display: block;
  float: left;
}

input, select, textarea, a.beh-search-button span
{
  vertical-align: middle;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
}

.beh-block select
{
  width: 96%;
}

input.beh-button
{
  float: none !important;
}

.beh-button.active, .beh-button.active:hover
{
  background: #919191;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.beh-button.active, .beh-button.active:hover
{
  color: #FFFFFF !important;
}

.beh-button.hover, .beh-button:hover
{
  background: #787878;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.beh-button.hover, .beh-button:hover
{
  color: #FFFFFF !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ABABAB;
  margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  width: 100%;
  padding: 4px 0;
  color: #5C7F24 !important;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}

input.beh-error, textarea.beh-error
{
  background: #FAFAFA;
  border: 1px solid #E2341D;
  margin: 0 auto;
}

input.beh-error, textarea.beh-error
{
  color: #5C7F24 !important;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
}

form.beh-search input[type="text"]
{
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  margin: 0 auto;
  width: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040 !important;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
}

form.beh-search
{
  background-image: none;
  border: 0;
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px;
  left: 0;
  line-height: 0;
}

form.beh-search input, a.beh-search-button
{
  top: 0;
  right: 0;
}

form.beh-search>input, a.beh-search-button
{
  bottom: 0;
  left: 0;
  vertical-align: middle;
}

form.beh-search input[type="submit"], input.beh-search-button, a.beh-search-button
{
  margin: 0 auto;
}

form.beh-search input[type="submit"], input.beh-search-button, a.beh-search-button
{
  position: absolute;
  right: auto;
  display: block;
  border: none;
  background: url('../images/searchicon.png') center center no-repeat;
  width: 24px;
  height: 100%;
  padding: 0;
  color: #FFFFFF !important;
  cursor: pointer;
}

a.beh-search-button span.beh-search-button-text
{
  display: none;
}

label.beh-checkbox:before
{
  background: #FAFAFA;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}

label.beh-checkbox
{
  cursor: pointer;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  color: #404040 !important;
}

.beh-checkbox>input[type="checkbox"]
{
  margin: 0 5px 0 0;
}

label.beh-checkbox.active:before
{
  background: #F9C367;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.beh-checkbox.hovered:before
{
  background: #CCCCCC;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.beh-radiobutton:before
{
  background: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}

label.beh-radiobutton
{
  cursor: pointer;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  display: inline-block;
  color: #404040 !important;
}

.beh-radiobutton>input[type="radio"]
{
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

label.beh-radiobutton.active:before
{
  background: #ABABAB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

label.beh-radiobutton.hovered:before
{
  background: #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.beh-comments
{
  border-top: 1px dotted #919191;
  margin: 0 auto;
  margin-top: 25px;
}

.beh-comments h2
{
  color: #292929;
}

.beh-comment-inner
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
  margin-left: 96px;
}

.beh-comment-avatar
{
  float: left;
  width: 80px;
  height: 80px;
  padding: 2px;
  background: #fff;
  border: 1px solid #E8E8E8;
}

.beh-comment-avatar>img
{
  margin: 0 !important;
  border: none !important;
}

.beh-comment-content
{
  padding: 10px 0;
  color: #48631C;
  font-family: "IRANSans-web",tahoma;
}

.beh-comment
{
  margin-top: 6px;
}

.beh-comment:first-child
{
  margin-top: 0;
}

.beh-comment-header
{
  color: #292929;
  font-family: "IRANSans-web",tahoma;
  line-height: 100%;
}

.beh-comment-header a, .beh-comment-header a:link, .beh-comment-header a:visited, .beh-comment-header a.visited, .beh-comment-header a:hover, .beh-comment-header a.hovered
{
  font-family: "IRANSans-web",tahoma;
  line-height: 100%;
}

.beh-comment-header a, .beh-comment-header a:link
{
  font-family: "IRANSans-web",tahoma;
  font-weight: bold;
  font-style: normal;
  color: #878787;
}

.beh-comment-header a:visited, .beh-comment-header a.visited
{
  font-family: "IRANSans-web",tahoma;
  color: #878787;
}

.beh-comment-header a:hover, .beh-comment-header a.hovered
{
  font-family: "IRANSans-web",tahoma;
  color: #878787;
}

.beh-comment-content a, .beh-comment-content a:link, .beh-comment-content a:visited, .beh-comment-content a.visited, .beh-comment-content a:hover, .beh-comment-content a.hovered
{
  font-family: "IRANSans-web",tahoma;
}

.beh-comment-content a, .beh-comment-content a:link
{
  font-family: "IRANSans-web",tahoma;
  color: #C98208;
}

.beh-comment-content a:visited, .beh-comment-content a.visited
{
  font-family: "IRANSans-web",tahoma;
  color: #5F8325;
}

.beh-comment-content a:hover, .beh-comment-content a.hovered
{
  font-family: "IRANSans-web",tahoma;
  color: #C98208;
}

.beh-pager
{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px;
  margin: 2px;
}

.beh-pager>*:last-child, .beh-pager>*:last-child:hover
{
  margin-right: 0;
}

.beh-pager>span
{
  cursor: default;
}

.beh-pager>*
{
  background: #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin: 0 4px 0 auto;
  position: relative;
  display: inline-block;
  margin-left: 0;
}

.beh-pager a:link, .beh-pager a:visited
{
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
  color: #1C1C1C;
}

.beh-pager .active
{
  background: #BFBFBF;
  padding: 10px;
  margin: 0 4px 0 auto;
  color: #FFFFFF;
}

.beh-pager .more
{
  background: #CCCCCC;
  margin: 0 4px 0 auto;
}

.beh-pager a.more:link, .beh-pager a.more:visited
{
  color: #362302;
}

.beh-pager a:hover
{
  background: #ABABAB;
  padding: 10px;
  margin: 0 4px 0 auto;
}

.beh-pager  a:hover, .beh-pager  a.more:hover
{
  text-decoration: none;
  color: #1F1F1F;
}

.beh-pager>*:after
{
  margin: 0 0 0 auto;
  display: inline-block;
  position: absolute;
  content: ' ';
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
  text-decoration: none;
}

.beh-pager>*:last-child:after
{
  display: none;
}

.beh-commentsform
{
  background: #E8E8E8;
  background: transparent;
  padding: 10px;
  margin: 0 auto;
  margin-top: 25px;
  color: #292929;
}

.beh-commentsform h2
{
  padding-bottom: 10px;
  margin: 0;
  color: #292929;
}

.beh-commentsform label
{
  display: inline-block;
  line-height: 25px;
}

.beh-commentsform input:not([type=submit]), .beh-commentsform textarea
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.beh-commentsform .form-submit
{
  margin-top: 10px;
}

.beh-post
{
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
  padding: 5px;
}

a img
{
  border: 0;
}

.beh-article img, img.beh-article, .beh-block img, .beh-footer img
{
  margin: 7px 7px 7px 7px;
}

.beh-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.beh-article table, table.beh-article
{
  border-collapse: collapse;
  margin: 1px;
}

.beh-post .beh-content-layout-br
{
  height: 0;
}

.beh-article th, .beh-article td
{
/*  padding: 2px;
  border: solid 1px #ABABAB;
  vertical-align: top;
  text-align: right;*/
}

.beh-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.preview-cms-logo
{
  border: 0;
  margin: 1em 0 0 1em;
  float: right;
}

.image-caption-wrapper
{
  padding: 7px 7px 7px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper img
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper div.beh-collage
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper p
{
  font-size: 80%;
  text-align: right;
  margin: 0;
}

.beh-postheader
{
  color: #76A32E;
  margin: 5px 10px;
  font-size: 24px;
  font-family: IRANSans-web, 'YEKAN Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.beh-postheader a, .beh-postheader a:link, .beh-postheader a:visited, .beh-postheader a.visited, .beh-postheader a:hover, .beh-postheader a.hovered
{
  font-size: 24px;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
}

.beh-postheader a, .beh-postheader a:link
{
  font-family: IRANSans-web, 'YEKAN Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: right;
  color: #F7B645;
}

.beh-postheader a:visited, .beh-postheader a.visited
{
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
  text-align: right;
  color: #9BCD4C;
}

.beh-postheader a:hover, .beh-postheader a.hovered
{
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
  text-align: right;
  color: #F7B440;
}

.beh-postheadericons, .beh-postheadericons a, .beh-postheadericons a:link, .beh-postheadericons a:visited, .beh-postheadericons a:hover
{
  font-family: "IRANSans-web",tahoma;
  color: #76A32E;
}

.beh-postheadericons
{
  padding: 1px;
  margin: 0 10px 0 0;
}

.beh-postheadericons a, .beh-postheadericons a:link
{
  font-family: "IRANSans-web",tahoma;
  text-decoration: none;
  color: #F6AE31;
}

.beh-postheadericons a:visited, .beh-postheadericons a.visited
{
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #85B734;
}

.beh-postheadericons a:hover, .beh-postheadericons a.hover
{
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #E19209;
}

.beh-postdateicon:before
{
  content: url('../images/postdateicon.png');
  margin-left: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .beh-postdateicon:before
{
  bottom: 0;
  margin-left: 0;
  margin-right: 6px;
}

.beh-postauthoricon:before
{
  content: url('../images/postauthoricon.png');
  margin-left: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .beh-postauthoricon:before
{
  bottom: 0;
  margin-left: 0;
  margin-right: 6px;
}

.beh-postediticon:before
{
  content: url('../images/system/edit.png');
  margin-left: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera .beh-postediticon:before
{
  bottom: 0;
  margin-left: 0;
  margin-right: 6px;
}

.beh-postcontent ul>li:before, .beh-post ul>li:before, .beh-textblock ul>li:before
{
  content: url('../images/postbullets.png');
  margin-left: 10px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera .beh-postcontent ul>li:before, .opera   .beh-post ul>li:before, .opera   .beh-textblock ul>li:before
{
  bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.beh-postcontent li, .beh-post li, .beh-textblock li
{
  font-family: "IRANSans-web",tahoma;
  color: #404040;
  margin: 3px 11px 0 0;
}

.beh-postcontent ul>li, .beh-post ul>li, .beh-textblock ul>li, .beh-postcontent ol, .beh-post ol, .beh-textblock ol
{
  padding: 0;
}

.beh-postcontent ul>li, .beh-post ul>li, .beh-textblock ul>li
{
  padding-right: 17px;
}

.beh-postcontent ul>li:before, .beh-post ul>li:before, .beh-textblock ul>li:before
{
  margin-right: -17px;
}

.opera .beh-postcontent ul>li:before, .opera   .beh-post ul>li:before, .opera   .beh-textblock ul>li:before
{
  margin-right: 10px;
  margin-left: -17px;
}

.beh-postcontent ol, .beh-post ol, .beh-textblock ol, .beh-postcontent ul, .beh-post ul, .beh-textblock ul
{
  margin: 1em 11px 1em 0;
}

.beh-postcontent li ol, .beh-post li ol, .beh-textblock li ol, .beh-postcontent li ul, .beh-post li ul, .beh-textblock li ul
{
  margin: 0.5em 11px 0.5em 0;
}

.beh-postcontent li, .beh-post li, .beh-textblock li
{
  margin: 3px 0 0 0;
}

.beh-postcontent ol>li, .beh-post ol>li, .beh-textblock ol>li
{
  overflow: visible;
}

.beh-postcontent ul>li, .beh-post ul>li, .beh-textblock ul>li
{
  overflow-x: visible;
  overflow-y: hidden;
}

blockquote
{
  background: #F2F2F2 url('../images/postquote.png') top right no-repeat scroll;
  padding: 10px 47px 10px 10px;
  margin: 10px 0 0 25px;
  color: #141C08;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  overflow: auto;
  clear: both;
}

blockquote a, .beh-postcontent blockquote a, .beh-blockcontent blockquote a, .beh-footer blockquote a, blockquote a:link, .beh-postcontent blockquote a:link, .beh-blockcontent blockquote a:link, .beh-footer blockquote a:link, blockquote a:visited, .beh-postcontent blockquote a:visited, .beh-blockcontent blockquote a:visited, .beh-footer blockquote a:visited, blockquote a:hover, .beh-postcontent blockquote a:hover, .beh-blockcontent blockquote a:hover, .beh-footer blockquote a:hover
{
  color: #141C08;
  font-family: "IRANSans-web",tahoma;
  font-weight: normal;
  font-style: italic;
  text-align: right;
}

blockquote p, .beh-postcontent blockquote p, .beh-blockcontent blockquote p, .beh-footer blockquote p
{
  margin: 0;
  margin: 5px 0;
}

.Sorter img
{
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: static;
  z-index: 1;
  width: 12px;
  height: 6px;
}

.Sorter a
{
  position: relative;
  font-family: "IRANSans-web",tahoma;
  color: #757575;
}

.Sorter a:link
{
  font-family: "IRANSans-web",tahoma;
  color: #757575;
}

.Sorter a:visited, .Sorter a.visited
{
  font-family: "IRANSans-web",tahoma;
  color: #757575;
}

.Sorter a:hover, .Sorter a.hover
{
  font-family: "IRANSans-web",tahoma;
  color: #595959;
}

.Sorter
{
  font-family: "IRANSans-web",tahoma;
  color: #404040;
}

.beh-footer
{
  background: #FBA200;
  border-top: 1px dotted #BADC84;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  line-height: 175%;
  text-align: center;
  padding: 0;
}

.beh-footer a, .beh-footer a:link, .beh-footer a:visited, .beh-footer a:hover, .beh-footer td, .beh-footer th, .beh-footer caption
{
  color: #FFFFFF;
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  line-height: 175%;
}

.beh-footer p
{
  padding: 0;
  text-align: center;
}

.beh-footer a, .beh-footer a:link
{
  color: #000;
  font-family: IRANSans-web, 'YEKAN Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.beh-footer a:visited
{
  color: #fff;
  text-decoration: none;
}

.beh-footer a:hover
{
  color: #fff;
  text-decoration: underline;
}

.beh-footer h1
{
  color: #787878;
  font-family: "IRANSans-web",tahoma;
}

.beh-footer h2
{
  color: #919191;
  font-family: "IRANSans-web",tahoma;
}

.beh-footer h3
{
  color: #F6AC2C;
  font-family: "IRANSans-web",tahoma;
}

.beh-footer h4
{
  color: #BADC84;
  font-family: "IRANSans-web",tahoma;
}

.beh-footer h5
{
  color: #BADC84;
  font-family: "IRANSans-web",tahoma;
}

.beh-footer h6
{
  color: #BADC84;
  font-family: "IRANSans-web",tahoma;
}

.beh-footer img
{
  border: none;
  margin: 0;
}

.beh-footer-inner
{
  margin: 0 auto;
  width: 1000px;
  padding: 25px;
  padding-right: 25px;
  padding-left: 25px;
}

.beh-rss-tag-icon
{
  background: url('../images/footerrssicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
}

.beh-rss-tag-icon:empty
{
  vertical-align: middle;
}

.beh-facebook-tag-icon
{
  background: url('../images/footerfacebookicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
}

.beh-facebook-tag-icon:empty
{
  vertical-align: middle;
}

.beh-twitter-tag-icon
{
  background: url('../images/footertwittericon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
}

.beh-twitter-tag-icon:empty
{
  vertical-align: middle;
}

.beh-footer ul>li:before
{
/*  content: url('../images/footerbullets.png');*/
  margin-left: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-right: -13px;
}

.opera .beh-footer ul>li:before
{
  bottom: 0;
  margin-right: 6px;
  margin-left: -13px;
}

.beh-footer li
{
  font-size: 13px;
  font-family: "IRANSans-web",tahoma;
  color: #FDEED3;
}

.beh-footer ul>li, .beh-footer ol
{
  padding: 0;
}

.beh-footer ul>li
{
  padding-right: 13px;
  float:right;
}

.beh-page-footer, .beh-page-footer a, .beh-page-footer a:link, .beh-page-footer a:visited, .beh-page-footer a:hover
{
  font-family: YEKAN;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #C9C9C9;
}

.beh-page-footer
{
  position: relative;
  z-index: auto !important;
  padding: 1em;
  text-align: center !important;
  text-decoration: none;
  color: #48631C;
}

.beh-lightbox-wrapper
{
  background: #333;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}

.beh-lightbox, .beh-lightbox-wrapper .beh-lightbox-image
{
  cursor: pointer;
}

.beh-lightbox-wrapper .beh-lightbox-image
{
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}

.beh-lightbox-wrapper .beh-lightbox-image.active
{
  display: inline-block;
}

.beh-lightbox-wrapper .lightbox-error
{
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}

.beh-lightbox-wrapper .loading
{
  background: #fff url('../images/preloader-01.gif') center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}

.beh-lightbox-wrapper .arrow
{
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}

.beh-lightbox-wrapper .arrow.left
{
  left: 9px;
}

.beh-lightbox-wrapper .arrow.right
{
  right: 9px;
}

.beh-lightbox-wrapper .arrow:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.beh-lightbox-wrapper .arrow.disabled
{
  display: none;
}

.beh-lightbox-wrapper .arrow-t, .beh-lightbox-wrapper .arrow-b
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  left: 26px;
  position: relative;
  width: 30px;
}

.beh-lightbox-wrapper .arrow-t
{
  top: 38px;
}

.beh-lightbox-wrapper .arrow-b
{
  top: 50px;
}

.beh-lightbox-wrapper .close
{
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}

.beh-lightbox-wrapper .close:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.beh-lightbox-wrapper .close .cw, .beh-lightbox-wrapper .close .ccw
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}

.beh-lightbox-wrapper .cw
{
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.beh-lightbox-wrapper .ccw
{
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.beh-lightbox-wrapper .close-alt, .beh-lightbox-wrapper .arrow-right-alt, .beh-lightbox-wrapper .arrow-left-alt
{
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}

.ie8 .beh-lightbox-wrapper .close-alt, .ie8 .beh-lightbox-wrapper .arrow-right-alt, .ie8 .beh-lightbox-wrapper .arrow-left-alt
{
  display: block;
}

.ie8 .beh-lightbox-wrapper .cw, .ie8 .beh-lightbox-wrapper .ccw
{
  display: none;
}

.beh-content-layout .beh-sidebar1
{
  margin: 0 auto;
  width: 310px;
}

.beh-content-layout .beh-content
{
  margin: 0 auto;
}

fieldset
{
  border: none;
}

fieldset dl
{
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}

fieldset dt
{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}

fieldset dd
{
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}

fieldset label
{
  display: inline-block;
  width: 12em;
}

fieldset textarea
{
  vertical-align: text-top;
}

.img-fulltext-left, .img-intro-left
{
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0.3em 0.3em 0;
  margin-top: 0;
}

.img-fulltext-right, .img-intro-right
{
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em;
  margin-top: 0;
}

ul.pagenav
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.pagenav li, ul.pagenav li:before
{
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal;
}

ul.pagenav li.pagenav-prev
{
  float: left;
}

ul.pagenav li.pagenav-next
{
  margin: 0 0 0 50%;
}

div.item-page dl.tabs
{
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page dl.tabs:before
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden;
}

div.item-page dl.tabs dt
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: solid 1px #ABABAB;
  border-top: solid 1px #ABABAB;
}

div.item-page dl.tabs dt h3
{
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden;
}

div.item-page dl.tabs dt h3 a
{
  text-decoration: none;
}

div.item-page dl.tabs:after
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: solid 1px #ABABAB;
  content: " ";
  overflow: hidden;
  height: 2em;
}

div.item-page div.current
{
  clear: both;
  border: solid 1px #ABABAB;
}

div.item-page div.current dd.tabs
{
  margin: 0;
  padding: 0;
}

div.item-page .panel
{
  border: solid 1px #ABABAB;
  margin-top: -1px;
}

div.item-page .panel h3
{
  margin: 0;
  padding: 0;
}

div.item-page .panel h3 a
{
  display: block;
  padding: 6px;
  text-decoration: none;
}

div.item-page .panel h3.pane-toggler-down a
{
  border-bottom: solid 1px #ABABAB;
}

div.item-page .panel .pane-slider
{
  margin: 0;
  padding: 0;
}

div.item-page div.pagination ul
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page div.pagination li
{
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap;
}

div.item-page div.pagination:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#searchForm .phrases-box
{
  display: block;
  float: left;
}

#searchForm .ordering-box
{
  text-align: right;
}

#searchForm .phrases-box label, #searchForm .ordering-box label, #searchForm .only label
{
  display: inline-block;
  width: auto;
  height: 2em;
  margin: 0;
  padding: 0 0.3em;
}

#mod-finder-searchform label
{
  display: block;
}

#mod-finder-searchform input.inputbox
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

#login-form #form-login-username label, #login-form #form-login-password label
{
  display: block;
}

#login-form #form-login-username input, #login-form #form-login-password input
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

dl.stats-module
{
  padding: 0.3em 0 0.3em 0.3em;
  margin: 0;
}

dl.stats-module dt
{
  float: left;
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  width: 10em;
  padding: 0.3em 0.3em 0 0;
  margin: 0;
  font-weight: bold;
}

dl.stats-module dd
{
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  margin-left: 0 0 0 10em;
}

div.mod-languages ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div.mod-languages li
{
  background: none;
  margin: 0 0.3em;
  padding: 0;
}

div.mod-languages ul.lang-inline li
{
  display: inline;
}

div.mod-languages ul.lang-block li
{
  display: block;
}

div.mod-languages img
{
  border: none;
  margin: 0;
  padding: 0;
}

div.clr
{
  clear: both;
}

#system-message ul li
{
  background-image: none;
}

ul.actions, ul.actions li, ul.actions li img
{
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

ul.actions li
{
  background: none;
  list-style: none;
}

.items-row
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.items-row .item
{
  display: table-cell;
  vertical-align: top;
}

.items-row .row-separator
{
  display: none;
}

div.pagination p.counter
{
  display: inline-block;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
}

div.pagination ul, div.pagination ul li, div.pagination ul > li:before
{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}

div.tip-wrap
{
  background: #fff;
  border: 1px solid #aaa;
}

div.tip-wrap div.tip
{
  padding: 0.3em;
}

div.tip-wrap div.tip-title
{
  font-weight: bold;
}

table.category
{
  width: 100%;
}

table.category thead th img
{
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none;
}

span.hasTip a img
{
  padding: 0;
  margin: 0;
  border: none;
}

div.categories-list ul li span.item-title, div.cat-children ul li span.item-title
{
  display: block;
  margin: 0 0 0.3em 0;
}

div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc
{
  margin: 0 0 0.3em 0;
}

div.categories-list dl, div.cat-children dl
{
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd
{
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}

div.img_caption p.img_caption
{
  padding: 0.3em 0;
  margin: 0;
}

form .search label, form .finder label
{
  display: none;
}

.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3
{
  float: left;
  clear: right;
}

.cols-2 .column-1
{
  width: 50%;
}

.cols-2 .column-2
{
  width: 50%;
}

.cols-3 .column-1
{
  width: 33%;
}

.cols-3 .column-2
{
  width: 33%;
}

.cols-3 .column-3
{
  width: 34%;
}

.row-separator
{
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}

ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6
{
  display: inline;
}


.beh-footer .menu {
display: inline-block;
}

/* Begin Additional CSS Styles */

/* End Additional CSS Styles */
.tozih {border: 1px solid #ccc;padding: 10px;border-radius: 10px;}

#logo {
    background: url(../behsazan-logo.png) no-repeat center;
    width:250px;
    height:90px;
    
}

.half {
    width: 20%;
    display: inline-block;
}
.half img {
    max-width: 100px;
}