
.video_top {
	background:url('../gfx/BG_video_top.gif') no-repeat top left;
	width:100%;
	height:5px;
	clear:both;
	font-size:1px;
}

.video_bottom {
	background:url('../gfx/BG_video_bottom.gif') no-repeat top left;
	width:100%;
	height:5px;
	clear:both;font-size:1px;
}



#sidebar {
  /*  font: 1em "Lucida Grande",Lucida,Verdana,sans-serif; */
	font-size: 8px;
	color: #AFB0B1;
    background: #e8e8e8;
    float:left;
    margin:0;
    padding:15px 10px 10px 10px;
    width:170px;
	
}

#sidebar p {
	padding:0px 0px 5px 0;
}



#sidebar ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}



.tags {
	color: #fff;
	float:right;
	width:102px;
	
}

.tags a,
.tags span {
	background-color: #333839;
	font-size: 9px;
	padding: 0.1em 0.8em 0.2em;
}

.tags a:link,
.tags a:visited {
	color: #fff;
	text-decoration: none;	
}

.tags a:hover,
.tags a:active {
	background-color: #3e4448;
	color: #999;
	text-decoration: none;	
}


#sidebar li {
    /*padding:8px 0px;*/
	height:90px;
    overflow: hidden;
}

#sidebar li img {
    float:left;
    margin-right:8px;
}

#sidebar .prawa {
	float:right;
	width:102px;
}

#sidebar li .info {
    color:#3E4548;
    font-size:10px;
	margin:0;
	float:right;
	width:102px;
	
}

#sidebar .info a,
#sidebar .info a:visited {
    color:#3E4548;
    text-decoration: none;
}

#sidebar .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}



.tags span,
.tags a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



