/*
	CSS стили для всех тем оформления
*/
/* Поправки Drupal */
tbody {
	border-top: 0px;
}

/* Алфавит - фильтр */
.abc_filter span {
	padding-left: 2px;
	padding-right: 2px;
}

/* Конструктор списков */
.selectDisgnerBox {
	position: relative;
}
.selectDisgnerBox .selectDisgner {
	position: relative;
	color: #828282;
	border: 1px solid #bfbbb5;
	font-size: 14px;
	height: 16px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
}
.selectDisgnerBox .selectDisgner .arrow_selectDesigner {
	position: absolute;
	right: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	background-image: url(/sites/all/images/designer/arrow_select_12.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 20;
}
.selectDisgnerBox .selectVariant {
	display: none;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 21px;
}
.selectDisgnerBox .selectVariant .selectVariantBox {
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #bfbbb5;
	color: #828282;
}
.selectDisgnerBox .selectVariant .selectVariantBox .scrollerLayer {
	position: absolute;
	top: 0px;
	left: 0px;
}
.scrollerLayerBlock {
	position: relative;
}
.selectDisgnerBox .selectVariant .selectVariantBox a {
	display: block;
	color: #828282;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
.selectDisgnerBox .selectVariant .selectVariantBox a:hover {
	text-decoration: none;
}
.selectDisgnerBox .selectVariant .selectVariantBox a.selected {
	display: block;
	color: #cacaca;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: default;
}
.selectDisgnerBox .selectVariant .selectVariantBox a.selected:hover {
	text-decoration: none;
}
.selectDisgnerBox .selectVariant .selectVariantBox a div.close_variant {
	position: absolute;
	right: 2px;
	top: 4px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: none;
	background-image: url(/sites/all/images/icon/tick.png);
}
.selectDisgnerBox .selectVariant .topScroller {
	display: none;
	position: absolute;
	top: 0px;
	left: 1px;
	height: 15px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	z-index: 20;
	text-align: center;
	background-color: #eeeeee;
	background-image: url(/sites/all/images/designer/top_list.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.selectDisgnerBox .selectVariant .bottomScroller {
	display: none;
	position: absolute;
	left: 1px;
	height: 15px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	z-index: 20;
	text-align: center;
	background-color: #eeeeee;
	background-image: url(/sites/all/images/designer/bottom_list.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* 
	Редкость 
		*Вариант для списка
*/
table#rarityBoxTable {
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	width: 144px;
}
table#rarityBoxTable td.norarity {
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	width: 144px;
	background-color: #ffffff;
	background-image: url(/sites/all/images/rarity/line_no.png);
}
table#rarityBoxTable td.current_rarity, table#rarityBoxTable td.nocurrent_rarity, table#rarityBoxTable td.rare_rarity, 
table#rarityBoxTable td.epical_rarity, table#rarityBoxTable td.legendary_rarity, 
table#rarityBoxTable td.left_rarity, table#rarityBoxTable td.right_rarity {
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	background-color: #ffffff;
}
table#rarityBoxTable td.current_rarity {
	background-image: url(/sites/all/images/rarity/ob.png);
}
table#rarityBoxTable td.nocurrent_rarity {
	background-image: url(/sites/all/images/rarity/neob.png);
}
table#rarityBoxTable td.rare_rarity {
	background-image: url(/sites/all/images/rarity/red.png);
}
table#rarityBoxTable td.epical_rarity {
	background-image: url(/sites/all/images/rarity/ep.png);
}
table#rarityBoxTable td.legendary_rarity {
	background-image: url(/sites/all/images/rarity/leg.png);
}
table#rarityBoxTable td.left_rarity {
	width: 2px;
	background-image: url(/sites/all/images/rarity/left.png);
}
table#rarityBoxTable td.right_rarity {
	width: 2px;
	background-image: url(/sites/all/images/rarity/right.png);
}

/* *Вариант для списка трофеев */
table#rarityBoxTable_big {
	padding: 0px;
	margin: 0px;
	height: 20px;
	border: 0px;
	width: 192px;
}
table#rarityBoxTable_big td.norarity_big {
	padding: 0px;
	margin: 0px;
	height: 20px;
	border: 0px;
	width: 192px;
	background-color: #ffffff;
	background-image: url(/sites/all/images/rarity_big/line_no.png);
}
table#rarityBoxTable_big td.current_rarity_big, table#rarityBoxTable_big td.nocurrent_rarity_big, table#rarityBoxTable_big td.rare_rarity_big, 
table#rarityBoxTable_big td.epical_rarity_big, table#rarityBoxTable_big td.legendary_rarity_big, 
table#rarityBoxTable_big td.left_rarity_big, table#rarityBoxTable_big td.right_rarity_big {
	padding: 0px;
	margin: 0px;
	height: 20px;
	border: 0px;
	background-color: #ffffff;
}
table#rarityBoxTable_big td.current_rarity_big {
	background-image: url(/sites/all/images/rarity_big/ob.png);
}
table#rarityBoxTable_big td.nocurrent_rarity_big {
	background-image: url(/sites/all/images/rarity_big/neob.png);
}
table#rarityBoxTable_big td.rare_rarity_big {
	background-image: url(/sites/all/images/rarity_big/red.png);
}
table#rarityBoxTable_big td.epical_rarity_big {
	background-image: url(/sites/all/images/rarity_big/ep.png);
}
table#rarityBoxTable_big td.legendary_rarity_big {
	background-image: url(/sites/all/images/rarity_big/leg.png);
}
table#rarityBoxTable_big td.left_rarity_big {
	width: 2px;
	background-image: url(/sites/all/images/rarity_big/left.png);
}
table#rarityBoxTable_big td.right_rarity_big {
	width: 2px;
	background-image: url(/sites/all/images/rarity_big/right.png);
}
/* 
	Редкость 
		*Вариант для списка
*/
div#rarityBoxTable {
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	width: 144px;
}
div#rarityBoxTable div.norarity {
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	width: 144px;
	background-color: #ffffff;
	background-image: url(/sites/all/images/rarity/line_no.png);
}
div#rarityBoxTable div.current_rarity, div#rarityBoxTable div.nocurrent_rarity, div#rarityBoxTable div.rare_rarity, 
div#rarityBoxTable div.epical_rarity, div#rarityBoxTable div.legendary_rarity, 
div#rarityBoxTable div.left_rarity, div#rarityBoxTable div.right_rarity {
	padding: 0px;
	margin: 0px;
	height: 15px;
	border: 0px;
	background-color: #ffffff;
	display: table-cell;
}
div#rarityBoxTable div.current_rarity {
	background-image: url(/sites/all/images/rarity/ob.png);
}
div#rarityBoxTable div.nocurrent_rarity {
	background-image: url(/sites/all/images/rarity/neob.png);
}
div#rarityBoxTable div.rare_rarity {
	background-image: url(/sites/all/images/rarity/red.png);
}
div#rarityBoxTable div.epical_rarity {
	background-image: url(/sites/all/images/rarity/ep.png);
}
div#rarityBoxTable div.legendary_rarity {
	background-image: url(/sites/all/images/rarity/leg.png);
}
div#rarityBoxTable div.left_rarity {
	width: 2px;
	background-image: url(/sites/all/images/rarity/left.png);
}
div#rarityBoxTable div.right_rarity {
	width: 2px;
	background-image: url(/sites/all/images/rarity/right.png);
}
/* *Вариант для списка трофеев */
div#rarityBoxTable_big {
	padding: 0px;
	margin: 0px;
	height: 20px;
	border: 0px;
	width: 192px;
}
div#rarityBoxTable_big div.norarity_big {
	padding: 0px;
	margin: 0px;
	height: 20px;
	border: 0px;
	width: 192px;
	background-color: #ffffff;
	background-image: url(/sites/all/images/rarity_big/line_no.png);
}
div#rarityBoxTable_big div.current_rarity_big, div#rarityBoxTable_big div.nocurrent_rarity_big, div#rarityBoxTable_big div.rare_rarity_big, 
div#rarityBoxTable_big div.epical_rarity_big, div#rarityBoxTable_big div.legendary_rarity_big, 
div#rarityBoxTable_big div.left_rarity_big, div#rarityBoxTable_big div.right_rarity_big {
	padding: 0px;
	margin: 0px;
	height: 20px;
	border: 0px;
	background-color: #ffffff;
	display: table-cell;
}
div#rarityBoxTable_big div.current_rarity_big {
	background-image: url(/sites/all/images/rarity_big/ob.png);
}
div#rarityBoxTable_big div.nocurrent_rarity_big {
	background-image: url(/sites/all/images/rarity_big/neob.png);
}
div#rarityBoxTable_big div.rare_rarity_big {
	background-image: url(/sites/all/images/rarity_big/red.png);
}
div#rarityBoxTable_big div.epical_rarity_big {
	background-image: url(/sites/all/images/rarity_big/ep.png);
}
div#rarityBoxTable_big div.legendary_rarity_big {
	background-image: url(/sites/all/images/rarity_big/leg.png);
}
div#rarityBoxTable_big div.left_rarity_big {
	width: 2px;
	background-image: url(/sites/all/images/rarity_big/left.png);
}
div#rarityBoxTable_big div.right_rarity_big {
	width: 2px;
	background-image: url(/sites/all/images/rarity_big/right.png);
}

/* Иконки платина / 100% */
.points_table {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 50px;
}
.points_table .points_box_td {
	width: 40px;
	text-align: left;
}
.selected .points_table .points_box_td {
	background-color: #e1f2d4;
}
.points_table .icon_box_td {
	width: 10px;
}
.selected .points_table .icon_box_td {
	background-color: #e1f2d4;
}
.points_table .platinum_icon_g, .points_table .noplatinum_icon_g, .points_table .sto_icon_g, .points_table .nosto_icon_g {
	background-image: url(/sites/all/images/icon/platinum.png);
	background-repeat: no-repeat;
	margin-top: 2px;
}
.points_table .platinum_icon_g {
	width: 10px;
	height: 10px;
	background-position: 0px 0px;
}
.points_table .noplatinum_icon_g {
	width: 10px;
	height: 10px;
	background-position: 0px -10px;
}
.points_table .sto_icon_g {
	width: 10px;
	height: 9px;
	background-position: 0px -20px;
}
.points_table .nosto_icon_g {
	width: 10px;
	height: 9px;
	background-position: 0px -29px;
}
.points_table .points_box_current {

}
.points_table .points_box_red {
	color: #cb0e17;
}

/* Кнопка жду / не жду */
.waitBBbox, .no_waitBBbox {
	width: 66px;
	height: 26px;
	background-image: url(/sites/all/images/icon/wait.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.waitBBbox {
	background-position: 0px 0px;
}
.no_waitBBbox {
	background-position: 0px -26px;
}

/* Иконки ценности */
table.iconsGroupTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table.iconsGroupTable .iconImg {
	width: 15px;
	text-align: left;
	text-align: left;
}
table.iconsGroupTable .iconValue {
	padding-right: 10px;
	text-align: left;
}
table.iconsGroupTable .iconValue_nop {
	padding-right: 0px;
	text-align: left;
}
.selected table.iconsGroupTable .iconImg {
	background-color: #e1f2d4;
}
.selected table.iconsGroupTable .iconValue {
	background-color: #e1f2d4;
}
.selected table.iconsGroupTable .iconValue_nop {
	background-color: #e1f2d4;
}
table.iconsGroupTable .iconImg .platinumIcon_ES, table.iconsGroupTable .iconImg .goldIcon_ES, table.iconsGroupTable .iconImg .silverIcon_ES, table.iconsGroupTable .iconImg .bronzeIcon_ES {
	width: 10px;
	height: 10px;
	background-image: url(/sites/all/images/icon/platinum.png);
	background-repeat: no-repeat;
}
table.iconsGroupTable .iconImg .platinumIcon_ES {
	background-position: 0px 0px;
}
table.iconsGroupTable .iconImg .goldIcon_ES {
	background-position: 0px -67px;
}
table.iconsGroupTable .iconImg .silverIcon_ES {
	background-position: 0px -57px;
}
table.iconsGroupTable .iconImg .bronzeIcon_ES {
	background-position: 0px -47px;
}

/* Иконки информационной панели */
table.iconsPanelHHPTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table.iconsPanelHHPTable .iconImg {
	width: 15px;
	text-align: left;
}
table.iconsPanelHHPTable .iconImg_min {
	width: 11px;
	text-align: left;
}
table.iconsPanelHHPTable .iconValue {
	padding-right: 10px;
	text-align: left;
}
table.iconsPanelHHPTable .iconValue_nop {
	padding-right: 0px;
	text-align: left;
}
.selected table.iconsPanelHHPTable .iconImg {
	background-color: #e1f2d4;
}
.selected table.iconsPanelHHPTable .iconImg_min {
	background-color: #e1f2d4;
}
.selected table.iconsPanelHHPTable .iconValue {
	background-color: #e1f2d4;
}
.selected table.iconsPanelHHPTable .iconValue_nop {
	background-color: #e1f2d4;
}
table.iconsPanelHHPTable .iconImg .tropsIcon_ES {
	width: 10px;
	height: 10px;
	background-image: url(/sites/all/images/icon/header.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
table.iconsPanelHHPTable .iconImg_min .helpsIcon_ES {
	width: 6px;
	height: 10px;
	background-image: url(/sites/all/images/icon/header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
table.iconsPanelHHPTable .iconImg .pointsPS3Icon_ES {
	margin-top: 1px;
	width: 10px;
	height: 9px;
	background-image: url(/sites/all/images/icon/platinum.png);
	background-repeat: no-repeat;
	background-position: 0px -38px;
}
table.iconsPanelHHPTable .iconImg .pointsXBIcon_ES {
	margin-top: 1px;
	width: 10px;
	height: 9px;
	background-image: url(/sites/all/images/icon/platinum.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

/* Иконки панели сложности */
table.iconsPanelHTPTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table.iconsPanelHTPTable .iconHTPImg {
	width: 15px;
	text-align: left;
}
table.iconsPanelHTPTable .iconHTPValue {
	padding-right: 5px;
	text-align: left;
}
table.iconsPanelHTPTable .iconHTPValue_nop {
	padding-right: 0px;
	text-align: left;
}
.selected table.iconsPanelHTPTable .iconHTPImg {
	background-color: #e1f2d4;
}
.selected table.iconsPanelHTPTable .iconHTPValue {
	background-color: #e1f2d4;
}
.selected table.iconsPanelHTPTable .iconHTPValue_nop {
	background-color: #e1f2d4;
}
table.iconsPanelHTPTable .iconHTPImg .hardIcon_HTP {
	width: 10px;
	height: 10px;
	background-image: url(/sites/all/images/icon/hc-icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
table.iconsPanelHTPTable .iconHTPImg .timeIcon_HTP {
	width: 10px;
	height: 10px;
	background-image: url(/sites/all/images/icon/hc-icons.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
table.iconsPanelHTPTable .iconHTPImg .hpointsIcon_HTP {
	margin-top: 1px;
	width: 10px;
	height: 9px;
	background-image: url(/sites/all/images/icon/platinum.png);
	background-repeat: no-repeat;
	background-position: 0px -38px;
}

/* Чекбоксы */
.globalCheckBox, .globalCheckBox_active, .globalCheckBox_ALL, .globalCheckBox_ALL_active {
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-image: url(/sites/all/images/icon/chekbox.png);
	background-repeat: no-repeat;
}
.globalCheckBox, .globalCheckBox_ALL {
	background-position: 0px 0px;
}
.globalCheckBox_active, .globalCheckBox_ALL_active {
	background-position: 0px -14px;
}

/* Жанры */
.actionTPLBox {
	float: left;
	padding-right: 3px;
	cursor: pointer;
}

/* Постраничная навигация */
.ajax_nav_page_TPL {
	padding-top: 30px;
	text-align: center;
}

/* Всплывающая подсказка */
.global_tooltip {
	display: none;
	position: absolute;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
	padding: 5px 12px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	behavior: url(/sites/all/libraries/pie/PIE.htc);
	z-index: 100;
	max-width: 450px;
} 

/* Блоки */
.gtpl_gb_header {
	width: auto;
	height: 50px;
	background-color: #f0f0f0;
}
.gtpl_gb_header .gtpl_gb_color_line {
	float: left;
	width: 3px;
	height: 50px;
}
.gtpl_gb_header .gtpl_gb_header_text {
	width: 144px;
	height: 17px;
	padding-left: 17px;
	padding-top: 18px;
}
.gtpl_gb_header .gtpl_gb_header_text_img {
	width: 144px;
	height: 17px;
	background-image: url(/sites/all/images/blocks/block-names-text.png);
}
.gtpl_gb_header_text_static {
	background-position: 0px -118px;
}
.gtpl_gb_header_text_compare {
	background-position: 0px -168px;
}
.gtpl_gb_header_text_shop {
	background-position: 0px -18px;
}
.gtpl_gb_header_text_lastgames {
	background-position: 0px -218px;
}
.gtpl_gb_header_text_calendargames {
	background-position: 0px -268px;
}
.gtpl_gb_header_text_forum {
	background-position: 0px -317px;
}
.gtpl_gb_header_text_profile {
	background-position: 0px -367px;
}
.gtpl_gb_header_text_players {
	background-position: 0px -68px;
}
.gtpl_gb_body {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	text-align: left;
}
.gtpl_gb_bindent {
	padding-bottom: 20px;
}
.gtpl_gb_body .gtpl_gb_content {
	position: relative;
}
.gtpl_gb_body .gtpl_gb_hidden_box {
	overflow: hidden;
	text-align: left;
	position: relative;
}
.gtpl_gb_body .gtpl_gb_left_control, .gtpl_gb_body .gtpl_gb_right_control {
	position: absolute;
	width: 6px;
	height: 8px;
	cursor: pointer;
	display: none;
	z-index: 10;
}
.gtpl_gb_body .gtpl_gb_left_control {
	background: url(/sites/all/images/control/left.png);
}
.gtpl_gb_body .gtpl_gb_right_control {
	background: url(/sites/all/images/control/right.png);
}
.gtpl_gb_body .gtpl_gb_slider {
	position: absolute;
	top: 0px;
	left: 0px;
}
.gtpl_gb_body .gtpl_gb_table_slider {
	padding: 0px;
	margin: 0px;
}
.gtpl_gb_body td.gtpl_gb_table_line {
	background-color: #f0f0f0;
}

/* Окно для редактирования */
#glredwin_box {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
}
#glredwin_visual_box {
	position: relative;
	width: 700px;
	padding: 30px;
	border: 1px solid #666666;
	background: #ffffff;
	margin: 0px;
}
#glredwin_ct_box {
	width: 700px;
	text-align: left;
}
#glredwin_tt_box {
	height: 70px;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
}
#glredwin_loader_layer {
	display: none;
	position: fixed;
	z-index: 10005;
	top: 20px;
	left: 20px;
	border: 1px solid #696969;
	background: #bebebe;
	padding: 2px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.glredwin_border_top {
	height: 10px;
}

/* Полоса прогресса */
.myProgressBarTable {
	padding: 0px;
	margin: 0px;
}
.myProgressBarTable .myProgressBarBorder {
	float: left;
	width: 1px;
	height: 11px;
	background-image: url(/sites/all/images/progress/progbar-border-v.png);
}
.myProgressBarTable .myProgressBarLine {
	float: left;
	padding: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	height: 7px;
	background-color: #ffffff;
	background-image: url(/sites/all/images/progress/progbar-border-g.png);
}
.myProgressBarTable .myProgressBarProgress {
	height: 7px;
	background-image: url(/sites/all/images/progress/progbar-inline.png);
	background-repeat: repeat-x;
}
.myProgressBarTable .myProgressBarCounter {
	padding-left: 3px;
	font-size: 12px;
}

/* Административная панель */
.gb_bx_apb_layer {
	position: fixed;
	display: block;
	top: 90px;
	left: -188px;
	background-color: #efefef;
	border: 1px solid #b5b5b5;
	border-left: 0px;
	height: 30px;
	width: 204px;
	z-index: 1010;
}
.gb_bx_apb_layer .gb_bx_apb_slider_box {
	position: absolute;
	height: 30px;
	width: 16px;
	background-color: #dcdcdc;
	cursor: pointer;
	top: 0px;
	right: 0px;
}
.gb_bx_apb_layer .gb_bx_apb_slider_control {
	position: absolute;
	height: 8px;
	width: 6px;
	cursor: pointer;
	top: 11px;
	left: 5px;
	background-image: url(/sites/all/images/control/control.png);
	background-position: -6px 0px;
	background-repeat: no-repeat;
}
.gb_bx_apb_layer a.gb_bx_apb_control_icon {
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-left: 7px;
	margin-top: 7px;
	background-image: url(/sites/all/images/icon/admin-icons.png);
	background-repeat: no-repeat;
}
.gb_bx_apb_layer a.gb_bx_apb_control_icon_margin {
	margin-left: 10px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_add_tlist {
	background-position: 0px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_edit_tlist, .gb_bx_apb_layer a.gb_bx_apb_icon_edit_games {
	background-position: -16px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_active_tlist, .gb_bx_apb_layer a.gb_bx_apb_icon_active_games {
	background-position: -48px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_delete_tlist, .gb_bx_apb_layer a.gb_bx_apb_icon_delete_games {
	background-position: -64px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_clon_tlist, .gb_bx_apb_layer a.gb_bx_apb_icon_clon_games {
	background-position: -32px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_link_tlist, .gb_bx_apb_layer a.gb_bx_apb_icon_link_tlist {
	background-position: -144px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_add_trops {
	background-position: -112px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_editor_trops {
	background-position: -128px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_edit_shop {
	background-position: -80px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_edit_like_games {
	background-position: -96px -16px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_add_tlist:hover {
	background-position: 0px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_edit_tlist:hover, .gb_bx_apb_layer a.gb_bx_apb_icon_edit_games:hover {
	background-position: -16px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_active_tlist:hover, .gb_bx_apb_layer a.gb_bx_apb_icon_active_games:hover {
	background-position: -48px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_delete_tlist:hover, .gb_bx_apb_layer a.gb_bx_apb_icon_delete_games:hover {
	background-position: -64px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_clon_tlist:hover, .gb_bx_apb_layer a.gb_bx_apb_icon_clon_games:hover {
	background-position: -32px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_link_tlist:hover {
	background-position: -144px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_add_trops:hover {
	background-position: -112px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_editor_trops:hover {
	background-position: -128px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_edit_shop:hover {
	background-position: -80px 0px;
}
.gb_bx_apb_layer a.gb_bx_apb_icon_edit_like_games:hover {
	background-position: -96px 0px;
}

/* Редактор */
.gl_editor_bx_editor_v101 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.gl_editor_bx_panel {
	padding-bottom: 2px;
	padding-top: 5px;
	padding-left: 2px;
}
.gl_editor_bx_clear {
	clear: both;
	height: 1px;
}
.gl_editor_bx_panel .gl_editor_bx_td {
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	float: left;
	margin-right: 6px;
}
.gl_editor_bx_panel a.gl_editor_bx_link {
	display: block;
	cursor: pointer;
	float: left;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	padding: 2px;
	background-image: url(/sites/all/images/editor/map5.png);
	width: 18px;
	height: 17px;
	margin: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.gl_editor_bx_panel a.gl_editor_bx_link:hover {
	background-color: #a3d7ff;
}
.gl_editor_bx_global_box {
	position: relative;
}
.gl_editor_bx_global_box .gl_editor_bx_textarea_box {
	position: absolute;
	top: 8px;
	left: 8px;
}
.gl_editor_bx_global_box .gl_editor_bx_textarea {
    resize: none;
    overflow: inherit;
    color: #555555;
    outline: 0px;
    border: 0px;
    font-size: 14px;
}

.gl_editor_bx_global_box .gl_editor_bx_textarea::-webkit-scrollbar-button {
    display: block;
    height: 5px;
    background-color: white;
}
.gl_editor_bx_global_box .gl_editor_bx_textarea::-webkit-scrollbar-thumb {
    background: grey;
}
.gl_editor_bx_global_box .gl_editor_bx_textarea::-webkit-scrollbar {
    width: 10px;
    background-color: #ececec;
}

.gl_editor_bx_global_box .gl_editor_bx_btn_view {
	position: absolute;
	width: 189px;
	height: 30px;
	bottom: 3px;
	right: 3px;
	text-align: center;
}
.gl_editor_bx_global_box .gl_editor_bx_button {
	cursor: pointer;
	font-weight: bold;
	color: #555555;
}
.gl_editor_bx_global_box .gl_editor_bx_close {
	position: absolute;
	cursor: pointer;
	top: 3px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-image: url(/sites/all/images/editor/delete.png);
}

/* Редактор v2 */
.gl_editor_bx_editor_v2 {
    background: #FFFFFF;
    border: 1px solid #D2D6D9;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: 58px;
}
.gl_editor_bx_editor_v2 .gl_editor_bx_global_box {
	box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.gl_editor_bx_editor_v2 .gl_editor_bx_global_box .gl_editor_bx_panel {
    position: absolute;
    bottom: 0;
    padding-bottom: 0.93%;
    padding-top: 1%;
    padding-left: 10px;
}

.gl_editor_bx_panel a.gl_editor_bx_icon {
    display: block;
    float: left;
    background-image: url(/sites/all/images/editor/control_panel_icons.svg);
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.gl_editor_bx_editor_v2 .gl_editor_bx_panel .gl_editor_bx_td {
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: initial;
    border: none;
    float: left;
    margin-right: 0;
}

.gl_editor_bx_border {
    height: 14px;
    border-left: 1px solid #2B3B48;
    float: left;
    margin: 0 8px 0 8px;
}

.gl_editor_bx_editor_v2 .gl_editor_bx_global_box .gl_editor_bx_button {
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}

.gl_editor_bx_editor_v2 .gl_editor_bx_global_box .gl_editor_bx_btn_view {
    position: absolute;
    width: 89px;
    height: 25px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    background: #8BB8DD;
    padding-top: 5px;
}


.nintendo .gl_editor_bx_editor_v2 .gl_editor_bx_global_box .gl_editor_bx_btn_view {
    background-color: #E60012;
}

.xbox .gl_editor_bx_editor_v2 .gl_editor_bx_global_box .gl_editor_bx_btn_view {
    background-color: #52B043;
}


.xbox .gl_editor_bx_global_box a.gl_editor_bx_button, .nintendo .gl_editor_bx_global_box a.gl_editor_bx_button {
    color: #FFFFFF;
}

.gl_editor_bx_grippie {
    position: absolute;
    width: 100%;
    background: #D2D6D9;
    bottom: 30px;
    height: 1px;
}

.gl_editor_bx_editor_v2 .gl_editor_bx_global_box .gl_editor_bx_textarea {
    resize: none;
    overflow: inherit;
	font-size: 14px;
	line-height: 20px;
	color: #909AA3;
}

/* Окно со смайлами */
#editor_bx_smile_fon {
	position: fixed;
	z-index: 10200;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
}
#editor_bx_smile_box {
	position: fixed;
	z-index: 10201;
	background-color: #ffffff;
}
#editor_bx_smile_vid {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px;
}
#editor_bx_smile_content {
	position: relative;
}
#editor_bx_smile_box .editor_bx_smile_inner_title {
	padding-bottom: 6px;
}
#editor_bx_smile_box .editor_bx_smile_inner_title_text {
	float: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
}
#editor_bx_smile_box a.editor_bx_smile_inner_close {
	display: block;
	float: right;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	margin-right: 5px;
	cursor: pointer;
}
#editor_bx_smile_box a.editor_bx_smile_inner_close:hover {
	color: #ffffff;
	background-color: #dddddd;
	text-decoration: none;
}
#editor_bx_smile_box .editor_bx_smile_inner_hr {
	height: 1px;
	background-color: #dddddd;
	margin-bottom: 12px;
}
#editor_bx_smile_box .editor_bx_smile_inner_img_box {
	background-color: #e4e4e4;
}
#editor_bx_smile_box .editor_bx_smile_image {
	float: left;
	text-align: center;
	vertical-align: bottom;
}
#editor_bx_smile_box .editor_bx_smile_image img {
	cursor: pointer;
}
#editor_bx_smile_box a.editor_bx_smile_inner_button_clear {
	display: block;
	border: 1px solid #a8a8a8;
	float: right;
	margin-right: 15px;
	padding: 3px;
	padding-left: 25px;
	padding-right: 25px;
	color: #000000;
	text-decoration: none;
	background-color: #f4f4f4;
	margin-top: 25px;
	margin-bottom: 8px;
	cursor: pointer;
}
#editor_bx_smile_box a.editor_bx_smile_inner_button_clear:hover {
	background-color: #dbdbdb;
	text-decoration: none;
	color: #000000;
}

/*
	- Автодополнение поиска по сайту
*/
.autocomplete-w1-sh { 
	background: url(/sites/all/images/designer/shadow.png) no-repeat bottom right; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	margin: 8px 0 0 6px; 
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	/* IE6 fix: */ 
	_background: none; 
	_margin: 0; 
}
.autocomplete-sh { 
	border: 1px solid #999; 
	background: #FFF; 
	cursor: default; 
	text-align: left; 
	max-height: 350px; 
	overflow: auto; 
	margin: -6px 6px 6px -6px; 
	/* IE6 specific: */ 
	_height: 350px;  
	_margin: 0; 
	_overflow-x: hidden; 
}
.autocomplete-sh .selected { 
	background: #e0edfa; 
}
.autocomplete-sh div { 
	padding: 2px 5px; 
	white-space: nowrap; 
}
.autocomplete-sh strong { 
	font-weight: bold; 
	color: #3399FF; 
}
.autocomplete-sh span.title_contaner {
	font-size: 11px;
	color: #696969;
	display: block;
	padding: 2px 5px;
	background: #e5e5e5;
}
.autocomplete-sh img.logo_icon {
	height: 15px;
	width: 15px;
	margin-top: 2px;
	margin-right: 7px;
	margin-left: 2px;
}
.autocomplete-sh .box_text {
	display: block;
	float: left;
	padding-top: 1px;
}
.autocomplete-sh .logo_icon_box {
	display: block;
	float: left;
}
.autocomplete-sh .box_left_out {
	display: block;
	clear: left;
}

/* Трансляции */
#content_streams {
	width: 100%;
	min-height: 60px;
}
.live_stream {
	display: block;
}
.fw_none{
	background-color:grey;
}
.fw_playstation {
	background-color: #80aecf;
}
.fw_nintendo {
	background-color: #70d2df;
}
.fw_xbox {
	background-color: #80cf94;
}
.st_game {
	padding-right: 55px;
	padding-top: 5px;
	float: right;
}
.st_info { 
	margin-top: 15px;
    padding-left: 55px;
}
.st_avatar {
	border: 0px;
	width: 30px;
}
.st_service_icon {
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.st_game_box img {
	border: 0px;
	height: 50px;					
}
.st_nav_avatar img, .st_nav_game_box img {
	border: 0px;
	height: 20px;	
}
.st_user_id_box {
    color: white;
    padding-left: 15px;
    margin-top: 5px;
}
.st_user_id_box a:link, .st_user_id_box a:visited {
    color: white;
	font-weight: bold;
}
.st_user_id_box, .st_info, .st_avatar_box, .st_stream_id_box, .st_game_box, .st_nav_avatar, .st_nav_game_box, .st_nav_live   {
    float: left;
}
.st_stream_id_box {
	padding-top: 15px;
	padding-right: 20px;
}
.st_stream_id_box a:link, .st_stream_id_box a:visited {
    color: white;
	font-weight: bold;
}
.st_nav_live {
	font-size: 11px;
	background: red;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 3px;
}
#nav_streams .st_nav_live a:link, #nav_streams .st_nav_live a:visited{
	font-weight: bold;
	color: white;
	position: relative;
	top: 1px;
	text-shadow: initial;
}
#nav_streams {
	float: right;
	margin-top: -33px;
	margin-right: 190px;
}
.st_nav_live, .st_nav_avatar{
	margin-right: 5px;
}


/* spoiler */
.spoiler {
    color: #4E4E4E;
    background-color: #EAEAEA;
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    padding: 3px;
    width: max-content;
    max-width: 99%;
}

.spoiler-head-close font, .spoiler-head-open font {
    color: #4E4E4E;
}

.spoiler-control {
  cursor: pointer;
}
.spoiler-control .spoiler-head-close:before {
    content: "\25BA";
}
.spoiler-control.active .spoiler-head-open:before {
	content: "\25BC";
}
.spoiler-head-open {
  display: none;
}
.spoiler-block {
	display: none;
	margin: 10px;
}