body { font-family: "Lucida Sans Unicode", Geneva, Verdana, sans-serif; font-size: 12px; margin: 0px; padding: 0px; text-align: center; }
#container { width: 994px; margin: 0 auto; text-align: left; background-color: #FFFFFF; margin-bottom: 30px; }
/* Video Search */
#video_search { text-align: center; border: 1px dashed #999; padding: 10px; width: 520px; height: 90px; margin: 0 auto; }
#video_search p { text-align: center; margin-bottom: 10px; font-size: 14px; color: #039; }
#video_search input.search { border: 1px solid #666666; height: 30px; background-color:#FFFFCC; font-size: 18px; margin-right: 10px; }
/* Administrator Area */
#administrator { text-align: center; font-size: 14px; margin-top: 15px; }
#administrator a { color: #FFF; text-transform: uppercase; text-decoration: none; height: 30px; background-color: #F30; padding: 10px; }
#administrator a:hover { text-decoration: underline; }
/* Languages Area */
#languages { text-align: center; margin-top: 25px; }
/* Videos */
#videos { margin-top: 20px; }
/* Main Video */
#videos #main_video { width: 500px; height: 400px; float: left; }
#videos #main_video .title { font-weight: bold; }
#videos #main_video .info { font-size: 10px; color: #999; }
#videos #main_video #comments { margin-top: 5px; height: 16px; }
#videos #main_video .show_comments_off { background-image: url(../../public/images/right.png); background-repeat: no-repeat; }
#videos #main_video .show_comments_on { background-image: url(../../public/images/down.png); background-repeat: no-repeat; }
#videos #main_video a.show_comments { color: #666; font-size: 11px; font-weight: bold; text-decoration: none; text-transform: uppercase; padding-left: 20px; }
#videos #main_video #video_comments { display: none; }
#videos #main_video #video_comments .author { color: #999; }
#videos #videos_list { width: 494px; float: right; }
#videos #videos_list .preview {  width: 130px; height: 90px; float: left; }
#videos #videos_list .img_preview {  width: 120px; height: 80px;  overflow: hidden; }
#videos #videos_list .info p { font-style: italic; color: #000; }
#videos #videos_list .description { font-size:10px; color: #999; }
#videos #videos_list .data { font-size:10px; }
#videos #videos_list .data strong { font-weight: bold; }

