/**/


img {
  border: 0;
}


p.videoDescription {
  font-size: small;
  margin: 0;
  padding: 0;
}

#videoList{ width:100%; margin-top:10px; }

.thumbVid{	
	margin:5px;
	width:22%; 
	height:75px;
	float:left; left:-4px;
	cursor:pointer;
}

.in-thumbVid{ position:absolute; width:100%; height:100%; overflow:hidden; text-align:center; padding-bottom:3px; border:1px solid #000; }
.in-thumbVid img{ position:relative; width:100%;  }
.in-thumbVid-txt{ position:absolute; bottom:0px; width:90%; margin:0 auto; background:#2C7D03; font-size:0.7em; text-align:center; padding:2px 5px 7px 6%; display:none; }
.in-thumbVid-txt a{ position:relative; right:0px; top:3px; text-decoration:none; line-height:13px; width:90%; font-weight:bold; }
a.a-yt:link,
a.a-yt:visited,
a.a-yt:hover{ color:#FFF; }


#titleBar {
  border: 1px solid silver;
  background-color: #e5ecf9;
  font-size: large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#titleText {
  float: left;
}

#searchBox {
  float: right;
}

#mainSearchBox {
  background-color: #e5ecf9;
  border: 1px solid silver;
  width: 250;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#searchResults {
  width: 100%;
  position:relative;

}

#searchResultsListColumn {
  float: left;
  width: 100%;
  overflow:hidden;
  position:relative; 
  top:0px;
  right:0px;
}

#searchResultsVideoColumn {
  float: left;
  width: 100%;
  /*border-right: 1px solid red;*/
  
  position:relative;
  left:0px;
  
  
}
