

div.autocomplete,
div.sort {
	position: absolute;
	width: 100px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
	max-height: 200px;
	height: auto !important;
	height: 100px;
	height: expression(this.scrollHeight>199?"200px":"auto"); 
	overflow: auto;
	z-index: 1500;
	display: block;	
	}
	div.autocomplete ul,
	div.sort ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
		}
		div.autocomplete ul li.selected,
		div.sort ul li.selected { 
		  background-color: #ebebeb;
		  }
		div.autocomplete ul li,
		div.sort ul li {
		  list-style: none;
		  display: block;
		  margin: 0;
		  padding: 2px;
		  cursor: pointer;
		  }


body.js-switch .type-text {
	background: transparent url(/images/branding/input-bg.png) no-repeat 0% 100%;
	float: left;
	margin: 0 0 0.4em;
	}
	/*body.safari-mac .type-text {
		background: none;
		}*/
		
body.js-switch .advanced-search input.text,
body.js-switch .news-search-container input.text,
body.js-switch .team-search input.text {
	background: transparent none no-repeat 0% 0% !important;	
	height: 35px;
	width: 178px;
	line-height:35px;
	padding: 0;
	margin: 0 10px;
	border: none;	
	}
	/*body.safari-mac .advanced-search input.text,
	body.safari-mac .news-search-container input.text  {
		width: 198px;
		margin: 0;
		}*/
input.combo {
	background: transparent url(/images/branding/select-bg.png) no-repeat top left;
	width: 198px;
	height: 31px;
	w\idth: 168px;
	padding: 0 20px 4px 10px;
	line-height:31px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	color: #4B4B4B;
	}
	.undersized {
		float: left;
		}
	.undersized-right {
		float: right;
		}
		.undersized input.combo ,
		.undersized-right input.combo {
			background: transparent url(/images/branding/select-smaller-bg.png) no-repeat top left;
			width: 96px;
			w\idth: 66px;
			}
		.sort-by-price input.combo {
			background: transparent url(/images/branding/select-sort.png) no-repeat right top;
			width: 118px;
			w\idth: 88px;			
			}
		.team-search input.combo {
			background: transparent url(/images/branding/select-long.png) no-repeat top left;
			width: 260px;
			w\idth: 230px;
			}
