body{
	margin:0;
	color:#848998;
	font:13px Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:980px;
}
img{
	border-style:none;
}
a{
	color:#848998;
	outline:none;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	outline:none;
	color:#848998;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
p{
	margin:0;
}
#wrapper{
	margin:0 auto;
	max-width:1100px;
	background-color: #ffffff;
}
#header{
	height:143px;
	margin:0 0 27px;
}
#header:after{
	display:block;
	clear:both;
	content:"";
}
.logo{
	margin:5px 10px 0 0;
	width:155px;
	float:left;
	height:58px;
	padding:25px 0 0;
	border-left:solid 2px #ff2600;
	overflow:hidden;
	text-indent:-9999px;
}
.logo a{
	width:100px;
	height:35px;
	display:block;
	margin:0 auto;
	background:url(../images/logo.gif) no-repeat;
}
.container{
	width:100%;
	position:relative;
	z-index:20;
}
.container:after{
	display:block;
	clear:both;
	content:"";
}
.altcontainer{
	margin:0 0 40px;
	overflow:hidden;
	width:100%;
}
#header .box{
	float:left;
	width:44%;
	margin:13px 1.5% 0 0;
}
* html #header .box{
	margin-right:1.4%;
}
* + html #header .box{
	margin-right:1.4%;
}
.tools{
	margin:0 0 17px;
	width:243px;
	padding:0;
	list-style:none;
	float:left;
	text-align:right;
	font:11px tahoma, geneva, sans-serif;
}
.tools li{
	margin:0 0 0 12px;
	float:right;
	position:relative;
}
.tools li a{
	color:#848998;
	text-decoration:none;
	border-bottom:dashed 1px #848998;
	float:left;
}
.tools li a.profile:first-letter{
	color:#ff3916;
}
.tools li a:hover{
	color:#53596b;
	border:0;
	padding:0 0 1px;
	text-decoration:none;
}
.slogan{
	float:left;
}
#header .block{
	width:54.5%;
	margin:9px 0 0;
	float:right;
}
.gallery{
	overflow:hidden;
	float:right;
	width:534px;
}
.gallery .prev{
	float:left;
	width:17px;
	text-decoration:none;
	height:107px;
	background:url(../images/arrow01-l.gif) no-repeat 100% 50%;
}
.gallery .prev:hover{
	text-decoration:none;
}
.gallery .next{
	float:right;
	width:17px;
	height:107px;
	text-decoration:none;
	background:url(../images/arrow01-r.gif) no-repeat 0 50%;
}
.gallery .next:hover{
	text-decoration:none;
}
.gallery div{
	width:500px;
	overflow:hidden;
	padding:9px 0 0;
	float:left;
}
.gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	float:left;
	height:85px;
}
.gallery ul li{
	float:left;
	width:250px;
}
.gallery ul li a{
	text-decoration:none;
	display:block;
}
.gallery ul li a:hover{
	text-decoration:none;
}
#header .row{
	width:100%;
	padding:4px 0 0;
	position:relative;
	z-index:10;
}
#header .row:after{
	display:block;
	clear:both;
	content:"";
}
#header .wrap{
	float:left;
	width:100%;
}
#header .search{
	float:left;
	width:131px;
	border:solid 1px #ff0000;
	padding:0 0 0 22px;
	margin:0 15px 0 -100%;
	display:inline;
}
* html #header .search{
	margin-right:12px;
}
#header .search .text{
	float:left;
	margin:0;
	padding:0;
	background:none;
	border:0;
	width:109px;
	height:21px;
	line-height:21px;
	color:#c2c3c8;
	text-align:center;
	font-size:12px;
}
#header .search .button{
	float:left;
	width:22px;
	height:21px;
}
#header .holder{
	height:21px;
	border:solid 1px #ff0000;
	margin:0 0 0 170px;
}
#header .holder:after{
	display:block;
	clear:both;
	content:"";
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	font:12px tahoma, geneva, sans-serif;
}
#nav:after{
	display:block;
	clear:both;
	content:"";
}
#nav li{
	float:left;
	position:relative;
	padding:3px 0 4px;
	text-align:center;
}
#nav li span a{
	text-decoration:none;
	color:#848998;
}
* html #nav li.last-child{
	float:none;
	height:1%;
}
* + html #nav li.last-child{
	float:none;
	height:1%;
}
#nav li span a:hover{
	text-decoration:underline;
}
.drop{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:21px;
	left:-1px;
	border:solid 1px #ff0000;
	border-width:1px 1px 1px 2px;
	background:#fff;
	padding:10px 0;
	display:none;
	width:100%;
}
#nav li.hover .drop,
#nav li:hover .drop{
	display:block;
}
.altdrop{
	left:auto;
	right:-1px;
}
.drop li{
	padding:0 10px 5px !important;
	float:none !important;
	text-align:left !important;
}
.drop li a{
	float:none !important;
}
#main{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
#sidebar{
	float:left;
	width:144px;
	margin:0 15px 0 0;
	padding:0 0 0 11px;
}
* html #sidebar{
	margin-right:12px;
}
#content{
	overflow:hidden;
	height:1%;
}
#content img{
	vertical-align:top;
}
.information-list{
	margin:0 0 42px;
	padding:0;
	list-style:none;
}
.information-list li{
	margin:0 0 17px;
}
.information-list li .title{
	font-weight:bold;
	width:144px;
	padding:0 0 0 11px;
	margin:0 0 3px -11px;
	border-left:solid 2px #ff0000;
        color:#848998;
}
.information-list li a{
	font:12px/18px tahoma, geneva, sans-serif;
	color:#848998;
	text-decoration:underline;
}
.information-list li a:hover{
	text-decoration:none;
}
#sidebar .ads{
	overflow:hidden;
	height:1%;
}
.aside{
	float:right;
	width:55%;
	margin:0 0 0 2%;
	display:inline;
}
#content .block{
	overflow:hidden;
	height:1%;
}
.aside .wrap{
	overflow:hidden;
	height:1%;
}
.aside .col2{
	float:right;
	width:240px;
	margin:0 0 0 15px;
}
.aside .col2 .ads{
	overflow:hidden;
}
* html .aside{
	margin-left:12px;
}
.aside .col1{
	overflow:hidden;
	height:1%;
}
.aside .col1 .ads{
	margin:0 0 15px;
	overflow:hidden;
}
.press{
	overflow:hidden;
	height:1%;
}
.press .title{
	font:bold 14px tahoma, geneva, sans-serif;
	margin:0 0 9px;
}
.press .title a{
	text-decoration:none;
	color:#ff3806;
}
.press .title a:hover{
	text-decoration:underline;
}
.press .list{
	margin:0 0 13px;
	padding:0;
	list-style:none;
}
.press .list li{
	line-height:15px;
	margin:0 0 10px;
	overflow:hidden;
	height:1%;
}
.press .list .date{
	color:#9fa023;
}
.press .list a{
	text-decoration:none;
	color:#848998;
}
.press .list a:hover{
	text-decoration:underline;
}
.holder-big{
	margin:0 0 15px;
}
.num-comment{
	vertical-align:middle;
	display:inline-block;
	background:url(../images/ico02.gif) no-repeat;
	font-size:9px;
	padding:0 0 0 15px;
}
.all{
	overflow:hidden;
	height:1%;
	text-align:right;
}
.all a{
	text-decoration:underline;
	color:#3186c4;
}
.all a:hover{
	text-decoration:none;
}
.news-box{
	overflow:hidden;
	height:1%;
	margin:0 0 4px;
}
.news-box .top{
	overflow:hidden;
	height:1%;
	margin:0 0 19px;
}
.news-box .top p{
	margin:0 0 17px;
	line-height:14px;
}
.news-box .title{
	font-size:20px;
	font-weight:bold;
	line-height:20px;
}
.news-box .title a{
	color:#848998;
	text-decoration:none;
}
.news-box .title a:hover{
	text-decoration:underline;
}
.news-box .title .num-comment{
	background-position:0 3px;
}
.news-box .visual{
	position:relative;
	width:348px;
	overflow:hidden;
}
.news-box .visual img{
	vertical-align:top;
}
.news-box .visual .text{
	color:#fff;
	background:url(../images/dot01.png);
	padding:13px 10px;
	line-height:13px;
	position:absolute;
	bottom:0;
	left:0;
}
.dollar{
	display:inline-block;
	vertical-align:middle;
	width:6px;
	height:8px;
	background:url(../images/ico03.gif) no-repeat;
}
.news-box .list{
	margin:0;
	padding:0;
	list-style:none;
}
.news-box .list li{
	line-height:14px;
	margin:0 0 3px;
}
.news-box .list .date{
	color:#9fa023;
}
.news-box .list a{
	color:#848998;
	text-decoration:none;
}
.news-box .list a:hover{
	text-decoration:underline;
}
.topics{
	overflow:hidden;
	height:1%;
	margin:0 0 12px;
}
.topics .heading{
	font:bold 14px tahoma, geneva, sans-serif;
	margin:0 0 9px;
}
.topics .heading a{
	text-decoration:none;
	color:#ff3806;
}
.topics .heading a:hover{
	text-decoration:underline;
}
.topics .list{
	margin:0;
	padding:0;
	list-style:none;
}
.topics .list li{
	margin:0 0 7px;
}
.topics .title{
	font-weight:bold;
	margin:0 0 7px;
	line-height:13px;
}
.topics .title a{
	color:#848998;
	text-decoration:none;
}
.topics .title a:hover{
	text-decoration:underline;
}
.topics .wrap{
	overflow:hidden;
	height:1%;
}
.topics .visual{
	float:left;
	margin:0 7px 0 0;
}
* html .topics .visual{
	margin-right:4px;
}
.topics .visual img{
	vertical-align:top;
}
.topics .text{
	overflow:hidden;
	height:1%;
	font-size:11px;
	line-height:11px;
}
.topics .text p{
	margin:0;
}
.comment-box{
	overflow:hidden;
	height:1%;
	margin:0 0 22px;
}
.comment-box .heading{
	font:bold 14px tahoma, geneva, sans-serif;
	margin:0 0 9px;
	background:url(../images/ico04.jpg) no-repeat;
	padding:8px 0 14px 48px;
}
.comment-box .heading a{
	text-decoration:none;
	color:#ff3806;
}
.comment-box .heading a:hover{
	text-decoration:underline;
}
.comment-box .list{
	margin:0 0 -11px;
	padding:0;
	list-style:none;
}
.comment-box .list li{
	overflow:hidden;
	height:1%;
	margin:0 0 12px;
}
.comment-box .visual{
	float:left;
	width:41px;
	margin:1px 12px 0 0;
	overflow: hidden;
}


.comment-box .visual img{
	vertical-align:top;
}
* html .comment-box .visual{
	margin-right:9px;
}
.comment-box .text{
	overflow:hidden;
	height:1%;
	line-height:14px;
}
.comment-box .name{
	margin:0 0 4px;
}
.comment-box .name a{
	color:#9fa023;
}
.releases-box{
	overflow:hidden;
	height:1%;
}
.releases-box .heading{
	font:bold 14px tahoma, geneva, sans-serif;
	margin:0 0 18px;
}
.releases-box .heading a{
	color:#ff3806;
}
.releases-box .list{
	margin:0 0 -10px;
	padding:0;
	list-style:none;
}
.releases-box .list li{
	overflow:hidden;
	height:1%;
	margin:0 0 23px;
}
.releases-box .visual{
	float:left;
	width:93px;
	margin:0 12px 0 0;
	text-align:center;
}
.releases-box .visual img{
	vertical-align:top;
}
* html .releases-box .visual{
	margin-right:9px;
}
.releases-box .text{
	overflow:hidden;
	height:1%;
	line-height:14px;
}
.releases-box .date{
	margin:0 0 4px;
	color:#9fa023;
	font-size:12px;
}
.new-blog{
	width:100%;
	overflow:hidden;
	margin:0 0 40px;
}
.new-blog .heading{
	font:bold 14px tahoma, geneva, sans-serif;
	margin:0 0 18px;
}
.new-blog .heading a{
	color:#ff3806;
}
.new-blog .list{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.new-blog .list li{
	width:32.3%;
	display:inline-block;
	vertical-align:top;
	padding:0 1% 0 0;
	margin:0 0 17px;
}
* html .new-blog .list li{
	width:32%;
}
* + html .new-blog .list li{
	width:32%;
}
.new-blog .visual{
	float:left;
	margin:0 11px 0 0;
}
* html .new-blog .visual{
	margin-right:8px;
}
.new-blog .visual img{
	vertical-align:top;
}
.new-blog .text{
	overflow:hidden;
	height:1%;
}
.new-blog .name{
	font-weight:bold;
	line-height:14px;
}
.new-blog .name a{
	color:#9fa023;
	line-height:13px;
}
.new-blog .post{
	font-size:11px;
	line-height:11px;
	color:#9fa023;
	margin:0 0 6px;
}
.new-blog a{
	line-height:14px;
}
.ads-r{
	float:right;
	width:240px;
	margin:0 0 0 15px;
}
* html .ads-r{
	margin-left:12px;
}
.ads-r .ads{
	overflow:hidden;
}
.content-small{
	overflow:hidden;
	height:1%;
}
.content-small .ads{
	overflow:hidden;
}








/*Самое читаемое*/

.popular{
	overflow:hidden;
	height:1%;
	margin:0 0 22px;
}
.heading{
	font:bold 14px tahoma, geneva, sans-serif;
	margin:0 0 18px;
}
.heading a{
	color:#ff3806;
}
.popular .heading{
	margin:0 0 12px;
}
.popular .list{
	margin:0;
	padding:0;
	list-style:none;
}
.popular .list li{
	overflow:hidden;
	width:100%;
	margin:0 0 15px;
}
.popular .list .title{
	font-size:14px;
	margin:0 0 8px;
	font-weight:bold;
}

.read-more-item{
    padding: 10px;
/*    border-radius: 10px; */
    margin: 5px;
    height: 150px;
/*    background: rgba(253, 255, 102, 0.24); */
    overflow:hidden;
}

.read-more-item.nolast{
    border-right: 1px #ff7600 solid;
}



.popular .list .wrap{
	/*overflow:hidden;*/
	/*height:1%;*/
}
.popular .list .visual{
	float:left;
	margin:0 10px 0 0;
}
* html .popular .list .visual{
	margin-right:7px;
}
.popular .list .visual img{
	vertical-align:top;
}
.popular .list .text{
	/*overflow:hidden;*/
	/*height:1%;*/
}
.popular .list .text p{
	line-height:14px;
	margin:0;
}









#footer{
	overflow:hidden;
	height:1%;
	border-top:solid 1px #ccc;
	padding:30px 170px 5px 0;
	font-size:11px;
}
#footer .menu{
	margin:0 0 15px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#footer .menu li{
	float:left;
	margin:0 23px 0 0;
}
#footer .menu li a{
	float:left;
	color:#267fc0;
	text-decoration:underline;
}
#footer .menu li a:hover{
	text-decoration:none;
}
.copyright{
	line-height:14px;
}
#footer .row{
	overflow:hidden;
	height:1%;
	margin:0 0 8px;
	text-align:right;
}
.by{
	color:#afb3bb;
}
.by a{
	color:#afb3bb;
	text-decoration:underline;
}
.by a:hover{
	text-decoration:none;
}
.popup{
	position:absolute;
	top:16px;
	right:-6px;
	z-index:200;
	width:225px;
	padding:30px 25px 11px 15px;
	overflow:hidden;
	border:solid 1px #ccc;
	background:#f2f2f2;
}
.popup .close{
	position:absolute;
	top:2px;
	right:2px;
	background:url(../images/close.gif) no-repeat;
	width:17px;
	height:18px;
	border:none;
}
.popup .close:hover{
	text-decoration:none;
}
.popup .row{
	overflow:hidden;
	height:1%;
	margin:0 0 5px;
}
.popup .row2{
	overflow:hidden;
	height:1%;
	padding:6px 0 0;
	margin:0 0 15px;
}
.popup label{
	width:53px;
	float:left;
	padding:4px 4px 0 0;
}
.popup .text{
	float:left;
	width:156px;
	padding:0 5px;
	border:solid 1px #666;
	line-height:20px;
	height:20px;
	margin:0;
}
.popup .altlabel{
	width:auto;
	padding: 2px;
}
.popup .button{
	margin:0;
	padding:0 0 2px;
	width:78px;
	height:24px;
	font-weight:bold;
	color:#53596b;
	line-height:24px;
	border:0;
	float:right;
	background:#ccc;
	cursor:pointer;
}
.popup .link{
	float:right;
	font-size:11px;
}
.wrap-ads{
	margin:0 0 2px;
}


.red{
    color: #FF3806;
}


.menu22 li{
   float:left;
   margin-right:5px;
}

.review-title{
	transition: all 0.3s ease 0s;
}
.review-title:hover{
	color: #FF2C00;
}