﻿* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
	color: #666666;
	width: 100%;
	height: 100%;
	background: #020935 url(../images/fon.jpg) repeat-x top;
}
h1, h2, h3, h4, h5, h6 {
	color: #666666;
}
a {
	color: #666666;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
		color: #000;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;

}
input[type="button"]{
		background:#7c8383;	
	font-weight:bold;
	color:#FFF;
	border:none;
	height:26px;
	cursor:pointer;
	padding: 0 5px 0 5px;
	}

input[type="button"]:hover{
	background:#000000;
	}
input[type="submit"], input[type="reset"]{
		background:#7c8383;	
	font-weight:bolder;
	font-size:11px;
	color:#FFF;
	border:none;
	height:25px;
	width: 100px;
	cursor:pointer;
	padding: 0 5px 0 5px;
	}

input[type="submit"]:hover, input[type="reset"]:hover{
	background:#000000;
	}


.top {
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	height: 25px;
	background: #000 url("images/top-fon.png") repeat-x;
	white-space:nowrap;
}
.search {
	background: #cccccc;
	border:none;
}

.logo-top {
float:left;
	}
.top-links {
	width: 1000px;
	margin: 0 auto;
	line-height:25px;
	}

.top-link1, .top-link2, .top-link2 a, .top-link3 {
float:left;
color: #cccccc;
padding: 0 13px 0 13px;
	}
.top-link1 a {
display:inline;
text-decoration: none;
font-weight:bold;
color:#FFF;
font-size: 14px;
	}	

.top-link2 a{
text-decoration: underline;	
	}

.top-link3 {
color: #ffffff;
font-weight:none;
text-decoration: none;
padding:0;
	}
	
.top-link1 a:hover, .top-link2 a:hover {
color:#e9edee;
	}	

.white-txt {
color:#FFF;
	}
	
.vhod{
float:right; width:460px; position: relative;}	

.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 132px;
padding: 0;
/*	background: #105170 url(images/header-fon.jpg) no-repeat; */
}
.logo { clear: both;
	height: 79px;
	width: 267px;
	padding: 14px 0 0 0px;
	float:left;
}

/* Menu */

.menu_pf {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
background:url("images/menu.png") repeat-x;
clear:both;
}

.menu_pf ul {
	margin: 0;
	padding: 0px 0px 0px 4px;
	list-style: none;
	line-height: normal;
}

.menu_pf li {
	float: left;
}

.menu_pf a {
	display: block;
	height: 33px;
	margin-right: 1px;
	padding: 5px 47px 0px 46px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	border: none;
	background:url("images/divider.png") no-repeat right top;
}


.menu_pf .current_page_item a {
    font-weight:bold;
    cursor:default;
    
}

.menu_pf a:hover {
	color:#FFF;
}

/* Menu */
/* Sub-menu */
#nav .menu { overflow: hidden; zoom: 1;  margin-bottom: 15px; line-height: 19px; }
#nav ul.menu { list-style: none; list-style-type: none; }
#nav .menu li { float: left; padding: 1px 8px 3px; color: #1B5C7B; background: #fafafa url(../templates/skin/profootball/images/title-bg.png) repeat-x; border-top: 1px solid #CEC38E; }
#nav .menu li.active { background: #F0F0F0; color: #999;}
#nav .menu li a { float: left; color: #777; text-decoration: underline; }
#nav .menu li a:hover { text-decoration: none; }
#nav .menu { margin-bottom: 0; padding-bottom: 25px; position: relative; zoom: 1; }
#nav .menu li { border: none; margin-right: 2px; line-height: 19px; padding: 2px 8px 2px; background: #fafafa; }
#nav .menu li.active a { color: #999; text-decoration: none; }

#nav ul.sub-menu { list-style: none; list-style-type: none; }
#nav .sub-menu li.active a { color: #000; }
#nav .sub-menu { color: #e9edee; width: 800px; margin-bottom: 0; background: #fafafa url(../templates/skin/profootball/images/title-bg.png) repeat-x; position: absolute; top: 23px; left: 0; }
#nav .sub-menu li { background: #fafafa url(../templates/skin/profootball/images/title-bg.png) repeat-x; border: none; line-height: 17px; padding: 3px 8px 4px; color: #e9edee; }
#nav .sub-menu li.active { background: #fafafa url(../templates/skin/profootball/images/title-bg.png) repeat-x; }
#nav .sub-menu li a { color: #999; text-decoration: none; }
#nav .sub-menu li a:hover { color: #666; text-decoration: none; }

/* CSE */
#cse-search-input-box-id {
	border: 1px solid #333;
    font-size: 11px;
    width: 120px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 25px 0;
	height: 1%;
	position: relative;
		background:#FFF;
		
}
.middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	background:#FFF;

}
.content {
	padding: 13px 262px 0 10px;
	
}

.tlt {
color:#1b5c7b;
font-weight: bold;
font-size:14px;
margin: 0 0 5px 0;
	}
.tlt a{
color:#1b5c7b;	
text-decoration:none;
margin: 0 0 5px 0;
	}	

.tlt a:hover{
color:#000000;
	}
	

	
.top-news {
	width:446px;
float: left;

}


.top-news-anonces {
	float: left;
	width:272px;
padding: 0 0 0 10px;

}

.rubrika, .rubrika-right, .stroka-grey{
clear:both;
height: 27px;
background: url("images/rubrika.png") repeat-x top;
font-weight:bold;
font-size:13px;
color:#FFF;
padding:0 0 0 5px;
    display: block;
line-height: 25px;
}

.stroka-grey{
	height: auto;
	line-height:normal;
	padding-top:2px;
	padding-bottom:2px;
	}

/* Added by Sawa */
.rubrika a {
color:#FFF;
}

.rubrika-right a {
color:#FFF;
}

.stroka-grey a {
color:#FFF;
}
/* Added by Sawa */

.anonce, .news-list {
padding: 5px 3px;
position:relative;
}

.anonce {
clear:both;
}

.dots-line {
clear:both;	
background:url("images/dots.png") repeat-x;
height:1px;
}

/* Removed by Sawa
.anonce:hover {
background: #e9edee url(images/dots.png) repeat-x bottom;
}
*/

/*Added Sawa*/
.top-anonce {
background: #e9edee url("images/dots.png") repeat-x bottom;
padding: 5px 3px;
}
/*Added Sawa*/


.tlt-anonce{
color:#1b5c7b;
font-weight: bold;
	}

.tlt-anonce a{
color:#1b5c7b;	
text-decoration:none;
margin: 0 0 5px 0;
	}	

.tlt-anonce a:hover{
color:#000000;
	}

.data, .data-list, .data-anonce{
color:#1b5c7b;
font-size:10px;
text-align:right;
	}

.data{
white-space:nowrap;
	}

.data-anonce {
	position:absolute;
	right:0;
}

.top-photo{
padding: 0 0 10px 0;
	}	
	
.block {
clear:both;
padding: 10px 0 0 0;
}	

.icon{
float: right;
padding: 3px 10px 0 0;
	}
	
.preview{
display:table-cell;	
float: left;
padding: 3px 10px 0 0;
	}	

.news{
display: table-cell;
}

.news-list-link{
font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
color: #444444;
}

.news-list{
background-image:none;
background-color:#e9edee;
margin-bottom: 2px;
}

.news-list:hover{
background-color:#cbcbd1;	
	}
	
.data-list{
float:left;	
padding: 0 5px 0 0;
	}	
	
.rubrika-right {
background: url("images/rubrika-black.png") repeat-x top;
}

.score {
	background: url("images/rubrika-black.png") repeat-x top;
	margin:1px 1px 0 0;
	float:left;
	color:#fff;
	font-weight:bold;
	padding: 0 1px;
	text-align:center;
	width:11px;
	font-size: 10px;
	}

.stroka-grey, .stroka1, .stroka2, .vopros {
background: #bcbcc1;
background-image:none;
font: 12px ;
font-weight:normal;
}


.stroka1, .stroka2, .stroka1-rez, .stroka2-rez, .vopros {
clear:both;
background: #e4e4e4;
overflow:auto;
position: relative;
padding:2px 5px;
}

.stroka1-rez, .stroka2-rez{
padding: 0;	
	}

.stroka2, .stroka2-rez {
background: #eeeeee;

}

.vopros {
background: #bcbcc1;
color:#FFF;
padding: 3px 0 0 5px;
}

.data-rezy{
	color:#666666;
	background: #f5f5f5;
	width:43px;
	padding-left:2px;
	font-size: 10px;
	text-align: center;

}
.today{
	color:#1B5C7B;
	font-size: 11px;
	}
.icon-rezy, .time, .teams, .otvet{
	color: #666666;
	width:18px;
	float:left;
	text-align:center;
	padding: 2px 0 0 0;
	}
	
.time{
	width:25px;
	color:#1b5c7b;
	text-align:left;
	padding-left:1px;
	font-size: 9px;
	}	
	
.teams{
	width:166px;
	text-align:left;
	font-size: 12px;
	padding-left:1px;
	}
	
.vopros {
line-height: 16px;
padding-right:3px;
}	
.otvet{
width:205px;
text-align:left;
margin-left:7px;
	}

/* Switcher */
.block.dle_ls_stream .switcher { overflow: hidden; zoom: 1; padding: 10px 1px 5px 1px; font-size: 11px; background-color: #eee; }
.block.dle_ls_stream .switcher li 			{ cursor: pointer; background: #fff; float: left; margin-right: 10px; border: 1px solid transparent; line-height: 13px; border-radius: 5px; padding: 3px 6px 4px; }
.block.dle_ls_stream .switcher li a 		{ cursor: pointer; display: block; color: #727a90; text-decoration: underline; float: left; }
.block.dle_ls_stream .switcher li a:hover 	{ color: #333; border-color: #333; }
.block.dle_ls_stream .switcher li a.new		{ margin-left: 5px; text-decoration: none; }
.block.dle_ls_stream .switcher li.active 	{ color: #fff; background: #1b5c7b; border-color: #1b5c7b; }
.block.dle_ls_stream .switcher li.active a 	{ color: #fff; text-decoration: none; border-color: #ebf0f4; }

/* dle_ls_stream */
.block.dle_ls_stream { background: #eee; }
.block.dle_ls_stream ul { list-style: none; }
.block.dle_ls_stream p { font-size: 11px; padding: 0; margin: 0; color: #818189; }
.block.dle_ls_stream .user { font-weight: bold; text-decoration: none; }
.block.dle_ls_stream .user_avatar { font-weight: bold; color: #4c4c4c; text-decoration: none; }
.block.dle_ls_stream .avatar { width: 16px; height: 16px; vertical-align: bottom; }
.block.dle_ls_stream span { color: #1b5c7b; font-size: 10px; }

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sideRight {
	float: left;
	margin-right: -1px;
	width: 240px;
	margin-left: -251px;
	margin-top: -3px;
	position: relative;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	margin:  0 auto;
	background: #000000;
	position: relative;
}

.footer-block{
background:#7c8383;
background-image: url(/images/overlay-diagonal.png),-webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0px,rgba(10,10,10,0.9) 100%);
padding: 25px 7px 25px 25px;
position:relative;
overflow:auto;

	}
	
.footlinks{
width: 140px;
float:left;
padding-right:18px;
color: #e8e9e9;
font-size:11px;
	}	
.footlinks a{
text-decoration: underline;
color: #e8e9e9;
font-size:11px;
	}	

.footlinks ul{
list-style: none;
	}
	
.footlinks a:hover{
text-decoration: none;
color: #fff;
	}		
	
.logo-bot{
padding: 7px 0 20px 25px;
height:20px;
	}	

.banner {
float:left;	
margin: 0 0 0 4px;

	}

.counters {
float:right;	
margin: 0 0 0 24px;
	}
	
.copir{
color:#FFF;
font-size:19px;
margin-right:3px;
	}	
	
.cell1, .cell2 {
width:168px;
height:12px;
line-height:12px;
float:left;
background-color: #e9edee;
/*
background-color: #EEE;
*/
border:solid 1px white;
padding:2px;
 display: table-cell !important;
  display: inline;
}

.cell2{
width:23px;
background-color: #e9edee;
text-align:center;
}

.turnir {
	width: 233px;
	margin: 10px 10px 0 0;
	float:left;
	}
.turnir-header{
	width:auto;
float:none;
background-color:#bcbcc1;
border:solid 1px white;
padding:2px;
color:#FFF;
text-align:center;
	}	
.turnir-header a{
color:#FFF;
	}
.turnir-header a:hover{
color:#000000;
	}
    
/* added */
.block a.tablo-header {
color:#FFF;
	}
.block a.tablo-header:hover{
color:#000000;
	}
.text-dark {
    color: #aaa;
}
.block.dle_ls_stream .switcher {
    margin-left: 2px;
    padding-left: 2px;
}
.block .reklama .stroka1 a {
    text-decoration: underline;
}
.block .reklama .stroka1 a:hover {
    text-decoration: none;
}
/* toto, stat, quiz */
.toto-table th, .stat-table th, .quiz-table th{
    background-color:#bcbcc1;
    color:#FFF;
    text-align:center;
    padding: 2px;
}
.toto-table th.left, .stat-table th.left, .quiz-table th.left{
    text-align:left;
}
.toto-table th a, .stat-table th a, .quiz-table th a{
    color:#FFF;
}
.toto-table th a:hover, .stat-table th a:hover, .quiz-table th a:hover{
    color:#000000;
}
.toto-table td, .stat-table td, .quiz-table td{
    background-color:#e9edee;
    text-align:center;
    padding: 2px;
}
.toto-table td.left, .stat-table td.left, .quiz-table td.left{
    text-align:left;
}
.toto-table td.right, .stat-table td.right, .quiz-table td.right{
    text-align:right;
}
.toto-table td.white, .stat-table td.white, .quiz-table td.white{
    background-color: #fff;
}

/* global-table */
.global-table th{
    background-color:#bcbcc1;
    color:#FFF;
    text-align:center;
    padding: 2px;
}
.global-table th.left{
    text-align:left;
}
.global-table th a{
    color:#FFF;
}
.global-table th a:hover{
    color:#000000;
}
.global-table td{
    background-color:#e9edee;
    text-align:center;
    padding: 2px;
}
.global-table td.left{
    text-align:left;
}
.global-table td.right{
    text-align:right;
}
.global-table td.white{
    background-color: #fff;
}

.clear {clear: both;}	

.line {
height:2px;	
	}


.news_title {
	font: 22px/28px Arial, Tahoma, Verdana, sans-serif;
	font-weight: 500;
	color: #333;
}

.news_content {
	clear:both;
	padding: 15px 0 0 0;
	font: 14px/20px Arial, Tahoma, Verdana, sans-serif;
	color: #444
}	

.news_content a{
	color: #1B5C7B
	}	

.news_content a:hover{
	text-decoration: underline;
	}		

.news_content img {
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.news_source {
	margin-top: 30px;
	clear:both;
	color: #999;
}

.news_source a{
	color: #999;
	text-decoration: underline;
	}	

.news_source a:hover{
	color: #999;
	text-decoration: none;
	}

.news_block_header {
	font: normal 18px Verdana, Arial, Sans-Serif;
	line-height: 1.3em;
	margin-top: 30px;
	color: #333;
	font-size: 18px;
	margin-bottom: 7px;
	border-bottom: 1px solid #CCC;
}

.news_block_header span {
	color: #1B5C7B;
}

.news_block_header span.comments_open_close {
	font-size: 13px;
	font-weight: normal;
	color: #1B5C7B;
	margin-left: 45px;
	position: relative;
}

.news_linked {
	font: 13px/20px Arial, Tahoma, Verdana, sans-serif;
	margin-left: 15px;
}

.news_linked a {
	color: #1B5C7B;
	text-decoration: none;
}

.news_linked a:hover {
	text-decoration: underline;
}

.reg2comment {
	color: #888;
	font-size: 22px;
	margin-bottom: 10px;
}

.reg2comment a {
	text-decoration: underline;
}

.reg2comment a:hover {
	text-decoration: none;
}

.comments_rss_link {
	float: right;
	font-size: 12px;
}


.button-write-to {
height: 25px;
border-radius: 4px;
float: left;
text-decoration: none;
color: #FFFFFF;
background: #1B5C7B url(../images/write.png) no-repeat 4px 1px;
margin-left: 10px;
}

.button-write-to span {
color: white;
float: left;
margin-left: 35px;
padding: 4px 40px 5px 0;
cursor: pointer;
}

.button-add-friend {
height: 25px;
border-radius: 4px;
float: left;
text-decoration: none;
color: #FFFFFF;
background: #1B5C7B url(../images/add_friend.png) no-repeat 4px 1px;
}

.button-add-friend span {
color: white;
float: left;
margin-left: 35px;
padding: 4px 20px 5px 0;
cursor: pointer;
}

.button-betting {
height: 25px;
border-radius: 4px;
float: left;
text-decoration: none;
color: #FFFFFF;
background: #1B5C7B url(../images/betting.png) no-repeat 4px 1px;
}

.button-betting span {
color: white;
float: left;
margin-left: 35px;
padding: 4px 20px 5px 0;
cursor: pointer;
}