/* Video */

#view_video .player_header {
  background: #838384 url(images/bg_profile_username.gif) left top no-repeat;
  border-bottom: 1px solid #c9c9c8;
  height: 30px;
}

#view_video .player_header .username {
  color: #2e2e2e;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 0 15px;
  letter-spacing: -1px;
} 

#view_video .player_header .add_to_contacts {
  padding: 9px 15px 0 0;
  text-align: right;
  font-weight: bold;
}

#view_video .player_body {
  background: #f7f7f7;
  border-left: 1px solid #c9c9c8;
  border-right: 1px solid #c9c9c8;
  clear: both;
  padding: 10px 15px 10px 15px;
  height: 100%;
  text-align: center;
}

#view_video .story_body {
  background: #f7f7f7;
  border-left: 1px solid #c9c9c8;
  border-right: 1px solid #c9c9c8;
  clear: both;
  padding: 10px 15px 10px 15px;
  height: 100%;
  text-align: left;
}

#view_video .player_footer {
  background: url(images/bg_mini_profile_footer.gif) center top no-repeat;
  border-top: 1px solid #c9c9c8;
  height: 30px;
  margin-bottom: 10px;
  clear: both;
}

#view_video .player_footer .rating {
  float: left;
  padding: 7px 0 0 15px;
}

#view_video .player_footer .rating span {
  font-weight: bold;
}

#view_video .player_footer .rating_buttons {
  padding: 7px 15px 0 0;
  text-align: right;
  font-weight: bold;
}

#view_video .player_footer .rating img {
  vertical-align: bottom
}

#view_video .player_footer .rating_buttons img {
  vertical-align: bottom
}

#related_videos {
  height: 210px;
  overflow: auto;
  margin-top: 9px;
  margin-bottom: 10px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0 0 0;
}

#related_videos span {
  font-weight: bold;
}

.related_video_thumbnail {
  clear: all;
  height: 60px;
  margin-bottom: 10px;
}

.related_video_pic {
  float: left;
  margin-right: 10px;
  height: 60px;
}

.related_video_info span {
  font-weight: bold;
}

#video_mini {
  margin-top: 9px;
  margin-bottom: 10px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0 0 0;
}

#video_mini span {
  font-weight: bold;
}

.video_mini_pic {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  height: 60px;
}

.video_mini_desc {
  clear: both;
  margin-bottom: 10px;
}

#home_video_mini {
  width: 600px;
}

#home_video_mini .left {
  width: 170px;
  float: left;
}

#home_video_mini .right {
  display: inline;
}

#home_video_mini .delete_link {
  width: 400px;
  font: 11px Arial, sans-serif;
  font-weight: bold;
}

#tag_cloud {
  text-align: justify;
  margin-top: 9px;
  border-top: 1px solid #c0c0c0;
  padding-bottom: 9px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c0c0c0;
}

.tags_list {
  margin-bottom: 10px;
}

.tags_list li {
  display: inline;
  margin-right: 5px;
}

.add_tag input {
  width: 200px; 
  margin-bottom: 9px;
}

.add_tag img {
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px;
}





