﻿/*******************************************************/
/***************** osatnio ogladane ********************/
/*******************************************************/
div#recently_watched_container
{
clear:both;

margin-top:60px;
}
.div#recently_watched_container  input
{
	cursor:pointer;
}
div.recently_watched
{
	border: 1px solid #E2E2E2;
	height: 100px;
	padding: 5px;
/*	position: absolute; */
	z-index: 1;
	margin-top:-1px;
}

div#recently_watched_container input.button_active
{
background-image:url(../images/recently_watched.gif);
background-repeat:no-repeat;
border:0 none;
color:#4D4D4D;
display:inline;
font-size:12px;
font-weight:bold;
height:29px;
line-height:29px;
width:158px;
z-index:2;padding-bottom:1px;
cursor:pointer;
font-family:Tahoma;
}
div#recently_watched_container input.button_nonactive
{
background-image:url(../images/recently_watched_clipboard.gif);
background-repeat:no-repeat;
border:0 none;
color:White;
display:inline;
font-size:12px;
font-weight:bold;
height:23px;
line-height:22px;
padding-bottom:4px;
width:158px;cursor:pointer;
z-index:2;font-family:Tahoma;
}
div#recently_watched_container input.button_nonactive:hover
{background-image:url(../images/recently_watched_clipboard2.gif);cursor:pointer;
}
div.small_recently_watched
{
	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 94px;
	height: 100px;
	overflow:hidden;
	
}
/*\*//*/
.small_recently_watched {
    display: block;
}
.small_recently_watched span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

div.small_recently_watched a
{
    
} 
div.small_recently_watched a span
{
    display:none;
    position:absolute ;
    top:10px;
    left:10px;
    border:1px solid gray;
    background-color:#838181 ;  
    color:White ;
    padding: 5px; 
} 
div.small_recently_watched a:hover span
{
    display:block;
    top:35px;
} 
ul.recent_list
{
	list-style-type: none;
	margin-left: 0;
	height: 77px;
}
ul.recent_list li
{
	float: left;
	list-style-type: none;
	margin-right: 3px;
		position:relative;
	top:0px;
	left:0px;
}

#btnOpis
{
float:right;
margin-top:-5px;

}
#btnOpis span
{
	float:left; clear:both; width:100%;font-family:tahoma;line-height:18px;font-size:11px;
font-weight:bold;height:20px;width:95px;background-image:url(../images/btn_blue2.png);color:black;text-align:center;
cursor:pointer;
}

#PanelOpis
{
	float:left; clear:both; width:100%;
}
#lblPageTitle
{
	float:left;
	white-space:nowrap;
}
#pnlMoreContent
{
	float:left; clear:both; width:100%;
}
div.recently_watched a#RecentlyWatched1_HyperLink1 {
	background:url("../images/favourite_arrow.gif") no-repeat scroll right center #5b96b2;
	clear:both;
	color:white;
	float:right;
	font-size:9pt;
	height:16px;
	margin:6px -6px 0px 0px;
	padding:3px 20px;
	text-align:right;
	width:559px;
}
div.recently_watched a#RecentlyWatched1_HyperLink1:hover {
	text-decoration: none;
}