/*Базовые элементы*/

html
{
	overflow-y: scroll;
	background: url(/assets/images/theme/bg/wrapper_bg.jpg) repeat;
}

body
{
	font-family:     "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:       14px;
	line-height:     140%;
	color:           #e3ebef;
	background:      url(/assets/images/theme/bg/wrapper_top_second.jpg) 50% top no-repeat;
	background-size: 2060px 1280px;
	min-width:       1002px;
}

body.index
{
	background:      url(/assets/images/theme/bg/wrapper_top.jpg) 50% top no-repeat;
	background-size: 2060px 1280px;
}

.wrapper
{
	position:        relative;
	background:      url(/assets/images/theme/bg/wrapper_bottom.png) 50% bottom no-repeat;
	background-size: 2320px 595px;
	min-width:       1002px;
	height:          100%;
	width:           100%;
	display:         inline-block;
	z-index:         0;
}

.main_outer
{
	width:    940px;
	margin:   0 auto;
	position: relative;
	z-index:  0;
}

.main_inner
{
	position:      relative;
	padding:       20px 40px;
	width:         860px;
	margin-top:    40px;
	margin-bottom: 170px;
	background:    url(/assets/images/theme/bg/bg_content_mb.jpg) repeat;
	z-index:       1;
}

.main_inner.index
{
	padding-bottom: 20px;
	margin-top:     600px;
	padding-top:    0;
}

.content_box
{
	position:   relative;
	background: url(/assets/images/theme/bg/bg_content_mt.jpg) repeat;
	margin:     20px -40px;
	padding:    20px 40px;
	width:      100%;
	display:    inline-block;
}

.content_box.index
{
	margin-top:    0;
	margin-bottom: 60px;
}

/*Бордюбры, линии*/

.content_box .up_shadow
{
	display:    block;
	background: url(/assets/images/theme/bg/shadow_line_up.jpg) top no-repeat;
	width:      100%;
	height:     13px;
	position:   absolute;
	top:        -13px;
	left:       0;
}

.content_box.index .up_shadow
{
	display: none;
}

.content_box .bott_shadow
{
	display:    block;
	background: url(/assets/images/theme/bg/shadow_line.jpg) top no-repeat;
	width:      100%;
	height:     13px;
	position:   absolute;
	bottom:     -13px;
	left:       0;
}

.main_inner .border_top
{
	display:    block;
	position:   absolute;
	background: url(/assets/images/theme/bg/content_box_border_top.png) no-repeat;
	width:      948px;
	height:     4px;
	top:        -4px;
	left:       -4px;
}

.main_inner .border_bottom
{
	display:    block;
	position:   absolute;
	background: url(/assets/images/theme/bg/content_box_border_bottom.png) no-repeat;
	width:      948px;
	height:     8px;
	bottom:     -8px;
	left:       -4px;
}

.main_inner .border_left
{
	display:    block;
	position:   absolute;
	background: url(/assets/images/theme/bg/content_box_border_left.png) repeat-y;
	width:      6px;
	height:     100%;
	top:        0;
	left:       -4px;
}

.main_inner .border_right
{
	display:    block;
	position:   absolute;
	background: url(/assets/images/theme/bg/content_box_border_right.png) repeat-y;
	width:      6px;
	height:     100%;
	top:        0;
	right:      -4px;
}

.br_line
{
	display:       block;
	background:    url(/assets/images/theme/h1_line.png) left bottom no-repeat;
	height:        21px;
	width:         100%;
	clear:         both;
	margin-bottom: 20px;
}

.br_line2
{
	display:       block;
	background:    url("/assets/images/theme/line.jpg") repeat-x;
	height:        2px;
	width:         100%;
	clear:         both;
	margin-bottom: 20px;
}

/*Текстовые теги*/

.full_review
{
	display:       block;
	margin-top:    -30px;
	margin-bottom: 20px;
}

a.link_style1
{
	padding-top:    1px;
	text-transform: uppercase;
	font-size:      12px;
	display:        block;
	padding-right:  15px;
	background:     url(/assets/images/theme/list_arrow.png) right no-repeat;
}

a
{
	color:           #a5d9f1;
	text-decoration: none;
}

a:hover
{
	color:           #7BA0B2;
	text-decoration: underline;
}

p, li
{
	cursor:    default;
	font-size: 14px;
}

p
{
	color:       white;
	line-height: 21px;
}

img
{
	vertical-align: bottom;
}

h1, h2, h3, h4
{
	color:       #a5d9f1;
	text-shadow: black 1px 1px 1px;
	/*clear:       both;*/
	line-height: 130%;
}

h1
{
	text-transform: uppercase;
	font-size:      20px;
	margin-bottom:  20px;
}

h2
{
	font-weight:   normal;
	font-size:     18px;
	margin-bottom: 20px;
}

h3
{
	font-weight:   normal;
	font-size:     16px;
	margin-bottom: 20px;
}

h4
{
	font-weight:   normal;
	font-size:     14px;
	margin-bottom: 15px;
}

.first
{
	margin-top: 0;
}

.toLeft
{
	text-align: left;
}

.toRight
{
	text-align: right;
}

.toCenter
{
	text-align: center;
}

.clear
{
	clear: both;
}

/*CONTENT STYLE*/

.content
{
	font-size: 14px;
}

.content p
{
	margin-bottom: 15px;
}

.content ul
{
	color:  white;
	/*list-style: circle;*/
	margin: 0 0 20px 20px;
}

.content ul > li
{
	padding:       0 0 0 20px;
	/*margin-left:   20px;*/
	margin-bottom: 15px;
	background:    url("/assets/images/theme/list_circle.jpg") left 5px no-repeat;
}

.content ol
{
	color:  white;
	margin: 0 0 20px 40px;
}

.content ol > li
{
	/*margin-left:   20px;*/
	margin-bottom: 15px;
}

.content table
{
	width: 100%;
}

.content table td
{
	padding: 5px;
}

.content.expedition img
{
	display: block;
}

.content.expedition p
{
	clear: both;
}

/*Таблица результатов*/

.table_outer
{
	display: none;
}

.table_outer.visible
{
	display: block;
}

.table_result_outer_line
{
	border:           solid 2px #2b3b4b;
	border-top-width: 2px;
	margin-bottom:    20px;
}

.table_result_inner_line
{
	padding:    4px;
	background: #365061;
	border:     solid 1px #4e6574;
}

.table_result
{
	width: 100%;
}

.table_result td
{
	vertical-align: middle;
}

.table_result thead td
{
	padding:        18px 3px;
	color:          #a5d9f1;
	vertical-align: middle;
}

.table_result tbody td
{
	padding:    3px;
	background: #324758;
	border-top: solid 2px #365061;
}

.table_result tbody tr.even td
{
	background: #35495a;
}

.table_result tbody tr.select td
{
	background: #273848;
}

.table_result tbody tr:hover
{
	border-left:  solid 1px #607b8c;
	border-right: solid 1px #607b8c;
}

.table_result tbody tr:hover td
{
	background: #435f70;
	border-top: solid 2px #607b8c;
}

.table_result .user_num
{
	font-size:  20px;
	text-align: center;
}

.table_result .user_icon img
{
	border: solid 3px #608497;
}

.table_result .fish_icon span
{
	display: block;
	float:   left;
	border:  solid 1px #608497;
	padding: 1px;
}

.table_result .fish_icon img
{
	border:     solid 2px #2b3b4b;
	background: url("/assets/images/theme/bg/bg_content_mb.jpg");
}

.table_result .result_data, .table_result .result_user
{
	font-size: 12px;
}

.table_result .fish_price_progress
{
	height: 10px;
	/*width: 400px;*/
	border: solid 1px #608497;
}

.table_result .fish_price_progress span
{
	height:  100%;
	display: block;
}

.table_result .fish_price_progress span.green
{
	background: #5b9217;
}

.turnir_result_box
{
	width:         100%;
	display:       inline-block;
	clear:         both;
	margin-top:    20px;
	margin-bottom: 10px;
}

.turnir_result_box.first
{
	margin-top: 50px;
}

.turnir_result_box h2
{
	width:         100%;
	text-align:    center;
	margin-bottom: 30px;
}

.raitin_descript_box
{
	padding:    20px;
	margin:     20px 20px 0 20px;
	border:     dashed 1px #567a8b;
	background: #3e5869;
}

.raitin_descript_box h3
{
	margin-bottom: 20px;
	font-size:     14px;
}

/*Вкладки*/

ul.tabs_table
{
	clear:              both;
	display:            inline-block;
	margin:             0 0 -3px 0;
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	/*border:             solid 1px red;*/
}

ul.tabs_table li
{
	float:         left;
	border:        solid 2px #2b3b4b;
	border-bottom: none;
	background:    none;
	margin:        0;
	padding:       0;
	cursor:        pointer;
}

ul.tabs_table li .title
{
	padding:       7px 10px;
	display:       block;
	border:        solid 1px #4e6574;
	border-bottom: none;
	font-size:     16px;
}

ul.tabs_table li .title .count
{
	display:    block;
	font-size:  13px;
	margin-top: 5px;
	font-style: italic;
}

ul.tabs_table li a:hover
{
	text-decoration: none;
}

ul.tabs_table li.active
{
	background:    #365061;
	border-bottom: none;
	color:         #a5d9f1;
}

ul.tabs_table li.active .title
{
	border-bottom:  none;
	padding-bottom: 9px;
}

.ajax_link
{
	/*border-bottom: dashed 1px;*/
}

.ajax_link:hover
{
	/*text-decoration: none;*/
}

.no_data
{
	text-align: center;
	margin:     20px 0;
}

/*STATS*/

table.statistic
{
	width:  100%;
	height: 100%;
}

table.statistic td
{
	/*border-bottom: dashed 1px green;*/
	padding: 0 16px 4px 0;
}

table.statistic td.right
{
	padding: 0 12px 4px 0;
}

table.statistic td div
{
	width:    100%;
	height:   100%;
	/*border: solid 1px #516b7e;*/
	padding:  5px;
	overflow: hidden;
}

table.statistic td span
{
	display:       block;
	clear:         both;
	font-size:     20px;
	margin-left:   20px;
	margin-bottom: 10px;
}

table.statistic td p
{
	clear:         both;
	font-size:     12px;
	line-height:   120%;
	margin-top:    10px;
	margin-bottom: 10px;
	margin-left:   5px;
	color:         #a5d9f1;
}

table.statistic td div:hover
{
	/*background: #3E586B;*/
	/*border-bottom: solid 1px #516b7e;*/
	/*border: solid 1px #516b7e;*/
}

table.statistic td div.set1
{
	background: #2d4252;
	border:     solid 1px #2d4252;
}

table.statistic td div.set2
{
	background: #35495A;
	border:     solid 1px #35495A;
}

table.statistic td div.set1:hover, table.statistic td div.set2:hover
{
	background: #3E586B;
	border:     solid 1px #516b7e;
}

.imageBorder
{
	margin:   40px auto;
	display:  table;
	position: relative;
	padding:  5px;
}

.imageBorder img
{
	line-height: 0;
}

ul.development_list
{
	margin-left: 0;
}

ul.development_list li
{
	margin-left:    0;
	display:        inline-block;
	margin-bottom:  20px;
	clear:          both;
	padding-bottom: 20px;
	padding-left:   0;
	background:     none;
	width:          100%;
}

ul.exped_list
{
	margin: 0;
}

ul.exped_list li
{
	display:        inline-block;
	margin-bottom:  20px;
	clear:          both;
	padding-bottom: 20px;
	background:     url("/assets/images/theme/line.jpg") repeat-x bottom;
	/*border-bottom: solid 1px #191f28;*/
}

ul.exped_list .imageSmall
{
	float:    left;
	padding:  10px;
	position: relative;
}

ul.exped_list .descript
{
	margin-left: 300px;
}

ul.exped_list .descript h2
{
	clear: none;
}

ul.exped_list .descript .a_full
{
	margin-top: 20px;
	float:      left;
}

.exped_date
{
	z-index:    10;
	position:   absolute;
	background: url('/assets/images/theme/ui/ui.png') 100% -425px no-repeat;
	padding:    0 6px 0 0;
	top:        -10px;
	left:       -10px;
}

.exped_date span.text
{
	text-shadow:        1px 1px black;
	font-weight:        bold;
	font-size:          14px;
	height:             24px;
	display:            block;
	padding:            7px 10px 0 16px;
	background:         url('/assets/images/theme/ui/ui.png') 0 -425px no-repeat;
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	text-align:         center;
}

.more_btn
{
	position:   relative;
	background: url('/assets/images/theme/ui/ui.png') 100% -475px no-repeat;
	padding:    0 6px 0 0;
}

.more_btn span.text
{
	text-shadow:        1px 1px #bbccc7;
	color:              #191f28;
	font-size:          14px;
	height:             20px;
	display:            block;
	padding:            2px 10px 0 16px;
	background:         url('/assets/images/theme/ui/ui.png') 0 -475px no-repeat;
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	text-align:         center;
}

.more_btn:hover
{
	color:           #191f28;
	text-decoration: none;
	background:      url('/assets/images/theme/ui/ui.png') 100% -504px no-repeat;
}

.more_btn:hover span.text
{
	background: url('/assets/images/theme/ui/ui.png') 0 -504px no-repeat;
}

/*Footer*/

.footer
{
	margin-top: 20px;
	clear:      both;
	width:      100%;
	display:    table;
	zoom:       1;
}

.go_mobile
{
	background: #415c72 url(/assets/images/theme/mobile_icon.png) 40px center no-repeat;
	margin:     0 -40px;
	padding:    20px 40px 20px 100px;
	overflow:   hidden;
	clear:      both;
}

.go_mobile p
{
	text-transform: uppercase;
	font-size:      18px;
	float:          left;
}

.go_mobile p span
{
	font-size:      16px;
	display:        block;
	clear:          both;
	margin-top:     5px;
	color:          #a6d9f1;
	text-transform: none;
}

#btn_go_mobile
{
	float: right;
}

/* Блок для нижнего меню и подписки*/

.foot_menu
{
	display:       inline-block;
	margin-top:    20px;
	margin-bottom: 20px;
	width:         100%;
}

.foot_menu_list
{
	margin-left: 40px;
	width:       185px;
	float:       left;
}

.foot_menu_list.first
{
	margin-left: 0;
}

.foot_menu_list li
{
	margin-bottom: 5px;
}

.foot_menu_list li a
{
	font-size: 12px;
}

ul.foot_menu li
{
	margin-bottom: 8px;
}

ul.foot_menu li:last-child
{
	margin-bottom: 0;
}

ul.foot_menu li a
{
	color:     #a6d9f1;
	font-size: 14px;
}

* #up_arrow
{
	bottom: 170px;
	left:   0;
}

* + #up_arrow
{
	bottom: 170px;
	left:   0;
}

#up_arrow
{
	cursor:     pointer;
	display:    none;
	z-index:    1000;
	position:   fixed;
	bottom:     170px;
	width:      40px;
	height:     42px;
	display:    block;
	background: url(/assets/images/theme/up_btn.png) 0 -42px no-repeat;
}

#up_arrow:hover
{
	background: url(/assets/images/theme/up_btn.png) 0 0 no-repeat;
}

.rss_input
{
	float:       left;
	margin-left: 40px;
}

.rss_input p
{
	text-transform: uppercase;
	font-size:      16px;
	color:          #a6d9f1;
	margin-bottom:  30px;
}

/* Блок для лого, копирайта и счетчиков*/

.foot_copyright
{
	font-size: 12px;
	overflow:  hidden;
	clear:     both;
}

.foot_copyright .center
{
	position:    relative;
	margin-left: 240px;
}

.foot_copyright .center ul
{
	list-style: none;
}

.foot_copyright .center ul li
{
	display:     inline;
	margin-left: 20px;
}

.foot_copyright .center ul li a
{
	font-size: 12px;
}

.foot_copyright .center ul li.first
{
	margin-left: 0;
}

.foot_copyright .center .copy
{
	margin-top: 5px;
	color:      #67798e;
	font-size:  12px;
}

.pegi_info
{
	float: right;
}

.logo_bottom
{
	background: url(/assets/images/theme/logo.png) 0 0 no-repeat;
	width:      200px;
	height:     32px;
	display:    block;
	float:      left;
}

.logo_bottom:hover
{
	background-position: 0 -32px;
}

/* Breadcrumb */
.bCrumb
{
	list-style: none;
	overflow:   hidden;
	clear:      both;
}

.bCrumb li
{
	font-size:    12px;
	display:      inline-block;
	float:        left;
	margin-right: 5px;
}

ul.turnir_calendar
{
	float:              left;
	width:              350px;
	background:         #2f3f4f;
	padding:            2px;
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	margin:             0;
}

ul.turnir_calendar li
{
	margin:   0 0 2px 0;
	padding:  0;
	display:  block;
	position: relative;
}

ul.turnir_calendar li.last
{
	margin-bottom: 0;
}

.turnir_calendar_day
{
	display:    block;
	color:      #a5d9f1;
	font-size:  16px;
	padding:    6px;
	text-align: center;
	border:     solid 1px #4b6271;
	cursor:     pointer;
	background: url("/assets/images/theme/bg/bg_content_mt.jpg");
}

.turnir_calendar_day:hover
{
	border: solid 1px #608497;
}

ul.turnir_calendar li.active .turnir_calendar_day
{
	cursor: default;
	border: solid 2px #608497;
}

ul.turnir_calendar li.active .turnir_calendar_day:hover
{
	/*border: solid 4px #4b6271;*/
}

ul.turnir_calendar li.active .turnir_calendar_table_box
{
	display: block;
}

.turnir_calendar_table_box
{
	display:    none;
	padding:    10px;
	border:     solid 1px #3f5564;
	border-top: none;
	background: url("/assets/images/theme/bg/bg_content_mb.jpg");
}

.turnir_calendar_table
{
	width:   100%;
	display: block;
}

.turnir_calendar_table .head
{
	font-size:     12px;
	margin-bottom: 10px;
	color:         #a6d9f1;
}

.turnir_calendar_table .body
{
}

.turnir_calendar_table .tr
{
	display:       block;
	overflow:      hidden;
	margin-bottom: 7px;
	padding:       4px 6px;
}

.turnir_calendar_table .td
{
	display:  block;
	float:    left;
	overflow: hidden;
	width:    auto;
}

.turnir_calendar_table .body .tr
{
	cursor: pointer;
}

.turnir_calendar_table .body .tr a:hover
{
	color: white;
}

.turnir_calendar_table .td.numServer
{
	text-align: center;
}

.turnir_calendar_table .td.cel1
{
	width: 45%;
}

.turnir_calendar_table .td.cel2
{
	width: 25%;
}

.turnir_calendar_table .td.cel3
{
	width: 15%;
}

.turnir_calendar_table .td.cel4
{
	width: 15%;
}

.turnir_calendar_table .body .tr.active
{
	background: #435f70;
	cursor:     default;
}

.turnir_calendar_table .body .tr:hover
{
	background: #435f70;
}

.turnir_icon
{
	/*width:         100px;*/
	/*height:        100px;*/
	float:         right;
	margin-bottom: 10px;
	margin-left:   20px;
}

.turnir_descript_box
{
	clear:         both;
	padding:       20px;
	border:        solid 1px #3D505F;
	border-radius: 4px;
	margin-top:    20px;
}

.turnir_descript_box h2
{
	/*margin-bottom: 30px;*/
	clear: none;
}

.turnir_descript_box dl
{
	margin-top: 30px;
}

.turnir_descript_box dt
{
	font-size:     14px;
	margin-bottom: 5px;
}

.turnir_descript_box dd
{
	margin-bottom: 10px;
	margin-left:   20px;
}

/*Списки данных*/

ul.items_list
{
	clear:  both;
	margin: 0;
}

ul.items_list li
{
	cursor:     pointer;
	float:      left;
	margin:     0 0 40px 0;
	padding:    5px;
	display:    inline-block;
	position:   relative;
	background: none;
}

ul.items_list li .desc
{
	display: none;
}

ul.items_list li p
{
	line-height:  130%;
	margin:       0;
	cursor:       pointer;
	font-size:    14px;
	text-shadow:  black 1px 1px 1px;
	position:     absolute;
	left:         5px;
	bottom:       5px;
	padding:      7px 10px;
	background:   #2d3e4c;
	opacity:      0.9;
	-moz-opacity: 0.9;
	filter:       alpha(opacity=90);
}

#preview_full_desc p
{
	text-align: justify;
}

#preview_full_desc .desc p
{
	margin-bottom: 10px;
}

ul.items_list li.fishItem
{
	width:        180px;
	height:       110px;
	margin-right: 30px;
	background:   url("/assets/images/fish/middle/icon_middle_bg.jpg") center no-repeat;
}

ul.items_list li.fishItem p
{
	width: 160px;
}

ul.items_list li.locItem
{
	width:        250px;
	height:       150px;
	margin-right: 37px;
}

ul.items_list li.locItem p
{
	width: 230px;
}

ul.items_list li.right
{
	margin-right: 0;
}

#preview_full_desc .dataBox
{
	margin-bottom: 20px;
}

#preview_full_desc .dataBox p
{
	margin-bottom: 10px;
}

#preview_full_desc ul.fishParams
{
	margin-top:    0;
	margin-bottom: 20px;
	margin-left:   40px;
	float:         right;
	border:        solid 1px #142635;
	padding:       20px;
	text-align:    center;
}

#preview_full_desc ul.fishParams p
{
	text-align: center;
}

#preview_full_desc ul.fishParams li
{
	margin-bottom: 10px;
}

#preview_full_desc ul.fishParams li.last
{
	margin-bottom: 0;
}

#preview_full_desc h3
{
	margin-bottom: 20px;
	clear:         none;
}

ul.abcList
{
	float:   right;
	clear:   both;
	display: inline-block;
	margin:  -10px 0 30px 0;
}

ul.abcList li
{
	float:          left;
	margin:         0 10px 0 0;
	padding:        0;
	text-transform: uppercase;
	background:     none;
}

ul.abcList li.active
{
	font-size: 22px;
}

#wallpapers
{
	margin:  0;
	clear:   both;
	display: table;
}

#wallpapers li
{
	width:         250px;
	margin-right:  37px;
	margin-bottom: 30px;
	float:         left;
	padding:       5px;
	background:    none;
	margin-left:   2px;
}

#wallpapers li.right
{
	margin-right: 0;
}

#wallpapers li .links
{
	width:        230px;
	height:       20px;
	line-height:  130%;
	margin:       0;
	font-size:    14px;
	text-shadow:  black 1px 1px 1px;
	position:     absolute;
	left:         5px;
	bottom:       5px;
	padding:      7px 10px;
	background:   #2d3e4c;
	opacity:      0.9;
	-moz-opacity: 0.9;
	filter:       alpha(opacity=90);
}

#wallpapers li .links a
{
	margin-right: 30px;
}

#game_name
{
	background: url("/assets/images/theme/game_name.png") no-repeat;
	width:      505px;
	height:     185px;
	position:   absolute;
	top:        126px;
	left:       250px;
	z-index:    2;
}

/* Область для верхнего меню и лого */

#header
{
	position: relative;
	z-index:  5;
}

.top_user_box
{
	clear:   both;
	display: inline-block;
	width:   100%;
}

.top_menu_box
{
	margin-top: 15px;
	clear:      both;
	float:      right;
}

/* Верхнее меню */

ul.top_menu
{
	float: right;
}

ul.top_menu li
{
	float:          left;
	list-style:     none;
	text-transform: uppercase;
	position:       relative;
	margin-left:    5px;
	z-index:        6;
}

ul.top_menu li.last
{
	z-index: 5;
}

ul.top_menu li a
{
	padding:         0 6px 0 0;
	text-decoration: none;
	color:           #314252;
	display:         block;
	text-align:      center;
}

ul.top_menu li a span
{
	display: block;
	padding: 7px 6px 4px 12px;
	height:  32px;
}

ul.top_menu li a:hover, ul.top_menu li a.parent_over, ul.top_menu li.active a
{
	background: url("/assets/images/theme/ui/ui.png") 100% 0 no-repeat;
}

ul.top_menu li a:hover span, ul.top_menu li a.parent_over span, ul.top_menu li.active a span
{
	background:  url("/assets/images/theme/ui/ui.png") 0 0 no-repeat;
	color:       #e3ebef;
	text-shadow: black 0 1px 0;
}

ul.top_menu li a.forum
{
	padding-bottom: 10px;
	background:     url("/assets/images/theme/ui/ui.png") 100% -60px no-repeat;
}

ul.top_menu li a.forum span
{
	background:  url("/assets/images/theme/ui/ui.png") 0 -60px no-repeat;
	color:       #e3ebef;
	text-shadow: black 0 1px 0;
}

ul.top_menu li a.forum:hover
{
	background: url("/assets/images/theme/ui/ui.png") 100% -120px no-repeat;
}

ul.top_menu li a.forum:hover span
{
	background: url("/assets/images/theme/ui/ui.png") 0 -120px no-repeat;
}

/* Выпадающее подменю*/

ul.top_menu li.parent ul
{
	display:    none;
	z-index:    7;
	position:   absolute;
	left:       5px;
	top:        50px;
	background: #d6e4eb;
	border-top: none;
	padding:    5px 0;
}

ul.top_menu li.parent ul li
{
	text-transform: none;
	border:         none;
	white-space:    nowrap;
	padding:        0;
	margin:         0;
	width:          100%;
	background:     none;
}

ul.top_menu li.parent ul li a
{
	text-align: left;
	padding:    7px 20px;
	display:    block;
	background: none;
	color:      #314252;
	border:     none;
}

ul.top_menu li.parent ul li a:hover
{
	text-decoration: underline;
}

ul.top_menu li.parent ul li.active a
{
	background:    white;
	border-radius: 5px;
}

ul.dropdown .ul_dropdown_border_left
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_border_left.png') repeat-y;
	width:      8px;
	height:     100%;
	left:       -8px;
	top:        0;
}

ul.dropdown .ul_dropdown_border_right
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_border_right.png') repeat-y;
	width:      8px;
	height:     100%;
	right:      -8px;
	top:        0;
}

ul.dropdown .ul_dropdown_border_top
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_border_top.png') repeat-x;
	width:      100%;
	height:     8px;
	left:       0px;
	top:        -8px;
}

ul.dropdown .ul_dropdown_border_bottom
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_border_bottom.png') repeat-x;
	width:      100%;
	height:     8px;
	left:       0px;
	bottom:     -8px;
}

ul.dropdown .ul_dropdown_corner_bottom_left
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_corner_bottom_left.png') no-repeat;
	height:     8px;
	width:      8px;
	left:       -8px;
	bottom:     -8px;
}

ul.dropdown .ul_dropdown_corner_bottom_right
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_corner_bottom_right.png') no-repeat;
	height:     8px;
	width:      8px;
	right:      -8px;
	bottom:     -8px;
}

ul.dropdown .ul_dropdown_corner_top_left
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_corner_top_left.png') no-repeat;
	height:     8px;
	width:      8px;
	left:       -8px;
	top:        -8px;
}

ul.dropdown .ul_dropdown_corner_top_right
{
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_corner_top_right.png') no-repeat;
	height:     8px;
	width:      8px;
	right:      -8px;
	top:        -8px;
}

ul.dropdown .ul_dropdown_arrow
{
	z-index:    5;
	position:   absolute;
	background: url('/assets/images/theme/ui/ui_dropdown_arrow.png') no-repeat;
	height:     8px;
	width:      17px;
	left:       15px;
	top:        -13px;
}

/* Верхнее меню пользователя*/

.user_menu_item
{
	position:    relative;
	float:       right;
	margin-left: 3px;
}

/* Кнопка логин */

.btn_login
{
	float:      left;
	margin-top: 20px;
	/*width: 130px;*/
}

/* Верхний логотип*/

.logo_top
{
	background: url('/assets/images/theme/logo.png') 0 -64px no-repeat;
	width:      200px;
	height:     32px;
	display:    block;
	position:   absolute;
	top:        15px;
	left:       0;
}

.logo_top:hover
{
	background-position: 0 -96px;
}

/* Стиль таблицы локаций */

.location_head
{
}

.location_head_title
{
	position: relative;
	/*margin-top: 10px;*/
}

.location_head_title h4
{
	font-size:     22px;
	margin-top:    10px;
	margin-bottom: 25px;
}

.location_head .counts
{
	top:         10px;
	right:       0;
	position:    absolute;
	font-size:   12px;
	text-shadow: black 0 1px 0;
	color:       #e3ebef;
	font-size:   16px;
	text-shadow: black 0 1px 0;
	color:       #e3ebef;
}

.location_head .counts p
{
	margin-bottom: 5px;
	float:         right;
	clear:         both;
}

.location_head .counts p.time
{
	font-size: 12px;
}

.location_head .counts span
{
	margin-left: 5px;
}

.head_right ul li:last-child
{
	margin-bottom: 0;
}

.head_right ul li span
{
	float: right;
}

.server_map_data
{
	width:   740px;
	display: none;
}

.server_map_data.visible
{
	display: table;
	zoom:    1;
}

.server_map_data li
{
	clear:         both;
	padding:       5px 10px 5px 10px;
	border-bottom: solid 1px #4c6679;
	border-right:  solid 1px #4c6679;
	overflow:      hidden;
}

.server_map_data li:hover
{
	background: #4c6679;
}

.server_map_data .column
{
	float: left;
	width: 185px;
}

.server_map_data .column li:last-child
{
	border-bottom: none;
}

.server_map_data .column.last li
{
	border-right: none;
}

.server_map_data p
{
	cursor:      default;
	text-shadow: black 0 1px 0;
	color:       white;
	font-size:   12px;
	float:       left;
	white-space: nowrap;
	margin:      0;
}

.server_map_data li p.loc_name
{
	width: 80px;
}

.server_map_data li p.loc_count
{
	float:       right;
	margin-left: 10px;
}

.loc_progress0, .loc_progress1, .loc_progress2, .loc_progress3, .loc_progress4
{
	margin-left: 10px;
	float:       left;
	display:     block;
	width:       19px;
	height:      17px;
}

.loc_progress0
{
	background: url('/assets/images/theme/loc_progress.png') 0 -68px no-repeat;
}

.loc_progress1
{
	background: url('/assets/images/theme/loc_progress.png') 0 -51px no-repeat;
}

.loc_progress2
{
	background: url('/assets/images/theme/loc_progress.png') 0 -34px no-repeat;
}

.loc_progress3
{
	background: url('/assets/images/theme/loc_progress.png') 0 -17px no-repeat;
}

.loc_progress4
{
	background: url('/assets/images/theme/loc_progress.png') 0 0 no-repeat;
}

/* Глобальные стили */
.shadow
{
	-moz-box-shadow:    0 1px 1px 0 #333;
	-webkit-box-shadow: 0 1px 1px 0 #333;
	box-shadow:         0 1px 1px 0 #333;
}

.eff_hover
{
	transition:         all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
}

.no_visible
{
	display: none;
}

/* Поле ввода стиль 1 */
.input_style1
{
	background:            #314252;
	border:                none;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	padding:               8px;
	color:                 #a2b7b9;
	margin:                0 0 5px 0;
	font-size:             12px;
	box-shadow:            inset 0 0 4px 1px #24303c, 0 0 2px 0 #55728e;
	-moz-box-shadow:       inset 0 0 4px 1px #24303c, 0 0 2px 0 #55728e;
	-webkit-box-shadow:    inset 0 0 4px 1px #24303c, 0 0 2px 0 #55728e;
}

.input_style1:hover, .input_style1:focus
{
	box-shadow:         inset 0 0 4px 1px #24303c, 0 0 6px 3px #55728e;
	-moz-box-shadow:    inset 0 0 4px 1px #24303c, 0 0 6px 3px #55728e;
	-webkit-box-shadow: inset 0 0 4px 1px #24303c, 0 0 6px 3px #55728e;
}

/* Кнопка стиль 1 */

.btn_style1, .btn_style1_small
{
	cursor:                pointer;
	color:                 #324252;
	text-shadow:           1px 1px #bbccc7;
	border:                1px solid #324b5f;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	background:            #6e8b9c url('/assets/images/theme/gradient1.jpg') repeat-x;
	-webkit-box-shadow:    inset 0px 0px 5px 1px #ebf4e1, 0 0 1px #1c2833;
	-moz-box-shadow:       inset 0px 0px 5px 1px #ebf4e1, 0 0 1px #1c2833;
	box-shadow:            inset 0px 0px 5px 1px #ebf4e1, 0 0 1px #1c2833;
}

.btn_style1:hover
{
	background:         #657f8f url('/assets/images/theme/gradient1_over.jpg') repeat-x;
	-webkit-box-shadow: inset 0px 0px 7px 1px #ebf4e1, 0 0 3px #1c2833;
	-moz-box-shadow:    inset 0px 0px 7px 1px #ebf4e1, 0 0 3px #1c2833;
	box-shadow:         inset 0px 0px 7px 1px #ebf4e1, 0 0 3px #1c2833;
}

.btn_style1:active
{
	-webkit-box-shadow: inset 0px 0px 5px 1px #000, 0 0 1px #8cc6ea;
	-moz-box-shadow:    inset 0px 0px 5px 1px #000, 0 0 1px #8cc6ea;
	box-shadow:         inset 0px 0px 5px 1px #000, 0 0 1px #8cc6ea;
}

.btn_style1_small
{
	background: #6d8a9b url('/assets/images/theme/gradient2.jpg') repeat-x;
}

.btn_style1_small:hover
{
	background:         #657f8f url('/assets/images/theme/gradient2_over.jpg') repeat-x;
	-webkit-box-shadow: inset 0px 0px 7px 1px #ebf4e1, 0 0 3px #1c2833;
	-moz-box-shadow:    inset 0px 0px 7px 1px #ebf4e1, 0 0 3px #1c2833;
	box-shadow:         inset 0px 0px 7px 1px #ebf4e1, 0 0 3px #1c2833;
}

/* Кнопка стиль 2*/
.btn_style2
{
	display:         block;
	text-decoration: none;
	font-size:       12px;
	color:           #405a6d;
	text-transform:  uppercase;
	padding:         8px 30px 8px 14px;
	cursor:          pointer;
	background:      #d4e1e7 url('/assets/images/theme/menu_arrow.png') right no-repeat;
}

.btn_style2:hover
{
	padding:         7px 29px 8px 13px;
	border:          solid 1px #364c5c;
	border-bottom:   none;
	color:           #e3ebef;
	text-decoration: none;
	background:      #425d70 url('/assets/images/theme/menu_arrow_hover.png') right no-repeat;
}

.btn_style2_over
{
	padding:         7px 29px 8px 13px;
	border:          solid 1px #364c5c;
	border-bottom:   none;
	display:         block;
	text-decoration: none;
	font-size:       12px;
	text-transform:  uppercase;
	cursor:          pointer;
	color:           #e3ebef;
	background:      #425d70 url('/assets/images/theme/menu_arrow_open.png') right no-repeat;
}

/* Панель стиль 1 */
.panel_style1
{
	display:    none;
	z-index:    10;
	position:   absolute;
	right:      0;
	top:        37px;
	background: url('/assets/images/theme/bg/bg_content_mb.jpg');
	padding:    15px;
	/*border: solid 1px #1d2c3a;*/
	border-top: none;
}

#panel_server_info
{
	display: none;
}

#panel_server_info .tabs_table
{
	margin-top: 0;
}

#panel_server_info .table_result_outer_line
{
	margin-top:    0;
	margin-bottom: 0;
}

/*Разворачивающиеся списки - новостей и вопросы и ответы*/

ul.slide_list
{
	list-style: none;
	clear:      both;
	margin:     0 0 30px 0;
	display:    table;
	width:      100%;
	overflow:   hidden;
	zoom:       1;
}

ul.slide_list > li
{
	clear:      both;
	font-size:  18px;
	color:      #a6d9f1;
	padding:    10px 10px 10px 30px;
	overflow:   hidden;
	position:   relative;
	margin:     0;
	background: none;
}

ul.slide_list > li span.arrow
{
	background: url('/assets/images/theme/list_arrow.png') no-repeat;
	width:      6px;
	height:     12px;
	display:    block;
	position:   absolute;
	top:        14px;
	left:       10px;
}

ul.slide_list > li.active span.arrow
{
	background: url('/assets/images/theme/list_arrow_active.png') no-repeat;
	width:      12px;
	height:     6px;
	top:        18px;
}

ul.slide_list > li a:hover
{
	text-decoration: none;
}

ul.slide_list > li.active > a
{
	cursor: default;
}

ul.slide_list > li.active > a:hover
{
	color: #a5d9f1;
}

ul.slide_list > li .date
{
	display:     inline-block;
	font-size:   12px;
	color:       #e0f8ff;
	float:       right;
	white-space: nowrap;
	zoom:        1;
	overflow:    hidden;
}

ul.slide_list > li.active
{
	background:    url('/assets/images/theme/bg/bg_content_mb.jpg');
	border-radius: 4px;
	border:        solid 1px #3D505F;
}

ul.slide_list > li .text img
{
	margin-right:  10px;
	margin-bottom: 5px;
	float:         left;
}

ul.slide_list > li.active .slide_content
{
	display: block;
}

ul.slide_list > li .slide_content
{
	clear:      both;
	display:    none;
	margin-top: 20px;
}

ul.image_box
{
	display:    block;
	float:      right;
	list-style: none;
	margin:     0;
}

ul.image_box li
{
	display:    block;
	position:   relative;
	cursor:     pointer;
	padding:    5px;
	margin:     0 0 15px 20px;
	clear:      both;
	background: none;
}

.imageSmall
{
	display:  block;
	position: relative;
	padding:  5px;
}

.imageSmall img
{
	line-height: 0;
	margin:      0;
	float:       none;
}

.preZoom
{
	display:    none;
	background: url('/assets/images/theme/zoom.png') no-repeat;
	position:   absolute;
	bottom:     0;
	right:      0;
	width:      20px;
	height:     20px;
}

.tile_image_border_left, .tile_image_border_right
{
	display:  block;
	position: absolute;
	width:    10px;
	height:   100%;
	top:      0px;
}

.tile_image_border_top, .tile_image_border_bottom
{
	display:  block;
	position: absolute;
	height:   10px;
	width:    100%;
	left:     0px;
}

.tile_image_corner_top_left, .tile_image_corner_top_right, .tile_image_corner_bottom_left, .tile_image_corner_bottom_right
{
	display:  block;
	position: absolute;
	height:   10px;
	width:    10px;
}

/*Normal */

.tile_image_border_left
{
	background: url('/assets/images/theme/tile/tile_image_border_left.png') repeat-y;
	left:       -10px;
}

.tile_image_border_right
{
	background: url('/assets/images/theme/tile/tile_image_border_right.png') repeat-y;
	right:      -10px;
}

.tile_image_border_top
{
	background: url('/assets/images/theme/tile/tile_image_border_top.png') repeat-x;
	top:        -10px;
}

.tile_image_border_bottom
{
	background: url('/assets/images/theme/tile/tile_image_border_bottom.png') repeat-x;
	bottom:     -10px;
}

.tile_image_corner_top_left
{
	background: url('/assets/images/theme/tile/tile_image_corner_top_left.png') no-repeat;
	top:        -10px;
	left:       -10px;
}

.tile_image_corner_top_right
{
	background: url('/assets/images/theme/tile/tile_image_corner_top_right.png') no-repeat;
	top:        -10px;
	right:      -10px;
}

.tile_image_corner_bottom_left
{
	background: url('/assets/images/theme/tile/tile_image_corner_bottom_left.png') no-repeat;
	bottom:     -10px;
	left:       -10px;
}

.tile_image_corner_bottom_right
{
	background: url('/assets/images/theme/tile/tile_image_corner_bottom_right.png') no-repeat;
	bottom:     -10px;
	right:      -10px;
}

/*Over */

.imageSmall:hover .tile_image_border_left, .tile_image_border_left.hover
{
	background: url('/assets/images/theme/tile/tile_image_border_left_over.png') repeat-y;
	left:       -10px;
}

.imageSmall:hover .tile_image_border_right, .tile_image_border_right.hover
{
	background: url('/assets/images/theme/tile/tile_image_border_right_over.png') repeat-y;
	right:      -10px;
}

.imageSmall:hover .tile_image_border_top, .tile_image_border_top.hover
{
	background: url('/assets/images/theme/tile/tile_image_border_top_over.png') repeat-x;
	top:        -10px;
}

.imageSmall:hover .tile_image_border_bottom, .tile_image_border_bottom.hover
{
	background: url('/assets/images/theme/tile/tile_image_border_bottom_over.png') repeat-x;
	bottom:     -10px;
}

.imageSmall:hover .tile_image_corner_top_left, .tile_image_corner_top_left.hover
{
	background: url('/assets/images/theme/tile/tile_image_corner_top_left_over.png') no-repeat;
	top:        -10px;
	left:       -10px;
}

.imageSmall:hover .tile_image_corner_top_right, .tile_image_corner_top_right.hover
{
	background: url('/assets/images/theme/tile/tile_image_corner_top_right_over.png') no-repeat;
	top:        -10px;
	right:      -10px;
}

.imageSmall:hover .tile_image_corner_bottom_left, .tile_image_corner_bottom_left.hover
{
	background: url('/assets/images/theme/tile/tile_image_corner_bottom_left_over.png') no-repeat;
	bottom:     -10px;
	left:       -10px;
}

.imageSmall:hover .tile_image_corner_bottom_right, .tile_image_corner_bottom_right.hover
{
	background: url('/assets/images/theme/tile/tile_image_corner_bottom_right_over.png') no-repeat;
	bottom:     -10px;
	right:      -10px;
}

button.left, button.right, button.center
{
	display: block;
}

button.left, button.right
{
	margin: 0 0 20px 0;
}

button.center
{
	margin: 0 auto 20px auto;
}

button.left
{
	float: left;
}

button.right
{
	float: right;
}

button a
{
	display:         block;
	width:           100%;
	height:          100%;
	text-decoration: none;
	padding:         0 6px 0 0;
}

button a:hover
{
	text-decoration: none;
}

.ui_button
{
	border:     none;
	cursor:     pointer;
	position:   relative;
	background: url('/assets/images/theme/ui/ui.png') 100% -200px no-repeat;
	padding:    0 6px 0 0;
}

.ui_button span.text
{
	text-shadow:        1px 1px #bbccc7;
	font-weight:        bold;
	color:              #324252;
	font-size:          16px;
	height:             30px;
	display:            block;
	padding:            12px 10px 0 16px;
	background:         url('/assets/images/theme/ui/ui.png') 0 -200px no-repeat;
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	text-align:         center;
	text-decoration:    none;
}

@-moz-document url-prefix()
{
	.ui_button
	{
		padding: 0 3px 0 0;
	}

	.ui_button span.text
	{
		margin-top: -1px;
	}
}

.ui_button:hover
{
	text-decoration:     none;
	background-position: 100% -250px;
}

.ui_button:hover span.text
{
	text-decoration:     none;
	background-position: 0 -250px;
}

/*Вторая кнопка*/

.ui_button2
{
	border:     none;
	position:   relative;
	cursor:     pointer;
	background: url('/assets/images/theme/ui/ui.png') 100% -339px no-repeat;
	padding:    0 6px 0 0;
}

.ui_button2 span.text
{
	text-shadow:        1px 1px #bbccc7;
	font-weight:        bold;
	color:              #324252;
	font-size:          14px;
	height:             24px;
	display:            block;
	padding:            7px 10px 0 16px;
	background:         url('/assets/images/theme/ui/ui.png') 0 -339px no-repeat;
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	text-align:         center;
}

@-moz-document url-prefix()
{
	.ui_button2
	{
		padding: 0 3px 0 0;
	}

	.ui_button2 span.text
	{
		margin: 0;
	}
}

.ui_button2:hover
{
	background-position: 100% -380px;
}

.ui_button2:hover span.text
{
	background-position: 0 -380px;
}

/*.load_page_left_box {*/
/*float: left;*/
/*width: 500px;*/
/*}*/

.load_page_right_box
{
	margin-left: 550px;
	background:  url('/assets/images/theme/btn_load_bg.png');
	width:       250px;
	height:      258px;
	overflow:    hidden;
}

.btn_load
{
	width:           220px;
	font-size:       20px;
	margin:          112px auto 0;
	text-decoration: none;
}

/*Формы*/

form
{
	clear:   both;
	padding: 0 7px;
}

form button.right
{
	display:      block;
	float:        right;
	margin-right: -10px;
	border:       none;
}

form button.left
{
	display:     block;
	float:       left;
	margin-left: -10px;
	border:      none;
}

#login_form
{
	width: 210px;
}

#form_change_pass, #form_send_pass, #form_reg, form.w300
{
	width:  300px;
	margin: 30px auto 0 auto;
}

form.w300 select
{
	width: 317px;
}

form.w300 label
{
	clear:   both;
	display: inline-block;
	width:   100%;
}

form.w300 label.paycard_summ select, form.w300 label.total_items select
{
	width:      100px;
	float:      right;
	margin-top: -10px;
}

form.w300 label.paycard_date select
{
	width:      80px;
	float:      right;
	margin-top: -10px;
}

form.w300 label.paycard_cvc input
{
	width:      80px;
	float:      right;
	margin-top: -10px;
}

form.w300 label.paycard_date select.first
{
	margin-right: 20px;
}

#form_send_msg
{
	width:  600px;
	margin: 0 auto;
}

#form_send_msg select
{
	width: 617px;
}

input, textarea, select
{
	width:                 100%;
	font-size:             14px;
	padding:               0 7px;
	margin:                0 -7px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	-moz-box-shadow:       #263439 0 0 5px;
	-webkit-box-shadow:    #263439 0 0 5px;
	box-shadow:            #263439 0 0 5px;
	margin-bottom:         20px;
}

input
{
	color:   #5a5a5a;
	height:  32px;
	border:  1px solid #c0c0c0;
	display: block;
}

textarea
{
	padding: 7px;
	resize:  vertical;
}

input.error, textarea.error
{
	border: solid 1px red;
}

select
{
	-webkit-appearance:   menulist-button;
	-webkit-box-align:    center;
	-webkit-box-shadow:   none;
	-webkit-rtl-ordering: logical;
	display:              inline-block;
	height:               34px;
	text-align:           -webkit-auto;
}

select option
{
	padding: 0px 7px;
}

body.no_site
{
	background: none;
}

div.no_site
{
	width:                 600px;
	margin:                150px auto 0;
	border:                solid 1px #a6d9f1;
	padding:               20px;
	text-align:            center;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	-moz-box-shadow:       #10151c 0 0 5px;
	-webkit-box-shadow:    #10151c 0 0 5px;
	box-shadow:            #10151c 0 0 5px;
	background:            url('/assets/images/theme/bg/bg_content_mt.jpg');
	overflow:              hidden;
}

div.no_site h1
{
	padding-bottom: 40px;
}

div.no_site .logo
{
	background: url('/assets/images/theme/logo.png') 0 0 no-repeat;
	width:      200px;
	height:     32px;
	display:    block;
	margin:     50px auto 0;
}

/*Мобильная версия*/

.to_load_box
{
	position:      relative;
	clear:         both;
	padding:       25px;
	display:       block;
	margin:        10px 0;
	background:    url('/assets/images/theme/bg/bg_content_mb.jpg');
	border-radius: 4px;
	border:        solid 1px #3D505F;
	font-size:     16px;
}

.download_btn
{
	position: absolute;
	top:      20px;
	right:    15px;
	width:    120px;
}

.drop_link_outer
{
	margin-bottom: 20px;
}

.drop_link
{
	cursor:        pointer;
	color:         #a6d9f1;
	border-bottom: dashed 1px;
}

.drop_link:hover
{
	color: #7BA0B2;
}

.drop_link_content
{
	display:       none;
	margin-left:   30px;
	padding:       20px;
	border:        solid 1px #3D505F;
	border-radius: 4px;
	margin-top:    20px;
}

/*TOGGLE*/

.toggle_tabs_outer
{ }

.toggle_tabs
{ }

.toggle_tabs_content_outer
{ }

.toggle_tabs_content
{
	display:  none;
	float:    left;
	width:    100%;
	position: relative;
}

.toggle_tabs_content.visible
{
	display: block;
}

/*TABS HORIZONT*/

.horizont_tabs_outer
{
	margin-bottom: 50px;
	float:         left;
	width:         100%;
}

ul.horizont_tabs
{
	position:   relative;
	margin:     0 0 30px 0;
	display:    inline-block;
	background: url('/assets/images/theme/line_v.jpg') left repeat-y;
	float:      left;
	clear:      both;
}

ul.horizont_tabs li
{
	font-size:  13px;
	position:   relative;
	cursor:     pointer;
	background: none;
	float:      left;
	margin:     0;
	padding:    0;
	width:      120px;
	height:     50px;
	background: url('/assets/images/theme/line_v.jpg') right repeat-y;
}

ul.horizont_tabs li a
{
	display: block;
	width:   100%;
	height:  100%;
	color:   white;
}

ul.horizont_tabs li a:hover
{
	color: #a5d9f1;
}

ul.horizont_tabs li.last
{
	/*background: none;*/
}

ul.horizont_tabs li.active
{
	width: 140px;
}

ul.horizont_tabs li.active .arrow
{
	background: url('/assets/images/theme/ui/tabs_horizont.png') no-repeat;
	position:   absolute;
	width:      160px;
	height:     70px;
	top:        -6px;
	left:       -10px;
	z-index:    1;
}

/*ul.horizont_tabs li .ajax_page {*/
/*display: block;*/
/*width:   160px;*/
/*height:  70px;*/
/*}*/

ul.horizont_tabs li .title
{
	position:       absolute;
	/*padding:        0;*/
	padding:        0 5px;
	width:          110px;
	margin-top:     3px;
	top:            0;
	left:           0;
	text-align:     center;
	z-index:        2;
	text-transform: uppercase;
}

ul.horizont_tabs li.active .title
{
	/*width:   110px;*/
	padding: 0 15px;
}

ul.horizont_tabs li:hover .title
{
	color: #a5d9f1;
}

ul.horizont_tabs li.active .title
{
	text-shadow: 1px 1px #bbccc7;
	/*font-weight: bold;*/
	color:       #324252;
}

.horizont_tabs_content
{
	clear: both;
}

.horizont_tabs_btn_next.visible, .horizont_tabs_btn_prev.visible
{
	display: block;
}

.horizont_tabs_btn_next, .horizont_tabs_btn_prev
{
	cursor:     pointer;
	position:   absolute;
	top:        9px;
	width:      32px;
	height:     32px;
	display:    none;
	background: url('/assets/images/theme/ui/tabs_next_prev.png') no-repeat;
}

.horizont_tabs_btn_prev
{
	left:                -40px;
	background-position: 0 -32px;
}

.horizont_tabs_btn_prev:hover
{
	background-position: -32px -32px;
}

.horizont_tabs_btn_next
{
	right:               -40px;
	background-position: 0 0;
}

.horizont_tabs_btn_next:hover
{
	background-position: -32px 0;
}

/*TABS VERTICAL*/

ul.vertical_tabs
{
	float:  left;
	width:  270px;
	margin: 0 0 20px 0;
}

ul.vertical_tabs li
{
	position:       relative;
	height:         50px;
	margin:         0;
	padding:        0;
	text-transform: uppercase;
	cursor:         pointer;
	background:     url('/assets/images/theme/line.jpg') bottom repeat-x;
}

ul.vertical_tabs li a
{
	display: block;
	width:   100%;
	height:  100%;
	color:   white;
}

ul.vertical_tabs li a:hover, ul.vertical_tabs li:hover
{
	color: #a5d9f1;
}

ul.vertical_tabs li .arrow
{
	display: none;
}

ul.vertical_tabs li .title
{
	position: absolute;
	z-index:  100;
	top:      15px;
	left:     15px;
}

ul.vertical_tabs li .title .sub_title
{
	vertical-align: super;
	font-size:      12px;
	text-transform: lowercase;
	font-style:     italic;
}

ul.vertical_tabs li.active .title
{
	text-shadow: 1px 1px #bbccc7;
	/*font-weight: bold;*/
	color:       #324252;
}

ul.vertical_tabs li.active .arrow
{
	display:    block;
	position:   absolute;
	background: url('/assets/images/theme/ui/stat_btn.png') no-repeat;
	width:      310px;
	height:     70px;
	top:        -12px;
	left:       -10px;
}

.vertical_tabs_outer
{
	margin-bottom: 50px;
	float:         left;
	width:         100%;
}

.vertical_tabs_content
{
	margin-left: 350px;
}

.sub_vertical_tabs
{
	font-style: italic;
	font-size:  12px;
	clear:      both;
	float:      left;
}

/*Стиль таблиц*/

.table_data_outer
{
	background: url('/assets/images/theme/bg/bg_content_mb.jpg');
	border:     solid 1px #3D505F;
	float:      left;
	width:      100%;
}

.table_data_outer table
{
	width: 100%;
}

.table_data_outer table thead
{
	background:  url('/assets/images/theme/table_head_bg.jpg');
	text-shadow: black 1px 1px 1px;
	font-size:   15px;
}

.table_data_outer table td
{
	padding:        12px;
	vertical-align: top;
	text-align:     left;
	position:       relative;
}

.table_data_outer table td .data
{
	display:  block;
	overflow: hidden;
	height:   19px;
	position: relative;
}

.table_data_outer table tr.full td .data
{
	height: auto;
}

.table_data_outer table td .data .sub_data
{
	display:   block;
	clear:     both;
	margin:    10px 0 0 10px;
	font-size: 12px;
}

.table_data_outer table tr
{
	background: url('/assets/images/theme/line.jpg') bottom repeat-x;
}

.table_data_outer table tr:hover
{
	background: url('/assets/images/theme/table_tr_over.jpg') bottom repeat-x;
}

.table_data_outer table tr.last
{
	background: none;
}

.table_data_outer table tr.last:hover
{
	background: url('/assets/images/theme/table_head_bg.jpg');
}

/*.table_data_outer table td.index {*/
/*font-size:  16px;*/
/*text-align: center;*/
/*}*/

.table_data_outer table td .data.index
{
	font-size:  16px;
	text-align: center;
	overflow:   inherit;
}

.table_data_outer table .icon
{
	display:          block;
	border:           solid 1px #3D505F;
	background-color: #2b3b4b;
	float:            left;
	height:           32px;
	margin:           -7px -50% -7px 0;
}

.table_data_outer table .icon:hover
{
	border:           solid 1px #526978;
	background-color: #213141;
}

.table_data_outer table .icon.ava_bg
{
	background: url("/assets/images/theme/ava_bg.jpg") no-repeat;
	border:     solid 2px #84a7c1;
}

.table_data_outer table .icon.ava_bg img
{
	background-color: #415C72;
}

.table_data_outer table .icon.ava_bg:hover
{
	border: solid 2px #84a7c1;
}

.table_data_outer table .icon.i32x32
{
	width:  32px;
	height: 32px;
}

.table_data_outer table .icon.i64x32
{
	width:  64px;
	height: 32px;
}

p.table_msg, .table_msg
{
	margin: 30px 0;
}

.progress_outer
{
	border-radius: 4px;
	display:       block;
	border:        solid 1px #3D505F;
	padding:       2px;
	background:    url('/assets/images/theme/table_head_bg.jpg');
}

.progress
{
	border-radius: 4px;
	display:       block;
	height:        12px;
	background:    url('/assets/images/theme/progress_bg.jpg') repeat-x;
}

.big_price, .icon_up, .icon_down, .icon_red_down, .icon_king
{
	position: absolute;
	display:  block;
	width:    20px;
	height:   20px;
	top:      10px;
	left:     -10px;
}

.big_price
{
	background: url('/assets/images/theme/big_price.png') no-repeat;
}

.icon_up
{
	background: url('/assets/images/theme/icon_up.png') no-repeat;
}

.icon_down
{
	background: url('/assets/images/theme/icon_down.png') no-repeat;
}

.icon_red_down
{
	background: url('/assets/images/theme/icon_red_down.png') no-repeat;
}

.icon_king
{
	background: url('/assets/images/theme/icon_king.png') no-repeat;
}

.turnir_active, .turnir_wait, .turnir_registration, .turnir_disable
{
	display: block;
	width:   32px;
	height:  32px;
	margin:  -7px -50% -7px 0;
}

.turnir_active
{
	background: url('/assets/images/theme/turnir_active.png') no-repeat;
}

.turnir_wait
{
	background: url('/assets/images/theme/turnir_wait.png') no-repeat;
}

.turnir_registration
{
	background: url('/assets/images/theme/turnir_reg.png') no-repeat;
}

.turnir_disable
{
	background: url('/assets/images/theme/turnir_disable.png') no-repeat;
}

.ajax_data.active
{
	font-size: 18px;
	color:     white;
}

.ajax_data.active:hover
{
	text-decoration: none;
	cursor:          default;
}

html.busy, html.busy *
{
	cursor: wait !important;
}

.welcome_outer
{
	float: left;
}

.welcome_text
{
	float:        left;
	display:      block;
	margin-right: 15px;
	margin-top:   7px;
	color:        #405a6d;
}

.btn_lk
{
	margin-right: 3px;
}

.btn_logout
{
	float:           left;
	font-size:       12px;
	display:         block;
	background:      #405a6d;
	text-decoration: none;
	text-transform:  uppercase;
	padding:         8px 15px 8px 15px;
	cursor:          pointer;
	color:           #d4e1e7;
	text-align:      center;
}

.btn_logout:hover
{
	border-bottom:   none;
	color:           #e3ebef;
	text-decoration: none;
	background:      #516e83;
}

.ava_lk
{
	float:      left;
	padding:    0;
	width:      130px;
	height:     130px;
	display:    block;
	background: url("/assets/images/theme/ava_lk_bg.png") center no-repeat;
}

.ava_lk img
{
	margin:           15px 0 0 15px;
	float:            left;
	line-height:      0;
	/*width:            100px;*/
	/*height:           100px;*/
	display:          inline-block;
	padding:          0;
	background-color: #415c72;
}

.personal_info
{
	/*margin-left: 140px;*/
	float: right;
}

.personal_info h2
{
	margin-left: 5px;
}

.msg_success, .msg_fail
{
	display:      table;
	height:       64px;
	padding-left: 80px;
	width:        250px;
	margin:       0 auto;
	clear:        both;
}

.msg_success .text, .msg_fail .text
{
	display:        table-cell;
	font-size:      18px;
	vertical-align: middle;
}

.msg_success
{
	background: url("/assets/images/theme/icon_success.png") left center no-repeat;
}

.msg_fail
{
	background: url("/assets/images/theme/icon_fail.png") left center no-repeat;
}

ul.pay_online_outer
{
	padding: 0;
	margin:  0;
	float:   left;
	width:   100%;
}

ul.pay_online_outer li
{
	/*display:          table;*/
	position:         relative;
	float:            left;
	margin:           0 0 5px 0;
	padding:          0;
	height:           108px;
	width:            100%;
	background:       url("/assets/images/theme/pay_online_bg.png") 100% 0 no-repeat;
	background-color: #4d87ae;
	border-radius:    5px;
}

ul.pay_online_outer.mobile li
{
	background-color: #4e881d;
}

ul.pay_online_outer li .price
{
	position:    absolute;
	display:     block;
	font-size:   34px;
	text-shadow: black 1px 1px 2px;
	top:         44px;
	left:        55px;
}

ul.pay_online_outer li .desc_outer
{
	display:     table;
	width:       170px;
	margin-left: 170px;
	height:      100%;
}

ul.pay_online_outer li .desc
{
	display:        table-cell;
	/*margin:         10px 0 0 20px;*/
	vertical-align: middle;
	text-align:     left;
	margin:         0;
	padding:        0 0 0 40px;
}

ul.pay_online_outer li form
{
	clear:   none;
	padding: 0;
}

ul.pay_online_outer li .submit_btn
{
	position: absolute;
	margin:   0;
	right:    7px;
	top:      32px;
}

ul.pay_online_outer li .label_norm, ul.pay_online_outer li .label_mobile
{
	display:       block;
	width:         45px;
	height:        108px;
	position:      absolute;
	top:           0;
	left:          0;
	border-radius: 5px 0 0 5px;
}

ul.pay_online_outer li .label_norm
{
	background: url("/assets/images/theme/pay_label_normal.png") no-repeat;
}

ul.pay_online_outer li .label_mobile
{
	background: url("/assets/images/theme/pay_label_mobile.png") no-repeat;
}

.confirm_outer
{
	position:      relative;
	text-align:    center;
	padding:       40px 0;
	width:         100%;
	margin-bottom: 25px;
}

.icon_up_2, .icon_down_2
{
	display: block;
	width:   20px;
	height:  20px;
}

.icon_up_2
{
	background: url("/assets/images/theme/icon_up_2.png") no-repeat;
}

.icon_down_2
{
	background: url("/assets/images/theme/icon_down_2.png") no-repeat;
}

.icon_row_max
{
	display:    block;
	width:      18px;
	height:     18px;
	position:   absolute;
	right:      1px;
	top:        0;
	background: url("/assets/images/theme/row_max.png") no-repeat;
}

ul.payments
{
	padding:    0;
	margin:     0;
	list-style: none;
}

ul.payments li
{
	background: url("/assets/images/theme/payment_bg.png") 0 0 no-repeat;
	width:      156px;
	height:     128px;
	display:    inline-block;
	float:      left;
	margin:     0 20px 10px 0;
	padding:    0;
	position:   relative;
	cursor:     pointer;
}

ul.payments li:hover
{
	background-position: -156px 0;
}

ul.payments li.right
{
	margin: 0;
}

ul.payments li a
{
	display: block;
	width:   100%;
	height:  100%;
}

ul.payments li a:hover
{
	text-decoration: none;
}

ul.payments li .text
{
	text-align:  center;
	display:     block;
	color:       #324252;
	padding:     15px;
	line-height: 115%;
}

.btn_center
{
	margin:        0 auto;
	display:       block;
	margin-bottom: 20px;
}

.btn_left
{
	float:         left;
	display:       block;
	margin-bottom: 20px;
}

.btn_right
{
	float:         right;
	display:       block;
	margin-bottom: 20px;
}

.lk_back
{
	position: absolute;
	top:      -15px;
	right:    0;
}

ul.lk_shop_items
{
	margin: 0 0 20px 0;
	float:  left;
	width:  100%;
}

ul.lk_shop_items li
{
	background: url("/assets/images/theme/line.jpg") repeat-x bottom;
	padding:    0 0 20px 0;
	float:      left;
	width:      100%;
	margin:     0;
}

ul.lk_shop_items li .right_box
{
	margin-left: 130px;
}

ul.lk_shop_items li img
{
	width:   100px;
	height:  100px;
	border:  solid 1px #263643;
	padding: 2px;
	float:   left;
	margin:  0;
}

ul.lk_shop_items li button
{
	margin: 0;
}

ul.lk_shop_items li .price
{
	font-size:  16px;
	margin-top: 5px;
	color:      #a5d9f1;
}

.italic
{
	font-style:  italic;
	margin-left: 20px;
}

#item_total_price
{
	float:     right;
	font-size: 18px;
	color:     #a5d9f1;
}

.lk_icon
{
	position: absolute;
	width:    130px;
	height:   50px;
	bottom:   25px;
	left:     13px;
}

.lk_logo
{
	float:  left;
	margin: 0 20px 10px 0;
}

.login_reg
{
	width:      100%;
	text-align: right;
	display:    block;
}

.hide
{
	display: none;
}

ul.counters
{
	position: absolute;
	bottom:   -20px;
	right:    0;
}

ul.counters li
{
	float: left;
	clear: both;
}