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

#video_container {
}

#video_frame {
height: 299px;
padding: 5px;
}

#video_player {
width: 400px;
height: 269px;
margin: 10px;
float:left;
}
#video_list {
background-color: #0a1f45;
margin: 10px;
width: 223px;
height: 260px;
overflow:auto;
padding:5px;
}
#video_item {
text-align: left;
width:100%;
height: 81px;
background-color: #0f306d;
margin-bottom: 5px;
overflow: hidden;
cursor: pointer;
}
#video_item_image {
width: 100px;
height: 81px;
margin-right:10px;
float:left;
overflow:hidden;
}
#video_item_text{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #FFFFFF;
height: 40px;
padding-right:5px;
overflow: hidden;
}

#video_item_title{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:10px;
color: #FFFFFF;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 5px;
}
