/* -------------- */
/* - Videoseite - */
/* -------------- */
object.video{
  margin-bottom: 15px;
}

.video_banned{
  border: 5px solid black;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1em;
  color: red;
  margin-bottom:-2px;
}

.video_details{
  border-top: 2px solid #000;
  padding: 2px 0;
}

.video_details .left_center{
  width: 428px;
  float: left;
  border-right: 1px dashed #000;
}

.video_details .left,
.video_details .center,
.video_details .right{
  padding: 4px 0px;
}

.video_details .left{
  width: 206px;
  float: left;
  border-right: 1px dashed #000;
  padding-left: 2px;
}

.video_details .center{
  width: 195px;
  float: right;
  border-left: 1px dashed #000;
  padding-left: 12px;
  position: relative;
  left: -12px;
}

.video_details .right{
  float: right;
  width: 206px;
  padding-right: 2px;
  position: relative;
}

.video_details .left p{
  padding: 1px 0;
}

.video_details img.owner_img{
  float: left;
  margin: 0 5px 5px 0;
}

.pollbar .hilight{
  position: absolute;
  top: 2px;
  left: 105px;
}

.msie7 .pollbar .hilight{
  top: 5px;
  left: 104px;
}

.msie6 .pollbar .hilight{
  top: 5px;
  left: 67px;
}

.msie6 .pollbar .hilight img{
  margin: 0;
}

ul.video_functions{
  list-style-type: none;
  line-height: 1.4em;
}

ul.video_functions_right{
  position: absolute;
  left: 90px;
  top: 5px;
}

.video_functions .add_fav,
.video_functions .del_fav{
  background-image: url(/static/img/hph11/add_fav.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.video_functions .ajaxwait{
  background-image: url(/static/img/spinner.gif);
}

.video_functions .rate{
  background-image: url(/static/img/hph11/rate.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}


.video_functions .recommend{
  background-image: url(/static/img/hph11/recommend.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}


.video_functions .embed{
  background-image: url(/static/img/hph11/embed.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.video_functions .comment{
  background-image: url(/static/img/hph11/comment.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 1px;
}

.video_functions .comment_please_register{
  background-image: url(/static/img/hph11/comment_register.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #ccc;
}

.video_functions .bookmark{
  background-image: url(/static/img/hph11/bookmark.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}


/* --------------- */
/* - Videolisten - */
/* --------------- */
.hero_video_feedback #page_body_main_content .pagelist{
  height: 335px;
  overflow: auto;
  /*scroll: right;*/
  font-size: .83em;
  /*overflow-x:hidden;*/
  /*overflow-y:scroll;*/
}

.hero_video_feedback #page_body_main_content ul.video_list li{
  border-bottom: 1px dashed #000;
  display: block;
  float: none;
  margin: 0;
  padding: 5px 0;
  width: 191px;
  height: 45px;
}


.hero_video_feedback #page_body_main_content ul.video_list li.last{
  border-bottom: 0;
}

.hero_video_feedback #page_body_main_content ul.video_list li .thumb_container{
  float: left;
  margin: 0px 5px 0 0;
  position: static;
}

.hero_video_feedback #page_body_main_content ul.video_list li .thumb_container img{
  width: 60px;
  height: 45px;
}

.hero_video_feedback #page_body_main_content ul.video_list .video_data{
  height: 45px;
}

.hero_video_feedback #page_body_main_content ul.video_list .rating{
  position: relative;
}


/* \ */
* html .hero_video_feedback #page_body_main_content ul.video_list .rating{
  position: static;
}
* + html .hero_video_feedback #page_body_main_content ul.video_list .rating{
  position: static;
}
/* */


.hero_video_feedback #page_body_main_content ul.video_list .video_teaser{
  position: static;
  width: auto;
  padding: 0;
}

.hero_video_feedback #page_body_main_content ul.video_list .video_data .pollbar{
  position: static;
}

.hero_video_feedback #page_body_main_content ul.video_list .video_data .pollbar .hilight{
  top: -1px;
  left: 48px;
}

/* \ */
* html .hero_video_feedback #page_body_main_content ul.video_list .video_data .pollbar .hilight{
  position: static;
  margin-top: -10px;
  margin-left: 49px;
}
* + html .hero_video_feedback #page_body_main_content ul.video_list .video_data .pollbar .hilight{
  position: static;
  margin-top: -10px;
  margin-left: 49px;
}
/* */
