@charset "utf-8";
/* CSS Document */

#custom-search-headline {
	border-bottom:solid 1px #cccccc; 
	margin-bottom:5px; 
	padding-bottom:3px;
} 
#custom-search-input {
	margin-bottom:10px;
}
#custom-search-input-holder {
	display:block; overflow:hidden;
}
#custom-search {
	margin:0px;
	width:216px;
	height:22px;
	padding:0 5px;
	box-sizing: border-box; 
	border:solid 1px #cccccc;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.rtl #custom-search {
	border-radius:0;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
#custom-search-button {
	background-image:url(//www.digikey.com/~/media/images/global/icons/search-glass.png); 
	background-repeat:no-repeat; 
	background-position:center;
	border:none; 
 	height:22px;
	width:30px;
	cursor:pointer;
	background-color:#eeeeee;
	margin:0px; 
	padding:0px 4px; 
	border: solid 1px #cccccc; 
	float:right;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.rtl #custom-search-button {
	float:left;
	border-radius:0;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

#custom-search-button:hover {
	background-color:#cccccc;
	border-color:#999999;
}
.sFilters, .sLinks, .sFRB {
	display:block;
}
.sClear {
	display:block; 
	height:7px;
}

.link-list {
	list-style-type:none; 
	margin:0px; 
	padding:0px;
}
