/*---------- System style ----------*/
@import "../font/fonts.css";

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body{
	background: #faf9f5;
	font: 12px "Open sans", Arial, Tahoma, Sans-serif;
	margin: 0;
	padding: 0; 
}

header, footer, nav, aside, menu, article, section{
	display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, a, textarea, table{
	font: 12px "Open sans", Arial, Tahoma, Sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	padding: 0;
	margin: 0;
}

	@media all and (min-width: 450px) {
section{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	}}

section:after{
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
	content: '';
}

.clearfix:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.shadow_block{
	/*---- box-shadow ----*/
	-webkit-box-shadow: 1px 1px 5px rgba(24,27,30,.08);
	-moz-box-shadow: 1px 1px 5px rgba(24,27,30,.08);
	-o-box-shadow: 1px 1px 5px rgba(24,27,30,.08);
	-ms-box-shadow: 1px 1px 5px rgba(24,27,30,.08);
	box-shadow: 1px 1px 5px rgba(24,27,30,.08);
}

.hidden{
	display: none;
	overflow: hidden;
}

.xfieldimagegallery li{
	width: 240px;
	display: inline;
	padding: 0 2px 0 2px;
}
/*---------- Header style ----------*/
header{
	background: url(../images/header_bg.png) repeat-x, #171a1d;
	width: 100%;
	height: 45px;
}

.logotype{
	display: block;
	width: 190px;
	height: 45px;
	float: left;
	margin-right: 10px;
}

.logotype a{
	display: block;
	width: 73px;
	padding: 2px 0 11px 0;
}

.search_header{
	position: relative;
	height: 45px;
	float: left;
}

.search_btn{
	background: transparent;
	position: absolute;
	padding: 15px 10px 0px 10px;
	float: left;
}

.search_btn:after{
	display: block;
	background: url(../images/sprite_function.png) no-repeat;
	background-position: 0 0;
	width: 15px;
	height: 15px;
	content: '';
	opacity: 0.5;
}

.search_btn:hover,
.search_btn:hover:after{
	cursor: pointer;
	opacity: 0.9;
}

.search_input{
	background: rgba(44,49,54,.2);
	width: 95px;
	height: 45px;
	color: #e6e6e2;
	padding-right: 10px;
	padding-left: 40px;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.search_input:focus{
	background: rgba(44,49,54,.45);
	width: 175px;
}

nav{
	height: 45px;
	float: left;
}

.navigation_header li{
	position: relative;
	float: left;
	height: 45px;
	border-right: 1px solid #191c1f;
	border-left: 1px solid #1d2024;
}

.navigation_header li:first-child{
	border-left: none;
}

.navigation_header li:last-child{
	border-right: none;
}

.navigation_header li a{
	display: block;
	height: 45px;
	line-height: 46px;
	padding: 0 10px;
	font-size: 13px;
	color: #8f9ba7;
}

.navigation_header li a:hover{
	cursor: pointer;
	color: #faf9f5;
}

.sub_nav_header{
	display: none;
	position: absolute;
	min-width: 120px;
	top: 45px;
	left: 0;
	/*---- box-shadow ----*/
	-webkit-box-shadow: 1px 1px 3px rgba(23,26,29,.1);
	-moz-box-shadow: 1px 1px 3px rgba(23,26,29,.1);
	-o-box-shadow: 1px 1px 3px rgba(23,26,29,.1);
	-ms-box-shadow: 1px 1px 3px rgba(23,26,29,.1);
	box-shadow: 1px 1px 3px rgba(23,26,29,.1);
	z-index: 20;
}

.sub_nav_header li{
	float: none;
	border: none;
	height: 35px;
	border-bottom: 1px solid #efefef;
}

.sub_nav_header li:last-child{
	border-bottom: none;
}

.sub_nav_header li a{
	background: #FFF;
	height: 35px;
	line-height: 35px;
}

.sub_nav_header li a:hover{
	cursor: pointer;
	color: #525e6f;
}

.auth_header{
	float: right;
}

.auth_header li{
	position: relative;
	float: left;
	height: 45px;
	border-right: 1px solid #191c1f;
	border-left: 1px solid #1d2024;
}

.auth_header li:first-child{
	border-left: none;
}

.auth_header li:last-child{
	border-right: none;
}

.auth_header li a{
	display: block;
	height: 45px;
	line-height: 48px;
	padding: 0 10px;
	font-size: 13px;
	color: #8f9ba7;
}

.auth_header li a:hover{
	cursor: pointer;
	color: #faf9f5;
}

.profile_header{
	position: relative;
	float: right;
	height: 45px;
}

.profile_header:hover{
	cursor: pointer;
}

.ava_head_user{
	position: relative;
	width: 45px;
	height: 45px;
	float: right;
}

.ava_head_user img{
	min-width: 45px;
	min-height: 45px;
	max-height: 45px;
}

.notficat_mess_head{
	position: absolute;
	background: #eb3127;
	width: 15px;
	height: 15px;
	top: 2px; 
	right: 0;
	text-align: center;
	line-height: 15px;
	color: #faf9f5;
	font-size: 8px;
}

.name_head_user{
	float: right;
	height: 45px;
	line-height: 48px;
	padding: 0 10px;
	color: #8f9ba7;
	font-size: 13px;
}

.profile_header:hover > .name_head_user{
	background: rgba(44,49,54,.2);
	color: #faf9f5;
}

.func_profile_header{
	display: none;
	position: absolute;
	width: 100%;
	min-width: 155px;
	top: 45px;
	right: 0;
	z-index: 20;
}

.tringle_profile_header{
	position: relative;
	display: block;
	width: 100%;
	min-width: 155px;
	height: 15px;	
}

.tringle_profile_header:after{
	position: absolute;
	display: block;
	background: url(../images/sprite_function.png) no-repeat;
	background-position: -15px 0;
	width: 20px;
	height: 10px;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	content: '';
}

.function_user_header{
	width: 100%;
	min-width: 155px;
}

.function_user_header li{
	position: relative;
	height: 35px;
	border-bottom: 1px solid #34393f;
}

.function_user_header li:last-child{
	border-bottom: none;
}

.function_user_header li a{
	background: #2c3136;
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 32px;
	color: #8f9ba7;
	font-size: 12px;
}

.function_user_header li a:hover{
	cursor: pointer;
	color: #fefdf9;
}

.fun_user_head_ico{
	position: absolute;
	display: block;
	background: url(../images/func_user_head.png) no-repeat;
	background-position: 0 0;
	width: 14px;
	height: 10px;
	top: 13px;
	left: 9px;
}

#user_head_ico_1{ background-position: 0 0;}

#user_head_ico_2{ background-position: 0 -10px;}

#user_head_ico_3{ background-position: 0 -20px;}

#user_head_ico_4{ background-position: 0 -30px;}

#user_head_ico_5{ background-position: 0 -40px;}

#user_head_ico_6{ background-position: 0 -50px;}

.notfaction_user_head_red{
	position: absolute;
	display: block;
	background: #eb3127;
	width: 25px;
	height: 25px;
	top: 6px;
	right: 0;
	text-align: center;
	line-height: 25px;
	color: #fefdf9;
	font-size: 12px;
}

.notfaction_user_head_blue{
	position: absolute;
	display: block;
	background: #6eaad0;
	width: 25px;
	height: 25px;
	top: 6px;
	right: 0;
	text-align: center;
	line-height: 25px;
	color: #fefdf9;
	font-size: 12px;
}

/*---------- Slider style ----------*/
.left_slider_panel{
	position: absolute;
	background: url(../images/arrow_slider.png) no-repeat;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -540px;
	z-index: 10;
}

.left_slider_panel:hover{
	background-position: 0 -30px;
	cursor: pointer;
}

.right_slider_panel{
	position: absolute;
	background: url(../images/arrow_slider.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
	top: 50%;
	right: 50%;
	margin-top: -15px;
	margin-right: -540px;
	z-index: 10;
}

.right_slider_panel:hover{
	background-position: -30px -30px;
	cursor: pointer;
}

	@media all and (min-width: 450px) {
#content_slider{
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
#content_slider{
	display: none;
	}}

.slide_back_active{
	z-index: 4;
}

.slide_front_active{
	z-index: 5;
}

.block_slider{
	position: absolute;
	width: 100%;
	height: 260px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.back_slide_panel{
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.front_slide_panel{
	position: absolute;
	width: 1000px;
	height: 260px;
	top: 0;
	left: 50%;
	margin-left: -500px;
	overflow: hidden;
	/*---- box-shadow ----*/
	-webkit-box-shadow: 5px 0 5px rgba(49,55,70,.2), -5px 0 5px rgba(49,55,70,.2);
	-moz-box-shadow: 5px 0 5px rgba(49,55,70,.2), -5px 0 5px rgba(49,55,70,.2);
	-o-box-shadow: 5px 0 5px rgba(49,55,70,.2), -5px 0 5px rgba(49,55,70,.2);
	-ms-box-shadow: 5px 0 5px rgba(49,55,70,.2), -5px 0 5px rgba(49,55,70,.2);
	box-shadow: 5px 0 5px rgba(49,55,70,.2), -5px 0 5px rgba(49,55,70,.2);
}

.info_slider{
	position: absolute;
	width: 440px;
	height: 175px;
	top: 50px;
	right: 20px;
}

.title_slide{
	display: inline-block;
	background: rgba(51,51,51,.7);
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #cccaca;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	float: right;
	margin-bottom: 5px;
}

.title_slide:hover{
	background: rgba(51,51,51,.8);
	cursor: pointer;
	color: #fefdf9;
}

.info_slide{
	display: block;
	background: rgba(51,51,51,.7);
	width: 420px;
	height: 92px;
	padding: 10px;
	color: #fefdf9;
	font-size: 14px;
	float: left;
	margin-bottom: 5px;
}

.more_slide{
	display: inline-block;
	background: rgba(51,51,51,.7);
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	color: #cccaca;
	font-size: 12px;
	float: left;
}

.more_slide:hover{
	background: rgba(51,51,51,.8);
	cursor: pointer;
	color: #fefdf9;
}

.author_slide{
	display: inline-block;
	background: rgba(51,51,51,.7);
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	color: #fefdf9;
	font-size: 12px;
	float: right;
}

.author_slide a{
	color: #fefdf9;
	font-size: 12px;
	text-decoration: underline;
}

.author_slide a:hover{
	cursor: pointer;
	text-decoration: none;
}

/*---------- Main page style ----------*/

	@media all and (min-width: 450px) {
.popular_article{
	background: #FFF;
	width: 192px;
	height: 185px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.popular_article{
 display: none;
	}}

.popular_article:last-child{
	margin-right: 0;
}

.prev_pop_article{
	position: relative;
	width: 192px;
	height: 150px;
	overflow: hidden;
}

.prev_pop_article:after{
	position: absolute;
	display: block;
	background: url(../images/lightover_sp.png) no-repeat;
	background-position: 0 0;
	width: 192px;
	height: 150px;
	top: 0;
	left: 0;
	content: '';
}

.prev_pop_article > img{
	min-width: 192px;
	height: 150px;
}

.info_pop_article{
	position: absolute;
	background: rgba(24,27,30,.8);
	width: 182px;
	height: 25px;
	padding: 0 5px;
	bottom: 0;
	left: 0;
}

.info_pop_article a{
	float: left;
	height: 25px;
	line-height: 25px;
	color: #c8c8cb;
	font-size: 10px;
}

.info_pop_article a:hover{
	text-decoration: underline;
	cursor: pointer;
	color: #FFF;
}


.comments_pop_article{
	float: right;
	height: 25px;
	line-height: 25px;
	color: #c8c8cb;
	font-size: 10px;
}

.comments_pop_article:before{
	display: block;
	background: url(../images/main_sprite.png) no-repeat;
	background-position: 0 0;
	width: 15px;
	height: 13px;
	content: '';
	float: left;
	margin-right: 2px;
	margin-top: 6px;
}

.title_pop_article{
	display: block;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #626a7e;
}

.title_pop_article:hover{
	color: #2d3540;
	cursor: pointer;
	text-decoration: underline;
}

.popular_files{
	background: #FFF;
	width: 735px;
	height: 245px;
	float: left;
	margin-bottom: 20px;;
}

	@media all and (min-width: 450px) {
.title_main_block{
	background: #313746;
	height: 40px;
	padding: 0 10px;
	color: #ffffff;
	font-size: 15px;
	line-height: 40px;
	font-weight: 600;
	font-style: normal;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.title_main_block{
	background: #313746;
	padding: 0 10px;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	font-style: normal;
	margin-top: 20px;
	clear: both;
	}}

.title_main_block a{
	float: right;
	line-height: 40px;
	color: #475066;
	font-size: 10px;
	text-shadow: 1px 1px 2px rgba(49,55,70,.1);
	font-weight: 600;
	font-style: normal;
}

.title_main_block a:hover{
	color: #69748f;
	cursor: pointer;
}

.title_main_block span{
	float: right;
	line-height: 40px;
	color: #475066;
	font-size: 10px;
	text-shadow: 1px 1px 2px rgba(49,55,70,.1);
	font-weight: 600;
	font-style: normal;
}

.title_main_block button{
	float: right;
	line-height: 40px;
	background: transparent;
	color: #475066;
	font-size: 10px;
	text-shadow: 1px 1px 2px rgba(49,55,70,.1);
	font-weight: 600;
	font-style: normal;
	border: none;
}

.function_title_main{
	float: right;
	line-height: 40px;
	color: #475066;
	font-size: 10px;
	text-shadow: 1px 1px 2px rgba(49,55,70,.1);
	font-weight: 600;
	font-style: normal;
}

.function_title_main:hover{
	color: #69748f;
	cursor: pointer;
}

.popular_files_main{
	width: 735px;
	border-spacing: 0;
}

.popular_files_main th{
	background: #f8f8f8;
	color: #767981;
	font-size: 10px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	font-weight: 600;
	font-style: normal;
}

.popular_files_main th:first-child,
.popular_files_main td:first-child{
	padding-left: 10px;
}

.popular_files_main > tbody > tr > #pop_file_th_1{ width: 205px;}

.popular_files_main > tbody > tr > #pop_file_th_2{ width: 210px;}

.popular_files_main > tbody > tr > #pop_file_th_3{ width: 160px;}

.popular_files_main > tbody > tr > #pop_file_th_4{ width: 80px;}

.popular_files_main > tbody > tr > #pop_file_th_5{ width: 70px;}

.popular_files_main td{
	height: 35px;
	background: #FFF;
	line-height: 35px;
	color: #656974;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	border-bottom: 1px solid #f6f6f6;
}

.popular_files_main a{
	color: #656974;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
}

.popular_files_main a:hover{
	cursor: pointer;
	color: #3a3e49;
	text-decoration: underline;
}

.download_pop_file{
	text-decoration: underline;
}

.download_pop_file:hover{
	cursor: pointer;
	text-decoration: none;
}

.pop_main_right{
	float: right;
}

	@media all and (min-width: 450px) {
.pop_news{
	background: #FFF;
	width: 255px;
	height: 245px;
	margin-bottom: 20px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.pop_news{
	background: #FFF;
	width: 100%;
	height: 245px;
	margin-bottom: 20px;
	}}

.popular_news_main{
	width: 255px;
}

.popular_news_main li{
	width: 255px;
	height: 50px;
	border-bottom: 1px solid #f6f6f6;
}

.popular_news_main li:last-child{
	border-bottom: none;
}

	@media all and (min-width: 450px) {
.popular_news_main li a{
	display: block;
	width: 255px;
	height: 50px;
	}}
	
		    @media all and (min-width: 100px) and (max-width: 449px) {
.popular_news_main li a{
	display: block;
	width: 100%;
	height: 50px;
	}}

.popular_news_main li a:hover{
	cursor: pointer;
}

.img_pop_news{
	width: 48px;
	height: 36px;
	float: left;
	margin: 5px 10px;
	border: 2px solid #f6f6f6;
	overflow: hidden;
}

.img_pop_news img{
	width: 48px;
	height: 36px;
}

.title_pop_news{
	padding-top: 7px;
	float: left; 
	color: #505562;
	font-size: 14px;
	color: #7f828a;
	font-size: 10px;
}

.title_pop_news span{
	display: block;
	margin-top: -1px;
	color: #505562;
	font-size: 14px;
}

.popular_news_main li a:hover > .title_pop_news span{
	text-decoration: underline;
	color: #363a44;
}
@media all and (min-width: 450px) {
.pop_game{
	background: #FFF;
	width: 320px;
	height: 440px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}}
@media all and (min-width: 100px) and (max-width: 449px) {
.pop_game{
	background: #FFF;
	width: 100%;
	height: 440px;
	margin-right: 20px;
	margin-bottom: 30px;
}}	
	
.pop_game:nth-child(3n){
	margin-right: 0;
}

@media all and (min-width: 450px) {
.popular_game li{
	width: 320px;
	height: 125px;
	border-bottom: 1px solid #f2f2f2;
}}

@media all and (min-width: 100px) and (max-width: 449px) {
.popular_game li{
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #f2f2f2;
}}

.popular_game li:last-child{
	border-bottom: 0;
}

.popular_game li a{
	position: relative;
	display: block;
	width: 320px;
}

.img_pop_game{
	width: 60px;
	height: 45px;
	border: 2px solid #5a5f6b;
	overflow: hidden;
	margin: 5px;
	float: left;
}

.img_pop_game img{
	width: 60px;
	min-height: 45px;
}

.title_pop_game{
	float: left;
	color: #8d929e;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
    padding: 0 0px 0 5px;
}

.title_pop_game span{
	display: block;
	font-size: 14px;
	color: #6d7078;
	margin-top: 15px;
}

.number_pop_game{
	position: absolute;
	height: 60px;
	right: 0;
	top: 0;
	font-size: 36px;
	color: #b6b7ba;
	font-weight: bold;
	line-height: 60px;
	padding: 0 15px;
}

.popular_game li:hover > a > .title_pop_game > span{
	text-decoration: underline;
	color: #40444e;
	cursor: pointer;
}

.popular_game li:hover > a > .number_pop_game{
	color: #999ca5;
}


@media all and (min-width: 450px) {
.all_popular_game{
	display: block;
	background: #313746;
	width: 320px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #4d566e;
	font-size: 15px;
}}

    @media all and (min-width: 100px) and (max-width: 449px) {
.all_popular_game{
	display: block;
	background: #313746;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #4d566e;
	font-size: 15px;
}}

.all_popular_game:hover{
	color: #5f6a85;
	cursor: pointer;
}

	@media all and (min-width: 450px) {
.left_block_main{
	float: left;
	width: 255px;
	margin-bottom: 20px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.left_block_main{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}}

	@media all and (min-width: 450px) {
.right_block_main{
	float: right;
	width: 735px;
	margin-bottom: 20px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.right_block_main{
	float: right;
	width: 100%;
	margin-bottom: 20px;
	}}

.block_vote{
	background: #FFF;
	width: 255px;
	margin-bottom: 10px;
}

	@media all and (min-width: 450px) {
.pop_video{
	background: #FFF;
	width: 255px;
	padding-bottom: 10px;
	}}

		    @media all and (min-width: 100px) and (max-width: 449px) {
.pop_video{
	background: #FFF;
	width: 100%;
	padding-bottom: 10px;
	}}
	
.popular_video{
	position: relative;
	width: 235px;
	height: 100px;
	overflow: hidden;
	margin: 0 10px;
	margin-top: 10px;
}

.popular_video img{
	width: 235px;
	min-height: 100px;
}

.pop_title{
	position: absolute;
	background: rgba(49,55,70,.7);
	width: 215px;
	padding: 5px 10px;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 13px;
}

.popular_video:hover > a > .pop_title{
	text-decoration: underline;
	cursor: pointer;
}

	@media all and (min-width: 450px) {
.tab_category_news{
	width: 735px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.tab_category_news{
	width: 100%;
	}}

.control_tab_category{
	height: 38px;
	text-align: left;
	line-height: 38px;
	font-size: 16px;
	color: #313746;
	font-weight: 600;
	font-style: normal;
	border-bottom: 2px solid #1f2226;
}

.tabs_category_main{
	float: right;
}

.tabs_category_main span{
	display: block;
	background: #333940;
	height: 38px;
	float: left;
	line-height: 38px;
	padding: 0 10px;
	margin-left: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
}

.tabs_category_main span:hover{
	background: #2c3137;
	cursor: pointer;
}

.tabs_category_main span.active{
	background: #1f2226;
}

	@media all and (min-width: 450px) {
.content_tab_category{
	position: relative;
	width: 735px;
	background: #FFF;
	}}

		    @media all and (min-width: 100px) and (max-width: 449px) {
.content_tab_category{
	position: relative;
	width: 100%;
	background: #FFF;
	}}
	
	@media all and (min-width: 450px) {
.panel_tab_category{
	width: 735px;
	background: #FFF;
	display: none;
	}}

		    @media all and (min-width: 100px) and (max-width: 449px) {
.panel_tab_category{
	width: 100%;
	background: #FFF;
	display: none;
	}}
	
	@media all and (min-width: 450px) {
.tab_news_main{
	width: 695px;
	height: 130px;
	padding: 20px;
	border-bottom: 1px solid #999c9f;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.tab_news_main{
	width: 100%;
	height: 280px;
	padding: 20px 0 20px 1px;
	border-bottom: 1px solid #999c9f;
	}}

.tab_news_main:last-child{
	border-bottom: none;
}


	@media all and (min-width: 450px) {
.top_t_news_main{
	width: 695px;
	height: 100px;
	margin-bottom: 5px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.top_t_news_main{
	width: 100%;
	height: 200px;
	margin-bottom: 5px;
	}}

.img_tab_gategory{
	width: 143px;
	height: 92px;
	border: 4px solid #313746;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.img_tab_gategory img{
	width: 143px;
	min-height: 92px;
}

	@media all and (min-width: 450px) {
.title_news_category{
	display: block;
	height: 20px;
	}}

	    @media all and (min-width: 100px) and (max-width: 449px) {
.title_news_category{
	display: block;
	clear: right;
	}}

	
.title_news_category a{
	color: #434854;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}

.title_news_category2 {
	color: #434854;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}

.title_news_category a:hover{
	color: #313746;
	cursor: pointer;
	text-decoration: underline;
}

.text_news_category{
	color: #464e57;
	font-Size: 13px;
	line-height: 16px;
}

	@media all and (min-width: 450px) {
.bottom_t_news_main{
	width: 695px;
	height: 25px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.bottom_t_news_main{
	width: 100%;
	height: 25px;
	padding: 45px 0 0 0;
	}}

.more_t_news_main{
	display: block;
	background: #313746;
	width: 151px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #5b657e;
	font-size: 12px; 
	margin-right: 10px;
	float: left;
}

.more_t_news_main:hover{
	cursor: pointer;
	color: #FFF;
}

.info_t_news_main{
	position: relative;
	height: 25px;
	line-height: 25px;
	color: #656974;
	font-size: 10px;
	padding-left: 18px;
	margin-right: 10px;
}

.info_t_news_main a{
	color: #656974;
	font-size: 10px;
	text-decoration: underline;
}

.info_t_news_main a:hover{
	cursor: pointer;
	text-decoration: none;
}


#icon_t_news_main_1:before{
	display: block;
	position: absolute;
	background: url(../images/main_sprite.png) no-repeat;
	background-position: 0 -13px;
	width: 15px;
	height: 13px;
	content: '';
	top: 50%;
	left: 0;
	margin-top: -6px;
}

	@media all and (min-width: 450px) {
#icon_t_news_main_2:before{
	display: block;
	position: absolute;
	background: url(../images/main_sprite.png) no-repeat;
	background-position: 0 -26px;
	width: 15px;
	height: 15px;
	content: '';
	top: 50%;
	left: 0;
	margin-top: -7px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
#icon_t_news_main_2:before{
	background: url(../images/main_sprite.png) no-repeat;
	background-position: 0 -26px;
	width: 15px;
	height: 15px;
	content: '';
	top: 50%;
	left: 0;
	margin-top: -7px;
	}}

#icon_t_news_main_4:before{
	display: block;
	position: absolute;
	background: url(../images/main_sprite.png) no-repeat;
	background-position: -2px -54px;
	width: 11px;
	height: 11px;
	content: '';
	top: 50%;
	left: 0;
	margin-top: -5px;
}

	@media all and (min-width: 450px) {
.all_tab_category_main{
	display: block;
	background: #313746;
	width: 735px;
	height: 45px;
	line-height: 45px;
	color: #68738e;
	font-size: 15px;
	text-align: center;
	margin-top: -1px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.all_tab_category_main{
	display: block;
	background: #313746;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #68738e;
	text-align: center;
	margin-top: -1px;
	}}

.all_tab_category_main:hover{
	color: #808aa4;
	cursor: pointer;
}

.title_h3_border{
	position: relative;
	height: 20px;
	color: #313746;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	padding-bottom: 5px;
}

.title_h3_border a{
	float: right;
	color: #a9aaac;
	font-size: 10px;
	line-height: 20px;
}

.title_h3_border a:hover{
	color: #848589;
}

.title_h3_border span{
	position: absolute;
	width: 100%;
	border-top: 1px solid #fffefa;
	border-bottom: 1px solid #e4e4e4;
	left: 0;
	bottom: 0;
}

.last_video_main{
	width: 192px;
	margin: 15px 0;
	margin-right: 10px;
	float: left;
}

.last_video_main:nth-child(5n+1){
	margin-right: 0;
}

.img_last_video_main{
	position: relative;
	width: 192px;
	height: 110px;
	overflow: hidden;
}

.img_last_video_main:before{
	display: block;
	background: url(../images/lightover_sp.png) no-repeat;
	width: 192px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: -192px 0;
	content: '';
}

.img_last_video_main:after{
	display: block;
	background: url(../images/main_sprite.png) no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
	background-position: -15px 0;
	content: '';
}

.last_video_main:hover > a > .img_last_video_main:after{
	background-position: -15px -35px;
}

.img_last_video_main img{
	width: 192px;
	min-height: 110px;
}

.title_last_video_main{
	width: 192px;
	margin-top: 2px;
}

.title_last_video_main a{
	color: #636872;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}

.view_last_video_main{
	float: right;
	font-size: 10px;
	color: #6d717b;
	line-height: 25px;
}

.view_last_video_main:before{
	display: block;
	background: url(../images/main_sprite.png) no-repeat;
	background-position: 0 -65px;
	width: 14px;
	height: 8px;
	content: '';
	float: left;
	margin-right: 4px;
	margin-top: 9px;
}

.last_video_main:hover .title_last_video_main a{
	color: #222631;
}

/*---------- Splitnavigation page style ----------*/
.basenavi{
	width: 735px;
	height: 35px;
	float: left;
	position: relative;
	padding: 15px 0 0 0;
}

.nextprev{
	float: left;
}

.navigation{
	float: left;
}

.thide{
	float: left;
	display: inline-block;
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
}

.thide:hover{
	cursor: pointer;
	color: #FFF;
}

.nextprev > span > span{
	color: #FFF;
	text-decoration: none;
}

.pprev{
	margin-left: 20px;
	margin-right: 5px;
}

	@media all and (min-width: 450px) {
.toptop{
	position: absolute;
	top: 15;
	right: 0;
	}}
	    @media all and (min-width: 100px) and (max-width: 449px) {
.toptop{
	top: 15;
	right: 0;
	}}

.navigation span{
	display: inline-block;
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #FFF;
	font-size: 13px;
	border: none;
}

.navigation a{
	display: inline-block;
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
}

.navigation a:hover{
	cursor: pointer;
	text-decoration: underline;
	color: #FFF;
}

/*---------- Style short video ----------*/
.short_video_block{
	width: 360px;
	height: 180px;
	background: #FFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.short_video_block:nth-child(2n){
	margin-right: 0px;
}

.prev_short_video{
	position: relative;
	width: 360px;
	height: 150px;
	overflow: hidden;
}

.prev_short_video img{
	width: 360px;
	min-height: 150px;
}

.title_short_video{
	width: 340px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	color: #4D556E;
}

.short_video_block:hover > a > .title_short_video{
	cursor: pointer;
	text-decoration: underline;
	color: #313746;
}

.prev_short_video:before{
	position: absolute;
	width: 360px;
	height: 150px;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.2);
	content: '';
}

.prev_short_video:after{
	display: block;
	background: url(../images/main_sprite.png) no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
	background-position: -15px 0;
	content: '';
}

.short_video_block:hover > a > .prev_short_video:after{
	background-position: -15px -35px;
}

.short_video_block:hover > a > .prev_short_video:before{
	opacity: 0.2;
}

/*---------- Style short game ----------*/
	@media all and (min-width: 450px) {
.short_block_game{
	width: 735px;
	min-height: 0px;
	max-height: 315px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.short_block_game{
	width: 100%;
	min-height: 0px;
	max-height: 315px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	display: inline-table;
	}}

.short_block_game:nth-child(4n){
	margin-right: 0;
}

.poster_short_game{
	width: 360px;
	height: 270px;
	overflow: hidden;
}
	@media all and (min-width: 450px) {
.poster_short_game img{
	width: 280px;
	height: 210px;
	}}
	    @media all and (min-width: 100px) and (max-width: 449px) {
.poster_short_game img{
	width: 200px;
	height: 150px;
	}}
	@media all and (min-width: 450px) {
.shorttext{
    padding: 0px 7px 0px 290px;
	}}
		    @media all and (min-width: 100px) and (max-width: 449px) {
.shorttext{
    padding: 0px 2px 0px 0px;
	}}

.title_short_game{
	width: 360px;
	padding: 5px 0;
	font-size: 12px;
	color: #5A6580;
	text-align: center;
	font-style: normal;
	font-weight: 600;
}

.short_block_game:hover > a > .title_short_game{
	cursor: pointer;
	text-decoration: underline;
	color: #3C4456;
}

/*---------- Style no comments ----------*/
	@media all and (min-width: 450px) {
.no_user_comments{
	width: 735px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: #313746;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.no_user_comments{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: #313746;
	}}

.no_user_comments a{
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: #64708E;
	text-decoration: underline;
}

.no_user_comments a:hover{
	cursor: pointer;
	color: #313746;
}

/*---------- Footer style ----------*/

	@media all and (min-width: 450px) {
footer{
	background: url(../images/footer_bg.png) repeat-x, #313746;
	width: 100%;
	height: 120px;
	border-top: 2px solid #99a1b5;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
footer{
	background: url(../images/footer_bg.png) repeat-x, #313746;
	width: 100%;
	border-top: 2px solid #99a1b5;
	}}

.copyright{
	width: 125px;
	height: 90px;
	padding-top: 30px;
	margin-right: 20px;
	float: left;
}

.logo_footer{
	text-align: center;
	display: block;
	color: #faf9f5;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	width: 125px;
}

.desc_footer{
	text-align: center;
	display: block;
	color: #a0acc9;
	font-size: 12px;
	width: 125px;
}

.copy_footer{
	text-align: center;
	display: block;
	color: #4b546a;
	font-size: 12px;
	width: 125px;
}

	@media all and (min-width: 450px) {
.description_footer{
	font-size: 11px;
	color: #5d6781;
	font-style: normal;
	font-weight: 600;
	width: 850px;
	padding-top: 10px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.description_footer{
	font-size: 11px;
	color: #5d6781;
	font-style: normal;
	font-weight: 600;
	width: 100%;
	padding-top: 10px;
	}}

		@media all and (min-width: 450px) {
.developer{
	position: absolute;
	float: right;
	width: 135px;
	color: #808dad;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	top: 45px;
	right: 0;
	text-align: center;
		}}
		
			    @media all and (min-width: 100px) and (max-width: 449px) {
.developer{
	float: right;
	width: 135px;
	color: #808dad;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	top: 45px;
	right: 0;
	text-align: center;
		}}

/*---------- Main left & right block ----------*/
		@media all and (min-width: 450px) {
.block_left_more{
	float: left;
	width: 735px;
	margin-bottom: 20px;
	margin-top: 15px;
	color: #6B707A;
		}}
	@media all and (min-width: 100px) and (max-width: 449px) {
.block_left_more{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
	color: #6B707A;
		}}

.block_right_more{
	float: right;
	width: 255px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.block_left_more > .block_error{
	margin-top: 0px;
}

/*---------- User profile style ----------*/
.info_last_user_profile{
	background: #313746;
	width: 980px;
	height: 35px;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #a0a9bf;
	font-size: 13px;
	line-height: 35px;
}

.local_user_profile{
	float: right;
	color: #a0a9bf;
	font-size: 13px;
}

.block_left_profile{
	float: left;
	width: 735px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.block_right_profile{
	float: right;
	width: 255px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.information_user_profile{
	width: 735px;
	margin-bottom: 5px;
}

.line_info_user_prof_grey{
	background: #f4f5f6;
	display: block;
	width: 715px;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #9fa1a5;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.line_info_user_prof_width{
	background: #FFF;
	display: block;
	width: 715px;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #9fa1a5;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.line_info_user_prof_grey a,
.line_info_user_prof_width a{
	color: #9fa1a5;
	font-size: 13px;
	text-decoration: underline;
}

.line_info_user_prof_grey a:hover,
.line_info_user_prof_width a:hover{
	text-decoration: none;
}

.function_userprofile{
	display: inline-block;
	background: #313746;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	color: #8e99b5;
	font-size: 12px;
	margin: 10px 0;
	text-decoration: none;
}

.function_userprofile:last-child{
	float: right;
}

.function_userprofile:hover{
	cursor: pointer;
	background: #2a2f3b;
	color: #FFF;
}

.edit_user_profile{
	display: none;
	width: 735px;
	margin-bottom: 5px;
}

.line_info_user_prof_grey{
	background: #f4f5f6;
	display: block;
	width: 715px;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #9fa1a5;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.line_info_user_prof_width{
	background: #FFF;
	display: block;
	width: 715px;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #9fa1a5;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.save_editprofile{
	height: 40px;
	line-height: 40px;
}

.save_editprofile:hover{
	color: #FFF;
	cursor: pointer;
}

.edit_input_user{
	width: 450px;
	margin-left: 10px;
	height: 35px;
	padding: 0 10px;
	border-left: 1px solid #E6E7E8;
	background: transparent;
	color: #828487;
	font-size: 13px;
}

.edit_input_user_avatar{
	margin-left: 10px;
	height: 35px;
	padding: 0 10px;
	background: transparent;
	color: #828487;
	font-size: 13px;
}

/*---------- Error block style ----------*/
.block_error{
	position: relative;
	background: #313746;
	width: 100%;
	min-height: 55px;
	margin: 10px 0;
	overflow: hidden;
}

.error_icon{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: #20232D;
	width: 55px;
	min-height: 55px;
	height: 500px;
	float: left;
	margin-right: 15px;
}

.error_icon:after{
	position: absolute;
	display: block;
	background: url(../images/sprite_function.png) no-repeat;
	background-position: -37px 0;
	width: 11px;
	height: 24px;
	content: '';
	top: 15px;
	left: 22px;
}

.error_text{
	position: relative;
	width: 80%;
	font-size: 13px;
	color: #faf9f5;
	font-style: normal;
	font-weight: 600;
	padding: 10px;
	margin-left: 65px;
}

.error_text span{
	display: block;
	font-size: 13px;
	color: #e1e4ed;
	margin-top: -1px;
}

/*---------- Full news style ----------*/
.full_news_left{
	float: left;
	margin: 15px 0 20px 0;
}

.full_news_right{
	float: right;
	margin: 15px 0 20px 0;
}

.block_full_news{
	width: 735px;
	margin-bottom: 15px;
}

.text_full_news{
	padding: 15px 10px;
	color: #515661;
	font-size: 12px;
}

.text_full_news img{
	max-width: 715px;
}

.info_full_news{
	background: #fbfafa;
	border-top: 1px solid #edece8;
	height: 35px;
	line-height: 35px;
	width: 715px;
	padding: 0 10px;
}

.info_full_news span{
	font-size: 10px;
	color: #b3b4b7;
	padding-right: 10px;
}

.info_full_news a{
	font-size: 10px;
	color: #b3b4b7;
	text-decoration: underline;
}

.info_full_news a:hover{
	text-decoration: none;
	cursor: pointer;
}

.wrap_related_full_news{
	width: 735px;
	height: 115px;
	margin-bottom: 20px;
}

.related_full_news{
	background: #FFF;
	margin-top: 10px;
	width: 140px;
	height: 115px;
	float: left;
	margin-right: 8.5px;
}

.related_full_news:nth-child(5n){
	margin-right: 0;
}

.img_related_full_news{
	position: relative;
	width: 140px;
	height: 90px;
	overflow: hidden;
}

.img_related_full_news:after{
	position: absolute;
	display: block;
	background: url(../images/lightover_sp.png) no-repeat;
	background-position: -384px 0;
	width: 140px;
	height: 90px;
	top: 0;
	left: 0;
	content: '';
}

.img_related_full_news img{
	min-width: 140px;
	height: 90px;
}

.title_related_full_news a{
	display: block;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #626a7e;
}

.title_related_full_news a:hover{
	color: #2d3540;
	cursor: pointer;
}

/*---------- Video full style ----------*/
.full_video_left{
	float: left;
	margin: 15px 0 20px 0;
}

.full_video_right{
	float: right;
	margin: 15px 0 20px 0;
}

.block_full_video{
	width: 735px;
	margin-bottom: 15px;
}

.video_block_full_object{
	width: 735px;
}

.video_block_full_object > object{
	width: 735px;
	height: 435px;
}

.text_full_video{
	padding: 15px 10px;
	color: #515661;
	font-size: 12px;
}

.text_full_video img{
	max-width: 715px;
}

.info_full_video{
	background: #fbfafa;
	border-top: 1px solid #edece8;
	height: 35px;
	line-height: 35px;
	width: 715px;
	padding: 0 10px;
}

.info_full_video span{
	font-size: 10px;
	color: #b3b4b7;
	padding-right: 10px;
}

.info_full_video a{
	font-size: 10px;
	color: #b3b4b7;
	text-decoration: underline;
}

.info_full_video a:hover{
	text-decoration: none;
	cursor: pointer;
}

/*---------- Add comments style ----------*/

	@media all and (min-width: 450px) {
.comment_send{
	width: 735px;
	height: 35px;
	margin: 5px 0;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.comment_send{
	width: 100%;
	height: 35px;
	margin: 5px 0;
	}}
	@media all and (min-width: 450px) {
.input_comments{
	background: #FFF;
	width: 573px;
	height: 25px;
	padding: 0 10px;
	padding-top: 8px;
	border: 1px solid #eaebec;
	border-right: none;
	font-size: 12px;
	color: #cdced1;
	float: left;
	resize: none;
	}}
		    @media all and (min-width: 100px) and (max-width: 449px) {
.input_comments{
	background: #FFF;
	width: 220px;
	height: 25px;
	padding: 0 10px;
	padding-top: 8px;
	border: 1px solid #eaebec;
	border-right: none;
	font-size: 12px;
	color: #cdced1;
	float: left;
	resize: none;
	}}

	@media all and (min-width: 450px) {
.send_comments{
	display: block;
	background: #313746;
	width: 140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	color: #828ca6;
	float: right;
	}}
	
		    @media all and (min-width: 100px) and (max-width: 449px) {
.send_comments{
	display: block;
	background: #313746;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	color: #828ca6;
	float: right;
	}}

.send_comments:hover{
	cursor: pointer;
	color: #FFF;
}

/*---------- Comments style ----------*/
.comments_user{
	width: 735px;
	min-height: 65px;
	margin: 10px 0;
}

.comments_user_ava{
	width: 65px;
	height: 100%;
	float: left;
	margin-right: 10px;
}

.comments_user_ava img{
	width: 65px;
	height: 65px;
}

.comments_user_content{
	width: 660px;
	min-height: 65px;
	float: left;
}

.comments_name_and_func{
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #9a9c9f;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.comments_name_and_func a{
	color: #9a9c9f;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.comments_name_and_func span{
	color: #9a9c9f;
	font-size: 12px;
	margin-right: 10px;
	text-decoration: underline;
}

.comments_name_and_func span:hover{
	text-decoration: none;
	cursor: pointer;
}

.date_comments{
	float: right;
	color: #d4d4d2;
	font-size: 12px;
	text-decoration: none;
}

.comments_text{
	width: 100%;
	padding: 5px 0;
	color: #b6b6b7;
	font-size: 13px;
}

/*---------- Full game style ----------*/
.block_full_game{
	background: #f3f3f3;
	width: 100%;
	padding: 15px 0 20px 0;
	border-bottom: 1px solid #e3e2e2;
	margin-bottom: 20px;
}

.line_info_game{
	width: 1000px;
	height: 200px;
}

.poster_full_game{
	position: relative;
	width: 125px;
	height: 190px;
	border: 5px solid #e2e4e7;
	float: left;
	margin-right: 10px;
}

.poster_full_game > a > span.edit{
	position: absolute;
	background: rgb(49,55,70);
	width: 125px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	left: 0;
	bottom: 0;
	opacity: 0.8;
}

.poster_full_game > a > span.edit:hover{
	cursor: pointer;
	opacity: 1;
}

.poster_full_game img{
	width: 125px;
	height: 190px;
}

.info_full_game{
	width: 630px;
	height: 200px;
	float: left;
	margin-right: 20px;
}

.title_full_game{
	width: 630px;
	height: 21px;
	line-height: 21px;
	color: #797c85;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}

.title_full_game span{
	float: right;
	color: #aeb1b9;
	font-size: 13px;
}

.info_line_game_full{
	width: 630px;
}

.info_line_game_full li{
	height: 28px;
	line-height: 28px;
	color: #74777f;
	font-size: 13px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #ebebeb;
}

.info_line_game_full li:first-child{
	border-top: none;
}

.info_line_game_full li span{
	font-size: 13px;
	color: #9aa1b4;
	margin-left: 10px;
}

.info_line_game_full li a{
	color: #9aa1b4;
	font-size: 13px;
	text-decoration: underline;
}

.info_line_game_full li a:hover{
	cursor: pointer;
	text-decoration: none;
}

.static_full_game{
	width: 205px;
	height: 200px;
	float: left;
}

.title_static_game{
	width: 205px;
	height: 21px;
	line-height: 21px;
	color: #797c85;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}

.info_line_game_static{
	width: 205px;
}

.info_line_game_static li{
	height: 28px;
	line-height: 28px;
	color: #74777f;
	font-size: 13px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #ebebeb;
}

.info_line_game_static li:first-child{
	border-top: none;
}

.info_line_game_static li:last-child{
	border-bottom: none;
}

.info_line_game_static li span{
	font-size: 13px;
	color: #9aa1b4;
	margin-left: 10px;
}

.info_line_game_static li a{
	color: #9aa1b4;
	font-size: 13px;
	text-decoration: underline;
}

.info_line_game_static li a:hover{
	cursor: pointer;
	text-decoration: none;
}

.favorite_full_game{
	position: relative;
	width: 205px;
	height: 33px;
	overflow: hidden;
}

.favorite_full_game:hover{
	cursor: pointer;
}

.favorite_full_game a{
	position: relative;
	display: block;
	width: 205px;
	height: 33px;
	top: 0;
	left: 0;
}

.favorite_full_game > a > img{
	position: absolute;
	top: 0;
	left: 0;
}

.favorite_full_game > a:hover > img{
	top: -33px;
}

.buy_rating_game{
	width: 1000px;
	height: 30px;
	margin-top: 10px;
}

.buy_game{
	width: 775px;
	height: 30px;
	float: left;
}

.btn_buy_game{
	display: block;
	background: #313746;
	width: 135px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #8e99b5;
	float: left;
}

.btn_buy_game:hover{
	cursor: pointer;
	background: #2a2f3b;
	color: #FFF;
}

.buy_game span{
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	font-size: 13px;
	color: #898b91;
}

.buy_game span a{
	font-size: 13px;
	color: #898b91;
	text-decoration: underline;
}

.buy_game span a:hover{
	cursor: pointer;
	text-decoration: none;
}

.rating_game{
	width: 205px;
	height: 30px;
	float: right;
}

.rating_game span{
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #313746;
	margin-bottom: 5px;
}

.rating_game_count{
	width: 205px;
	height: 12px;
}

.flat_game_counter{
	position: relative;
	background: url(../images/rating_game.png) repeat-x;
	width: 180px;
	height: 12px;
	float: left;
	margin-right: 8px;
}

.flat_game_counter > .active_rating{
	display: block;
	background: rgba(27,33,49,.7);
	height: 12px;
}

.rating_game_count > span{
	float: right;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #313746;
}

.tabs_game_full{
	width: 1000px;
	margin-bottom: 20px;
}

.control_tabs_game{
	width: 1000px;
	height: 30px;
	border-bottom: 2px solid #1e2125;
}

.control_tabs_game span{
	display: inline-block;
	background: #333940;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #FFF;
	font-size: 13px;
	margin-right: 1px;
}

.control_tabs_game span:hover{
	background: #1f2226;
	color: #FFF;
	cursor: pointer;
}

.control_tabs_game > .active{
	background: #1f2226;
	color: #FFF;
}

.panel_tabs_game{
	width: 1000px;
}

.panel_tabs_game > .tabs{
	display: none;
	background: #FFF;
	font-size: 13px;
	color: #5f677d;
	padding: 10px;
}

.panel_tabs_game > .tabs span{
	font-size: 13px;
	color: #313746;
}

.panel_tabs_game > .screenshoot img{
	width: 230px;
	height: 140px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.panel_tabs_game > .screenshoot img:nth-child(4n){
	margin-right: 0;
}

.panel_tabs_game > .video iframe,
.panel_tabs_game > .video object{
	width: 480px;
	height: 290px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.panel_tabs_game > .video iframe:nth-child(2n),
.panel_tabs_game > .video object:nth-child(2n){
	margin-right: 0;
}

.full_game_left{
	float: left;
	margin: 5px 0 20px 0;
}

.full_game_right{
	float: right;
	margin: 5px 0 20px 0;
}

/*---------- Full files style ----------*/
	@media all and (min-width: 450px) {
.full_files_left{
	float: left;
	margin: 15px 0 20px 0;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.full_files_left{
	margin: 15px 0 20px 0;
	}}

		@media all and (min-width: 450px) {
.full_files_right{
	float: right;
	margin: 15px 0 20px 0;
		}}
			    @media all and (min-width: 100px) and (max-width: 449px) {
.full_files_right{
	margin: 0px 0 20px 0;
		}}

	@media all and (min-width: 450px) {
.block_full_files{
	width: 735px;
	margin-bottom: 15px;
	}}
	
    @media all and (min-width: 100px) and (max-width: 449px) {
.block_full_files{
	width: 100%;
	margin-bottom: 15px;
	}}
	
	
.text_full_files{
	padding: 15px 10px;
	color: #515661;
	font-size: 12px;
}

	@media all and (min-width: 450px) {
.text_full_files img{
	max-width: 715px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.text_full_files img{
	max-width: 100%;
	}}

	@media all and (min-width: 450px) {
.info_full_files{
	background: #fbfafa;
	border-top: 1px solid #edece8;
	height: 35px;
	line-height: 35px;
	width: 715px;
	padding: 0 10px;
	}}
	
	    @media all and (min-width: 100px) and (max-width: 449px) {
.info_full_files{
	background: #fbfafa;
	border-top: 1px solid #edece8;
	line-height: 35px;
	width: 100%;
	}}

.info_full_files span{
	font-size: 10px;
	color: #b3b4b7;
	padding-right: 10px;
}

.info_full_files a{
	font-size: 10px;
	color: #b3b4b7;
	text-decoration: underline;
}

.info_full_files a:hover{
	text-decoration: none;
	cursor: pointer;
}

	@media all and (min-width: 450px) {
.info_file_full{
	background: #FFF;
	width: 255px;
	margin-bottom: 20px;
	}}

    @media all and (min-width: 100px) and (max-width: 449px) {
.info_file_full{
	background: #FFF;
	width: 100%;
	margin-bottom: 20px;
	}}

.info_file_full_context{

}

.info_file_full_context li{
	padding: 10px;
	color: #70788d;
	font-size: 13px;
	border-bottom: 1px solid #eaebec;
}

.info_file_full_context li:last-child{
	border-bottom: none;
}

.info_file_full_context li span{
	color: #b1bac2;
	font-size: 13px;
}

.info_file_full_context li span a{
	color: #b1bac2;
	font-size: 13px;
	text-decoration: underline;
}

.info_file_full_context li span a:hover{
	cursor: pointer;
	text-decoration: none;
}

.download_file{
	display: block;
	background: #313746;
	width: 255px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #8e99b5;
	font-size: 12px;
	border: none;
}

.download_file:hover{
	cursor: pointer;
	background: #2a2f3b;
	color: #FFF;
}

/*---------- Auth block style ----------*/
.window_auth{
	display: none;
	position: fixed;
	background: rgba(49,55,70,.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.block_auth{
	display: none;
	position: absolute;
	background: #FFF;
	width: 300px;
	height: 220px;
	top: -210px;
	left: 50%;
	margin-left: -150px;
	margin-top: -105px;
}

.title_auth{
	position: relative;
	background: #313746;
	width: 280px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 10px;
}

.close_auth{
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	opacity: 0.8;
}

.close_auth:after{
	position: absolute;
	display: block;
	background: url(../images/sprite_function.png) no-repeat;
	background-position: 0 -15px;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	content: '';
}

.close_auth:hover{
	cursor: pointer;
	opacity: 1;
}

.auth_input{
	width: 250px;
	margin-left: 15px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin-bottom: 10px;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.auth_input:focus{
	border: 1px solid #989fad;
}

.auth_btn{
	display: block;
	background: #313746;
	width: 270px;
	margin-left: 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #8e99b5;
	font-size: 12px;
	margin-bottom: 5px;
	border: none;
}

.auth_btn:hover{
	cursor: pointer;
	background: #2a2f3b;
	color: #FFF;
}

.alter_func_auth{
	display: block;
	width: 270px;
	margin-left: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #535c72;
}

.alter_func_auth a{
	text-decoration: underline;
	color: #535c72;
	font-size: 13px;
}

.alter_func_auth a:hover{
	cursor: pointer;
	text-decoration: none;
	color: #313746;
}

/*---------- Registration style ----------*/
.reg_title{
	width: 735px;
	height: 25px;
	line-height: 25px;
	color: #313746;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}

.reg_discription{
	color: #4e566b;
	font-size: 13px;
	margin-bottom: 15px;
}

.reg_discription a{
	color: #4e566b;
	font-size: 13px;
	text-decoration: underline;
}

.reg_discription a:hover{
	cursor: pointer;
	text-decoration: none;
}

.reg_user{
	width: 735px;
	border-spacing: 0;
	color: #6B707A;
}

.reg_input{
	width: 180px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.reg_input:focus{
	border: 1px solid #989fad;
}

.if_login_reg{
	background: #313746;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
}

.if_login_reg:hover{
	cursor: pointer;
	color: #FFF;
}

#result-registration{
}

.reg_ansewer{
	width: 385px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.reg_ansewer:focus{
	border: 1px solid #989fad;
}

table.reg_user > tbody > tr > td > #dle-captcha img{
	width: 200px;
	margin: 5px 0;
}

table.reg_user > tbody > tr > td > #dle-captcha a{
	color: #6B707A;
	text-decoration: underline;
	font-size: 13px;
}

table.reg_user > tbody > tr > td > #dle-captcha a:hover{
	cursor: pointer;
	text-decoration: none;
}

.reg_file{
	margin: 5px 0;
	margin-left: 10px;
}

.reg_textarea{
	width: 705px;
	height: 100px;
	padding: 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	resize: none;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.reg_textarea:focus{
	border: 1px solid #989fad;
}

.reg_send{
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
	margin: 5px 0;
}

.reg_send:hover{
	cursor: pointer;
	color: #FFF;
}

/*---------- Personal message style ----------*/
.block_pm{
	width: 735px;
	margin-bottom: 15px;
}

.content_pm{
	padding: 15px 10px;
	color: #515661;
	font-size: 12px;
}

.panel_pm{
	background: #eaebec;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e3e5e7;
}

.panel_pm a{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #8f99a2;
	font-size: 13px;
	padding: 0 10px;
	float: left;
}

.panel_pm a:hover{
	cursor: pointer;
	text-decoration: underline;
	background: #e3e4e5;
}

table.pm > tbody > tr > td:first-child{
	display: none;
}

table.pm > tbody > tr:last-child{
	margin-top: 5px;
	float: left;
}

table.pm > tbody > tr:last-child input.bbcodes{
	float: left;
}

table.pm > tbody > tr:last-child select{
	margin-top: 13px;
	margin-left: 15px;
}

.new_pm{
	width: 735px;
	border-spacing: 0;
	color: #6B707A;
}

.pm_input{
	width: 180px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.pm_input:focus{
	border: 1px solid #989fad;
}

.pm_ansewer{
	width: 385px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.pm_ansewer:focus{
	border: 1px solid #989fad;
}

table.pm_user > tbody > tr > td > #dle-captcha img{
	width: 200px;
	margin: 5px 0;
}

table.pm_user > tbody > tr > td > #dle-captcha a{
	color: #6B707A;
	text-decoration: underline;
	font-size: 13px;
}

table.pm_user > tbody > tr > td > #dle-captcha a:hover{
	cursor: pointer;
	text-decoration: none;
}

.pm_send{
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
	margin: 5px 0;
}

.pm_send:hover{
	cursor: pointer;
	color: #FFF;
}

.new_pm .bb-pane{
	display: none;
}

.new_pm #comments{
	width: 715px;
	height: 100px;
	padding: 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	resize: none;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.new_pm #comments:focus{
	border: 1px solid #989fad;
}

.ready_pm{
	width: 715px;
}

.ava_ready_pm{
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.ava_ready_pm img{
	width: 100px;
	min-height: 100px;
}

.content_ready_pm{
	float: right;
	width: 605px;
	margin-left: 10px;
}

.name_ready_pm{
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
}

.name_ready_pm a{
	color: #313746;
	font-size: 13px;
	text-decoration: underline;
}

.name_ready_pm a:hover{
	cursor: pointer;
	text-decoration: none;
}

.name_ready_pm span{
	float: right;
}

.text_ready_pm{
	margin-top: 5px;
	color: #5b6375;
	font-size: 12px;
}

/*---------- Feedback style ----------*/
.feedback_title{
	width: 735px;
	height: 25px;
	line-height: 25px;
	color: #313746;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}

.feedback_table{
	width: 735px;
	border-spacing: 0;
	color: #6B707A;
}

.feedback_input{
	width: 180px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.feedback_input:focus{
	border: 1px solid #989fad;
}

table.feedback_table > tbody > tr > td > #dle-captcha img{
	width: 200px;
	margin: 5px 0;
}

table.feedback_table > tbody > tr > td > #dle-captcha a{
	color: #6B707A;
	text-decoration: underline;
	font-size: 13px;
}

table.feedback_table > tbody > tr > td > #dle-captcha a:hover{
	cursor: pointer;
	text-decoration: none;
}

.feedback_textarea{
	width: 705px;
	height: 100px;
	padding: 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	resize: none;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.feedback_textarea:focus{
	border: 1px solid #989fad;
}

.feedback_send{
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
	margin: 5px 0;
}

.feedback_send:hover{
	cursor: pointer;
	color: #FFF;
}

/*---------- Shor story cat files ----------*/
.short_files{
	background: #313746;
	width: 715px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin-bottom: 10px;
}

.name_short_file{
	width: 550px;
	height: 35px;
	line-height: 35px;
	float: left;
}

.name_short_file a{
	color: #68738E;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.name_short_file a:hover{
	cursor: pointer;
	color: #FFF;
	text-decoration: underline;
}

.more_short_file{
	height: 35px;
	line-height: 35px;
	float: right;
}

.more_short_file a{
	color: #68738E;
	font-size: 13px;
	text-decoration: underline;
}

.more_short_file a:hover{
	cursor: pointer;
	color: #FFF;
}

/*---------- Shor story search result ----------*/
.short_fsresult{
	background: #313746;
	width: 715px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 5px 0;
}

.name_short_sresult{
	width: 550px;
	height: 35px;
	line-height: 35px;
	float: left;
}

.name_short_sresult a{
	color: #68738E;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.name_short_sresult a:hover{
	cursor: pointer;
	color: #FFF;
	text-decoration: underline;
}

.more_short_sresult{
	height: 35px;
	line-height: 35px;
	float: right;
}

.more_short_sresult a{
	color: #68738E;
	font-size: 13px;
	text-decoration: underline;
}

.more_short_sresult a:hover{
	cursor: pointer;
	color: #FFF;
}

/*---------- Style popout profile ----------*/
.userinfo > .rcol > .reset > li{
	color: #313746;
}

.userinfo > .rcol > .reset > li > .grey{
	margin-right: 5px;
}

.userinfo > .rcol > .reset a{
	color: #313746;
	text-decoration: underline;
}

.userinfo > .rcol > .reset a:hover{
	cursor: pointer;
	text-decoration: none;
}

/*---------- Lostpassword style ----------*/
.lostpassword_title{
	width: 735px;
	height: 25px;
	line-height: 25px;
	color: #313746;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}

.lostpassword_table{
	width: 735px;
	border-spacing: 0;
	color: #6B707A;
}

.lostpassword_input{
	width: 200px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.lostpassword_input:focus{
	border: 1px solid #989fad;
}

table.lostpassword_table > tbody > tr > td > #dle-captcha img{
	width: 200px;
	margin: 5px 0;
}

table.lostpassword_table > tbody > tr > td > #dle-captcha a{
	color: #6B707A;
	text-decoration: underline;
	font-size: 13px;
}

table.lostpassword_table > tbody > tr > td > #dle-captcha a:hover{
	cursor: pointer;
	text-decoration: none;
}

.lostpassword_send{
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
	margin: 5px 0;
}

.lostpassword_send:hover{
	cursor: pointer;
	color: #FFF;
}

/*---------- Short-style ----------*/
.block_short_news{
	width: 735px;
	margin-bottom: 15px;
}

.text_short_news{
	padding: 15px 10px;
	color: #515661;
	font-size: 12px;
}

.info_short_news{
	background: #fbfafa;
	border-top: 1px solid #edece8;
	height: 35px;
	line-height: 35px;
	width: 715px;
	padding: 0 10px;
}

.info_short_news span{
	font-size: 10px;
	color: #b3b4b7;
	padding-right: 10px;
}

.info_short_news a{
	font-size: 10px;
	color: #b3b4b7;
	text-decoration: underline;
}

.info_short_news a:hover{
	text-decoration: none;
	cursor: pointer;
}

.image_short_news{
	width: 250px;
	height: 100%;
	float: left;
	margin: 0 10px;
}

a.title_short_news{
	color: #ffffff;
	font-size: 15px;
	line-height: 40px;
	font-weight: 600;
	font-style: normal;
	float: left;
}

a.title_short_news:hover{
	text-decoration: underline;
	color: #FFF;
	cursor: pointer;
}

/*---------- Add news style ----------*/
.addnews_title{
	width: 735px;
	height: 25px;
	line-height: 25px;
	color: #313746;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
}

.reg_discription{
	color: #4e566b;
	font-size: 13px;
	margin-bottom: 15px;
}

.reg_discription a{
	color: #4e566b;
	font-size: 13px;
	text-decoration: underline;
}

.reg_discription a:hover{
	cursor: pointer;
	text-decoration: none;
}

.addnews_table{
	width: 735px;
	border-spacing: 0;
	color: #6B707A;
}

.addnews_table > tbody > tr{
	width: 735px;
}

.addnews_table > tbody > tr > td{
	position: relative;
	width: 735px;
}

.addnews_input{
	width: 180px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.addnews_input:focus{
	border: 1px solid #989fad;
}

.xfields > input{
	width: 180px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.xfields > input:focus{
	border: 1px solid #989fad;
}

.xfields > .bb-editor{
	margin: 5px 0;
}

.xfields > select{
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.xfields > select:focus{
	border: 1px solid #989fad;
}

.btn_dubli_news{
	background: #313746;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
}

.btn_dubli_news:hover{
	cursor: pointer;
	color: #FFF;
}

.addnews_tags{
	width: 385px;
	height: 30px;
	padding: 0 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.addnews_tags:focus{
	border: 1px solid #989fad;
}

table.addnews_table > tbody > tr > td > #dle-captcha img{
	width: 200px;
	margin: 5px 0;
}

table.addnews_table > tbody > tr > td > #dle-captcha a{
	color: #6B707A;
	text-decoration: underline;
	font-size: 13px;
}

table.addnews_table > tbody > tr > td > #dle-captcha a:hover{
	cursor: pointer;
	text-decoration: none;
}

.addnews_bb_textarea{
	width: 715px;
	height: 100px;
	padding: 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin-bottom: 5px;
	border-top: none;
	resize: none;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.addnews_bb_textarea:focus{
	border: 1px solid #989fad;
	border-top: none;
}

.addnews_textarea{
	width: 705px;
	height: 100px;
	padding: 10px;
	color: #989fad;
	font-size: 13px;
	border: 1px solid #d1d4da;
	margin: 5px 0;
	resize: none;
	/*---- transition ----*/
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.addnews_textarea:focus{
	border: 1px solid #989fad;
}

.addnews_send{
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
	margin: 5px 0;
}

.addnews_send:hover{
	cursor: pointer;
	color: #FFF;
}

.xfields > .bb-editor{
	width: 735px;
}

/*---------- ENGINE CSS STYLE ----------*/
/*---------- Script masha style ----------*/
.masha_index{
	display: none;
	height: 0;
	width: 0;
}

/*---------- Edit news ----------*/
#dropmenudiv{
	border: 1px solid #313746;
	background: #313746;
	font-size: 11px;
	line-height: 20px;
	margin: 2px 0;
	padding: 5px;
	color: #FFF;
	margin-left: -52px;
	margin-top: 0;
}

#dropmenudiv a{
	color: #FFF;
	text-decoration: underline;
}

#dropmenudiv a:hover{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

/*---------- Rating full game style ----------*/
.rating {
    width: 180px;
    height: 12px;
    overflow: hidden;
    float: left;
	margin-right: 8px;
}

.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 180px;
    height: 12px;
    position: relative;
    background: url(../dleimages/rating.png) repeat-x;
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}

.unit-rating li a {
    display: block;
    width: 36px;
    height: 12px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}

.unit-rating li a:hover {
    background: url(../dleimages/rating.png) 0 -12px;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width:36px;
}

.unit-rating a.r2-unit {
    left: 36px;
}

.unit-rating a.r2-unit:hover {
    width: 72px;
}

.unit-rating a.r3-unit {
    left: 72px;
}

.unit-rating a.r3-unit:hover {
    width: 108px;
}

.unit-rating a.r4-unit {
    left: 108px;
}

.unit-rating a.r4-unit:hover {
    width: 144px;
}

.unit-rating a.r5-unit {
    left: 144px;
}

.unit-rating a.r5-unit:hover {
    width: 180px;
}

.unit-rating li.current-rating {
    background: url("../dleimages/rating.png") 0 -12px;
    position: absolute;
    height: 12px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

/*---------- Vote style ----------*/
.vote{
	width: 255px;
}

.vtitle{
	background: #c1c3c7;
	width: 235px;
	padding: 10px;
	color: #5b5d61;
	font-size: 13px;
}

.list_vote{

}

#dle-vote > .vote{
	width: 225px;
	padding: 10px 0 10px 10px;
	color: #5b5d61;
	font-size: 12px;
	border-bottom: 1px solid #f1f3f7;
}

#dle-vote > .vote:last-child{
	border-bottom: none;
}

#dle-vote > .vote > input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/checkbox.png) no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

#dle-vote > .vote > input:hover{
	cursor: pointer;
}

#dle-vote > .vote > input:checked{
	background-position: 0 -15px;
}

.vote_btn{
	background: #313746;
	width: 255px;
	height: 35px;
	line-height: 35px;
	color: #68738e;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #3C4355;
}

.vote_btn:last-child{
	border-bottom: none;
}

.vote_btn:hover{
	color: #FFF;
	cursor: pointer;
}

.voteprogress {
  overflow: hidden;
  height: 15px;
  width: 235px;
  margin-left: 10px;
  padding-bottom: 5px;
}

.voteprogress span {
  height: 15px;
  display: block;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  text-indent: -2000em;
  outline: 1px solid #F6F8FC;
  border: 1px solid #F6F8FC;
}

.voteprogress .vote1,
.voteprogress .vote2,
.voteprogress .vote3,
.voteprogress .vote4,
.voteprogress .vote5{
  background: #313746;
  outline: 1px solid #F6F8FC;
  border: 1px solid #F6F8FC;
}

.result_vote{
	background: #313746;
	width: 255px;
	height: 35px;
	line-height: 35px;
	color: #68738e;
	font-size: 14px;
	text-align: center;
}

/*---------- Button style ----------*/
.bbcodes{
	background: #313746;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #8e99b5;
	font-size: 13px;
	border: none;
	margin: 5px 0;
	text-shadow: none;
	/*---- border-radius ----*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.bbcodes:hover{
	cursor: pointer;
	color: #FFF;
}

/*---------- AJAX block style ----------*/
#loading-layer {
    display: none;
    font-size: 11px;
    background: #313746;
    padding: 10px;
    text-align: center;
    color: #5F738E;
}

/*---------- Search head result ----------*/
#searchsuggestions {
    width:300px;
    z-index: 150;
    /*---- box-shadow ----*/
    -webkit-box-shadow: 0px 0px 8px rgba(27,31,34,.45);
    -moz-box-shadow: 0px 0px 8px rgba(27,31,34,.45);
    -o-box-shadow: 0px 0px 8px rgba(27,31,34,.45);
    -ms-box-shadow: 0px 0px 8px rgba(27,31,34,.45);
    box-shadow: 0px 0px 8px rgba(27,31,34,.45);
}

#searchsuggestions a {
    display:block;
    background-color:#fff;
    height:px;
    text-decoration:none;
}

#searchsuggestions a:hover {
    background-color:#fdd08b;
    color:#fff;
}

#searchsuggestions a span{
	display: none;
}

#searchsuggestions a span.searchheading {
    background: #FFF;
    display: block;
    font-size: 14px;
	padding: 10px;
    color: #8f9192;
    overflow: hidden;
}

#searchsuggestions a:hover span.searchheading {
    color: #707375;
    background: #f0ecec;
    cursor: pointer;
}

#searchsuggestions a span {
    color:#555;
}

#searchsuggestions a:hover span {
    color:#000;
}

#searchsuggestions span.seperator {
	display: block;
	width: 280px;
	padding: 0 10px;
	background: #2c3136;
    float:right;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #95989a;
}

#searchsuggestions span.seperator a {
	background: #2c3136;
    color: #9aa6b0;
    display: block;
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
}

#searchsuggestions span.seperator a:hover{
	cursor: pointer;
	text-decoration: underline;
}

#searchsuggestions span.notfound {
    display: block;
    background: #FFF;
    display:block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-style: normal;
    font-weight: 600;
    color: #2c3136;
}

/*---Диалоговые и всплывающие окна jQuery UI---*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget {
    font-size: 11px;
	font-family: Verdana;
}


.ui-widget-content {
    background: #fff 50% bottom repeat-x;
    color: #222;
}

.ui-dialog-buttonpane{
	border: 1px solid #dedede;
}

.ui-widget-header {
    background: #cccccc url(../images/ui-bg_gloss-wave.png) 50% 50% repeat-x;
    color: #000;
    font-weight: bold;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #313746;
    border: 1px solid #313746;
    color: #5F6B88;
    font-style: normal;
    font-weight: 600;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #2e6e9e;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    color: #FFF;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #1d5987;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #313746;
    color: #FFF;
    margin-top: 1px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #e17009;
    text-decoration: none;
}

.ui-state-error {
    background: #fef1ec 50% 50% repeat-x;
    border: 1px solid #dedede;
    color: #cd0a0a;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../images/ui-icons_h.png);
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4em;
}

.ui-button-text-only .ui-button-text {
    padding: .4em .8em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-set {
    margin-right: 7px;
}

.ui-button-set .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    width: 300px;
    -moz-box-shadow: 0px 12px 25px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 12px 25px rgba(0,0,0,0.4);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.4);
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
	background: #313746;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 12px;
	height: 12px;
    margin: -6px 0 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 0.8;
}

.ui-dialog .ui-dialog-titlebar-close span {
    position: absolute;
	display: block;
	background: url(../images/sprite_function.png) no-repeat;
	background-position: 0 -15px;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: hidden;
    padding: .5em 1em;
    position: relative;
    zoom: 1;
    padding-bottom: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0 0;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    float: right;
    line-height: 1.4em;
    margin: .5em .4em .5em 0;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}