body {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #353a3f url(/static/images/battlefield4.jpg) no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.wrapper {
	width: 1100px;
	position: relative;
	margin: auto;
}
.page {
	background-color: #fff; /* Временно, для отключения прозрачности страницы */
	background-image: url(../images/pagebg.png);
	padding: 20px;
	box-shadow: 0px 0px 18px #000;
}
strong, b { font-weight: bold; }

a { 
	color: #069;
}
a:hover {
	color: #ff6326;
}

em {
	font-style: italic;
	color: #444;
}

h1 {
	margin: .5em 0;
	font-size: 22px;
	color: #bd4c20;
	line-height: 25px;
}
h1 a {
	color: #bd4c20 !important;
	text-decoration: none;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6326;
}
.imgleft {
	margin: 0 10px 5px 0;
}
.prefooter {
	height: 5px;
	background: #999 url('../images/diaglines.png') repeat-x;
	margin: 10px 0 10px 0;
}
.footerhr  {
	height: 10px;
	background: #999 url('../images/diaglines.png') repeat-x;
	border-top: 1px solid #fff;
}
.morenews {
	background: #f1f1f1;
	text-align: center;
	padding: 7px;
	margin: 0 -14px -14px -14px;
}
.morenews a {
	text-decoration: none;
	text-transform: uppercase;
}
.morenews a img {
	vertical-align: middle;
	margin: -2px 6px 0 0;
}





/* Блок с рекламой. Лого */
.advertising {
	min-width: 1100px;
	text-align: center;
	position: relative;
	padding: 20px 0 15px 0;
}




/* Плашка навигации */
.navlinewrap {
		background: url(../images/navlinebg.png);
		padding: 0; 20px
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
}
ul.navline {
		margin:0; padding:0;
		text-align: center;
		list-style-type: none;
		color:#fff !important;
}

ul.navline span {
		display:inline-block;
		margin-top: 7px;
		zoom: 1;
        *display: inline;
}

ul.navline li {
		display: inline-block;
		padding: 7px 0 6px 0;
		color: #fff;
		zoom: 1;
        *display: inline;
}
ul.navline a {
		padding: 8px 4px 8px 4px;
		font-size: 13px;
		color: #fff;
		text-decoration: none;
}
ul.navline a:hover {
		background: #fff;
		color: #333;
		padding: 5px 4px 8px 4px;
		border-top: 3px solid #ff6326;
}
ul.navline .current {
		background: #fff;
		color: #333;
		padding: 5px 4px 8px 4px;
		border-top: 3px solid #ff6326;
}
.navline-download {
		color: #f60 !important;
}
.navline-soc-icon {
		position: absolute;
		top: 6px;
		right: 20px;
}
.navline-soc-icon a {
		margin-left: 10px;
}



/* Шапка сайта */
.headerwrap {
	height: 290px;
	border-collapse: collapse;
}
.headerwrap td {
	padding: 0;
}




.headerwrapsmall {
	height: 82px;
	border-collapse: collapse;
}
.headerwrapsmall td {
	padding: 0;
}
.headerwrapsmall .top-userpanel {
	height: 60px;
}

.headerwrapsmall .logo-search {
	height: 60px;
	width: 194px;
	height: 58px;
	margin: 10px 0 0 17px;
}
.headerwrapsmall .logo-search a img {
	margin-top: 0px;
}
.headerwrapsmall .search-form {
	position: absolute;
	top: -40px;
	right: 20px;
	padding: 0;
	opacity: 0.6;
	width: 166px !important;
	height: 35px;
}



/* логотип и поиск */
.logo-search {
	text-align: center;
	width: 166px;
	height: 290px;
}
.logo-search a img {
	margin-top: 68px;
}
.search-form {
	position: relative;
	bottom: -53px;
	padding: 0;
	width: 166px !important;
	overflow: hidden;
}
.search-input {
	border: 1px solid #d2d2d2;
	border-right: none;
	font-size: 13px;
	line-height: 25px;
	width: 128px;
	height: 25px;
	padding: 0 5px;
	margin: 0;
	background: #f5f5f5 url(../images/searchbg.png) repeat-x;
}
.search-button {
	width: 27px; height: 27px;
	text-indent: 300px;
	border: none;
	margin: 0;
	background: url(../images/searckbtn.png) no-repeat;
	cursor: pointer;
}
.search-button:hover {
	background-position: left -27px;
}


/* центральный слайдер */
.slider {
	width: 574px; 
	height: 290px;
	margin: 0 10px;
}




/* Общий стиль блоков и заголовков блоков */
.block {
	background: #fafafa;
	margin-bottom: 10px;
	font-size: 12px;
}
.blockheaderwrap {
	background: #333 url('../images/diaglines.png') repeat-x;
	background-position: right 50%;
	padding: 7px 0 6px 0;
	border-bottom: 3px solid #ff6326;
}
.block h2 {
	color: #f5f5f5;
	display: inline;
	padding: 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	background: #333;
}
.blockcont {
	border: 1px solid #c5c5c5;
	border-top: none;
	padding: 15px;
}
.orange .blockheaderwrap {
	background: #ff6326 url('../images/diaglines.png') repeat-x;
	background-position: right 50%;
	border-bottom-color: #f90;
}
.orange .blockheaderwrap h2 {
	background: #ff6326;
}



/* Юзерпанель и тп. */
.top-userpanel {
	width: 300px;
	height: 290px;
}
.userblock {
	position: relative;
	height: 60px;
	border: 1px solid #c5c5c5;
	padding: 10px;
	font-size: 11px;
}
.useravatar {
	width: 60px; height: 60px;
	max-height: 60px;
	float: left;
	margin-right: 10px;
}
.userblock h3 {
	padding: 0 0 3px 0;
	display: inline-block;
	width: 160px;
	zoom: 1;
	*display: inline;
}
.userblock h3 a {
	font-weight: bold;
	font-size: 15px;
	color: #333;
}
.newcomments {
	position: absolute;
	right: 13px;
	top: 10px;
}
.newcomments img {
	position: relative;
	bottom: -3px;
	left: -2px;
}
.newcomments a {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.logoutbutton {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #ff6326;
	color: #fff;
	padding: 0px 10px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0px 0px 5px 5px;
}
.logoutbutton:hover {
	background: #ff8326;
	color: #fff;
}

.login-input, .password-input {
	border: 1px solid #d2d2d2;
	font-size: 13px;
	line-height: 20px;
	width: 90px;
	height: 20px;
	padding: 0 5px;
	margin: 5px 5px 0 0;
	background: #f5f5f5 url(../images/searchbg.png) repeat-x;
}
.login-button {
	background: #333;
	color: #fff;
	height: 22px;
	padding: 0px;
	width: 64px;
	margin-top: 5px;
	text-decoration: none;
	cursor: pointer;
}
.login-button:hover {
	background: #ff6326;
}
.advlog {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
.registerlnk {
	position: absolute;
	right: 10px;
	bottom: 5px;
	display: inline-block;
}


.topweekblock {
	margin-top: 10px;
}
.topweekblock .blockcont {
	height: 148px;
	overflow: auto;
	padding-bottom: 0;
}
.blockcont ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
	line-height: 17px;
	vertical-align: baseline;
}
.blockcont ul li {
	line-height: 15px;
	color: #ff6326;
	margin: 0 0 5px 0;
	vertical-align: baseline;
}
.blockcont ul li a {
	color: #333;
	text-decoration: none;
	vertical-align: baseline;
}
.blockcont ul li a:hover {
	color: #ff6326;
}



/* Панель ТОП-недели */
.topweekpanel {
	margin: 10px 0;
	background: #333 url(../images/topweekbg.png) no-repeat;
	background-position: 15px 50%;
	color: #ff6326;
	padding: 0 15px 2px 210px;
}
.topweekpanel div {
	display: table-cell;
	vertical-align: middle;
	height: 58px;
}
.topweekpanel a {
	color: #3cf;
	font-size: 16px;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
.topweekpanel a:hover {
	color: #ff6326;
}




/* Колонки */
.contentwrap {
	width: 100%;
}
.leftcol {
	width: 200px;
}
.centercol {
	padding: 0 10px;
}
.rightcol {
	width: 300px;
}
.onecolumn {
	padding: 0 10px 0 0 !important;
}


/* Прямой эфир */
.live {
	font-size: 12px;
}

.live h2 a img {
	margin: -1px 0 -2px 0;
}
.live li a b {
	font-size: 14px;
	text-decoration: underline;
}
.live .blockcont {
	padding-right: 15px;
}



/* Одной строкой и 4 нижних колонки */
.oneline a img, .bottom4col a img {
	margin-left: 7px;
	vertical-align: middle;
}
.oneline a, .bottom4col a {
	color: #333;
	text-decoration: none;
}
.oneline a:hover, .bottom4col a:hover {
	color: #ff6326;
}
.newgames  a img {
	margin-left: 7;
}
.platform  a img {
	margin-left: 0;
	margin-right: 7px;
}
.newgames .blockheaderwrap {
	background: #333;
	text-align: center;
}
.newgames .blockheaderwrap h2 {
	background: #333 !important;
	font-size: 18px;
}


/* 4 нижних колонки */
.bottom4col {
	width: 258px;
	margin-right: 5px;
	margin-bottom: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.bottom4col .blockcont {
	font-weight: bold;
}
.nomarginright {
	margin-right: 0;
}


/* Девочки с обложки */
.girlcover a img {
	margin-top: 1px;
}




/* ТЕМА и "Поздравляем" */
.tema p, .pozdrav p  {
	text-align: center;
}
.tema p a, .pozdrav p a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
	border: 1px solid #c5c5c5;
	border-top: none;
	margin-bottom: -1px;
}
.pozdrav p a {
	font-weight: bold;
	background: #fafafa;
}
.tema p a:hover, .pozdrav p a:hover {
	color: #ff6326;
}
.tema  a img, .pozdrav  a img {
	margin-top: 1px;
}


/* ФАКТЫ */
.fakty p {
	font-size: 11px;
}



/* Опросы */
.polls h4 {
	padding: 5px 0 0px 0;
}

.polls form {
	margin: 13px 0 10px 5px;
}
.polls form input {
	vertical-align: top;
	margin: 0;
}
.polls form div {
	font-size: 14px;
	font-weight: bold !important;
	margin-bottom: 9px;
	cursor: pointer;
}
.polls form div:hover {
	color: #ff6326;
}
.polls form div span {
	width: 225px;
	margin: -3px 0 0 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-weight: bold !important;
}
.polls_button {
	padding: 5px 30px;
	margin-top: 5px !important;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.polls_button:hover {
	color: #ff6326;
}
.polls_results {
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 9px 0;
}
.polls_results div {
	position: relative;
	padding-right: 50px;
}
.polls_results div span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
}
.resultwrap {
	background: #eee;
	height: 5px;
	margin: 3px 0 10px 0;
}
.resultwrap div {
	height: 5px;
	background: #ff6326;
}



/* Реклама, баннеры */
.banner300x300 {
	width: 300px; height: 300px;
	background: #ccc;
	margin-bottom: 10px;
}
.banner300x250 {
	width: 300px; height: 250px;
	background: #ccc;
	margin-bottom: 10px;
}

/* Блок Реценции */
.recenzii {
	margin-top: 15px;
}
.recenzii a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	padding: 5px 5px;
	margin: -5px 0;
}
.recenzii a:hover {
	background: #f0f0f0;
	font-weight: bold;
}


/* Центральный блок новости */
.newsblockwrap {
	margin: 15px 0;
}
.newsblockwrap div {
	width: 369px;
	margin-right: 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.newsblockwrap_tags div {
	width: 580px;
	margin-right: 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.newsblockwrap img {
}
.meta {
	font-size: 12px;
	margin-bottom: -7px;
}
.meta span {
	color: #ff6326;
}
.newsbtline {
	margin-top: 10px;
}
.yashare-auto-init {
	width: 250px !important;
	height: 30px;
}
.blockcomments {
	position: relative;
	top: 6px;
	width: 40px !important;
	text-align: right;
	float: right !important;
}
.blockcomments img {
	position: relative;
	bottom: -3px;
	left: -2px;
	margin-right: 3px;
}
.blockcomments a {
	font-weight: bold;
	font-size: 12px;
	color: #333 !important;
}


/* футер */
.copyright {
	width: 500px;
	color: #777;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 14px;
}
.counters {
	float: right;
	margin-top: 10px;
}

/* Комментарии */
.commentsblock {
	background: #ffffff;
}

.commentsblock .blockcont {
	border: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 15px;
}

.commentsblock table {
	width: 100%;
	border-collapse: collapse;
}

.commentsblock hr {
	border-bottom: 1px solid #e2e2e2;
	padding-top: 3px;
}

.commentsblock table td {
	padding: 0;
}

.odd {
	background: #eeeeee;
}

.even {
	background: #f5f5f5;
}

.newcomment {
	background: #dafad9;
}

.comments_avatar {
	width: 75px;
}

.comments_meta {
	margin: 0px 0 5px 0;
}

.commentrating {
	float: right;
}

.comments_area {
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 450px;
	height: 200px;
}

.comments_button {
	padding: 5px 30px;
	margin-top: 5px !important;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.comments_button:hover {
	color: #ff6326;
}

.sub_1 {margin-left: 15px;}
.sub_2 {margin-left: 30px;}
.sub_3 {margin-left: 45px;}
.sub_4 {margin-left: 60px;}
.sub_5 {margin-left: 75px;}
.sub_6 {margin-left: 90px;}
.sub_7 {margin-left: 105px;}
.sub_8 {margin-left: 120px;}
.sub_9 {margin-left: 135px;}
.sub_10 {margin-left: 150px;}
.sub_11 {margin-left: 165px;}
.sub_12 {margin-left: 180px;}
.sub_13 {margin-left: 195px;}
.sub_14 {margin-left: 210px;}
.sub_15 {margin-left: 225px;}

.lnglink {
	position: absolute;
	right: 20px;
	top: -140px;
}
.goto_parent {
    color: silver; 
    text-decoration: none; 
    border-bottom: 1px silver dotted; 
    font-size: 14px;
}
.goto_parent:hover {
    color: black;
}


.newsrating {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 1px 0;
	float: right !important;
	width: 70px !important;
	text-align: center;
}
a.plus, a.minus {
	display: inline-block;
	background: url(../images/rating_thumbs.png);
	width: 16px !important;
	height: 16px !important;
	text-decoration: none;
}
a.plus {
	background-position: 16px 0 !important;
}
a.minus {
	background-position: 0 0 !important;
}
a.plus:hover {
	background-position: 16px 16px !important;
}
a.minus:hover {
	background-position: 0 16px !important;
}
a.plused {
	background-position: 16px 16px !important;
}
a.minused {
	background-position: 0 16px !important;
}
.otric {color: #bd3100;}
.poloj {color: #43a601;}
.neutr {color: #777777;}


#comm_float_block {
    position: fixed;
    right: 0px;
    top: 45%;
    padding: 5px;
    color: white;
    font-size: 20px;
    background: url('/static/images/navlinebg.png') transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#comm_float_block A {
    color: white;
    text-decoration: none
}

#addnews {
       position: absolute;
       width: 98px;
       bottom: 10px;
       left: 80px;
       background: #ff6326;
       color: #fff;
       padding: 0px 10px;
       text-decoration: none;
       cursor: pointer;
       border-radius: 2px;
}
#addnews:hover {
       background: #ff8326;
       color: #fff;
}

#addnewsblock {
       width: 98px;
       padding: 10px;
       top: 70px;
       left: 80px;
       border-top: 1px solid #fff;
       background: #444;
       position: absolute;
       border-radius: 0px 0px 5px 5px;
}

#addnewsblock ul {
       padding-left: 5px;
       list-style-type: disc;
       list-style-position: inside;
       color: #fff;
}

#addnewsblock a {
       color: #fff;
       font-weight: bold;
}