@charset "UTF-8";
/* CSS Document */



#video_page {
	margin-left:auto; 
	margin-right:auto; 
	width:900px;
	
}

#video_player_container {
	width: 900px;
	float: left;
	height: auto;
	margin-bottom: 50px;
}
#fender_vision_logo {
	height: 425px;
	width: 215px;
	float:left;
	background-image: url(/themes/video/images/fendervision_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#video_player {
	height: 385px;
	width: 640px;
	float:left;
	background-color: #000000;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 22px;
}

#vid_holder {
	width: 135px;
	height: 135px;
}

#video_playlist {
	float:left;
	overflow-y:scroll;
	height: 400px;
	width: 850px;
	padding: 25px;
	margin-bottom: 25px;
}


#video_playlist li {
	float: left;
	list-style-type: none;
	padding-bottom: 10px;
	margin-right:18px;
	height:160px;

}

#video_cat {
	float: left;
	height: 400px;
	width: 215px;
}

#video_cat li {
	float: left;
	list-style-type: none;
	padding: 8px;
	width: 170px;
	background-color:#EFEFEF;
	margin-bottom: 5px;
}

#latest_video {
	width: 900px;
	float: left;
}

.hidden_data {
    display:none;
}







/* Video */

#video_holder{
	float:left;
	width:385px;
	margin-bottom:50px;
	padding: 5px;
	height: auto;
	background-image:url(/themes/artists/images/video_bg.jpg);
	background-repeat:repeat-x;
}
#video{
	float:left;
	width:100%;
	margin-bottom:10px;
	height: 225px;
}

#video_playlist{
	float:left;
	overflow-y:scroll;
	height: 400px;
	width: 635px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#vid_img{
	float:left;
	width:135px;
	background:#666666;
	height: 80px;
}

#vid_desc{
	float:left;
	width:100%;
	font-size: 10px;
}
#video_desc_holder {
	height:200px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow-y:auto;
	margin-right: 10px;
	margin-top: 200px;
}
#video_desc_holder #title {
	padding-bottom: 10px;
}
