h1, h2, h3 {
	margin-bottom: 15px;
}

.h2 {
	font-size: 20px;
}

.h3 {
	font-size: 16px;
}

.f11 {
	font-size: 11px!important;
}

.f12 {
	font-size: 12px!important;
}

.f14 {
	font-size: 14px!important;
}

.link-main {
	text-decoration: underline;
	color: #237EBB;
}

.inline_block {
	display: inline-block!important;
	*display: inline;
	*zoom: 1;
}

.hide {
	display: none!important;
}

#captcha a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.info-message.error {
	background: #cb2521;
}

.info-message.success {
	background: #5d9619;
}

.info-message a,
.info-message a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.ajaxlink {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.margin-0 {
	margin: 0;
}

.margin-b-0 {
	margin-bottom: 0;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.pager a {
	text-decoration: none;
}


.table {
	width: 100%;
	text-shadow: none;
}

.table th {
	background: #237EBB;
	padding: 10px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
}

.table td {
	padding: 5px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.panel-block2 .table td {
	background: #fff;
}

.red {
	color: #237EBB;
}

/* -------------------------------------------- Autocomplete --------------------------------- */
.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;
}

.acResults ul li {
	margin: 0px;
	padding: 5px 10px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 14px;
	overflow: hidden;
	color: #000;
}

.acLoading {
	background: url("/design/images/autocomplete-loader.gif") right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
}

/************************** AjaxFileUpload Button *****************************/
.btn-file {
	display:inline-block;
	background:#f5f5f5;
	border:0px;
	border-top:1px solid rgba(255,255,255,0.8);
	-moz-border-radius:2px;
	border-radius:2px;
	box-shadow:0px 0px 0px 1px #d3d3d3, inset 0px -8px 14px 0px rgba(0,0,0,0.04);
	padding:5px 14px;
	cursor:pointer;
	text-shadow:0px 1px 0px #fff;
	font-size:12px;
	font-weight:bold;
	color:#7e7e7e;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	position: relative;
	vertical-align: top;
}

.btn-file:hover {
	background:#eeeeee;
	box-shadow:0px 0px 0px 1px #d3d3d3, inset 0px -8px 14px 0px transparent;
}

.btn-file:active {
	box-shadow:0px 0px 0px 1px #d3d3d3, inset 0px -8px 14px 0px transparent;
	background:#d5d5d5;
	border-top:1px solid transparent;
	box-shadow:0px 0px 0px 1px #afafaf, inset 0px 0px 6px 0px #cacaca;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: solid transparent;
	/*border-width: 0 0 100px 200px;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	direction: ltr;
	cursor: pointer;
	width: 150px;
}

.fileupload-loading {
	position: relative;
	width: 50px;
	height: 50px;
	background: url("/design/images/loader-circle.gif") center center no-repeat;
	margin: 0 0 0 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block!important;
	*display: inline;
	zoom: 1;
}

.fileupload-loading .delete-img {
	position: absolute;
	right: -15px;
	top: 0;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url("/design/images/delete.png");
}

.fileupload-loading.file-loaded {
	background: none;
	border: none;
}

.fileupload-loading.file-loaded img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fileupload-loading.error {
	width: auto;
	height: auto;
	color: #b94a48;
}

/************************** WebForm *********************/

.webform .row {
	margin-bottom: 10px;
}

.webform .required {
	color:#b92922;
	position:absolute;
	display:inline-block;
	margin-left: 4px;
}

.webform label {
	width:120px;
	text-align:right;
	margin-right:15px;
	color:#8b8b8b;
	padding-top:8px;
}

.webform .error .input-alert {
	color:#b92922;
	margin-top: 10px;
	margin-left: 5px;
}

.webform .error input[type=text],
.webform .error textarea {
	box-shadow: 0px 0px 0px 1px #b92922, inset 0px 1px 2px #efefef;
}

.webform .input-xlarge {
	width: 500px!important;
}

.webform select.input-xlarge {
	width: 519px!important;
}

.input-mini {
	width: 60px!important;
}

.input-small {
	width: 80px!important;
}

/************************** Login, Registration, Restore Password *********************/

.user_form .row {
	margin-bottom: 10px;
}

.user_form .required {
	color:#b92922;
	position:absolute;
	display:inline-block;
	margin-left: 4px;
}

.user_form label {
	width:120px;
	text-align:right;
	margin-right:15px;
	color:#8b8b8b;
	padding-top:8px;
}

.user_form .error .input-alert {
	color:#b92922;
	margin-top: 10px;
	margin-left: 5px;
}

.user_form .error input {
	box-shadow: 0px 0px 0px 1px #b92922, inset 0px 1px 2px #efefef;
}

.user_form .social hr {
	width: 50px;
	margin-left: 5px;
	margin-right: 5px;
}

.user_form .auth-services {
	overflow: hidden;
}

#user_login .restore_block {
	margin: 7px 0 0 10px;
	float: left;
}

#user_login .submit_block {
	float: left;
}

#user_registration label,
#user_restorepassword_form label{
	margin-right: 22px;
}

#user_restorepassword_form #captcha,
#user_registration #captcha {
	margin-right: 8px;
}

#user_edit .gender label {
	padding-top: 0px;
}

#user_edit .bday label {
	padding-top: 3px;
}

#user_edit .help-block {
	color: #797979;
	font-size: 11px;
	margin-top: 2px;
}

#user_profile .avatar {
	margin-right: 10px;
}

#user_profile .item {
	font-size: 17px;
	margin-bottom: 10px;
}

#user_profile > h2 a {
	margin-left: 15px;
	font-size: 12px;
	color: #237EBB;
}

/************************************ News widget *************************/
#news .panel {
	width: 520px;
}

#news .panel > h3 {
	display:block;
	padding:13px 15px;
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
	border-bottom: solid 3px #FCCF19;
	font-size:16px;
	font-weight:bold;
	color:#1f1f1f;
	text-shadow:0px 1px 0px #fff;
	margin: 0;
}

#news .panel .panel-popular-news {
	display:block;
	background:#f2f2f2;
	padding:12px 5px;
	border:1px solid #d9d9d9;
	border-top:0;
	box-shadow:0px 1px 0px #d9d9d9;
	line-height:16px;
	position:relative;
}

#news .panel > div > p {
	margin-bottom:20px;
}

#news .panel > div > p:last-child, #news .panel > div > p.last-child {
	margin-bottom:0px;
}

#news .panel-breaking-line {
	width: 100%;
	margin: 5px 0;
}

#news .news_item {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

#news .news_item .fade {
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(/design/images/news_fade.png) repeat-y;
}

#news_last {
	margin-right: 3px;
}

#news-slider {
	position: relative;
	width: 657px;
	height: 298px;
	overflow: hidden
}

#news-slider .topLeft ,
#news-slider .bottomLeft,
#news-slider .topRight,
#news-slider .bottomRight {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	z-index: 101
}
#news-slider .topLeft  {
	background: url("/design/images/sprite1.png") -78px -900px no-repeat;
	top: 5px;
	left: 5px;
}
#news-slider .topRight {
	background: url("/design/images/sprite1.png") -78px -960px no-repeat;
	top: 5px;
	right: 5px;
}
#news-slider .bottomRight {
	background: url("/design/images/sprite1.png") -78px -1020px no-repeat;
	bottom: 5px;
	right: 5px;
}
#news-slider .bottomLeft {
	background: url("/design/images/sprite1.png") -78px -1080px no-repeat;
	bottom: 5px;
	left: 5px;
}
#news-slider .prev {
	width: 60px;
	height: 288px;
	display: block;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background: url("/design/images/sprite2.png") 0 -285px no-repeat;
	position: absolute;
	left: 4px;
	top: 5px;
	z-index: 100;
	cursor: pointer
}
#news-slider .prev:hover {
	background-position: -60px -285px
}
#news-slider .next {
	width: 60px;
	height: 288px;
	display: block;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background: url("/design/images/sprite2.png") 0 0 no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	cursor: pointer
}
#news-slider .next:hover {
	background-position: -60px 0
}
#news-slider .news-slideshow {
	position: relative;
}
#news-slider .news-slideshow img {
	padding: 5px;
	background: url("/design/images/dotted_black.png") left top repeat
}
#news-slider .news-slideshow .news-overlay {
	position: absolute;
	top: 60%;
	left: 5px;
	background: rgba(242,242,242,0.8);
	padding: 10px 10px 10px 60px;
	width: 65%
}
#news-slider .news-slideshow .news-overlay p {
	font-size: 18px;
	line-height: 24px;
	color: #237EBB;
	margin-bottom: 10px
}

#news-slider .news-slideshow .news-overlay p a {
	color: #237EBB;
}

#news-slider .news-slideshow .news-item {
	position: relative;
}

/*************************************** Список новостей ***********************************************/
#news_index .more {
	background: #f2f2f2;
	padding: 10px;
	text-align: center;
	margin: 10px auto 0 auto;
	display: block;
	text-decoration: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

#news_index .more.disabled {
	background: #f1f1f1 url("/design/images/ajax-loader.gif") no-repeat scroll center center;
	text-indent: -9999px;
}

/*************************************** Новость, СТраница ***********************************************/
#news_view {
	padding-bottom: 10px;
}

#news_view .tha-content p,
#pages_view .tha-content p{
	font-size: 13px;
}

.main-block.full-width #news_view img,
.main-block.full-width #pages_view img {
	max-width: 1100px;
}

#news_view img,
#pages_view img {
	max-width: 800px;
}

/******************************************* Главная страница ***************************************************/
#site_index {
	margin: 15px 0 0 0;
}

#site_index_left {
	float: left;
	width: 290px;
}

#site_index_center {
	float: left;
	width: 580px;
	margin: 0 10px;
}

#site_index_right {
	float: right;
	width: 290px;
}

/*************************************** Блок с соцсетями ****************************************/
#social_block .icons {
	height: 32px;
	margin-left: 1px;
}

#social_block .icons a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 32px;
	height: 32px;
	margin: 0 3px 0 0;
	padding: 0;
}

#social_block .icons a.vk {
	background: url("/design/images/social-icons-32-gray.png") no-repeat -64px 0;
}

#social_block .icons a.vk.active {
	background: url("/design/images/social-icons-32.png") no-repeat -64px 0;
}

#social_block .icons a.tube {
	background: url("/design/images/social-icons-32-gray.png") no-repeat -96px 0;
}

#social_block .icons a.tube.active {
	background: url("/design/images/social-icons-32.png") no-repeat -96px 0;
}

#social_block .content_bl .service {
	display: none;
	border: 1px solid #dbdbdb;
	border-top: none;
}

#social_block .content_bl .service.active {
	display: block;
}

/********************************************* Комментарии ******************************/
#comment_form {}

#comment_form textarea {
	margin-bottom: 10px;
	width: 97%;
}

#comment_form .comment-error {
	display:none;
	color:#b92922;
	font-weight:bold;
	padding-bottom:4px;
	text-align:left;
}

#comment_form .comment-error .msg {
	margin-left: 5px;
}

#comment_list .commment-content h3 {
	margin-bottom: 5px!important;
}

#comment_list .more {
	background: #f2f2f2;
	text-align: center;
	display: block;
	text-decoration: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	height: 16px;
}

#comment_list .more.disabled {
	background: #f1f1f1 url("/design/images/autocomplete-loader.gif") no-repeat scroll center center;
	text-indent: -9999px;
}

#comment_form input[disabled=disabled] {
	background: #f1f1f1 url("/design/images/autocomplete-loader.gif") no-repeat scroll center center;
	text-indent: -9999px;
}

/********************************* Матч ****************************************/
#matches_view .match_info {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin: 15px auto 0 auto;
	width: 748px;
}

#matches_view .match_info .row {
	margin-bottom: 8px;
}

#matches_view .article-socials {
	margin-bottom: 5px;
}

#matches_view .match_info .row2{
	font-size: 16px;
	line-height: 16px;
}

#matches_view .score {
	font-size: 46px;
	line-height: 48px;
	margin: 10px 0 5px 0;
}

#matches_view .penalty {
	font-size: 18px;
	margin-top: 20px;
}

#matches_view .logo1,
#matches_view .logo2 {
	width: 200px;
	min-height: 200px;
}

#matches_view > div {
	border: 0;
	padding-top: 0;
	background: #fff;
}

#matches_view .goal1,
#matches_view .goal2,
#matches_view .card1,
#matches_view .card2 {
	font-size: 17px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

#matches_view .goal2,
#matches_view .card2{
	text-align: right;
}

#matches_view .goals,
#matches_view .cards{
	margin-top: 10px;
}

#matches_view .stat_block {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
}

#matches_view .stat {
	width: 560px;
	padding: 0 20px;
}

#matches_view .sostav1,
#matches_view .sostav2 {
	width: 270px;
}

#matches_view .sostav2 {
	text-align: right;
}

#matches_view .stat > div,
#matches_view .sostav1 > div,
#matches_view .sostav2 > div {
	margin-bottom: 5px;
}

#matches_view .stat table {
	width: 100%;
}

#matches_view .stat table td {
	padding: 2px 0;
}

#matches_view .stat .l_stat_line,
#matches_view .stat .r_stat_line {
	background-color: #237EBB;
	display: inline-block;
	height: 5px;
	margin-top: 5px;
}

#matches_view .stat .r_stat_line {
	background-color: #FCCF19;
}

#matches_view .stat .c_stat_line {
	width: 2%;
	display: inline-block;
	height: 5px;
	margin-top: 5px;
}

#matches_view .stat table .strip td {

}

#matches_view .stat table .l {
	text-align: left;
	width: 30px;
}

#matches_view .stat table .r {
	text-align: right;
	width: 30px;
}

#matches_view .stat table .c {
	text-align: center;
}

/*************************************** Профиль игрока **************************************************/
#players_view .photo {
	margin-right: 20px;
}

#players_view .player_info.nophoto {
	width: 100%;
}

#players_view .player_info {
	width: 728px;
}

#players_view .player_info table {
	width: 100%;
	font-size: 16px;
}

#players_view .player_info table td {
	padding: 5px 0;
	background: #e9e9e9;
}

#players_view .player_info table .strip td {
	background: #fff;
}

#players_view .player_info table td.label {
	width: 150px;
}

#players_view #player_teams {
	width: 100%;
	font-size: 14px;
	text-shadow: none;
}

#players_view #player_teams th {
	background: #237EBB;
	padding: 10px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
}

#players_view #player_teams td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

#players_view #player_teams td.number {
	width: 40px;
}

#players_view #player_teams tr.overall {
	font-weight: bold;
	color: #2c2c2c;
}

#players_view #player_teams tr.overall .overall {
	text-align: right;
	padding-right: 20px;
}

#players_view .bannerWrap,
#teams_view .bannerWrap {
	margin-top: 5px;
}

#players_view > h2 a,
#players_createplayer > h2 a {
	margin-left: 15px;
	font-size: 12px;
	color: #237EBB;
}

#players_index .search {
	margin: 10px 0;
	vertical-align: middle;
}

#players_index .search input{
	margin: 0 0 0 10px;
}

.sidebar-block .bannerWrap {
	margin-bottom: 5px;
}

.topbanner {
	margin: 5px auto;
	text-align: center;
}

.topbanner .bannerWrap {
	display: inline-block;
	margin: 0 20px 0 0;
}

.topbanner .bannerWrap.last {
	margin: 0;
}

.secondary-menu + .topbanner .bannerWrap {
	margin-bottom: 0;
}

#matches_view .bannerWrap {
	margin: 5px auto;
	text-align: center;
}

/****************************** Список матчей ******************************/
#champs_view .panel-block > h1,
#champs_view .panel-block > h2{
	border-bottom: solid 2px #FCCF19;
}

#champs_view .panel-block > div {
	padding: 0;
	border: 0;
}

#champs_view .table td {
	background: #fff;
}
/****************************** Список матчей ******************************/
#champs_matches h2 a {
	text-decoration: underline;
	color: #237EBB;
}

#champs_matches > div {
	font-size: 14px;
}

#champs_matches .tour {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

#champs_matches .tour .name {
	font-weight: bold;
	margin-bottom: 2px;
	background: url("/design/images/dotted_black.png") 0 0 repeat;
}

#champs_matches .tour .name div {
	padding: 0 10px;
	background: #fff;
}

#champs_matches .tour table {
	margin: 0 auto;
}

#champs_matches .tour table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

#champs_matches .tour table td.date {
	width: 120px;
	vertical-align: middle;
}

#champs_matches .tour table td.time {
	width: 70px;
}

#champs_matches .tour table td.team1,
#champs_matches .tour table td.team2 {
	width: 180px;
}

#champs_matches .tour table td.score {
	width: 70px;
}

/***************************** Бомбардиры и карточки *******************************************/
#champs_goals .place,
#champs_cards .place {
	width: 20px;
}

#champs_goals .value,
#champs_cards .value {
	width: 40px;
}

#champs_goals h2 a,
#champs_cards h2 a {
	color: #237EBB;
	text-decoration: underline;
}

#champs_goals_and_cards #champs_goals,
#champs_goals_and_cards #champs_cards {
	width: 49%;
}

#champs_goals_and_cards #champs_goals {
	margin-right: 1%;
}

/***************************** Турнирная таблица *******************************************/
#champs_table th {
	padding: 10px 5px;
}

#champs_table th.headerSort {
	background-image: url(/design/images/arrows_tablesort.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
}

#champs_table th.headerSortDown {
	background-image: url(/design/images/arrow_desc_tablesort.gif);
	background-color: #3399FF;
}

#champs_table th.headerSortUp {
	background-image: url(/design/images/arrow_asc_tablesort.gif);
	background-color: #3399FF;
}

#chessmate .value {
	text-align: center;
}

/* Матч-центр
-----------------------------------------------------------------------------*/
#match_center {
	padding: 0 5px;
}

#match_center .date {
	display: block;
	border-top: 3px solid #237EBB;
	float: left;
	padding: 9px 7px;
	text-align: center;
	width: 77px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#match_center .date.first {
	border-left: 1px solid #ddd;
	width: 79px;
}

#match_center .date:hover,
#match_center .date.active {
	border-top: 3px solid #FCCF19;
	color: #237EBB;
}

#match_center.previous .date {
	padding: 9px 6px;
	width: 50px;
}

#match_center.previous .date.prev {
	line-height: 29px;
	border-left: 1px solid #ddd;
	width: 77px;
}

#match_center table {
	margin-top: 10px;
	width: 100%;
}

#match_center table tr td {
	padding-bottom: 10px;
}

#match_center table tr td.info {
	font-size: 11px;
}

#match_center table tr.last td {
	/*padding-bottom: 0;*/
}

#match_center table .score {
	text-align: right;
	font-weight: 700;
}

#match_center table .time {
	width: 45px;
}

#match_center table .time a {
	font-weight: 700;
}

#match_center .weekday {
	color: #999999;
	font-size: 11px;
	margin-left: 2px;
	vertical-align: super;
}

#match_center .data .col {
	display: none;
}

#match_center .data .col.active {
	display: table;
}

#match_center .data {
	border-bottom: 1px dotted #237EBB;
}

#match_center .data .col select {
	width: 280px;
	margin: 10px 0 0 0;
}

/***************************** Турнирная таблица виджет *******************************************/
#player_bday {
	margin: 15px 0 0 0;
	padding: 0 5px;
}

#player_bday h3 {
	border-top: 3px solid #237EBB;
	padding: 9px 7px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#player_bday .player {
	margin: 0 0 10px 0;
}

#player_bday > div {
	border-bottom: 1px dotted #237EBB;
}


/***************************** Турнирная таблица виджет *******************************************/
#champs_table_widget{
	margin-bottom: 20px;
}

#champs_table_widget .table th {
	padding: 5px;
}

#champs_table_widget .select {
	margin-bottom: 5px;
}

#champs_table_widget .table .bottom {
	text-align: center;
}

#champs_table_widget .table .bottom a {
	color: #237EBB;
}

#champs_table_widget .table .bottom a:hover {
	color: #000;
}

/***************************** Лидеры на главной *******************************************/
#leaders .table {
	width: 285px;
	font-size: 13px;
}

#leaders .table th {
	padding: 5px;
}

#leaders .champs_goals h2,
#leaders .champs_cards h2 {
	margin-bottom: 0;
	padding: 2px 10px;
	font-size: 14px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: normal;
}

#leaders .champs_goals h2 img,
#leaders .champs_cards h2 img{
	margin-right: 5px;
}


#leaders .table .value{
	max-width: 60px;
}

#leaders .champ_name {
	display: block;
	background: #f2f2f2;
	padding: 5px 15px;
	border: 1px solid #d9d9d9;
	border-bottom: solid 2px #237EBB;
	font-size: 14px;
	color: #1f1f1f;
	margin: 0 0 5px 0;
	position: relative;
}

#leaders .champ_name .tLeft {
	width: 20px;
	height: 20px;
	display: block;
	background: url("/design/images/sprite1.png") 0 -1060px no-repeat;
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: 2;
}

#leaders .champ_name .tRight {
	width: 20px;
	height: 20px;
	display: block;
	background: url("/design/images/sprite1.png") -20px -1060px no-repeat;
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 2;
}

#leaders .champs_goals,
#leaders .champs_cards {
	min-width: 285px;
}

#leaders .table .bottom {
	text-align: center;
}

#leaders .table .bottom a {
	color: #237EBB;
}

#leaders .table .bottom a:hover {
	color: #000;
}

/*************************************** Профиль команды **************************************************/
#teams_view > h2 a {
	margin-left: 15px;
	font-size: 12px;
	color: #237EBB;
}

#teams_view .logo {
	margin-right: 20px;
}

#teams_view .photo {
	margin-left: 20px;
	position: relative;
}

#teams_view .photo a:before {
	content: " ";
	background: url(/design/images/zoom_in.png) no-repeat;
	position:absolute;
	display:block;
	right:10px;
	width:32px;
	height:32px;
	bottom:10px;
	z-index:10;
}

#teams_view .team_info.nophoto {
	width: 100%;
}

#teams_view .team_info {
	width: 508px;
}

#teams_view .team_info table {
	width: 100%;
	font-size: 16px;
}

#teams_view .team_info table td {
	padding: 5px 2px;
	background: #e9e9e9;
}

#teams_view .team_info table .strip td {
	background: #fff;
}

#teams_view .team_info table td.label {
	width: 150px;
}

#teams_view .tab-block .tab-content {
	padding: 5px;
}

#teams_view .tab-block .tab-content.active {
	display: block;
}

#teams_view #matches_block .green a {
	color: #5d9619;
}

#teams_view #matches_block .red a {
	color: #cb2521;
}

#teams_view #matches_block .date {
	width: 185px;
}

#teams_view #matches_block .score {
	width: 50px;
	text-align: center;
	font-size: 16px;
}

#teams_view #sostav_block .champ_names {
	font-size: 11px;
}

/******************************************* Управление командой ********************************************/
#teams_admin_form {
	margin-top: 15px;
}

#teams_admin > h1 a {
	margin-left: 15px;
	font-size: 12px;
	color: #237EBB;
}

#teams_admin .info-message {
	display: block;
}

#teams_admin #user_login {
	position: relative;
	margin-top: 4px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	padding: 5px;
}

#teams_admin #user_login a {
	text-decoration: none;
	font-size: 15px;
	cursor: text;
}

#teams_admin #user_login a:hover {
	color: #000;
}

#teams_admin #user_login i {
	cursor: pointer;
	margin-left: 3px;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url("/design/images/delete.png");
}

#teams_admin .webform label {
	font-size: 14px;
}

#teams_admin_sostav_form .table {
	margin: 0 0 10px 0;
}

#teams_admin_sostav_form .login_search {
	width: 150px;
}

#teams_admin_sostav_form a.player_login {
	text-decoration: none;
	font-size: 15px;
	cursor: text;
}

#teams_admin_sostav_form a.player_login:hover {
	color: #000;
}

#teams_admin_sostav_form .player_login i {
	cursor: pointer;
	margin-left: 3px;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url("/design/images/delete.png");
}

/**/
.video_photo_main {
	margin-top: 15px;
	margin-left: 48px;
}

/******************************************* Видео на главной ********************************************/
#video_main {
	margin-right: 3px;
}

#video_main > h2 {
	margin: 0;
}

#video_main .wrapimg {
	display: inline-block!important;
	*display: inline;
	*zoom: 1;
	position: relative;
}

#video_main i {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}

#video_main .video-block .singe-video,
#video_main .video-block .singe-video img {
	width: 313px;
}

#video_main .video-block .singe-video img {
	height: auto;
}

#video_main .video-block {
	padding-bottom: 5px;
}

/******************************************* Список видео полный ********************************************/
#video_index > h2 {
	margin: 0;
}

#video_index .wrapimg {
	display: inline-block!important;
	*display: inline;
	*zoom: 1;
	position: relative;
}

#video_index i {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}

#video_index .more {
	background: #f2f2f2;
	padding: 10px;
	text-align: center;
	margin: 10px auto 0 auto;
	display: block;
	text-decoration: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

#video_index .more.disabled {
	background: #f1f1f1 url("/design/images/ajax-loader.gif") no-repeat scroll center center;
	text-indent: -9999px;
}

#video_index .years {
	margin-bottom: 10px;
}

#video_index .years span,
#video_index .years a {
	margin-right: 10px;
	font-size: 14px;
}

#video_index .years span {
	color: #237EBB;
	font-weight: bold;
}

/******************************************* Фото на главной ********************************************/
#photo_main > h2 {
	margin: 0;
}

#photo_main .text-icon {
	text-decoration: none;
}

#photo_main .wrapimg {
	display: inline-block!important;
	*display: inline;
	*zoom: 1;
	position: relative;
}

#photo_main i {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}

/******************************************* Фото список ********************************************/
#photo_index > h2 {
	margin: 0;
}

#photo_index .wrapimg {
	display: inline-block!important;
	*display: inline;
	*zoom: 1;
	position: relative;
}

#photo_index i {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}

#photo_index .gallery-blocks-full .photo-gallery .photo-gallery-stripe > div img {
	width: 50px;
	height: 50px;
}

#photo_index .gallery-blocks-full .photo-gallery .photo-gallery-stripe > div {
	width: 50px;
	height: 50px;
}

#photo_index .more {
	background: #f2f2f2;
	padding: 10px;
	text-align: center;
	margin: 10px auto 0 auto;
	display: block;
	text-decoration: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

#photo_index .more.disabled {
	background: #f1f1f1 url("/design/images/ajax-loader.gif") no-repeat scroll center center;
	text-indent: -9999px;
}

/******************************************* Фотоальбом ********************************************/

#photoalbum_view a {
	margin-right: 10px;
	margin-bottom: 10px;
}

/*********************************** Transfers *********************************/
#transfer_form {
	margin: 10px 0 0 0;
}

#transfer_form .error .input-alert{
	margin-left: 135px;
}

#transfers_player .info-message,
#transfers_team .info-message{
	display: block;
}

#transfers_player .table,
#transfers_team .table {
	margin-top: 50px;
	font-size: 13px;
}

#transfers_player .table .fio,
#transfers_team .table .fio {
	font-size: 15px;
	background: #237EBB;
	padding: 10px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
}

#transfers_player .table .contacts,
#transfers_team .table .contacts {
	width: 220px;
	text-align: center;
}

#transfers_player .table .contacts,
#transfers_player .table .contacts,
#transfers_team .table .info,
#transfers_team .table .info {
	padding: 12px 10px;
}

#transfers_player .table .info > div,
#transfers_team .table .info > div {
	margin-bottom: 10px;
}

/*********************************** Список команд *********************************/
#teams_index .table {
	margin-top: 10px;
}

#teams_index .logo {
	margin-right: 5px;
}

#teams_index .team_name > div {
	margin-bottom: 3px;
}

#teams_index .table i {
	color: #777;
}

/*********************************** Судья *********************************/
#judges_index .item {
	padding: 5px;
	width: 195px;
	border: 1px solid #237EBB;
	margin: 0 6px 10px 0;
	font-size: 13px;
	text-align: center;
}

#judges_index .item.last {
	margin-right: 0;
}

.main-block #judges_index > div {
	padding: 13px 5px;
}

#judges_index .photo:after {
	content: '';
	display: block;
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #fbfbfb;
	height: 0px;
	margin: 5px 0;
}

#judges_view .data > div {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#judges_view .tha-content table {
	font-size: 13px;
}

#judges_view .tha-content table th {
	color: #000;
}

/********************************** Заявка в чемпионат ****************************************/
#site_champorder_form {
	margin-top: 10px;
}

#site_champorder_form label {
	width: 150px;
}

#site_champorder .info-message{
	display: block;
}

/********************************** Создание новой команды ****************************************/
#teams_createteam_form {
	margin-top: 10px;
}

#teams_createteam .info-message{
	display: block;
}

/********************************** Создание нового игрока ****************************************/
#players_createplayer_form {
	margin-top: 10px;
}

#players_createplayer .info-message{
	display: block;
}

#players_createplayer #user_login {
	position: relative;
	margin-top: 4px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	padding: 5px;
}

#players_createplayer #user_login a {
	text-decoration: none;
	font-size: 15px;
	cursor: text;
}

#players_createplayer #user_login a:hover {
	color: #000;
}

#players_createplayer #user_login i {
	cursor: pointer;
	margin-left: 3px;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url("/design/images/delete.png");
}

/********************************** Чемпионат-кубок ****************************************/
#stage-list {
	height: 30px;
	overflow: hidden;
	border-left: 1px solid #BEBEBE;
	list-style: none;
	text-shadow: none;
	font-size: 13px;
}
#stage-list li {
	background: url(/design/images/stage_menu_arrows.png) no-repeat scroll right 0 transparent;
}
#stage-list li {
	float: left;
	line-height: 20px;
	text-align: center;
	margin-left: -15px;
	padding: 5px 28px;
	font-weight: bold;
	position: relative;
}
#stage-list li.select {
	background: url(/design/images/stage_menu_arrows.png) no-repeat scroll right -31px transparent;
}
#stage-list a:hover {
	text-decoration: underline;
}
#stage-list li a {
	color: #635f5f;
	text-decoration: none;
}
#stage-list li span {
	color: #1A3D81;
	text-decoration: none;
}
#stage-list li.select span,
#stage-list li.select a {
	color: #fff;
}
#stage-list li a.active {
	display: block;
	border-bottom: 3px solid green;
	background: #080800;
	color: #fff;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 5px 15px 2px 15px;
}

#stage-sub-menu{
	height: 30px;
	overflow: hidden;
	list-style: none;
	margin-bottom: 10px;
	text-shadow: none;
}
#stage-sub-menu{
	background: none repeat scroll 0 0 #1A3D81;
}
#stage-sub-menu li {
	float: left;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 5px 10px;
	background: url("/design/images/menu_divider2.gif") no-repeat scroll left center transparent;
}
#stage-sub-menu li a {
	color: #fff;
	text-decoration: none;
}
#stage-sub-menu span,
#stage-sub-menu li.select a{
	color: #DFA929;
}


#champ_stage_group .champs_stage_table .numeric,
#champ_stage_group #chessmate .numeric {
	width: 30px;
}

#champ_stage_group #champs_matches .tour {
	box-shadow: none;
}


#champ_stage_cup > div {
	font-size: 14px;
}

#champ_stage_cup table {
	width: 100%;
}

#champ_stage_cup table td {
	padding: 10px 5px;
}

#champ_stage_cup table td.team1,
#champ_stage_cup table td.team2 {
	width: 200px;
	text-align: center;
}

#champ_stage_cup table td.score {
	width: 200px;
	text-align: center;
	font-size: 40px;
	vertical-align: middle;
}

#champ_stage_cup table td.time {
	vertical-align: middle;
}

#champ_stage_cup table td.score,
#champ_stage_cup table td.time {
	border-bottom: 1px solid;
}

#champ_stage_cup table td.score.last,
#champ_stage_cup table td.time.last {
	border-bottom: 0;
}

#champs_history .years {
	margin-bottom: 10px;
}

#champs_history .years span,
#champs_history .years a {
	margin-right: 10px;
}

#champs_history .years span {
	color: #237EBB;
	font-weight: bold;
}

/********************************** Чат ****************************************/
#chat {
	margin: 15px 0 0 0;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	word-wrap: break-word;
}

#chat .cheader {
	height: 30px;
}

#chat .cheader select{
	font-size: 10px;
	margin-right: 5px;
	padding: 2px;
}

#chat .form {
	margin-top: 10px;
}

#chat input[type=text],
#chat textarea {
	width: 260px;
}

#chat textarea {
	height: 50px;
}

#chat #ChatMessage_captcha {
	width: 35px;
}

#chat .error .input-alert {
	margin: 2px 0 0 0;
}

#chat input[disabled=disabled] {
	background: #f1f1f1 url("/design/images/autocomplete-loader.gif") no-repeat scroll center center;
	text-indent: -9999px;
}

#chat .messages {
	height: 475px;
	overflow-y: scroll;
}

#chat .messages .item1 {
	background: #e9e9e9;
}

#chat .messages .item {
	padding: 5px;
}

#chat .messages .top {
	overflow: hidden;
}

#chat .messages .txt {
	clear: both;
	margin-top: 5px;
}

#chat .messages .top .left {
	font-weight: bold;
}

#chat .messages .top .right {
	font-style: italic;
	font-size: 10px;
	margin-right:1px;
}


#sponsors a,
#sponsors span {
	margin-right: 40px;
	margin-top: 5px;
	display: block;
	float: left;
}

#sponsors a.last,
#sponsors span.last {
	margin-right: 0;
}


#header {
	height: 191px;
	position: relative;
}

#header  .rphoto,
#header  .lphoto,
#header  .logo {
	float: left;
	height: 100%;
}

#header .logo {
	display: block;
	width: 400px;
	background: url('/design/images/logo.png') no-repeat scroll right top;
}

#header  .rphoto,
#header  .lphoto {
	width: 400px;
}

#menu {
	text-align: center;
	margin: 5px 0;
	background: #237EBB;
	height: 44px;
}

#menu ul {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu ul > li {
	float: left;
	margin: 0;
	position: relative;
}

#menu > ul > li > a {
	font-size: 14px;
	line-height: 40px;
	padding: 2px 10px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #f2f2f2;
	text-transform: uppercase;
}

#menu > ul > li:hover > a,
#menu > ul > li:active > a,
#menu > ul > li.current > a {
	background: #f2f2f2;
	color: #f2594b;
}

#menu ul li ul {
	display: none;
	margin: 0;
}

#menu ul > li:hover > ul,
#menu ul > li:active > ul {
	display: block;
}

#menu ul li ul > li a {
	line-height: 16px;
	padding: 10px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #f2594b;
}

#menu ul ul {
	z-index: 150;
	position: absolute;
	left: 0;
	top: 44px;
	/*background: url("/design/images/bg1.png") left top repeat;*/
	background: #f2f2f2;
	width: 298px;
	display: none;
	border: 1px solid rgb(217,217,217);
	border-top: 0;
}

#menu ul ul > li {
	width: 100%;
}

#menu > ul > li > ul > li:hover,
#menu > ul > li > ul > li:active,
#menu > ul > li > ul > li.current {
	background:rgba(217,217,217,0.5);
}

#menu > ul > li > ul > li a span:after {
	display:block;
	content:'→';
	position:absolute;
	top:8px;
	right:5px;
	font-size:14px;
}

#menu > ul > li > ul > li > ul > li.first a{
	padding-top: 9px;
}

#menu ul ul ul {
	z-index: 150;
	position: absolute;
	left: 298px;
	top: 0;
	background: #f2f2f2;
	width: 150px;
	display: none;
	border: 1px solid rgb(217,217,217);
}

#menu > ul > li > ul > li ul > li:hover,
#menu > ul > li > ul > li ul > li:active,
#menu > ul > li > ul > li ul > li.current {
	background:rgba(217,217,217,0.5);
}

/* Secondary */

#secondary-menu {
	height:32px;
	background: #FCCF19;
	box-shadow:0px 3px 5px rgba(0,0,0,0.1);
}

#secondary-menu a {
	text-decoration: none;
}

#secondary-menu ul {
	display:inline-block;
	width:auto;
	height:32px;
}

#secondary-menu ul li {
	display:block;
	float:left;
	position:relative;
	z-index:2;
}

#secondary-menu ul li a {
	display:block;
	padding:10px 18px;
	background:transparent;
	color:#4b4b4b;
	border-right:1px solid rgba(0,0,0,0.3);
	font-weight: 700;
}

#secondary-menu ul li:hover {
	z-index:3;
}

#secondary-menu ul li:hover a {
	background:rgba(0,0,0,0.1);
}