/* /img/logo.png) */
* {margin:0;padding:0;border:0;	}
.clear {overflow:hidden;clear:both;font-size:0;}
.f-r {float:right;}
.f-l {float:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.off {display:none;}

/* --------------------------------------- Layout ---- */
body {
    text-align:center;
    background:#FFF url(/img/bg.gif) repeat;
    font:70% normal Arial,Verdana,Helvetica,sans-serif;
    }

#flash_video {width: 500px; height: 380px;}

#scrollup {
	position: fixed;
	opacity: 0.5;
	background: #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	left: 700px;
	bottom: 5px;
	display: none;
	cursor: pointer;
}	


#scrollup2 {
	position: fixed; 
  padding: 10px 0px 10px;
  
	bottom: 100px;
	display: none;
}	

#wrapper {
    position:relative;
    width:1030px;
    margin:0 auto;
    border:1px solid #CCC;
    border-width:0 1px;
    background:#FFF;
    text-align:left;
	}
#logo {
    position:absolute;
	top:10px;
	left:88px;
	z-index:1;
    }
    #logo h1 {
    	width:200px;
    	height:167px;
    	background:transparent url(/img/logo.png) no-repeat 0 0;
    	}
        #logo h1 a {
            display:block;
            width:132px;
            height:120px;
            margin:0 auto;
            }
    	#logo h1 span {
    		z-index:99;
    		position:absolute;
    		top:-9000px;
    		left:-9000px;
    		}
#header {
	height:116px;
	border-bottom:15px solid #CE1124;
	}
#container {
	overflow:hidden;
	width:795px;
	min-height:700px;
	margin-left:180px;
	padding:20px;
	border-left:15px solid #CE1124;
	}
#leftbar {
	position:absolute;
	top:0;
	left:0;
	width:180px;
	padding:151px 0 20px;
	border-right:15px solid #CE1124;
	}
#content {
	float:left;
	width:545px;
	min-height:300px;
	}
#sidebar {
	float:left;
	width:240px;
	margin-left:8px;
	}
#footer {
    clear:both;
	overflow:hidden;
	padding:10px;
	border-top:1px solid #999;
	background:#FAFAFA;
	}
	#footer p {
		float:left;
        margin:0;
		}
		#footer .links {float:right;}
		#footer a {color:#000;}

/* Ads */
#banner {
	position:absolute;
	top:15px;
	left:295px;
	width:728px;
	height:90px;
	background:#FFF;
	text-align:center;
	}
	#banner a {
		display:block;
		margin-top:5px;
		color:#FFF;
		}
.btm-banner {
    text-align:center;
    }

/* --------------------------------------- Left navigation ---- */
#nav {
	list-style:none;
	}
	#nav li {
		border-top:1px dashed #CCC;
		background:#E4E4E4;
		}
		#nav .last {
			border:1px dashed #CCC;
			border-width:1px 0;
			}
	#nav li a {
		position:relative;
		z-index:2;
		display:block;
		width:140px;
		padding:5px 20px;
		background:url(/img/top-level.gif) no-repeat 8px 60%;
		text-decoration:none;
		font-weight:bold;
		color:#000;
		}
	#nav li ul {
		list-style:none;
		}
	#nav li ul li {
		border:none;
		}
	#nav li ul a {
		width:130px;
		background:#FFF url(/img/level.gif) no-repeat 18px 60%;
		padding:4px 20px 4px 30px;
		font-weight:normal;
		}
		#nav li ul a:hover {
			background-color:#F2F2F2;
			}

/* --------------------------------------- Font size controls ---- */
#site-controls {
	position:absolute;
	top:90px;
	left:10px;
	}
	#site-controls li {
		display:inline;
		list-style:none;
		}
		#site-controls li img {
            cursor:pointer;
			background:#FFF;
			}

/* --------------------------------------- Links ---- */
 a {
    text-decoration:none;
    color:#185377;
    }
    a:hover {
        text-decoration:underline;
        color:#4b8ab1;
        }
#content .block .content a,
#content .block .info a,
#footer a,
.add-comment a {
    text-decoration:underline;
    }

/* --------------------------------------- News blocks ---- */
.aln {
    margin-bottom:10px;
    padding:3px 10px;
    border:1px solid #CCC;
    background:#EAEAEA;
    text-align:center;
    color:#000;
    }
    .aln h2 {
        font-size:1.5em;
        font-weight:normal;
        }
        .aln h3 {
            font-size:1.3em;
            font-weight:normal;
            }
    .aln a {
	    border-bottom:1px solid #000;
	    text-decoration:none;
	    color:#000;
        }
        .aln a:hover {
            text-decoration:none;
            color:#F00;
            }
        .aln.paging a {
    	    font-weight:bold;
            }
.block {
	width:543px;
	margin:0 0 10px 0;
	border:1px solid #CCC;
	}
    .block.news {
        border:1px dashed #CCC;
        border-width:0 0 1px;
        }
    .block .content p {
        margin-bottom:5px;
        margin-right:2px;
        }
        #sidebar .block .content p {
            margin:5px 0;
            }
    #sidebar .block {
		width:240px;
		}
    .block h2,
	.block h3 {
		padding:3px 10px;
		border-bottom:1px solid #CCC;
		background:#EAEAEA;
		font-size:1.3em;
		font-weight:normal;
		}
        .block.news h2,
    	.block.news h3 {
            border:0;
            background:none;
            }
        .block h2 {font-size:1.5em;}
        .block h3 {padding:4px 10px 5px;font-weight:bold;}
		.block h2 a,
        .block h3 a {
            border-bottom:1px solid #000;
			text-decoration:none;
            color:#000;
			}
            .block h2 a:hover,
            .block h3 a:hover {
                text-decoration:none;
                color:#F00;
                }
	.block .content {
		padding:10px;
		background:#FFF;
		}
        #sidebar .block.blogs .content {
            padding-bottom:0;
            }
            #sidebar .block.subscribe form {
                margin-top:10px;
                }
                #sidebar .block.subscribe input {
                    width:120px;
                    padding:2px 3px;
                    }
                    #sidebar .block.subscribe .btn {
                        position:relative;
                        top:3px;
                        width:auto;
                        padding:2px 0;
                        }
        .block .content:after {
            display:block;
            clear:both;
            visibility:hidden;
            height:0;
            content:".";
            font-size:0;
            }
		.block .content img {
			float:left;
			margin-right:10px;
			}
            .block .content img.inline {
                float:none;
                display:inline;
                margin-right:3px;
                }
.block .info {
    clear:both;
	padding:3px 10px;
	background:#F2F2F2;
	}
    .block.news .info {
        padding-bottom:10px;
        background:none;
        }
    .block .info:after {
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        content:".";
        font-size:0;
        }
	.block .info p {
		margin-bottom:3px;
		}
		.block .info .date {
            float:left;
			margin:0;
			}
            .block .info .date.f-r {
                float:right;
                }
		.block .info .visit {
			margin:0;
			}
	.block .info img {
		vertical-align:middle;
		}
		.block .info .author a {
			font-weight:bold;
			}
.positions {
	width:100%;
	border-collapse:collapse;
	}
	.positions th,
	.positions td {
		padding:2px;
		vertical-align:top;
		}
    #content .positions th,
    #content .positions td {
        padding:5px 3px;
        vertical-align:middle;
        }
	.positions th {
		text-align:left;
		background:#EAEAEA;
		}
            .positions.matches th {
                text-align:center;
                }
	.positions .even td {background:#F2F2F2;}

    #sidebar .block table strong a {
        text-decoration:underline;
        color:#000;
        }
        #sidebar .block table strong a:hover {
            color:#F00;
            }

    /* Blogs */
    .block.blogs dl {
        margin-bottom:15px;
        }
    .block.blogs img {
        position:relative;
        top:4px;
        }
        .block.blogs .author a {
            color:#000;
            text-decoration:underline;
            font-weight:bold;
            }

    /* Polls */
    #sidebar .block.polls .content h4 {
        margin-bottom:10px;
        font-size:1em;
        }
    #sidebar .block.polls .content p {
        margin-bottom:0;
        }
    #sidebar .block.polls .content div {
        padding:1px 0 2px;
        }
        #sidebar .block.polls .content div input {
            vertical-align:middle;
            }
    #sidebar .block.polls .content input.btn {
        margin:10px 0 5px;
        }

/* --------------------------------------- Comments ---- */
.add-comment {margin:10px 0;}
.add-comment a {
	padding-left:20px;
	background:url(/img/add.gif) no-repeat 0 0;
	font-size:1.2em;
	}
.add-comment2 {margin:10px 0;}
.add-comment2 a {
	padding-left:20px;
	
	font-size:1.2em;
	}
		
#comments {
	width:545px;
	margin:10px 0;
	}
	#comments #add-comment {
		margin-bottom:10px;
		}
	#comments a {
		color:#000;
		}
    #comments ol li {
        clear:both;
        overflow:hidden;
        margin-bottom:10px;
        background:#EAEAEA;
        list-style:none;
		}
    #comments ol li .item {
        padding:10px;
        }
			#comments ol li img {
				float:left;
				margin:0 5px 3px 0;
				}
			#comments ol li strong {
				display:block;
				margin:3px 0;
				}
			#comments ol li p {
				clear:both;
				margin-top:3px;
				}
			#comments ol li br {clear:both;}

		#comments ol li ol {
			margin:5px 0 0 10px;
			}
		#comments ol li ol li {
            margin:0 0 0 10px;
			background:#FAFAFA;
			}
		#comments li.even {
			background:#F2F2F2;
			}
input,
textarea {
    border:1px solid #CCC;
	font:120% normal Arial,Verdana,Helvetica,sans-serif;
	}
#comments textarea {
	width:543px;
	height:100px;
	margin-top:3px;
	border:1px solid #CCC;
	}
	#comments ol li textarea {
		width:100%;
		margin-top:6px;
		} 
input.btn {
    width:auto;
	margin:3px 0;
	padding:3px;
	border:1px solid #999;
    border-color:#999 #333 #333 #999;
	background:#FFF url(/img/input-bg.gif) repeat-x;
    font-size:100%;
	color:#333;
	}
    input.check {
        margin:0;
        padding:0;
        border:0;
        }
.login input {
    width:100px;
    margin-bottom:3px;
    padding:3px;
    font-size:1.1em;
    }
    .login input.btn {
        font-size:1em;
        }
/* --------------------------------------- Accessibility ---- */
.mail-link {
	padding-left:20px;
	background:url(/img/email.gif) no-repeat 0 0;
	}
.rss-link {
    padding:2px 0 2px 20px;
	background:url(/img/feed.gif) no-repeat 0 0;
    }
    
.spisok {

    margin-left: 20px;
  padding-left: 20px;
	}
 
 
/* --------------------------------------- Error/Confirm ---- */
.error,
.confirm {
    margin-bottom:5px;
    padding:5px;
    border:1px solid #F00;
    text-align:center;
    font-weight:bold;
    color:#F00;
    }

.confirm {
    border-color:#5FA75E;
    color:#5FA75E;
    }
/* --------------------------------------- Misc -------------- */
.search {
    margin-top:30px;
    padding-left:30px;
    }
    .search input {
        margin-left:8px;
        }
        .search #sbi {
            width:120px;
            margin:0;
            }
        .search .btn {
            width:88px;
            margin-top:8px;
            margin-left:16px;
            }
        .search .check {
            position:relative;
            top:3px;
            }
.counters,
.partners {
    margin:30px 0 0;
    color:#666;
    }
    .counters {
        width:90px;
        margin:30px auto 0;
        text-align:center;
        }
        .counters img {
            margin-bottom:3px;
            }
    .partners {
        text-align:center;  
        margin-bottom:30px;
        padding-top:10px;
        border-top:1px dashed #CCC;
        }
    .partners h3 {
        margin-bottom:5px;
        font-size:1.2em;
        font-weight:normal;
        }
    .partners ul {
        list-style:none;
        padding:0 20px;
        text-align:left;
        }
        .partners li {padding-bottom:5px;}
