* {
	padding: 0;
	margin: 0;
}

body {
	padding: 10px;
	font-size: 13px;
	font-family: arial;
	background-color: #fff;
}

a {
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}

.scrollFrame {
	height: 340px;
	overflow: auto;
	border: 1px solid #d0d0d0;

}

#searchHeader {
	margin-top: 20px;
	text-align: center;
}

#searchHeader img {
	height: 50px;
	width: 292px;
	border: 0;
}

#searchHeader h3 {
	margin-top: 8px;
	margin-bottom: 20px;
	color: #a9a9a9;
	font-size: 18px;
	font-weight: bold;
}

.searchBar {
	width: 300px;

}

#searchFooter {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #d0d0d0;
	text-align: center;
}

#searchResults {
	padding: 10px;

}

#searchResults div {
	margin-bottom: 20px;
}

#searchResults h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}

#searchResults h3 {
	font-size: 14px;
	font-weight: bold;
}

#searchResults .description {


}

#searchResults .videos {
	font-size: 11px;

}

#searchResults .link {
	color: #008000;
}

a.favoritesLink:link {
	text-decoration: none;
}
a.favoritesLink:visited {
	text-decoration: none;
}
a.favoritesLink:hover {
	text-decoration: underline;
}
a.favoritesLink:active {
	text-decoration: underline;
}



a.watchLink:link {
	text-decoration: none;
}
a.watchLink:visited {
	text-decoration: none;
}
a.watchLink:hover {
	text-decoration: underline;
}
a.watchLink:active {
	text-decoration: underline;
}
