body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,±¼¸²; font-size:9pt; color:#222222; }

form { margin:0px; }

/* img {border:0px;} */

a:link, a:visited, a:active { text-decoration:none; color:#466C8A; }
a:hover { text-decoration:none; }

a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }

.member {font-weight:bold;color:#888888;}
.guest  {font-weight:normal;color:#888888;}

.lh { line-height: 150%; }
.jt { text-align:justify; }

.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }

.ul { list-style-type:square; color:#66AEAD; }

.ct { font-family: Verdana, ±¼¸²; color:#222222; } 

.ed { border:1px solid #CCCCCC; } 
.tx { border:1px solid #CCCCCC; } 

.small { font-size:8pt; font-family:µ¸؟ٍ; }
.cloudy, a.cloudy {color:#888888;} /* به¸² */

input.ed { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_password { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }
textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }

/* snb */
.snb {
float:left;
width:300px;
position: absolute;
 top: 40px;
}
.snb h2{
    text-align: left;
    font-weight: 500;
    color: #4e85d3;
    font-size: 28px;
	padding:20px
	
}
.snb ul li{
	background:#1f1f1f;
    word-wrap: break-word;
    word-break: keep-all;
	position: relative;
	list-style:none;
	border-top:solid 1px #161616;
	border-right:solid 1px #161616;
	border-left:solid 1px #161616;
	border-bottom:solid 1px #161616;
}
.snb ul li + li{
	border-top:none
}
.snb ul li:hover{
	background:#4e85d3;
  color:#fff;
  border:none
}
.snb a {
    display: block;
    padding: 15px 25px;
    font-size: 16px;
}
.snb .active{border:none}
.snb .active {
  font-weight: 500;
  background:#4e85d3;
  color:#fff;
}
.snb .active:after{
	display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}



/* sub content */
.content{float:right;width:850px}
.container p,.container ul{margin:0;padding:0}
.container a{color:#fff}
.site-content {
  padding: 40px 0 50px;
  position: relative;
}

.content-sub .content-title {
  font-size: 41px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400;
}

.content-sub .content-title:after {
  content: "";
  display: block;
  margin: 25px auto 0;
  height: 1px;
  width: 40px;
  background: #000;
}




.title_w{
    border-bottom: solid 1px #424242;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.title_w h2{
	font-weight:500;
	color:#fff;
	font-size:30px;
	margin-bottom:20px;
	padding:0 10px
	
}
.title_w:after{
	display:block;
	content:'';
	clear:both
}
.route {
  text-align: center;
  color: #7e7e80 !important;
  font-size: 13px;
  border-top:solid 1px #424242;
  padding:10px 5px !important
}
.route a{color: #7e7e80 !important;}

.route:after{
	display:block;
	content:'';
	clear:both
}
.route > * {
  float: left;
  text-transform: uppercase;
  font-size:15px
}

.route > a:after {
  content:'>';
  margin:0 5px;
  color: #787878;
  display:block
  float:left
}
.route > a:last-child:after {
  display:none
}