body{
  -webkit-text-size-adjust: 100%;
}
#heder_menu{
  max-height: 320px;
  overflow: hidden;
  width: 100%;
}

#change_site_device{
  float: right;
}

#h_logo{
  float: left;
/*  margin-top: 10px;*/
}
#home,#news,#biz,#blog,#arg{
  overflow: hidden;
  margin-top:-26px;
}
#mob,#tab{
  float: right;
  margin-right: 5px;
  overflow: hidden;
}
.propagan_area{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top:0.2em;
  margin-bottom:0;
}
#mobile_banner_area{
  margin-bottom: 30px;
}
#search_area{
  right: 1em;
  margin-bottom: 2em;
  margin-top: 1em;
  overflow: hidden;
}
#tag_cloud {
  background-color: #E5E5E5;
  border: 1px solid #CCC;
  padding: 0px;
  margin-bottom: 3em;
}

#loading_area #loading{
  display:block;
  margin:auto;
}

a#vipNews{
  text-decoration: none;
}

#vip_link{
	font-size: 15px;
        font-weight:bold;
	color: #fff;
	padding: 10px 30px;
        background-color: #a39b72;
	background: -moz-linear-gradient(
		top,
		#c7be91 0%,
		#7a6d2c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c7be91),
		to(#7a6d2c));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c7be91', endColorstr='#7a6d2c');
	border: 1px solid #575128;
	text-shadow:
		2px 4px 1px rgba(51,41,11,0.2),
		0px 0px 0px rgba(5,0,5,0);
        width: 60%;
        text-align: center;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        margin-top:40px;
        margin-left:9.5%;
}
#vip_link:hover{
        background-color: #7a6d2c;
	background: -moz-linear-gradient(
		top,
		#a39b72 0%,
		#7a6d2c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#a39b72),
		to(#7a6d2c));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a39b72', endColorstr='#7a6d2c');

}
