/* CSS Document */

/* Content */

#main {
	width:535px;
	float:left;
	}
#sidebar {
	height: 700px;
	width:210px;
	float:right;
	margin: 15px 0 20px 0;
	}
	
/* Sidebar*/

/* Sidebar Select Menus*/
#drop-downs {
	margin:0px 0px 15px 0px; 
	float: right; 
	width: 210px;
	background-color:#fff;
	border-bottom:2px solid #CCC;
	padding: 0 0 15px 0;
}

#sidebar input{
	
}

#sidebar select{
	width: 210px;
	margin: 0 0 0 0;
	font: 75% sans-serif, Verdana;
	font-size: 12px;
	
}

#sidebar select option.top{
	color:#999;
}

#sidebar .video_title{
	font-size:18px;
	margin: 0 0 15px 10px;
	}
	
#sidebar .line_break {
	 width:210px; 
	 margin-top: 0px;
	 margin-bottom:30px;
}

/* Sidebar Videos Thumbs*/
#sidebar #thumb_container {
	height: min-intrinsic;
	min-height: 75px;
	max-height: 515px; 
	width:195px;
	overflow: hidden; 
	float:left;
	margin: 0 0 15px 0;
	position:relative;
}


#thumbs {
	width:195px;
	position:relative;
}

#thumbs .video{
	width: 175px;
	height:65px;
	margin: 0 0 10px 10px;
	}

#thumbs .video img{
	width: 86px;
	height: 65px;
	border-left: none;
	border-right: none;
	float: left;
	margin-right: 9px;
	filter:alpha(opacity=65); 
	-moz-opacity: 0.65; 
	opacity: 0.65; 
	}
	
#thumbs .video:hover img{	
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}

#thumbs .video .selected  img{
	border-left: none;
	border-right: none;
	float: left;
	margin-right: 9px;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}
#thumbs .video .label {
	color:#656565;
	font-size: 9px;
}
#thumbs .video:hover .label {
	color:#656565;
	font-size: 9px;
}
#thumbs .video .label .title {
	color:#000;
	font-weight: bold;
	font-size: 11px;
}

#thumbs .video:hover .label .title {
	color:#fe0000;
}

#thumbs .video .selected .label .title {
	color:#fe0000;
}

/*Posters*/

#info #poster-title {
	margin-bottom:15px;
}

#info .poster {
	width:145px; 
	margin-right:45px; 
	float:left; 
	margin-bottom:20px;
}

#info .last{
	margin-right:0px; 
}

#info .poster img{
	border-left:none; 
	border-right:none; 
	margin:0;
}

#info .poster span{
	font-size:10px; color:#656565;
}


/* Sidebar Video Scroller*/

#scrollBar {
	float: right;
	height: 515px;
	width: 15px;
	display:none;
}

#scrollArrowDown {
	width: 15px;
	height: 15px;
	background-image:url(images/scrollArrowDown.gif);
	border-top: solid 1px #DADADA;
}

#scrollArrowUp {
	width: 15px;
	height: 15px;
	background-image:url(images/scrollArrowUp.gif);
	border-bottom: solid 1px #DADADA;
}

#scrollArea {
	height: 483px;
	position:relative;
	width: 15px;
	overflow: hidden;
	background-color: #DADADA;
}

#scroller {
	position: relative;
	width: 15px;
	background-color: #000;
}
