
/* player style */
/* container has a background image */
.reklama {
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}


.ikona {
/*
  border: 5px ;
  border-color: #808080;
  margin:5px 5px 5px 5px;
*/
  padding:5px 5px 5px 5px;
  background-color: #808080; 
  width: 100px;
  height: 60px;
/*  text-align:left; */
}
.ikonatext {
  font-size:11px;
  color:blue;
  text-align: justify;
}

img {
  border: 0;
}
.catbut {
   font-size:14px;
   font-family:Trebuchet MS,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   height:24px;
   background-color:#0077BB;
   width: 190px;
  margin-left:    0px;
  margin-top:     2px;
  margin-right:   2px;
  margin-bottom:  0px;

}

body {
  background: black;
  color: white;
  margin: 0 0 0 0;
  font-family: arial;
  font-size: 10px;
}
#categories {
  margin-left: 20px;
  color: white;
  text-align: left;
  border: 0;
  padding: 0 0 0 0;
}
#video {
  margin-left: 10px; 
/*  text-align: center;
  border: 5px;
  border-color: yellow;
*/
}

a.player {	
	margin-top:40px;
	display:block;
	background:url(default.jpg) no-repeat;
	width:640px;
	height:480px;
	/*padding:0 126px 75px 127px;	*/
	/*text-align:center;*/
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
/*	margin-top:115px; */
	border:0;	
}


#player {
	float:left;		
  margin: 10 0 10 10;
  padding: 10 10 10 10;
  background-color: #808080;
  border: 0;
}	

/* playlist style */
#playlist {
background-color:#808080;
border:0 solid #CCCCCC;
height:486px;
margin-bottom:10px;
margin-left:0;
margin-top:10px;
overflow-x:hidden;
overflow-y:auto;
padding:2px 8px 12px 2px;
text-align:left;
width:312px;
}
/*	background-color:#efefef;
	margin-top:20px;
	float:left; */

/* playlist entry */
#playlist a {
	display:block;
	width:280px;
	height:70px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#ffc;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:3px solid green;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:green;		
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}