@charset "utf-8";
/* CSS Document */

ul.filter-first {
	width: 225px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.filter-first ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: left;
}
ul.filter-first li {
	clear: both;
}
ul.filter-first a, ul.filter-first label {
	margin-top: 3px;
	display: block;
	height: 13px;
	float: left;
}
ul.filter-first a.expand {
	display: block;
	width: 10px;
	height: 13px;
	float: left;
	padding: 0;
	margin: 2px 5px 0 0;
}
ul.filter-first input {
	float: left;
}
ul.filter-first a.expand-disabled {
	display: block;
	width: 10px;
	height: 13px;
	float: left;
	padding: 0;
	margin: 2px 5px 0 0;
	background-image: url(/pics/icon-expand.jpg);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}
#video-search-adv {
	width: 780px;
	clear: left;
	border: 1px solid #2695be;
	padding: 4px;
	background-image: url(/pics/bg-search-adv.jpg);
	background-repeat: repeat-y;
}
#filter-more {
	width: 260px;
	float: left;
}
#filter-more .caption {
	width: 95px;
	margin-right: 5px;
	padding-bottom: 10px;
}
#filter-more .field {
	width: 160px;
	padding-bottom: 10px;
}
#filter-video {
	width: 225px;
	float: left;
	padding-right: 20px;
}
#filter-medical {
	width: 225px;
	float: left;
	padding: 0 20px;
}
#video-search-container {
	width: 790px;
}
#video-search-simple {
	width:533px;
	margin-left: 297px;
	margin-bottom: 10px;
}
#video-search-simple a.link1 {
	background-position: 0 10px;
	margin-right: 10px;
}
#video-search-typeselect {
	width: 160px;
	float: left;
	padding-top: 5px;
}
#video-search-simple-container {
	width: 115px;
	height: 23px;
	padding-left: 28px;
	background-image: url(/pics/bg-video-search.jpg);
	background-repeat: no-repeat;
	float: left;
}
#video-search-simple-container .transp {
	background-color: transparent;
	width: 110px;
	height: 18px;
	border: none;
	padding: 5px 5px 0 0;
}
#remove-filters {
	width: 778px;
	clear: left;
	padding: 5px;
	background-image: url(/pics/bg-remove-filters.jpg);
	background-repeat: no-repeat;
	border: 1px solid #2695be;
}
#remove-filters h2 {
	width: 635px;
	float: left;
	margin-bottom: 5px;
}
#remove-filters .remove-all {
	width: 143px;
	float: left;
}
#remove-filters .caption1 {
	width: 120px;
	margin-right: 5px;
}
#remove-filters .field {
	width: 653px;
}
#remove-filters a.remove {
	margin-right: 10px;
}


/* AUTOCOMPLETE */
.autocomplete {
	position: absolute;
	background-color: #fff;
	border: 1px solid #666;
}
.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.autocomplete ul li.selected { background-color: #666; color: #fff}
.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
