#main {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
}

#vidwin {
  margin-top: 20px;
  margin-left: 18px;
  margin-bottom: 10px;
  height: 250px;
  width: 320px;
}

#videowintext {
	text-align: center;
	margin-left: 18px;
	width: 315px;
  	font-size: 10px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: white;
}  

#vidlist {
  padding-top: 10px;
  height: 333px;
  overflow: auto;
}

.videoitem {
  margin-bottom: 5px;
  height: 77px;
  border: solid #000000 1px;
}

.videoitem:hover {
  background-color: #000000;
  border-top: solid white 1px;
  border-left: solid white 1px;
  border-bottom: solid white 1px;
}

.videolink {
  color: white;
  border: none;
  text-decoration: none;
}

.videothumb {
  margin-left: 0px;
  vertical-align: middle;
  border: 0;
}

.videothumbdiv {
  width: 107px;
  float: left;
}
