@font-face{font-family:'WebFont';src:url('../font/iransansz.eot?'), url('../font/iransansz.woff') format('woff'), url('../font/iransansz.ttf') format('truetype')}
body {
  background:url("../img/bg.jpg") repeat;
}
body, body * {
  font-family: tahoma;font-family:'WebFont';
}
/*Nav*/
.nav-inner {
  min-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    border-bottom: 1px solid #d4d4d4;
}
.logo {
  float:right;
  padding-top: 8px;
}
.nav .geo {
  float:right !important;
  display:inline-block;
  margin:30px 30px 0 0;
  font-size:11pt;
}
.nav .tools {
  margin-top:30px;
  display:inline-block;
  float:left
}
.nav .tools a {
  color:#35404f;
  display:inline-block;
  margin-left:30px;
  font-size:11pt;
}
/*Submit Button*/
.btn-submit-ads {
  display: block;
  color: #fff;
  float: left;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  box-shadow: unset;
  padding: 0 10px;
  text-shadow: none;
  color: #fff;
  /*margin-left: 16px;*/
  height: 50px;
  line-height: 310%;
  margin-top: 13px;
  min-width: 180px;
  border: none;
  font-size: 13pt;
}
  .btn-submit-ads:hover {
    background: #00a000;
  }
.btn-submit-ads-icon {
  font-size: 34px;
  font-family: arial;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 48px;
  margin-left: 5px;
}
.btn-submit-ads-text { 
  border-radius: 4px;
    padding: 0 10px 0 0;
    text-shadow: none;
    color: #fff;
    margin-left: 16px;
    height: 50px;
    line-height: 310%;
    min-width: 180px;
    border: none;
    font-size: 13pt;
    top:-6px;
    position:relative;
}
/*main-body*/
.main-body {
  margin-top:24px
}
/*sidebar*/
.sidebar {
  width:240px;
  margin-right:10px;
}
.sidebar a{
  display:block;
  padding:13px 5px 8px 5px;
  margin-bottom:2px;
  font-size:12pt;
}
  .sidebar a.active {
    border-right:4px solid #4aaaa5;
    background:#eaeaea;
    color:#35404f;
  }
  .sidebar a:hover {
    background:#eaeaea;
  }
.sidebar-sub {
  padding-right:40px
}