
/* --------FEATURED USER MOVIES--------*/

.usermovie_300_row
{
	width: 300px;
	
	clear: both;
}

.usermovie_300_row_selected
{
	width: 300px;
	height: 105px;
	
	clear: both;
	
	background: url(um_next.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.usermovie_300_row_playing
{
	width: 300px;
	height: 105px;
	
	clear: both;
	
	background: url(um_playing.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.usermovie_300_row_watched
{
	width: 300px;
	height: 105px;
	
	clear: both;
	
	background: url(um_watched.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.usermovie_300_thumb
{
	width: 75px;
	height: 75px;
	
	margin: 5px 10px 5px 15px;
	border: 1px solid #000000;
	
	cursor: pointer;
	cursor: hand;
	
	background: url('temp_um.gif');
	
	float: left;
	display: inline;
}

.usermovie_300_image
{
	border: 0px;
}

.usermovie_300_textbox
{
	width: 165px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
	
	overflow: hidden;
	
	float: left;
	display: inline;
}

.usermovie_300_title
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #213A70;
	text-decoration: none;
	
	max-height: 28px;
	overflow: hidden;
}

.usermovie_300_text
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
	max-height: 25px;
	_height: 25px;
	overflow: hidden;
}

.usermovie_300_sub
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.usermovie_display_see_more
{
	width: 288px;
	
	padding-right: 12px;
	padding-top: 5px;
	
	display: inline;
	float: left;
	clear: both;
	
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	
	background: url('GTIndexForSlices2_f_25.gif');
	background-repeat: repeat-y;
}

.usermovie_display_see_more a
{
	color: #213A70;
	text-decoration: none;
}
