﻿/*******************************************************/
/***************** osatnio ogladane ********************/
/*******************************************************/
div#recently_watched_container {
	clear:both;
	margin-top:15px;
	float: left;
}
.content_2col div#recently_watched_container {
	width: 779px;
	border:solid 1px #CCCCCC;
}
.content_3col div#recently_watched_container {
	width: 623px;
	border:solid 1px #CCCCCC;
}
.div#recently_watched_container input {
	cursor:pointer;
}
div.recently_watched {
	outline: 1px solid #CCCCCC;
	min-height: 92px;
	]height: 115px;
	padding: 9px 0 9px 9px;
	z-index: 1;
	margin-top:0px;
	background-color:#FFFFFF;
	overflow: hidden;
}
div#recently_watched_container input.button_active {
/*	background-image:url(../images/recently_watched.gif);
	background-repeat:no-repeat;
*/
	float: left;
	background-color: #cccccc;
	border:solid 0px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	color:#070707;
	display:inline;
	font-size:10pt;
	font-weight:bold;
	height:25px;
	padding:0 10px 2px;
	cursor:pointer;
	z-index:2;
}
div#recently_watched_container input.button_nonactive {
/*	background-image:url(../images/recently_watched_clipboard.gif);
	background-repeat:no-repeat;
*/
	float: left;
	background-color: white;
	border:solid 0px #CCCCCC;
	border-right:solid 1px #CCCCCC;	
	color: #444343;
	display:inline;
	font-size:10pt;
	font-weight:bold;
	height:25px;
	padding:0 10px 2px;
	cursor:pointer;
	z-index:2;
}
div#recently_watched_container input.button_nonactive:hover {
/*	background-image:url(../images/recently_watched_clipboard2.gif); */
	background-color: #eeeeee;
	cursor:pointer;
}
div.small_recently_watched
{
	padding: 1px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	height: 90px;
	overflow:hidden;
}


/*\*//*/
.small_recently_watched {
    display: block;
}
.small_recently_watched span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
div.small_recently_watched *
{
	vertical-align: middle;
}
.content_2col .recently_watched {
	overflow: hidden;
}
.content_3col .recently_watched {
	overflow: hidden;
}
.content_2col .recently_watched_list {
	width: 712px;
	overflow: hidden;
}
ul.recent_list {
	list-style-type: none;
	margin-left: 0;
	width: 20000px;
	height: 77px;
	]height: 100px;
}
ul.recent_list li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	position:relative;
}

div.small_recently_watched a span {
	background-color:#7f94b2;
	border:1px solid gray;
	color:White;
	display:none;
	left:10px;
	padding:5px;
	position:absolute;
	top:10px;
}

div.small_recently_watched a:hover span
{
    display:block;
    top:35px;
} 
div.recently_watched a#RecentlyWatched1_HyperLink1 {
	color: white;
	clear: both;
	float: right;
	margin: 6px 0 -9px -10px;
	background: url(../images/favourite_arrow.gif) no-repeat center right #7f94b2;
	padding: 1px 20px;
	font-size: 9pt;
	width: 583px;
	text-align: right;
	height: 16px;
}
.content_2col div.recently_watched a#RecentlyWatched1_HyperLink1 {
	width: 739px;
	]margin-left: -9px;
}
div.recently_watched a#RecentlyWatched1_HyperLink1:hover {
	text-decoration: underline;	
}