/* Modified heavily 9/15-9/16 by AW; this stylesheet now creates a resizeable search box and is used by both */
/* the getBigSearchBox and getSearchBox_ProductSpecific_Legacy cffunctions. */





.searchbox_left {
	background: url('https://images.boxwave.com/searchbox/search-icon-blk.png') no-repeat top left;
	height:36px;
	width:42px;
	float:left;
}

.devices_search_search_input {
	background: url('https://images.boxwave.com/searchbox/search-input-bg.png') repeat-x top left;
	height:36px;
	width:565px;
	float:left;
}

.devices_search_search_container {

	height:36px;
	margin-left:39px;

}

.searchbox_right {
	background: url('https://images.boxwave.com/searchbox/search-button.png') no-repeat top left;
	height:36px;
	width:54px;
	float:left;
}

.searchbox_right:hover {
	cursor: pointer;
}















/* Blue box background */
.container_BigSearchBox_main {height:50px; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_mid.gif); margin:0px; padding:0px; position:relative; z-index:100;}
.container_BigSearchBox_left {width:6px; height:50px; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_left.gif); background-repeat:no-repeat; z-index:100;}
.container_BigSearchBox_right {width:6px; height:50px; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_right.gif); background-repeat:no-repeat; z-index:100;}

/* Visible input form, white when unclicked */
.searchBoxBig_Form_Left_Off {width:45px; height:35px; background-image:url(https://images.boxwave.com/searchbox/form_big_nonactive_left.gif); background-repeat:no-repeat}
.searchBoxBig_Form_Mid_Off {height:35px; background-image:url(https://images.boxwave.com/searchbox/form_big_nonactive_mid.gif); margin:0px; padding:0px; position:relative}
.searchBoxBig_Form_Right_Off {width:6px; height:35px; background-image:url(https://images.boxwave.com/searchbox/form_big_nonactive_right.gif); background-repeat:no-repeat}

/* Visible input form, off-white when clicked */
.searchBoxBig_Form_Left_On {width:45px; height:35px; background-image:url(https://images.boxwave.com/searchbox/form_big_active_left.gif); background-repeat:no-repeat}
.searchBoxBig_Form_Mid_On {height:35px; background-image:url(https://images.boxwave.com/searchbox/form_big_active_mid.gif); margin:0px; padding:0px; position:relative}
.searchBoxBig_Form_Right_On {width:6px; height:35px; background-image:url(https://images.boxwave.com/searchbox/form_big_active_right.gif); background-repeat:no-repeat}

/* Actual text-entry field for the form */
.searchBoxBig_InputBox {position:relative; display:block; background:none; border:0px solid red; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#666; font-weight:bold; width:100%; outline:none; margin: 10px 0px 0px 7px; -webkit-appearance: none; text-align:left;}
.searchBoxBig_InputBox_IE {position:relative; display:block; background:none; border:0px solid red; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#666; font-weight:bold; width:100%; outline:none; margin: 5px 0px 0px 7px; -webkit-appearance: none; text-align:left;}

/* Button field and images */
/*.searchBoxBig_Button {width:117px; height:50px; margin:0px; text-align:center; border:0px solid red;}
.searchBoxBig_Button_Off {width:102px; height:36px; margin:0px; padding:0px; margin-top:7px; margin-left:10px; cursor:pointer; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_button_off.gif); background-repeat:no-repeat; background-position:0px 0px;}
.searchBoxBig_Button_On {width:102px; height:36px; margin:0px; padding:0px; margin-top:7px; margin-left:10px; cursor:pointer; display:none; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_button_on.gif); background-repeat:no-repeat; background-position:0px 0px;}
*/
.searchBoxBig_Button {width:115px; height:50px; margin:0px; text-align:center; border:0px solid red;}
.searchBoxBig_Button_Off {width:102px; height:36px; margin:0px; padding:0px; margin-top:7px; margin-left:9px; cursor:pointer; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_button_off.gif); background-repeat:no-repeat; background-position:0px 0px;}
.searchBoxBig_Button_On {width:102px; height:36px; margin:0px; padding:0px; margin-top:7px; margin-left:9px; cursor:pointer; display:none; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_button_on.gif); background-repeat:no-repeat; background-position:0px 0px;}
.searchBoxBig_Button_IE_Off {width:102px; height:36px; margin:0px; padding:0px; margin-top:7px; margin-left:5px; cursor:pointer; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_button_off.gif); background-repeat:no-repeat; background-position:0px 0px;}
.searchBoxBig_Button_IE_On {width:102px; height:36px; margin:0px; padding:0px; margin-top:7px; margin-left:5px; cursor:pointer; display:none; background-image:url(https://images.boxwave.com/searchbox/searchbox_big_button_on.gif); background-repeat:no-repeat; background-position:0px 0px;}

/* Suggestion and results dropdown menu */
/*
.searchBoxBig_Suggestions{ position:absolute; margin-left:10px; margin-right:10px; border:2px solid #999999; background-color:#ffffff; display:none; z-index:100; padding:0px; -moz-box-shadow:0 1px 10px #666; -webkit-box-shadow:0 1px 5px #666; -moz-border-radius:5px; -webkit-border-radius:5px;}
*/
.searchBoxBig_Suggestions{
	position:absolute;
/*
	margin-left:10px;
	margin-right:10px;
*/
	border:1px solid #999999;
	background-color:#ffffff;
	display:none;
	z-index:100;
	padding:11px 0px 15px 50px;
	-moz-box-shadow:0 1px 10px #666;
	-webkit-box-shadow:0 1px 5px #666;
/*
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
*/
}



.searchBoxBig_Results {padding:0px; margin:0px;}
.searchBoxBig_Results td {font-size:16px; font-family:Arial, Helvetica, sans-serif; line-height: 1.25; }
.searchBoxBig_Results_Highlight {background-color:#E9F1F4; cursor:pointer;}
.searchBoxBig_Results_Normal {background-color:#ffffff; cursor:default; color:#666; }
.searchBoxBig_ResultsHover { background-color:#000000; color:#000000;}