@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url("reset.css");
@import url("jquery.bxslider.css");
@import url("fg.css");

html, body{height: 100%;}

body {
	font-size: 14px;
	margin: 0 !important;
	color: #333333;
	line-height: 140%;
	background: #faf9f9;
	font-family: 'Open Sans', sans-serif;
}

#wrapper{
    min-width: 990px;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
}

.wrapp-hold{padding: 0 0 100px;}

#footer{
	min-width:990px;
	width:100%;
    height: 100px;
    overflow: hidden;
    margin: -100px 0 0;
    position: relative;
	background: #4b5fbb url("../img/footer_bg.jpg") 0 0 repeat-x;
}

a:active, a:focus{outline: none;-moz-outline-style: none;}

.cb {
	clear: both !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.no_border{
	border: none !important;
}

.notop{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.last{
	margin-right: 0 !important;
	background: none !important;
}

.container{
	min-width: 990px;
	width: 990px;
	margin: 0 auto;
	padding-bottom: 45px;
}
	.container table{
		border: 1px solid #000;
		border-collapse: collapse;
		margin: 12px 0;
		width: 100%;
	}

	.container table th{
		font-weight: bold;
	}

	.container table th, .container table td{
		border: 1px solid #000;
		padding: 4px;
	}
	.container .item table{
		border: 0;
	}
	.container .item table td{
		border: 0;
	}
	.container h1{
		color: #182A7A;
		font-size: 24px;
		font-weight: normal;
		line-height: 100%;
		margin: 12px 0 20px;

	}			
				
	.container h2{
		font-size: 18px;
		line-height: 120%;
		margin-bottom: 12px;
	}			
				
	.container h3{
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 12px;
	}			

	.container h4{
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 12px;
	}	

	.container p{
		margin-bottom: 12px;
		line-height: 140%;
	}
	
	.container a{
		color: #182a7a;
		line-height: 140%;
	}
	
		.container a:hover{
			color: #182a7a;
			text-decoration: none;
		}
	
	.container img{
		display: block;
		line-height: 100%;
	}

	.container ul{
		list-style-type: disc;
		list-style-position: inside;
		display: block;
		margin-bottom: 12px;
	}

	.container ol{
		list-style-type: decimal;
		list-style-position: inside;
		display: block;
		margin-bottom: 12px;
	}
		.container ul li {
		list-style-image: url(../img/dot_.png);
		}
	.container b, .container strong{
		font-weight: bold;
	}

	.container i{
		font-style: italic;
	}




	.container .left{
		float: left;
		padding: 20px 14px 0 0;
		width: 156px;
	}
	
		.container .left .item{
			margin-bottom: 32px;
		}
		
			.container .left .item .title{
				background: none repeat scroll 0 0 #C00A0A;
				color: #FFFFFF;
				float: left;
				font-size: 14px;
				margin-bottom: 4px;
				padding: 0 4px;
				text-transform: uppercase;
				font-weight: bold;
			}
	
.left_menu{
	list-style-type: none;
}	
/*
 .left_menu > li > a span {
    display: block;
    overflow: hidden;
    padding: 2px 5px;
}

.left_menu > li > a {
    background: url("../img/plus.png") no-repeat scroll left 9px transparent;
    color: #333333;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 170%;
    overflow: hidden;
    padding-left: 8px;
    text-transform: uppercase;
}
.left_menu > li > a.active {
    background: url("../img/minus.png") no-repeat scroll left 9px transparent;
    color: #C00A0A;
    text-decoration: none;
}
 * */	
	.container .left_menu li{
		list-style-type: none !important;
		list-style-image: none !important;
	}

		.left_menu > li > a{
		    background: url("../img/plus.png") no-repeat scroll left 9px transparent;
		    color: #333333;
		    display: block;
		    font-size: 11px;
		    font-weight: bold;
		    line-height: 170%;
		    overflow: hidden;
		    padding-left: 8px;
		    text-transform: uppercase;
		}
		.left_menu > li > span.separator
			{
		    background: url("../img/plus.png") no-repeat scroll left 9px transparent;
		    color: #333333;
		    display: block;
		    font-size: 11px;
		    font-weight: bold;
		    line-height: 170%;
		    overflow: hidden;
		    padding-left: 8px;
		    text-transform: uppercase;	
			text-decoration: underline;
			cursor:pointer;		
			}
		
			.left_menu > li > a span,.left_menu > li > span.separator span{
				display: block;
   				overflow: hidden;
    			padding: 2px 5px;
			}

			.left_menu > li > span.separator.active{
				color: #c00a0a;
				text-decoration: none;
				background: url("../img/minus.png") no-repeat scroll left 11px transparent;

			}	
			
			.left_menu > li > a.empty{
				background: none;

			}
			
				.left_menu > li > a:hover,.left_menu > li > span.separator:hover{
					color: #c00a0a;
					text-decoration: none;
				}

				.left_menu > li > a.active span, .left_menu > li > a:hover span,.left_menu > li > span.separator:hover span{
					background: #dadada;
				}			
		
		.left_menu li ul{
			margin: 0 0 0 24px;
		}
		
		.left_menu li ul li{
			
		}
		
			.left_menu li ul li a{
				font-weight: normal;
				font-size: 11px;
				color: #333333;
				text-transform: uppercase;
				line-height: 170%;
			}
			
				.left_menu li ul li a:hover{
					text-decoration: none;
				}
				
				.left_menu li ul li a.active{
					text-decoration: none;
					color: #c00a0a;
					font-weight: bold;
				}
				
				.left_menu li ul li a span{
					line-height: 170%;
				}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	.container .center{
		overflow: hidden;
		/*padding: 15px;*/
		background: #fff;
		padding: 15px;
	}
	
		.news{
			background: url("../img/dotted.png") left bottom repeat-x;
			padding-bottom: 15px;
			margin-bottom: 15px;
		}
		
			.news img{
				width: 100%;
			}
			
			.news .title{
				margin-bottom: 12px;
			}
						
			.news .date{
				float: left;
				width: 70px;
				height: 70px;
				background: #e7f3f7;
				color: #182a7a;
				overflow: hidden;
				margin: 15px 15px 0 0;
			}
			
				.news .date .day{
					font-weight: 300;
					font-size: 24px;
					text-align: center;
					margin: 16px 0 2px;
					line-height: 100%;
				}
				
				.news .date .month{
					font-weight: 300;
					font-size: 14px;
					text-align: center;
					margin: 0;
					line-height: 100%;
				}
			
			.news h1{
				overflow: hidden;
				font-weight: normal;
				padding-top: 10px;
				margin: 0;
			}
			
				.news h1 a{
					text-decoration: none;
					line-height: 120%;
				}
				
					.news h1 a:hover{
						text-decoration: underline;
					}
			
			.news .inner{
				/*padding-left: 20px;*/
			}
			
				.news .inner p{
					font-size: 18px;
					margin: 0;
				}
				
				.news .inner a.more{
					display: inline-block;
					width: 15px;
					height: 15px;
					background: url("../img/more.png") 0 0 no-repeat;
					text-decoration: none;
					position: relative;
					top: 2px;
					left: 4px;
				}
				
		.news_short{
			overflow: hidden;
			background: #fff;
			margin-bottom: 0;
			padding-bottom: 0;
			
		}
		
			.news_short .item{
				margin: 0 10px 15px 0;
				background: url("../img/dotted.png") left bottom repeat-x !important;
				width: 300px;
				height: 225px;
				float: left;
				padding: 0 5px 0 0;
				
			}
			
			.news_short .item.last{
					/*	padding: 0 0 0 5px;*/
			}
			
			
			
			
			
				.news_short .item > div{
					padding-bottom: 16px;
					height: 193px;
					position: relative;
					overflow: hidden;
				}
				
					.news_short .item > div .damping{
						background: url("../img/damping.png") left bottom repeat-x !important;
						height: 16px;
						position: absolute;
						bottom: 0px;
						left: 0;
						width: 100%;
						z-index: 100;
					}
				
				.news_short .item a.pic_container{
					display: block;
					width: 300px;
					height: 235px;
					overflow: hidden;
				}
				
				.news_short .item a img{
					max-width: 100%;
					max-height: 100%;
					width: auto;
					display: block;
					margin: 0 auto;
				}
			
				.news_short .item .title{
					margin-bottom: 10px;
				}
				
					.news_short .item .title h2{
						font-weight: 300;
						overflow: hidden;
						padding-top: 10px;
						margin-bottom: 0;
					}
					
						.news_short .item .title h2 a{
							text-decoration: none;
							line-height: 120%;
						}
						
							.news_short .item .title h2 a:hover{
								text-decoration: underline;
							}
		
					.news_short .inner p {
						font-size: 14px;
					}
		
		.pagination{
			text-align: center;
			padding: 50px 0;
			background: #faf9f9;
			width: 650px;
			position: relative;
			right: 15px;
		}
		
			.pagination a{
				display: inline-block;
				font-size: 13px;
				font-family: arial;
				padding: 2px 3px;
			}
			
				.pagination a:hover, .pagination a.active{
					background: #a5b3cb;
					color: #fff;
					text-decoration: none;
				}
				
				.pagination .arr{
					background: none;
					color: #a5b3cb;
				}
				
				.pagination .arr:hover, .pagination .arr.last{
					color: #a5b3cb;
					background: none;
					text-decoration: none;
				}
				
		
		

	.container .right{
		float: right;
		width: 156px;
		padding: 20px 0 0 14px;
	}
	
		.container .right .item{
			margin-bottom: 32px;
		}
		
		.container .right .events_block{
			text-align: center;
		}
		
			
		
			.container .right .item .title{
				font-size: 14px;
				text-transform: uppercase;
				padding: 0 4px;
				background: #c00a0a;
				color: #fff;
				float: left;
				margin-bottom: 14px;
				font-weight: bold;
			}
			
			.container .right .item h2{
				font-size: 14px;
				line-height: 110%;
				margin: 0;
			}
			
			.container .right .item a{
				text-decoration: none;
				margin-bottom: 14px;
				display: inline-block;
			}
			
				.container .right .item a:hover{
					text-decoration: underline;
				}
			.container .right .item .ltBlockListLoader a{
				text-decoration: none;
				margin-bottom: 14px;
				display: inline-block;
				font-size: 14px;
				background: none;
			}	
			.container .right .item .ltBlockListLoader p a{
				text-decoration: none;
				margin-bottom: 0px;
				display: inline-block;
				font-size: 10px;
				background: none;
			}		
				.container .right .item div.relay_tweet a
					{
					font-size: 10px;
					line-height: 120%;
					margin: 0;
					background: url("../img/dot.png") right center no-repeat;
					padding-right: 5px;						
					}					
			.container .right .events_block a{
				margin-bottom: 30px;
			}
			
			.container .right .item p{
				font-size: 12px;
				line-height: 120%;
			}
			
			.container .right .item div{

			}
			
				.container .right .item div a{
					font-size: 10px;
					line-height: 120%;
					margin: 0;
					background: url("../img/dot.png") right center no-repeat;
					padding-right: 5px;
				}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


.member{
	background: #fff;
	text-align: center;
	padding-top: 20px;
	height: 80px;
	margin-bottom: 20px;
}

.member .container{
	padding: 0;
}

	.member h1{
		display: inline-block;
		width: 90px;
		font-size: 14px;
		text-transform: uppercase;
		color: #d3d3d3;
		margin: 14px 50px 0 0;
		vertical-align: top;
		
	}
	
	.member a{
		display: inline-block;
	}
	
		.member a img{
			display: block;
		}

.footer_container{
	text-align: center;
	padding-top: 12px;
}

	.footer_container .logo_bottom{
		display: inline-block;
		width: 92px;
		height: 74px;
		background: url("../img/logo_min.png") 0 0 no-repeat;
		vertical-align: top;
		margin-right: 22px;
		text-decoration: none;
	}
	
	.footer_container div{
		display: inline-block;
		text-align: left;
	}
	
		.footer_container div h2{
			font-size: 11px;
			text-transform: uppercase;
			color: #182a7a;
			margin-bottom: 4px;
		}
		
		.footer_container div p{
			font-weight: 300;
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			margin-bottom: 4px;
		}
		
			.footer_container div p span{
				color: #6dbdd7;
			}

.header{
	height: 321px;
	background: #4a76af;
}
			
	.border{
		height: 3px;
		background: url("../img/border.jpg") 0 0 repeat-x;
	}			
			
	.container_top{
		/*max-width: 1804px;*/
		height: 100%;
	}
	
		.container_top .container{
			padding: 0;
			height: 320px;
			position: relative;
		}
				
		.main_pic{
			width: 1275px;
			max-width: 1256px;
			height: 320px;
			/*background: url("../img/main_pic.jpg") center top no-repeat;
			/*float: left;*/
			margin-left: 190px;
			position: relative;
			z-index: 50;
		}
		
		.main_pic .soc{
			position: absolute;
			top: 20px;
			right: 20px;
			
		}
		
		.main_pic .bg{
			position: absolute;
			left: 0;
			right: 0;
			top:0;		
			width: 100%;
			height: 100%;
			background: url("../img/grid_pattern_2px.png");
		}
		
			.main_pic .soc .socials{
				margin-bottom: 6px;
			}
			
				.main_pic .soc .socials a{
					display: block;
					float: left;
					width: 26px;
					height: 27px;
					background-image: url("../img/socials.png");
					background-repeat: no-repeat;
					margin-right: 20px;
					text-decoration: none;
				}
				
				.main_pic .soc .socials .fb{background-position: 0 0;}
				.main_pic .soc .socials .fb:hover{background-position: 0 -27px;}
				
				.main_pic .soc .socials .yo{background-position: -26px 0;}
				.main_pic .soc .socials .yo:hover{background-position: -26px -27px;}
				
				.main_pic .soc .socials .tw{background-position: -52px 0;margin: 0;}
				.main_pic .soc .socials .tw:hover{background-position: -52px -27px;}
		
		
			.main_pic .soc .date{
				font-size: 10px;
				color: #fff;
				text-align: right;
				margin-bottom: 6px;
				margin-top: -68px;
			}
			
			.main_pic .soc .lang{
				font-size: 10px;
				color: #fff;
				text-align: right;
				margin-bottom: 12px;
				margin-top: 31px;
			}
			
				.main_pic .soc .lang a{
					font-size: 10px;
					color: #fff;
				}
				
					.main_pic .soc .lang a:hover{
						text-decoration: none;
					}
				
				.main_pic .soc .lang a.active{
					color: #89c4d7;
					text-decoration: none;
				}
			
			.main_pic .soc .search{
				position: relative;
				float: right;
			}
			
				.main_pic .soc .search form{
					display: none;
					position: absolute;
					right: 24px;
					top: -4px;
					color: #000;
					font-size: 11px;
				}
				
				.main_pic .soc .search input{
					font-family: 'Open Sans', sans-serif;
				}
				
				.main_pic .soc .search a{
					display: block;
					float: right;
					width: 20px;
					height: 21px;
					background: url("../img/search.png") 0 0 no-repeat;

				}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		.top_left{
			float: left;
			width: 190px;
			height: 320px;
			position: relative;
			background: #fff;
		}

			.top_left .logo{
				display: block;
				width: 149px;
				height: 120px;
				background: url("../img/logo.png") 0 0 no-repeat;
				text-decoration: none;
				margin: 24px auto 60px;
			}
			
			.top_left .slogan{
				position: absolute;
				top: 150px;
				left: 50%;
				margin-left: -104px;
				z-index: 500;
			}
			
			.top_left .name{
				color: #ab6b09;
				font-size: 12px;
				font-weight: normal;
				text-transform: uppercase;
				padding-left: 45px;
				line-height: 110%;
			}
			
			.top_left .menu{
				position: absolute;
				bottom: 0;
				width: 100%;
				margin: 0;
				padding-bottom: 10px;
			}
			
				.top_left .menu li{
					list-style-type: none;
					list-style-image: none;
				}
				
					.top_left .menu li a,.top_left .menu li span.separator{
						color: #333333;
						font-size: 16px;
						display: block;
						padding-left: 30px;
						text-decoration: underline;
						line-height: 140%;
						cursor: pointer;
					}
					
						.top_left .menu  li  .separator.active, .top_left .menu li a:hover,.top_left .menu li span.separator:hover{
							color: #fff;
							text-decoration: none;
							background: #c00a0a;
						}
					
					.top_left .menu li .sub{
						position: absolute;
						bottom: 0;
						left: 190px;
						min-width: 800px;
						max-width: 2500px;
						background: url("../img/menu_bg.png");
						height: 250px;
						overflow: hidden;
						z-index: 200;
						display:none;
					}
					
					.top_left .menu li .sub ul{
						margin: 0;
						background: #e4e6e5;
						width: 190px;
						float: left;
						height: 230px;
						padding: 10px 0;
					}
						.top_left .menu li .sub ul li a{
							color: #182a7a;
							font-size: 16px;
							display: block;
							padding-left: 22px;
						}
						
							.top_left .menu li .sub ul li a:hover{
								color: #c00a0a;
								text-decoration: none;
								background: transparent;
							}

					.top_left .menu li .sub .item{
						width: 196px;
						padding: 10px 30px;
						float: left;
						height: 230px;
					}
					
						.top_left .menu li .sub .item .inner{
							float: right;
							width: 164px;
						}
						
							.top_left .menu li .sub .item .inner img{
								border: 2px solid #437383;
								display: block;
								line-height: 100%;
								width: 160px;
								height: 112px;
								float: right;
							}
							
							.top_left .menu li .sub .item .inner a{
								padding: 0;
								color: #fff;
								display: block;
							}
							
							.top_left .menu li .sub .item .inner span{
								background: url("../img/more_menu.png") 0 0 no-repeat;
								width: 20px;
								height: 20px;
								display: block;
								float: right;
							}
							
								.top_left .menu li .sub .item .inner a:hover{
									background: transparent;
									
								}

						.top_left .menu li .sub .item .date{
							overflow: hidden;
							margin-top: 116px;
							text-align: center;
						}
						
							.top_left .menu li .sub .item .date .day{
								margin: 0;
								font-size: 16px;
								color: #fff;
							}
							
							.top_left .menu li .sub .item .date .month{
								margin: 0;
								font-size: 10px;
								color: #fff;
							}

.second_content{
	overflow: hidden;
	padding: 20px;
}

	.breadcrumbs{
		font-size: 12px;
		border-bottom: 1px solid #d2d9e5;
		padding-bottom: 4px;
		margin-bottom: 16px;
	}
	
		.breadcrumbs a{
			text-decoration: none;
			color: #c00a0a;
		}
		
			.breadcrumbs a:hover{
				text-decoration: underline;
				color: #c00a0a;
			}
		
		.breadcrumbs a.root{
			text-transform: uppercase;
			color: #c00a0a;
			font-weight: bold;
		}
		
		.breadcrumbs span{
			color: #333333;
		}

	.second_content h1{
		color: #182a7a;
		font-size: 24px;
		font-weight: normal;
		padding-left: 16px;
		line-height: 100%;
		margin-bottom: 12px;
	}

	.filters{
		background: #eaf3ff;
		padding: 10px 16px;
		display: block;
		margin-bottom: 20px;
	}
	
		.filters .item{
			float: left;
			margin-right: 50px;
		}
		
			.filters .item p{
				margin-bottom: 2px;
				font-size: 15px;
				color: #333333;
			}
			
			.filters .item select{
				max-width: 200px;
			}
		
		.filters .pdf{
			display: block;
			text-decoration: none;
			width: 17px;
			height: 15px;
			float: right;
			background: url("../img/pdf.png") 0 0 no-repeat;
			margin-top: 25px;
		}

.calendar_block{
	
}

	.calendar_block h2{
		font-size: 15px;
		color: #333333;
		font-weight: bold;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	
	.calendar_block table{
		border: 0;
	}
	
		.calendar_block table tr{
			
		}
		
		.calendar_block table .invisible{
			display: none;
		}
		
		.calendar_block table .visible{
			display: table-cell;
		}
		
		.calendar_block table .hov{
			border: 0;
		}
		
			.calendar_block table .invisible{
				text-align: right;
			}
		
				.calendar_block table .invisible a{
					color: #333333;
					text-decoration: underline;
					border: 0;
					display: inline-block;
					margin-right: 12px;
				}
				
					.calendar_block table .invisible a:hover{
						text-decoration: none;
					}
		
			.calendar_block table tr th{
				border: 0;
				border-top: 2px solid #d2d9e5;
				text-align: left;
				padding: 6px 10px;
				color: #999999;
				font-size: 15px;
				font-weight: normal;
			}
			
			.calendar_block table tr td{
				border: 0;
				border-bottom: 1px solid #dddddd;
				text-align: left;
				padding: 6px 10px;
				vertical-align: top;
			}
			
				.calendar_block table tr.championship td{
					background: #f0ffee;
				}
				
				.calendar_block table tr.grand_prix td{
					background: #ffffdd;
				}
				
				.calendar_block table tr.no_bg td{
					background: transparent;
				}
			
			.calendar_block table tr td a{
				color: #182a7a;
				text-decoration: none;
				border-bottom: 1px dotted #182a7a;
				
			}
			
				.calendar_block table tr td a:hover{
					border-bottom: 0;
				}
			
			.calendar_block table tr td span{
				cursor: default;
			}
			
			.calendar_block table tr td .flag{
				text-transform: uppercase;
				padding-left: 16px;
				background-image: url("../img/fg.png");
				background-repeat: no-repeat;
				line-height: 100%;
				vertical-align: top;
				display: inline-block;
				height: 9px;
				position: relative;
				top: 2px;
			}
			
			.calendar_block table tr td .ru{
				background-position: 0 0;
			}
			
			.calendar_block table tr td .disabled{
				color: #999999;
				text-decoration: none;
			}
			
			.calendar_block table tr td .links{
				padding-left: 16px;
				background: url("../img/link.png") 0 5px no-repeat;
			}
			
			.calendar_block table tr td .info{
				padding-left: 20px;
				background: url("../img/pdf.png") 0 3px no-repeat;
			}
			
			.calendar_block table tr td .result{
				
			}
			
			.calendar_block table tr td .event{
				
			}
			
			.tooltip_text{
				font-size: 12px;
			}


/*Hall of Fame*/

.hall_fame{
	
}


.gamer h1 {
    font-size:24px;
	color:#182a7a;
	font-weight: normal;
}

.gamer h2{
    font-size:15px;
	color:#182a7a;
	font-family: 'Open Sans', sans-serif;
	
}

.gamer .avatar{
	display: block;
	float: left;
}

	.gamer .avatar img{
		
	}







.gamer hr {
    border: none; 
    background-color: #d4dbe6; 
    color: #d4dbe6; 
    height: 2px; 
}

.people {
  float:left;
  margin:10px 45px 0 15px;
  width: 102px;
  height:102px;
  border:solid 1px;
  color:#d89b1e;

}

/*Hall of Fame*/


.hall_fame {
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dddddd;
} 
	.hall_fame table td:first-child , .hall_fame table{
	  		vertical-align:top;
			border: 0;
			border-collapse: none;
		    margin: 0 0;
			padding: 15px 26px 0 10px;
	}
	
	.hall_fame:nth-child(2n) table td {
		background: transparent;
	}
	
	.hall_fame table td {
		background: transparent;
	}
	
		.hall_fame table td ul {
			padding-left: 20px;
			margin: 0;
			font-family: 'Open Sans',sans-serif;
			font-size: 14px !important;
		}
		
		.hall_fame table td p {
			margin: 0;
		}
	
	.hall_fame table.odd td{
	   padding: 15px;
	   background: #f9f9f9;
	   border-bottom: 1px solid #dddddd;
	}
	
		.gamer {
			padding: 0 40px 0 10px;
			width: 122px;
		}
				

		.hall_fame h2 {         /*  Запрещаем стили  h2  */
		}
		
		.hall_fame h2 { 
			margin-left: 165px;
			font-size: 15px;
			color:#182a7a;
		}
		
		 .hall_fame .info {
		 width: 100%;
		}
			
		
			
			.hall_fame .info ul li{
				 list-style-image: url(../img/dot_.png);
			}

			.hall_fame .gamer  img{
						width: 102px;
						height: 102px;
						
					}
	 
	 
		.hall_fame h1 {
			color: #182A7A;
			font-size: 15px;
			margin-left: 150px;
			margin-bottom: 0px !important;
			line-height: 100%;
			margin-bottom: 12px;
			font-weight: bold;
			margin-top: 0;
		}
		
		.hall_fame td img{
			margin: 0 !important;
		}
		
/*END Hall of Fame*/

				



.flag {
	margin: 3px 5px 0 0;
	float: left;
}





.gamer li  {
    color:#4974ad;
	font-family: 'Open Sans', sans-serif;
	list-style: disc;
}

.gamer li  span {
    font-size: 15px;
	color:#333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}



.gamer  {
 margin-top: 30px;
 width:100%;

}
.gamer_info {
float:left;
}





.content  {
 margin-top: 0;
 width:100%;

}

.content h1 {
    font-size:24px;
	color:#182a7a;
	font-weight: normal;
}
.content hr {
    margin: 0 0 30px 0;
    border: none; 
    background-color: #d4dbe6; 
    color: #d4dbe6; 
    height: 2px; 
}

.content h2{
    font-size:15px;
	color:#182a7a;
	font-family: 'Open Sans', sans-serif;
	
}

.content_img {
  width: 500px;
  height:375px;
}


.content_txt {
 font-size: 18px;
 padding: 15px 15px;
 font-family: 'Open Sans', sans-serif;
 
}


.content ul{
padding: 0 0 0 55px;
}



.content li  {
    color:#000;
	margin-top:5px;
	font-family: 'Open Sans', sans-serif;
	list-style: disc;
}

.content li  span {
 font-size: 18px;
 color:#333333;
 font-family: 'Open Sans', sans-serif;
 
}
.icon {
width:16px;
padding-left:5px;
float:left;
} 

/***************Article*************************/
.traditional_wrestling  {
 margin: 0 0 40px 0;

}
.floatbox
	{
		margin-bottom: 40px;
	}

	.traditional_wrestling h1 {
		font-size:24px;
		color:#182a7a;
		font-weight: normal;
	}



/*	.traditional_wrestling img {
		padding: 0 0 20px 0;
		width: 500px;
		height:375px;
}*/

.jce_file, .jce_file_custom{
	position: relative;
	padding-left: 24px;
	display: inline-block;
	margin-bottom: 3px;

}

.jce_file img, .jce_file_custom img{
	display:inline-block !important;	
	padding: 3px 8px 0px 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
	
	.traditional_wrestling p, .traditional_wrestling div {
		margin: 0 0 16px; 
	}


	.traditional_wrestling ul{
		padding: 0 0 0 16px;
		line-height: 1.4;
	}
	
	.traditional_wrestling table, .traditional_wrestling table td{
		border: 0;
		vertical-align: top;
	}
	
	.traditional_wrestling ul li, .traditional_wrestling ul li a{
		font-size: 14px !important;
	}

	.traditional_wrestling li span {
        color: #333333;
		/*font-size: 18px;*/
	}


		.basement {
			margin: 0 auto;
		}
				 .basement  .left {
				float:left;
				
				}
				
				 .basement  .right{
				    margin: auto;
				}
				
					 .basement  .right .print{
					float:right;
					
					}
					 .basement  .right .pdf{
					float:right;
					padding:0 10px;
					}
					 .basement  .right .mail{
					float:right;
					
					}

/*   доработка шапки*/

.bg_left, .bg_right{
	position: absolute;
	height: 100%;
	width: 700px;
}

.bg_left{
	left: -700px;
	top: 0;
	background: url("../img/bg_left.jpg") right 0 no-repeat;
}

.bg_right{
	left: 1446px;
	top: 0;
	background: url("../img/bg_right.jpg") left 0 no-repeat;
}

.main_pic .pla{
	position: absolute;
	top: 24px;
	left: 24px;
	width: 420px;
}

	.main_pic .pla > h1{
		font-size: 24px;
		color: #fff;
		font-weight: 300;
		line-height: 100%;
		padding: 5px;
		margin: 0 0 3px 0;
		background: url("../img/pla_bg.png");
		text-transform: uppercase;
	}

	.main_pic .pla > div{
		font-size: 16px;
		color: #fff;
		font-weight: 300;
		padding: 5px;
		background: url("../img/pla_bg.png");
	}


/*  end доработка шапки*/


/*      Members       */



    .members h1 {
		font-size:24px;
		color:#182a7a;
		font-weight: normal;
	}
	
		.members td p {
			font-size:15px;
			line-height: 1.2;
		}
		
		.members td span {
			font-size:15px;
			color:#b4b4b4 ;
		}
		
		.members table , .members td  , .members th{
			border:0 !important ;
		}

		.members img {
			float:left;
			margin:10px 15px 0 15px;
			width: 192px;
			height:251px;
		}
		
		.members li {
			font-size: 15px;
			color:#b4b4b4;
			font-family: 'Open Sans', sans-serif;
			list-style: none;
			line-height: 1.2
		}

			.members li span{
				font-size: 14px;
				color:#333333;
				font-family: 'Open Sans', sans-serif;
				font-weight: normal;
				line-height: 1.2
			}
			
	.members .vert {
		float:right;
		margin-top: -33px;
		width: 15px;
		height:15px;
	}

	.members  .contact_info{
	    overflow: hidden;
	}
	
	.members  form{
		width:100%;
		padding: 15px 0 0 0;
		background: #f9f9f9;
	}
	
		.members input{
			width: 210px;
			border: solid 1px #c8c8c8;
		}
		
		.members textarea {
			width: 435px;
			height: 100px;
			border: solid 1px #c8c8c8;
			display: block;
		}
		
		.members input.button {
			margin-top:15px;
			width: 65px;
			height: 25px;
			border: none;
			background: #a5b3cb;
			font-family: 'Open Sans', sans-serif;
			font: bold 14px;
			color: #fff;
			cursor: pointer;
		}
	
	.members p {
		font-size:15px;
		vertical-align:bottom;
	}
	
	.members span {
		font-size:15px;
		color:#b4b4b4 ;
		vertical-align:bottom;
	}



/*     END Members       */

.contenttopbox{
	border: 0;
}

	.contenttopbox table{
		margin-top: 0;
	}

		.contenttopbox td{
			border: 0;
			vertical-align: top;
		}
		
		.contenttopbox th{
			border: 0 !important;
		}
		
		.contenttopbox table td table td{
			padding: 6px 10px;
			text-align: left;
			vertical-align: top;
			border-bottom: 1px solid #DDDDDD !important;
		}
		
			.contenttopbox table td table td a, .refereeing-table td a{
				display: inline-block;
				padding-left: 24px;
				position: relative;
				border: 0 !important;
				text-decoration: underline !important;
			}
			
			.refereeing-table td a:hover{
				text-decoration: none !important;
			}
			
				.contenttopbox table td table td a img, .refereeing-table td a img{
					background: none repeat scroll 0 0 #FFFFFF;
					display: inline-block !important;
					left: 0;
					padding: 3px 8px 0px 0;
					position: absolute;
					top: 0;
				}
		
		.contenttopbox th{
			border-top: 2px solid #D2D9E5 !important;
			color: #999999;
			font-size: 15px;
			font-weight: normal;
			padding: 6px 10px;
			text-align: left;
		}

.banneritem{
	text-align: center;
	margin-bottom: 16px;
}

.banneritem a{
	display: inline-block;
}

.pg-table a{
	border: 0 !important;
	text-decoration: underline !important;
}

	.pg-table a.active, .pg-table a:hover{
		text-decoration: none !important;
	}
	
	.pg-table .pagination{
		background: none;
		width: auto !important;
		padding: 16px 0;
	}

.auth_form{
	
}

	.auth_form fieldset{
		padding: 16px;
		border: 1px solid #DADADA;
		margin-bottom: 16px;
	}
	
	.auth_form div{
		margin-bottom: 10px;
	}
	
	.auth_form div:last-child{
		margin-bottom: 0px;
	}
	
		.auth_form label{
			display: inline-block;
			width: 110px;
		}
		
		.auth_form input[type="text"], .auth_form input[type="password"]{
			width: 160px;
		}
		
		.auth_form input[type="submit"], .auth_form .submit button{
			background: #a5b3cb;
			color: #fff;
			text-transform: uppercase;
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			border: 0;
			padding: 6px 12px;
		}
		
			.auth_form input[type="submit"]:hover, .auth_form .submit button:hover{
				background: #879FC6;
			}
		
		.auth_form input[type="checkbox"]{
			margin-left: 0;
		}

.icon.print, .icon{
	float: right;
	
}

	.icon.print img{
		width: auto;
		height: auto;
		margin: 0;
	}

.members table{
	
}

	.members table tr:first-child td{
		border: 0;
		border-top: 2px solid #d2d9e5 !important;
		text-align: left;
		padding: 6px 10px;
		color: #999999;
		font-size: 15px;
		font-weight: normal;
	}


	.members table td{
		border: 0;
		border-bottom: 1px solid #dddddd !important;
		text-align: left;
		padding: 6px 10px;
		vertical-align: top;
	}
	
		.members table td p{
			margin-bottom: 0;
		}

#emailForm{
	padding: 16px;
}

	#emailForm p{
		margin-bottom: 6px;
	}

	#emailForm input{
		margin-bottom: 12px;
	}

li .jce_file, li .jce_file_custom, em .jce_file, em .jce_file_custom{
	padding: 0;
}

.fila_res table{
	width: auto;
}

	.fila_res table td{
		vertical-align: middle;
	}
	
	.fila_res hr{
		border-bottom: 1px solid #333333 !important;
	}

.video_page{
	
}

	.video_page .item{
		margin-bottom: 16px;
	}
	
		.video_page .item .date{
			float: left;
			background: none repeat scroll 0 0 #E7F3F7;
			color: #182A7A;
			float: left;
			height: 50px;
			margin: 0 15px 0 0;
			overflow: hidden;
			width: 50px;
			
		}
		
			.video_page .item .date .month{
				text-align: center;
				font-size: 18px;
				font-weight: 300;
				line-height: 100%;
				margin: 10px 0 2px;
			}
			
			.video_page .item .date .day{
				text-align: center;
				font-size: 13px;
				font-weight: 300;
				line-height: 100%;
				margin: 0;
			}

		.video_page .item .title{
			overflow: hidden;
			font-size: 18px;
		}

.news_page .date{
	margin-bottom: 15px;
}

	.news_page .title > a{
		width: 466px;
		display: inline-block;
		padding-bottom: 4px;
	}
	
	.news_page .content{
		
	}
	
		.news_page .content img{
			width: auto;
		}

#searchForm{
	margin-bottom: 40px;
}

	#searchForm fieldset{
		border: 1px solid #DADADA;
		margin-bottom: 16px;
		padding: 16px;
	}
	
		#searchForm fieldset > div{
			margin-bottom: 20px;
		}
		
		#searchForm fieldset > div:last-child{
			margin-bottom: 0px;
		}
		
		#searchForm fieldset button{
			background: none repeat scroll 0 0 #A5B3CB;
			border: 0 none;
			color: #FFFFFF;
			font-family: 'Open Sans',sans-serif;
			font-size: 13px;
			padding: 2px 12px;
			text-transform: uppercase;
		}
		
			#searchForm fieldset button:hover{
				background: #879FC6;
			}
			
		#searchForm fieldset input[type="radio"]{
			margin: 0;
			position: relative;
			top: 1px;
		}
		
		#searchForm fieldset input[type="checkbox"]{
			margin: 0;
			position: relative;
			top: 1px;
		}
		
		#searchForm fieldset label{
			margin-right: 12px;
		}
	
	#searchForm > p{
		
	}
	
	#searchForm .filter{
		
	}

.search_result{
	
}

	.search_result .item{
		border-bottom: 1px solid #DADADA;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.search_result .pagination{
		width: auto;
		right: 0;
		background: transparent;
		padding: 16px 0 0 0;
	}

.filter_submit, .fila-tv-1 input[type="submit"]{
	background: none repeat scroll 0 0 #A5B3CB;
	border: 0 none;
	color: #FFFFFF;
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	padding: 2px 12px;
	text-transform: uppercase;
	margin-top: 20px;
}

	.filter_submit:hover, .fila-tv-1 input[type="submit"]:hover{
		background: #879FC6;
	}

.fila-tv-1{
	margin: 0 !important;
}

	.fila-tv-1 table, .fila-tv-1 table td{
		margin: 0;
		border: 0;
	}
	
.fila-tv-2 table, .fila-tv-2 table td{
	border: 0;
	text-align: left;
}

	.fila-tv-2 table tr:first-child td{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #D2D9E5 -moz-use-text-color -moz-use-text-color;
		border-image: none;
		border-right: 0 none;
		border-style: solid none none;
		border-width: 2px 0 0;
		color: #999999;
		font-size: 15px;
		font-weight: normal;
		padding: 6px 10px;
		text-align: left;
	}
	
	.fila-tv-2 h4, .fila-tv-title{
		margin: 20px 0;
	}

.article  table tr:first-child td{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #D2D9E5 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 2px 0 0;
	color: #999999;
	font-size: 15px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: left;
}

.article  table tr td{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #DDDDDD;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 6px 10px;
    text-align: left;
    vertical-align: top;
}

.aow{
	display: block;
	float: right;
	width: 100px;
	height: 53px;
	background: url("../img/aow.png") 0 0 no-repeat;
	text-decoration: none;
	margin-top: 10px;
}

.highlight{
	background: #F79B9B;
}

#poll table, #poll table td, #poll table th{
	border: 0;
}

#poll table div table tr td:first-child{
	width: 100px;
	text-align: left;
}

#poll table div table tr td:last-child{
	text-align: left;
	
}

#poll .button{
	background: none repeat scroll 0 0 #A5B3CB;
    border: 0 none;
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    padding: 2px 12px;
    text-transform: uppercase;
}

	#poll .button:hover{
		background: #879FC6;
	}

.library-form-bg{
	background:#eaf3ff;
}

.library-form-bg table,
.library-form-bg table td{
	border:0;
}

.library-form-bg table label{
	display:block;
	padding:3px;
}

.library-form-bg input[type="text"]{
	width:250px;
}

.library-form-bg input[type="submit"]{
	background:#a5b3cb;
	border:0px;
	color:#fff;
	padding:5px 10px;
	margin:0px;
	text-transform:uppercase;
}

.library-form-bg select{
	width:254px;
	height:23px;
}

.table-result tr td:first-child{width: 200px !important;}
/* page 404*/


.page_404{
	
}

	.page_404 .error_404{
		
		width: 70px;
		height: 46px;
		color: #fff;
		font-size: 24px;
		font-weight: 400;
		line-height: 100%;
		padding: 24px 0 0;
		text-align: center;
		background: #c10b0a;
		margin-bottom: 30px;
	}
	
	.page_404 h1{
		padding-left: 14px;
		color: #c00a0a;
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 12px;
	}
	
	.page_404 h2{
		padding-left: 14px;
		font-weight: normal;
		color: #9d9d9d;
		margin-bottom: 24px;
		font-size: 14px;
	}
	
	.page_404 p{
		padding-left: 14px;
		color: #333333;
		line-height: 170%;
		margin-bottom: 50px;
	}
	
	.page_404 a{
		display: block;
		margin: 0 auto;
		width: 92px;
		height: 74px;
		opacity: .5;
		text-decoration: none;
	}
	
		.page_404 a:hover{
			opacity: 1;
		}
	
		.page_404 a img{
			width: 92px;
			height: 74px;
		}