#header{
	position:relative;
	background:#F0F0F0;
	padding:55px 0 10px 0;
	border:1px solid #DDD;
	margin:5px 0 0;
}

#topmenu{
	display:block;
	font-weight:normal;
	text-transform:uppercase;
	list-style:none;
	text-align:left;
	font-size:14px;
	line-height:14px;
	color:#888;
	margin:0 10px;
}
#topmenu li{
	display:inline;
	margin:0 20px 0 0;
	background:none;
	padding:0;
}

#topmenu li:last-child{
	margin-right:0;
}
#topmenu li a, #topmenu li a:visited{
	background:transparent;
	padding:0;
	color:#888;
	text-decoration:underline;
	display:inline-block;
}
#topmenu li a:hover{
	color:#222;
	text-decoration:none;
}

#go_home{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	padding:24px 0 0 177px;
	padding:10px;
	color:#222;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
/*	background:transparent url(/gki/templates/reader/images/news-logo.png) no-repeat 0 0;*/
}

#head_search{
	position:absolute;
	top:5px;
	left:0;
	width:100%;
	box-sizing:border-box;
	padding:5px 76px 0 270px;
}
#search_form{
	padding:0;
	margin:0;
}
#search_box{
	width:100%;
	box-sizing:border-box;
	padding:5px;
	font-size:14px;
	height:30px;
}
#head_search_btn{
	position:absolute;
	top:0;
	right:5px;
}

.block-h{
	font-size:15px;
	font-weight:normal;
	padding:0;
	margin:10px 0 -10px 0;
	color:#511;
	text-transform:uppercase;
}
.block-h > a{
	color:#511;
}

#load_more{
	font-size:14px;
	text-align:center;
	margin:20px auto;
	display:block;
	width:200px;
	cursor:pointer;
}
.b.ad{
	-webkit-box-shadow: inset 0px -2px 0px 0px #DDD;
	-moz-box-shadow:    inset 0px -2px 0px 0px #DDD;
	box-shadow:         inset 0px -2px 0px 0px #DDD;
}

/* ARTICLE STYLES begins */
#article{
	overflow:hidden;
	color:#222;
}

#article img{
	border:1px solid #888;
}

#title{
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
}
#article #article_left{
	width:202px;
	float:left;
	margin:0 1em 0 0;
}
#article #article_right{
/*	overflow:hidden;*/
/*	border:1px solid red;*/
}
#article #full_image{
	margin:0;
}
#article #article_thumb{
	overflow:hidden;
}
#article #article_thumb .thumb{
	display:block;
	float:left;
	margin:0 5px 5px 0;
	line-height:0;
}
#article #article_thumb .thumb.t1{
	margin-right:0;
}

#article p{
	margin:0 0 1em 0;
}

#views{
	margin:20px 0;
	float:right;
}
#views span{
	font-weight:bold;
	color:#222;
}

#social{
	margin:20px 0;
	float:left;
}
#article_copyright{
	text-align:center;
	margin:10px 0 20px;
	color:#222;
}
/* ARTICLE STYLES ends */
.clearfix{
	clear:both;
}

.h1-front{
	position:absolute;
	bottom:-50px;
}

.l-video a.video-play:hover::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background:rgba(0,0,0,.5) url(/gki/templates/reader/images/btn_play.png) no-repeat center center;
	opacity:.5;
}

#popup_content video{
	background:#000;
}



.tc{
	position:absolute;
	left:0;
	top:0;
}
#pagesearchlinks
{
	position:relative;
	width:549px;
	margin:0 0 0 295px;
	display:none;
}
#pagesearchlinks .itemlink
{
	width: 25%;
}
#pagesearchlinks a
{
	text-decoration:none
}
#pagesearchlinks .widget-head
{
	margin:20px 0 0 0;
	padding-bottom:30px;
	position: relative;
}
#pagesearchlinks .dotted2
{
	position: absolute;
	border-bottom: dotted 2px;
	line-height: 10px;
	top: 2px;
	width:100%;
	color: #404040;
}
#pagesearchlinks .title {
	margin-top: 0;
	color: #404040;
	position: absolute;
	padding: 0 10px;
	cursor: move;
	font-size: 15px !important;
	top: -3px;
	left:30px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#pagesearchlinks .widget-head-logo
{
	left:-5px;
}

#pagenews
{
	display:none;
	width:844px;
	background:#FFFFFF;
	position: relative;
}
#pagenews>.myfeedall
{
	width:844px;
	height:1000px;
	position: inherit;
}
#pagenews>.myfeedall>.widget-body
{
	width:844px;
	height:1000px;
}
#pagenews>.myfeedall>.widget-cog{display:none !important}
#pagenews>.myfeedall .scroll_up
{
	top:0 !important;
}
.pn_close,.psl_close
{
	position: absolute;
	top: 0px;
	right: 32px;
	background: #FFFFFF;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 18px;
	cursor: pointer;
	z-index: 1;
}
.pn_close:before, .psl_close:before {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #0168AD;
}
.psl_close
{
	top: -22px;
	right: -12px;
}
body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	background:#FFFFFF;
	overflow-y: scroll;
}
TEXTAREA{
	font-family:Arial;
	resize: none;
}
P{
	margin:0;
}
A
{
	cursor: pointer;
	cursor: hand;
	color:#000000
}
A:hover
{
	color:#000000
}
A IMG
{
	border:0
}
.air_my-window
{
	position:absolute;
	cursor:pointer;
	background: #F1F1F1;
	width:550px;
	height:139px;
	z-index: 100000;
}


#changedesign 
{
  margin-top: 8px;
  padding: 3px;
  /*text-align: center;*/
  /*background-color: #eee;*/
  line-height: 0px;
  border-radius: 6px;
  position:absolute;
  right:0;
  bottom:17px;
}

#changedesign>a
{
	display:inline-block;
	margin: 5px 1px;
	width:28px;
	height:28px;
	background:url(/gki/templates/reader/images/btndesign.png);
	cursor:pointer
}
#changedesign>a{background-position:0 -28px}
#changedesign>a[rel='1']{background-position:-28px -28px}
#changedesign>a[rel='2']{background-position:-56px -28px}
#changedesign>a[rel='3']{background-position:-84px -28px}
#changedesign>a[rel='4']{background-position:-112px -28px}
#changedesign>a[rel='5']{background-position:-140px -28px}
#changedesign>a[rel='6']{background-position:-168px -28px}

#changedesign>a:hover,#changedesign>a.sel{background-position:0 0 }
#changedesign>a[rel='1']:hover,#changedesign>a[rel='1'].sel{background-position:-28px 0}
#changedesign>a[rel='2']:hover,#changedesign>a[rel='2'].sel{background-position:-56px 0}
#changedesign>a[rel='3']:hover,#changedesign>a[rel='3'].sel{background-position:-84px 0}
#changedesign>a[rel='4']:hover,#changedesign>a[rel='4'].sel{background-position:-112px 0}
#changedesign>a[rel='5']:hover,#changedesign>a[rel='5'].sel{background-position:-140px 0}
#changedesign>a[rel='6']:hover,#changedesign>a[rel='6'].sel{background-position:-168px 0}

.searchbanner
{
    width: 240px;
    height: 400px;
    position: absolute;
    top: 0;
    right: -260px;
}
.searchgrouplink
{
    width: 240px;
    position: absolute;
    top: 410px;
    right: -260px;
}

#search_results
{
	display:none;
	width: 818px;
	position:relative;
	border: 2px solid #EEEEEE;
	padding:20px;
}
#search_results #search_loading
{
	background:url(/gki/templates/reader/images/search_loading.gif) no-repeat 0 0;
	width:96px;
	height:96px;
	margin:auto;
}
#search_pole
{
	background:rgba(255,255,255,0.7);
	width: 798px;
	display:table;
}
#search_pole .left, #search_pole .right
{
	display:table-cell;
	width:50%;
}
#search_pole .left
{
	padding-right: 10px;
}
#search_pole .search_item a
{
	display:table;
	width:381px;
	height:30px;
	padding:5px;
	white-space: nowrap;
}
#search_pole .search_item a .img
{
	display:table-cell;
	width:30px
}
#search_pole .search_item a .text
{
	display:table-cell;
	overflow:hidden;
	vertical-align: middle;
}
#search_pole .search_item a .text>div
{
	width:348px;
	display:inline-block
}
#search_pole .search_close
{
	position:absolute;
	right:6px;
	top:7px;
	color:#000;
	cursor:pointer
}
#search_pole .search_close:hover
{
	color:#FF0000
}
#registerUser
{
	display:block;
	cursor:pointer;
	color: #000000;
	margin: 5px 0 0 0;
}
#add_widget
{
	display:block;
	cursor:pointer;
	color:#000000;
	margin:5px 0 0 0;
}
#lkUser{position:relative}
#lkUser:after
{
    position:absolute;
    display: inline-block;
    content: " ";
    font-size: 20px;
    line-height: 13px;
    color: #000000;
    margin: 0px 5px 0 0;
    padding: 0px 0 0 0;
    vertical-align: middle;
    height: 14px;
    left: 29px;
    top: 13px;
    width: 200px;
}
#add_widget:before,#registerUser:before,#enterUser:before,#getAllNews:before,#outUser:before
{
    display: inline-block;
    content: "\2219";
    font-size: 20px;
    line-height: 13px;
    color: #000000;
    margin: 0px 5px 0 0;
    padding: 0px 0 0 0;
    vertical-align: middle;
}
.newuser_form
{
	width:540px
}
.enteruser_form
{
	width:320px
}
.enteruser_block input
{
	width:200px;
	height: 28px;
	padding: 5px;
}
.enteruser_block .nuf_line
{
	display:table-row;
	width:100%;
	height:40px
}
.enteruser_block .nuf_label
{
	display:table-cell;
	width:100px;
	text-align:right;
	padding: 0 10px 0 0;
}
.enteruser_block .nuf_value
{
	display:table-cell;
	text-align:left
}

.infoblock.newuser
{
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #A9A9A9;
	text-align: justify;
	margin: 0 20px 20px 20px;
}
.newuser_form .newuser_block
{
	display:table;
	margin: auto;
}
.newuser_form .title
{
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #A9A9A9;
}
.newuser_block input, .newuser_block select
{
	width:380px;
	height: 28px;
	padding: 5px;
}
.newuser_block .nuf_line span.req
{
	color:#FF0000
}
.newuser_block .nuf_line
{
	display:table-row;
	width:100%;
	height:40px
}
.pswdhide
{
	display:none;
}
.newuser_block .nuf_label
{
	display:table-cell;
	width:120px;
	text-align:right;
	padding: 0 10px 0 0;
}
.newuser_block .nuf_value
{
	display:table-cell;
	text-align:left
}
.newuser_block2
{
	width:290px;
	margin: auto;
}
.newuser_block2 input
{
	width:20px;
	height:20px
}
.newuser_block2 .nuf_line
{
	display:table-row;
	width:100%;
	height:26px
}
.newuser_block2 .nuf_label
{
	display: table-cell;
	text-align: right;
	vertical-align: top;
	padding: 0 10px 10px 0;
}
.newuser_block2 .nuf_value
{
	display:table-cell;
	text-align:left;
	width:30px
}

#basket
{
	background: url("images/basket2.png") center no-repeat #F0F0F0;
	position: fixed;
	bottom: 50px;
	right: 100px;
	width: 150px;
	height: 160px;
	border: 1px solid #EEEEEE;
	display:none;
}
.gs-resize-handle {
    position: absolute;
    z-index: 1;
}

.gs-resize-handle-both {
    width: 20px;
    height: 20px;
    bottom: -8px;
    right: -8px;
    background-image: url('/gki/templates/reader/images/form/wr.png');
    background-position: top left;
    background-repeat: no-repeat;
    cursor: se-resize;
    z-index: 20;
}

.gs-resize-handle-x {
    top: 0;
    bottom: 13px;
    right: -5px;
    width: 10px;
    cursor: e-resize;
}

.gs-resize-handle-y {
    left: 0;
    right: 13px;
    bottom: -5px;
    height: 10px;
    cursor: s-resize;
}

.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
    opacity: 1;
}

.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
    opacity: 0;
}

.gs-resize-disabled .gs-resize-handle {
    display: none!important;
}

[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
    display: none !important;
}

#t_fon
{
	display:none;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;

}
#t_mes_pole
{
	position: absolute;
	overflow-y: scroll;
	z-index: 10002;
	width:100%;
	height:100%
}
#t_mes
{
	top:0;
	left:0;
	z-index: 1003;
	background-color: #EEEEEE;
	border-radius: 5px;
	padding:0 3px 3px 3px;
	margin-bottom:20px
}

#t_mes_close
{
	position:relative;
	width:100%
}
#t_mes_close_btn
{
	cursor: pointer;
	cursor: hand;
	background:url('/gki/templates/reader/images/t_mes_close_btn.png') no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	z-index: 2;
	right:-3px;
	top:7px
}
#t_mes_close_btn:before
{
	content: "\e014";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:13px;
}
#mainpolebox
{
}
.maino
{
	width:100%;
	position:relative
}
.integra
{
	width: 1120px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.integra #pole_widget
{
/*	background: url("images/glamur/glamur-bg.png") no-repeat top 80px left 200px;*/
	margin: 0;
	padding: 0;
}

.integra .logo-bg{
	display: block;
	padding: 25px;
	margin: 15px 0 0 0;
	color:#fff;
}
.integra .logo-bg{
	background:url(/gki/templates/reader/images/headerlogo.jpg) no-repeat center top;
}
.integra .logo-bg a{
	width: 75px;
	height: 75px;
	display: block;
	margin: auto;
	border-radius: 50px;
}


.integra .login-block
{
	width:245px;
	float:right;
	margin: 10px 0 0 0px;
}

.integra .social-block
{
	width: 570px;
	position: absolute;
	left: -8px;
	top: -58px;
}

.integra .logo-block {
	width:268px;
	float:left;
	}
.integra .container
{
	width: 1120px;
}
.integra .container .row
{
}
.integra .container .row:after
{
	content:'';
	display:block;
	clear: both
}
.integra .loginIN {
    color: #B76093;
	border: 1px solid #000 !important;
	background-color:#fff;
}
.login-in {
  position: relative;
  width: 220px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
body.archive
{
	overflow:hidden;
}
body.archive .container
{
	display:none !important
}
body.archive #mainpolebox
{
	height: 50%;
	overflow-y: scroll;
}
#archive {
	background-color: rgba(32, 32, 32, 0.702);
	border-top: 2px solid #444;
	bottom: 0px;
	padding:20px 0 15px 0;
	height:50%;
	left: 0px;
	position: fixed;
	right: 0px;
	z-index: 99999;
}
.archive-box
{
	margin: 0px auto 0px;
	width: 1120px;
}
#archive_content {
	position:absolute;
	
	background: #FFF;
	height: 90%;
	width: 1120px;
}
.archive-container {
	overflow:auto;
	float:left;
	height:240px;
	width:738px;
}
#archive .glyphicon-remove  {
  display: inline-block;
  width: 16px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-decoration: none;
  color:#FFFFFF
}
#archive_content p
{
  width: 60px;
  height: 58px;
  background: url("images/arhive.jpg") no-repeat;
  float: left;
  margin: 10px;
  font-size: 19px;
  padding:62px 0 0 4px;
}
#getcontent_archive
{
	cursor:pointer;
	border:1px solid #CAD0E6;
	width: 60px;
	height: 85px;
	border-radius: 37px 37px 0 0;
	background: url("images/arhive.jpg") top center #FFFFFF no-repeat;
	position:fixed;
	bottom:0;
	left: 50%;
	margin-left: 280px;
	z-index: 10001;
}
#archive h2
{
	cursor:pointer;
	font-size:16px;
	font-weight:bold
}
.addlink-folder
{
  position: relative;
  width: 302px;
  height: 240px;
  float: right;
  padding-left: 20px;
  padding-top: 20px;
  border-left: 15px solid rgba(32, 32, 32, 0.7);
}
.addlink-head h3
{
	font-size:16px;
	font-weight:bold;
	margin: 0 0 10px 0
}
.addlink-folder INPUT
{
	margin:0 0 5px 0
}
.dw-archive-shell:after
{
	display:block;
	clear:both;
	content:""
}

.social-net a{
	display: inline-block;
	width: 37px;
	height: 37px;
	float:left;
	margin:10px 16px;
	text-decoration:none !important;
}
.social-net p{
	font-size: 10px;
	padding-top:37px;
	text-align:center;
	color: #000;
	margin: 0 0 10px -10px;
	width: 58px;
}
#i_media_vk{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px 0px transparent;
}
#i_media_g{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -45px -82px transparent;
}
#i_media_ya{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px 0 transparent;
}
#i_media_mn{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px -165px transparent;
}
#i_media_yt{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px -124px transparent;
}
#i_media_t{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px -82px transparent;
}
#i_media_f{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -45px -52px transparent;
}
#i_media_ok{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px -51px transparent;
}
#i_media_m{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px -165px transparent;
}
#i_media_ms{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px -52px transparent;
}
#i_media_new{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -45px -165px transparent;
}

.search-block
{
	float: left;
	position:relative;
	margin: 65px 0 0 18px;
	width: 522px;
	height: 80px;
}
.search-block .btn_search
{
	position:absolute;
	cursor:pointer;
	right:-44px;
	top:-4px;
	width:36px;
	height:36px;
	background: url(/gki/templates/reader/images/btnsearch.png) no-repeat;
}
.search-block .input
{
	float:left;
	border: 1px solid #A9A9BB;
	background-color: #FFFFFF;
	width:498px;
	margin: 22px 0 0 0;
	position:relative;
}
.search-block .input .wait, .widget-head .title .wait
{
	display:none;
	position:absolute;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	background: url(/gki/templates/reader/images/search_loading_20.gif) no-repeat;
}
.widget-head .title .wait
{
	right:25px;
	top:2px;
}
.search-block .input input
{
	float: left;
	outline: none;
	background: transparent;
	margin: 4px 0 4px 8px;
	border: 0;
	width: 290px;
	height: 20px;
	color: #000;
}
.search-block:after
{
	clear:both;
	display:inline-block;
	content:"";
}
.search-block .find_type
{
	position:relative;
	margin:4px 0 0 6px;
	float:right;
	width:100px;
	height:22px
}
.search-block .find_type i
{
	background:url('/gki/templates/reader/images/ftype_img.png?v=13') no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
	margin: 0px 10px -2px 0px;
}

.search-block .find_type [rel='A'] i{background-position:0px -80px}
.search-block .find_type [rel='B'] i{background-position:0px 0px}
.search-block .find_type [rel='C'] i{background-position:0px -16px}
.search-block .find_type [rel='M'] i{background-position:0px -32px}
.search-block .find_type [rel='S'] i{background-position:0px -48px}
.search-block .find_type [rel='F'] i{background-position:0px -64px}

.search-block .find_type :hover[rel='A'] i{background-position:-16px -80px}
.search-block .find_type :hover[rel='B'] i{background-position:-16px 0px}
.search-block .find_type :hover[rel='C'] i{background-position:-16px -16px}
.search-block .find_type :hover[rel='M'] i{background-position:-16px -32px}
.search-block .find_type :hover[rel='S'] i{background-position:-16px -48px}
.search-block .find_type :hover[rel='F'] i{background-position:-16px -64px}


.search-block .find_type .ft_pole
{
	position:absolute;
	border:1px solid transparent;
	background-color:transparent;
	z-index:998;
	right: 0px;
	top: -13px;
	width: 150px;
}
.search-block .find_type .ft_pole.show
{
	position:absolute;
	border:1px solid #777;
	background-color:#FFFFFF;
	z-index:998;
	border-radius:5px;
	right: 0px;
	top: -13px;
	width: 150px;
	color:#777777;
}
.search-block .find_type .ft_select
{
	cursor: pointer;
	cursor: hand;
	color:#777777;
	padding:13px 0 10px 4px
}
.search-block .find_type .ft_option
{
	display:none;
}

.search-block .find_type .ft_pole.show .ft_select
{
	color: #1E3B53;
	border-radius:5px 5px 0 0;
}
.search-block .find_type .ft_pole.show .ft_option:NOT(.dhide)
{
	display:block;
	cursor: pointer;
	cursor: hand;
	border-top: 1px solid #EEEEEE;
	padding: 7px 0 10px 4px;
}
.search-block .find_type .ft_pole.show .ft_option:hover
{
	background-color:#F9F9F9;
}
/* popup */
.popup_window .formname
{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:10px
}
.popup_window .formpole
{
	width:100%;
	padding:10px
}
.popup_linkedit
{
	width:400px;
}
.popup_linkedit .title
{
	margin:5px 0 0 0;
}
.popup_linkedit input
{
	width:400px
}
.popup_linkedit textarea
{
	width:400px;
	height:88px
}
.popup_linkedit #linkedit_btnsave
{
	display: inherit;
	margin:5px auto 0
}
.popup_linkedit .linkedit_rssitem
{
	position:relative;
	border: 1px solid #777777;
	margin-top: 10px;
	padding: 2px 10px 10px 10px;
}
.popup_linkedit .linkedit_rssitem .close
{
	position:absolute;
	right:10px;
	top:10px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:10px;

}
.popup_linkedit .linkedit_rssitem .close:before
{
	content: "\e014";

}
.popup_linkedit .linkedit_rssitem input
{
	width: 378px;
}
.popup_linkedit .addrss
{
	padding: 5px 0 0 10px;
	cursor:pointer;
}
.popup_linkedit .addrss:before
{
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	content: "\2b";
}


.mytab
{
	width:100%;
}
.mytab .mytab_panel
{
	width:100%;
	border-bottom:1px solid #777777
}
.mytab .mytab_tab
{
	cursor:pointer;
	padding:5px 10px;
	margin: 0 0 -2px 0;
	display:inline-block;
	border:1px solid transparent
}
.mytab .mytab_tab.select
{
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	border-top:1px solid #777777;
	border-bottom:1px solid #EEEEEE;
	background-color:#EEEEEE;
}
.mytab .mytab_poleitem
{
	display:none;
}
.mytab .mytab_poleitem.select
{
	display:block;
}
#pagesearch
{
	width: 844px;
	background-color: #FFFFFF;
	padding: 20px 0 80px;
	z-index:999;
	position:relative
}
#pagesearch_fon
{
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
}
#pagesearch .pagesearch_pole
{
	width:844px;
	position:relative;
}
#pagesearch .pagesearch_polepage
{
	width:844px;
}
#pagesearch .pagesearch_polepage{display:none}
#pagesearch .pagesearch_polepage[rel='0']{display:block}

#pagesearch .itemsearch
{
	padding:5px 0 14px 20px;
}
#pagesearch .search_title a
{
	color:#0168AD;
	font-size:18px;
	width:100%;
	text-decoration:none;
	white-space: nowrap;
}
#pagesearch .search_title a:hover
{
	color:#d00
}
#pagesearch .search_title a .text, #pagesearch .search_link a .text
{
	white-space: nowrap;
	overflow: hidden;
	width:720px;
}
#pagesearch .search_link a
{
	color:#070;
	font-size:13px;
	width:100%;
	text-decoration:none
}
#pagesearch .search_title a:hover, #pagesearch .search_link a:hover
{
	color:#d00
}

#pagesearch .psp_other
{
    position: absolute;
    text-align:right;
    bottom: -35px;
    right: 20px;
    height: 20px;
}
#pagesearch .psp_other a
{
	color:#000000;
	margin-left: 5px;
}
#pagesearch .psp_other a:hover
{
	text-decoration:underline
}
#pagesearch .psp_sp
{
    position: absolute;
    bottom: 0px;
    right: 52px;
    width: 130px;
    height: 20px;
}
#pagesearch .psp_sp_prev, #pagesearch .psp_sp_next
{
	display:inline-block;
	width:15px;
	height:20px;
	cursor:pointer
}

#pagesearch .psp_sp_prev
{
	background:url('/gki/templates/reader/images/btnsearchgo.png') no-repeat;
	background-position:0 -20px;
}
#pagesearch .psp_sp_next
{
	background:url('/gki/templates/reader/images/btnsearchgo.png') no-repeat;
	background-position:-15px -20px;
}
#pagesearch .psp_sp_prev:hover
{
	background-position:0 0;
}
#pagesearch .psp_sp_next:hover
{
	background:url('/gki/templates/reader/images/btnsearchgo.png') no-repeat;
	background-position:-15px 0;
}
#pagesearch .psp_sp_line
{
	display:inline-block;
	width:90px;
	height:20px;
	overflow:hidden;
	position:relative
}

#pagesearch .psp_spi
{
	top:2px;
	left:0px;
	display: inline-block;
	position:absolute;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	border: 1px solid #0168AD;

}
#pagesearch .psp_spi[rel='1']{left:18px}
#pagesearch .psp_spi[rel='2']{left:36px}
#pagesearch .psp_spi[rel='3']{left:54px}
#pagesearch .psp_spi[rel='4']{left:72px}
#pagesearch .psp_spi[rel='5']{left:90px}

#pagesearch .psp_spi.sel
{

	background-color:#0168AD;
	color:#FFFFFF
}
#pagesearch .psp_close
{
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    text-align: center;
    background: url('/gki/templates/reader/images/t_mes_close_btn.png') no-repeat;
    width: 21px;
    height: 21px;
    line-height:18px;
    cursor: pointer;
}
#pagesearch .psp_close:before {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #0168AD;
}
#pagesearch .psp_close.bottom
{
	bottom: -2px !important;
	top: auto;
}

.footer
{
	background: #C4C4C4;
	background: linear-gradient(to top, #C4C4C4, #818181);
	width:100%;
	margin: 20px 0 0 0;
	position: fixed;
	bottom: 0px;
}
.polefooter
{
	width:1120px;
	margin:0 auto;
	position:relative;
}
.polefooter .blocklinkhide
{
	bottom: -60px;
	right:0px;
	width:1120px;
	overflow: hidden;
}
.polefooter .blocklinkhide>div
{
}
.polefooter .blocklinkhide ul
{
	margin:0;
	list-style:none;
	padding:8px 10px 0 10px;
	bottom: 0;
	border-radius:10px 10px 0 0;
	border:1px solid transparent;

}
.polefooter .blocklinkhide ul.blh
{
	display:none;
}
.polefooter:hover .blocklinkhide ul.blh
{
	display:block
}
.polefooter .blocklinkhide li
{
	margin: 0 0 0 74px;
	width: 200px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
}
.polefooter .blocklinkhide li a
{
	text-decoration:none;
	color:#FFFFFF
}
.polefooter .blocklinkhide li a:hover
{
	text-decoration:underline;
}
