#main {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  /*color: white;*/
}

#vidwin {
  margin: 0px auto 0px;
  height: 250px;
  width: 320px;
}

#videowintext {
  margin-left: 18px;
  width: 315px;
}  

#vidlist {
  padding-top: 10px;
  height: 333px;
  overflow: auto;
}

.videoitem {
  padding: 3px;
  margin-bottom: 5px;
  cursor: pointer;
  
  background-color: white;
}

/*.videoitem:hover {
  background-color: #170257;
  border-top: solid white 1px;
  border-left: solid white 1px;
  border-bottom: solid white 1px;
}*/

.videoitemover {
  padding: 3px;
  margin-bottom: 5px;
  cursor: pointer;
  background-color: #ccc;
}

.videolink {
  /*color: white;*/
  border: none;
  text-decoration: none;
  float: left;
  width: 120px;
  /*height: 67px;
  height: 100%;*/
  cursor: pointer;
}

.videothumb {
  cursor: pointer;
  margin-left: 0px;
  vertical-align: middle;
  border: 0;
}

.videothumbdiv {
  width: 107px;
  float: left;
}

