﻿/*******************************************************/
/***************** osatnio ogladane ********************/
/*******************************************************/
div#recently_watched_container
{
    clear:both;
    margin-bottom:-1px;
}
div.recently_watched
{
	/*border: 1px solid #E2E2E2;*/
	min-height: 92px;
	padding: 9px 0 9px 9px;
	z-index: 1;
	margin-top:0px;
	background-color:#FFFFFF;
	overflow: hidden;
}
div#recently_watched_container input.button_active
{
	display: inline;
	background-color:white;
	width: 162px;
	height: 26px;
	border: 0px;
	z-index: 2;	
	margin-bottom:-1px;
}
div#recently_watched_container input.button_nonactive
{
	background-color:#BE8F99;
	width: 162px;
	height: 26px;
	border: 0px;
	color: White;
	display: inline;
	z-index: 2;
	position:relative;
}
div.small_recently_watched
{
	border: 1px solid #E2E2E2;
	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;
}
ul.recent_list li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	position:relative;
}

div.small_recently_watched a span {
	background-color:#838181;
	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: #393838;
	clear: both;
	float: right;
	margin: 6px 11px 0 0;
	background: url(../images/favourite_arrow.gif) no-repeat center right;
	padding-right: 13px;
	font-size: 8pt;
}
div.recently_watched a#RecentlyWatched1_HyperLink1:hover {
	text-decoration: underline;	
}