@CHARSET "UTF-8";
@IMPORT URL("/static/css/_media_folder.css");




/*

VIDEO DETAIL

*/

h1.title {
	color: #CC5547;
   font-size: 24px;
}

.comment_box_title{
   margin-top:10px;
   background: transparent url(../images/main/blog/bgr_blog_comments.jpg) no-repeat top left;
   padding:5px 0px 15px 55px;
   font-size:18px;
   color:#464d49;
   font-weight:bold;
}

.big_picture_box{
   background:#f1dfbb url(../images/main/media/bgr_player_box_corner.jpg) no-repeat bottom left;
}

.big_picture_box .big_picture_voted{
   background-color:#FFF;
   text-align:right;
   padding-bottom:4px;
}

.big_picture_box .big_picture_details{
   width: 376px;
	padding: 8px 4px 0px 4px;
}

.big_picture_box .big_picture_details_16_9{
   width: 540px;
   padding: 8px 8px 0px 8px;
}

.big_picture_box .big_picture_details .picture_details_title,
.big_picture_box .big_picture_details_16_9 .picture_details_title{
   font-weight : bold;
   float : left;
   width : 150px;
}

.picture_details_data{
   float : left;
   /* width : 200px; */
}
   
.gallery_box .picture_box{
   float:left;
   margin-right:12px;
}

.gallery_box .picture_box .pic{
   text-align:center;
   position:relative;
   height:95px;
}

.gallery_box .picture_box .pic .play_btn{
   position:absolute;
   bottom:0;
   left:0;
   width:21px;
   height:23px;
}

.gallery_box .picture_box .pic_voted{
   text-align:center;
   padding-top:4px;
}

.gallery_box .picture_box .user{
   font-size:10px;
   font-weight:bold;
   padding:4px 0px 4px 0px;
}

.gallery_box .picture_box .comm{
   font-weight:bold;
   font-size:10px;
   background: transparent url(../images/main/media/icon_comm_small.jpg) no-repeat top left;
   height:20px;
   padding:2px 0px 5px 25px;
}

.gallery_box .picture_box .video_title{
   font-size:12px;
   font-weight:bold;
   padding:4px 0px 4px 0px;
   color:#5d5d5b;
   border-bottom:1px solid #DDD;
   height:22px;
}

.gallery_box .picture_box .video_length{
   padding:4px 0px 6px 0px;
   font-size:10px;
}

.tags_title {
	margin-top: 10px;
}




/*

VIDEO LIST

*/

h1.video_header{
   margin:0px 0px 5px 0px;
   padding: 4px 0px 2px 35px;
   color:#464c49;    
   background: transparent url(../images/main/media/bgr_header_video.jpg) no-repeat top left;
}

.header_green h1.video_header {
   background: transparent url(../images/main/media/bgr_header_video_pol.jpg) no-repeat top left;
}

div.gallery_box .picture_box .video_title{
   font-size:10px;
   padding:4px 0px 4px 0px;
   color:#5d5d5b;
   border-bottom:1px solid #DDD;
   width:100px;
}

div.gallery_box .picture_box .video_length{
   padding:4px 0px 6px 0px;
   font-size:10px;
}

h1.box_title {
   padding-bottom: 10px;
}

.video_title_td h1{
   margin:0px;
}

/*

SHARE VIDEO BOX

*/

#video_share {
   position: relative;
}

#video_share_box {
   position: absolute;
   z-index: 997;
   margin-top: 15px;
   width: 450px;
   border: 1px solid lightgray;
   background-color: white;
   padding: 10px;
}
