@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
body {
	font-family: Open Sans, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	background-color: #2b2b2b;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #8f8f8f;

}

img {
	border: 0;
		}

a { text-decoration:none; }
a:hover { text-decoration:underline; }

#menupas
{
	width: 100%;
	background-color: #010005;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
	height: 40px;
	position: fixed;
	z-index:100;
		}


#foodpas
{
	width: 100%;
	background-color: #010005;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #474747;
	float: right;
	}

#food{
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#logofood {
	width: 500px;
	font-size: 12px;
	color: #8f8f8f;
	float: left;
	text-align:center
}
#logofood a{
	color: #8f8f8f;
	}

.linkfood {
	width: 110px;
	font-size: 14px;
	color: #fffffF;
	float: left;
	line-height: 14px;
	padding-top: 10px;
	}	
.linkfood a {
	font-size: 12px;
	color: #8f8f8f;
	}

#nav{
	width: 1004px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#menu
{
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;  
	
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 20px;
	color: #cecece;
	text-transform: uppercase;
	font: 12px/25px Open Sans;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #fafafa;
}


#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 6px;
    height: 10px;
    width: 170px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
#container{
	width: 1008px;
	margin: 0px auto;
	padding-top: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerl{
	width: 550px;
	height: 33px;
	padding-left: 25px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#headerp{
	width: 400px;
	height: 33px;
	padding-left: 25px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	text-align: right;
}
#headerp a {
color: #8f8f8f;
}
#sluchon{
}
#logo{
	width: 241px;
	height: 117px;
		float: left;
}
#bgheader{
	width: 763px;
	height: 117px;
	float: right;
	background-image: url(/images/najlepszepartywsieci.png);
	color: #fff;
	font-size: 12px;
	text-align: right;
}
#bgheader a{
color: #fff;
}

.inputyheader{
	font-style:normal;
	color:#8f8f8f;
	border:1px solid #d2d2d2;
	padding: 2px;
	margin: 5px;
	background-color: #ffffff;
	width: 100px;
	font-size: 12px;
}	
.submitheader{
	font-style:normal;
	color:#8f8f8f;
	border:1px solid #d2d2d2;
	padding: 2px;
	margin: 2px;
	background-color: #ffffff;
	font-size: 12px;
}	

#reklama1{
	width: 1004px;
	float: left;
	text-align: center;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: auto;
}

#reklama2{
	width: 1004px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: auto;
}

#batonyfood{
	width: 1004px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: auto;
}


.marquee-with-options{
        overflow: hidden;
        width: 1004px;
        float: left;
        height: 25px;
        border:0px;
        background-color: #010005;
        font-size: 12px;
        padding-top: 8px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left:5px;
        margin-top: 5px;
}
	

/*General Mosaic Styles*/
.mosaic-block {
    float:left;
    position:relative;
    overflow:hidden;
    width:166px;
    height:100px;
    margin:0px;
    padding-left:1px;
    padding-right:1px;
    background: url(/images/progress.gif) no-repeat center center;
display: block;

}

    .mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
    }
    
    .mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
    }
    

	.bar .mosaic-overlay {
	    bottom:-100px;
	    height:100px;
	    background:url(/images/kgg.png);
	}

	
	/*** End Animation Styles ***/
.details  { 
	    padding:60px 0px 0 8px;
	    font-size:12px;
	    margin:0;
            color:#ffffff;
	    }
.clickdetails {
    width:166px;
    height:100px;
    margin-top: -55px;
    display: block;
    z-index:50;
}
.gra {
	    font-size:12px;
	    margin:0;
            color:#ffffff;

	    display: block;
	    position:absolute;
	    z-index:55;
}

#slajder{
	width: 620px;
	float: left;
	padding-top: 40px;
}
/* jQuery Content Panel Switcher CSS */


a, a:visited, a:hover {
  cursor: pointer;
}

.switcher-content {
  display: none;
}
.righttable {
	width: 365px;
	float: right;
	margin-top:4px;
	margin-bottom:4px;
	background: #272727;
	border: thin solid #010005;
}
.pasek {
	width: 100%;
	height: 40px;
	float: right;
	background: #2f2f2f;
	
}
.selected{
color: #a3a3a3;
}
.tresc {
line-height: 20px;
font-size: 14px;
color: #979797;
}

.tresc a{
color: #979797;
}

.tabela {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tabelaramowka {
	height: auto;
	width: 100%;
	padding: 10px ;
}

.listan {
	width: 10px;
	float: left;
	height: 50px;
	font-size: 14px;
	color:#ffffff;
	padding: 2px 8px;
}
.listat {
	width: 280px;
	float: left;
	height: 50px;
	font-size: 14px;
	color:#979797;
	padding: 2px;
}
.listap {
	width: 30px;
	float: left;
	height: 50px;
	font-size: 14px;
	padding-top: 10px;
	
}
.tytullista {
	font-size: 12px;
	color: #ffffff
}

.wiecej a{
float: right;
font-size: 12px;
color: #ff9c01;
}

#left{
    width: 620px;
    float: left;
}
#right{
    width: 365px;
    float: right;
}

.lefttable {
	width: 618px;
	float: left;
	background: #272727;
	border: thin solid #010005;
	margin-top: 4px;
	margin-bottom: 4px;
	height: auto;
}
.news {
	width: 300px;
	float: left;
	height: 285px;
	font-size: 14px;
	margin: 3px;
	padding-left: 2px;
	padding-bottom: 6px;
}
.plakat {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 300px;
    margin-bottom: 5px;
}

.prezenter {
    border: 1px solid #000000;
    border-radius: 5px;
    width: 200px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200px;
    margin: 10px 0 0 10px;
    float: left;
}


.prezenterlist {
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100px;
    margin-right: 10px;
    float: left;
}

.kanal {
    width: 350px;
    height: 133px;
    margin: 10px;
    float: left;
}


.jakosc {
    float: left;
    text-align: center;

}

.newstitle a{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
.newstitle a:hover{
text-decoration:none;
}

.newstext a{
    color: #8f8f8f;
    font-size: 12px;
    line-height: 24px
}

.newstext a:hover{
text-decoration:none;
}

.fotouser {
    width: 140px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 140px;
    margin: 7px;
    float: left;
}
.delfoto {
    width: 138px;
    height: 20px;
    margin-top: 2px;
    z-index: 100;
    position: absolute;
}
.fotogaleria{
width: 151px;
font-size: 12px;
height: 150px;
float: left;
text-align: center;
margin: 5px 0 0 2px;
}


.imggal
{
border: 1px solid #000000;
border-radius: 5px;
}

.fotoclick {
    width: 140px;
    height: 90px;
display: block;
}

.user {
    width: 138px;
    height: 20px;
    background-color: #000;
    opacity: 0.8;
    color: #a3a3a3;
    margin-top: -22px;
    padding-top: 2px;
    padding-left: 3px;
    z-index: 10;
}
.mix {
    width: 480px;
    height: 30px;
    float: left;
    font-size: 12px;
    padding-top: 5px;
}
.download {
    width: 90px;
    height: 30px;	
    float: left;
    padding-right: 5px;
    padding-top: 5px;
}

.nutka {
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    background: url(/images/nutka.png) no-repeat center center;
    display: block;
    padding-left: 5px;
}

.pozdrowienia {
    line-height: 20px;
    font-size: 14px;
    color: #979797;
    padding: 10px;

}
.inputy{
font-style:normal;
color:#ffffff;
background:#454545;
border:1px solid #ffffff;
text-shadow:0px -1px 1px #222222;
padding: 2px;
margin: 5px;
}
.textareasms{
font-family: Open Sans, Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style:normal;
color:#ffffff;
background:#454545;
border:1px solid #ffffff;
text-shadow:0px -1px 1px #222222;
width: 300px;
height: 120px;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;

}
.textarekom{
font-family: Open Sans, Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style:normal;
color:#ffffff;
background:#454545;
border:1px solid #ffffff;
text-shadow:0px -1px 1px #222222;
width: 450px;
height: 100px;
margin-right: 5px;
padding: 5px;

}

.wyslij { 
    background: url(/images/wyslij.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 88px;
    height: 30px;
    border: 0px;

    cursor: pointer;
    outline: 0;

}
.polecamy{
    width: 160px;
    font-size: 12px;
    padding-left: 10px;
    margin: 5px;    
    text-decoration: none;
    color: #8f8f8f;
	float: left;
}

.polecamy a {
    text-decoration: none;
	color: #8f8f8f;
}



.center{
width:100%;
font-size: 12px;
text-align:center;
}

/* Tooltip */

#tooltip {
    position:absolute;
    z-index:9999;
    color:#fff;
    font-size:11px;
    width:180px;
    text-align: center;
}

#tooltip .tipHeader {
    height:8px;

}


#tooltip .tipBody {
    background-color:#000;
    padding:5px 5px 5px 5px;
}

#tooltip .tipFooter {
    height:8px;

}
.klatka {
	width: 160px;
	height:65px;
	display:block;
	background:transparent url('/images/klatkab.png') center top no-repeat;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 55px;
}

.klatka:hover {
   background-image: url('/images/klatka.png');
}


.adresik {
 padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
 width: 152px;
 height:65px;
 display:block;
 background:transparent url('/images/adresikb.png') center top no-repeat;
 float: left
}

.adresik:hover {
   background-image: url('/images/adresik.png');
}


.iv {
padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
 width: 111px;
 height:65px;
 display:block;
 background:transparent url('/images/ivb.png') center top no-repeat;
 float: left
}

.iv:hover {
   background-image: url('/images/iv.png');
}

.oh {
padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
 width: 104px;
 height:65px;
 display:block;
 background:transparent url('/images/ohb.png') center top no-repeat;
 float: left
}

.oh:hover {
   background-image: url('/images/oh.png');
}

.free {
padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
 width: 155px;
 height:65px;
 display:block;
 background:transparent url('/images/freeb.png') center top no-repeat;
 float: left
}

.free:hover {
   background-image: url('/images/free.png');
}

.webstat {
padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
 width: 186px;
 height:65px;
 display:block;
 background:transparent url('/images/webstatb.png') center top no-repeat;
 float: left
}

.webstat:hover {
   background-image: url('/images/webstat.png');
}

/*------------------POPUPS------------------------*/
#fade {
    display: none;
    background: #000; 
    position: fixed; left: 0; top: 0; 
    z-index: 10;
    width: 100%; height: 100%;
    opacity: .80;
    z-index: 9999;
}
.popup_block{
    display: none;
    background: #272727;
    padding: 20px; 	
    border: 5px solid #ddd;
    float: left;
    font-size: 10px;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
img.btn_close {
    float: right; 
    margin: -35px -35px 0 0;
}
.popup p {
    padding: 5px 10px;
    margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
    position: absolute;
}
*html .popup_block {
    position: absolute;
}

.poplight  {
font-size: 10px;
color: #ff9c01;
}

.godzina {
	width: 80px;
	float: left;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	color: #07ACEC;
}
.dj {
	width: 190px;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
.audycja {
	width: 260px;
	float: left;
	margin-right: 28px;
	font-size: 14px;
	padding: 5px 10px 5px 5px;
	margin-bottom: 5px;
}

.godzina2 {
	width: 80px;
	float: left;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	background: #2f2f2f;
	color: #07ACEC;
}
.dj2 {
	width: 190px;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	background: #2f2f2f;
}
.audycja2 {
	width: 260px;
	float: left;
	margin-right: 28px;
	font-size: 14px;
	padding: 5px 10px 5px 5px;
	background: #2f2f2f;
	margin-bottom: 5px;
	color: #fff;
}
.tooltipimg
{
  text-decoration:none;
  position:relative;
}
.djram {
 color: #ffc000;
 text-decoration:none;
} 
.tooltipimg span
{
  display:none;
background-color: #8F8F8F;
}
.tooltipimg span img
{
  float:left;
  margin:0px 0px 0px 0;
}
.tooltipimg:hover span
{
  display:block;
  position:absolute;  top:0;  left:0;
  z-index:1000;
  width:auto;
  min-height:10px;
  border:1px solid black;
  margin-top:12px;
  margin-left:12px;
  overflow:hidden;
  padding:8px;
}
a.fplayer {
      display: block;
      width: 230px;
      height: 45px;
      margin-top: 10px;
      margin-bottom: 10px;
      background-color: #272727;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }
a.fplayer *:focus {
      outline-style: none;
    }
.form { margin: 0;}
.pagination {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 10px;
    color: #b7b7b7;
    padding-top:20px;
    padding-bottom: 10px;
}
.pagination .selected {
    border-radius: 3px;
    border: solid 1px #3e4347;
    background: #2f3237;
    font-size:1.2em;
    line-height:1em;
    color: #b7b7b7;
    font-weight: bold;
    padding:0px 5px 2px 5px;
    margin-left:2px;
    margin-right:2px;
}
.pagination a {
    border-radius: 3px;
    border: solid 1px #2f3237;
    background: #3e4347;
    font-size:1.2em;
    line-height:1em;
    color: #b7b7b7;
    padding:0px 5px 2px 5px;
    margin-left:2px;
    margin-right:2px;
    text-decoration:none;
}
.pagination a:hover {
    border-radius: 3px;
    border: solid 1px #32373b;
    background: #3d4f5d;
    text-decoration:none;
}
.nawitab {
    padding-top: 8px;
    padding-left: 12px;
    font-size:15px;
    color: #ffffff;
    }
.nawitab a{
margin-right: 20px;
}
.nawitab a:hover{
text-decoration:none;
}
*:focus {
outline: none;
}
.sms_error
{
height: auto;
padding: 2px;
background: #3E4347;
text-align: center;
font-weight: bold;
font-size: 12px; 
color: #F88B00;
}
.sms_ok
{
height: auto;
padding: 2px;
background: #3E4347;
text-align: center;
font-weight: bold;
font-size: 12px;
color: #F88B00;
}
.tabcontent {
width: 618px;
padding: 3px;
}
.prez {
width: 597px;
float: left;
color: #ffffff;
font-size: 12px;
padding: 5px 5px 5px 10px;
margin-bottom: 5px;
}
.prez a{
font-size: 14px;
color: #B7B7B7
}

.prez2 {
width: 597px;
float: left;
color: #ffffff;
font-size: 12px;
background: #2f2f2f;
padding: 5px 5px 5px 10px;
margin-bottom: 5px;
}
.prez2 a{
font-size: 14px;
color: #B7B7B7
}

.daneprezentter {
width: 350px;
float: left;
font-size: 14px;
padding: 5px 5px 5px 10px;
margin-bottom: 5px;
line-height: 24px;
}

.daneosobiste {
width: 98%;
float: left;
font-size: 14px;
padding: 5px 5px 5px 10px;
margin-bottom: 5px;
line-height: 24px;
}

.showreq {
    width: 597px;
    font-size: 14px;
    text-align:center;
    color: #fff;
    background-color: #CC0000;
    padding: 5px 5px 5px 10px;
}
.listadane {
	width: 470px;
	float: left;
	height: 30px;
	font-size: 14px;
	color:#979797;
	padding: 8px 0 0 6px;
}
.listamp3 {
	width: 35px;
	float: left;
	height: 30px;
	padding: 2px;
}
.listaglos {
	width: 90px;
	float: left;
	height: 30px;
	padding: 5px;
}
.glosuj { 
    background: url(/images/glosuj.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 88px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    outline: 0;

}
.zaloguj { 
    background: url(/images/zaloguj.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 88px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    outline: 0;
    padding-top:0;

}
.wyloguj { 
    background: url(/images/wyloguj.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 88px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    outline: 0;

}
.pozdrotab {
width: 380px;
height: auto;
text-align: center;
margin: 2px 10px 2px 10px;
}
.nastepny {
width: 100%;
height: 35px;
margin-top: 50px;
}
.ipsUserPhoto {
width:54px;
height:54px;
border: 1px solid #000000;
border-radius: 5px;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
}

textarea {
    resize: none;
}
.komentarzleft {
width:100px;
height:100px;
float: left;
text-align: center;
}
.komentarzright {
width:500px;
padding-left:10px;
height:100px;
float: left;
}
.komenarzadd {
width:490px;
padding-left:6px;
height:150px;
text-align: right;
float: left;
}
#player {
display: block;
width: 600px;
height: 480px;
margin:0px auto;
}
#player *:focus {
  outline-style: none;
}
.dodajkomentarz { 
    background: url(/images/dodajkomentarz.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 115px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    outline: 0;
    margin-top:5px;

}
.dodajfotke { 
    background: url(/images/dodaj.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 115px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    outline: 0;
    margin-top:5px;

}
.poprawienie { 
    background: url(/images/popraw.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 115px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    outline: 0;
    margin-top:5px;

}
.sprawdzfotke { 
    background: url(/images/sprawdzenie.png);
    text-indent:-9999px;
    background-repeat: no-repeat;
    width: 115px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    outline: 0;
    margin-left:15px;


}
#videotra {
position:relative;
width: 610px;
}
#onlinecheck {
position:absolute;
padding: 2px 2px 2px 2px;
color: #fff;
background: #000;
text-align: center;
top: 8px;
right: 25px;
}
.smallad {
position:absolute;
margin-top: 5px;
margin-left: 260px;
}
#cookiesDiv {
display: none;
position: fixed;
font-size: 10px;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
background-color: #000;
color: #fff;
padding: 5px 0;
z-index:100;
}

#cookiesDiv a {
text-align: center;
color: #999;

}
#cookiesDiv p {
text-align: center;
color: #999;
}
#videopas
{
        width: 100%;
        background-color: #010005;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #474747;
        height: 50px;
        position: fixed;
        z-index:10;
        bottom: 0px;
        text-align: center;
}
.video
{
font-size: 30px;
padding-bottom: 5px;
float: left;
}
#videocenter
{
width: 400px;
margin: auto;
}
.videoclick {
    width: 400px;
    height: 50px;
    display: block;
    position: fixed;
    z-index:15;

}
.kolor:nth-child(2n+1) {
    background: none repeat scroll 0 0 #444;
    padding: 4px;
    position: relative;
    text-shadow: 1px 1px 1px #000000;
}
.kolor {
    background: none repeat scroll 0 0 #222;
    border-top: 1px solid #000000;
    padding: 4px;
    position: relative;
    text-shadow: 1px 1px 1px #000000;
}
.inputsb {
  background: none repeat scroll 0 0 #E2E2E2;
  border: 1px solid #000000;
  color: #000000;
  margin-left: 4px;
  width: 285px;
}
.wyslijsb {
  background:#0186BA;
  background: linear-gradient(#04ACEC, #0186BA) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #000000;
  color: #000000;
  margin-left:1px;
  width: 65px;
  font-size: 12px;
}
.boxsb a { text-decoration:none; color: #66ff00; font-size: 11px;}
.boxsb a:hover { text-decoration:underline; font-size: 11px;}
.boxsb {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
  color: #ccc;
  width: 365px;
  background-color: #454545;
  float: left;
  font-size: 11px;
  overflow-x: auto;
  text-align: left;
}
.live {
background: none repeat scroll 0 0 #ff0000;
border-radius: 0 0 5px;
color:#fff;
position: absolute;
text-align: center;
text-shadow: 1px 1px 1px #000;
width: 40px;
}
.prekad{
width:100%;
font-size: 12px;
text-align:center;
padding-top: 260px;
}