/*
CSS code for top search field & live search dropdown

Edited by = Ricardo Zea
Date = 6/15/12
*/

.gsc-input input.gsc-input {
	background:none repeat scroll 0 0 #fff !important;
}

table.gsc-search-box {
	float:left !important;
	width:350px !important;
	
	margin-bottom:20px !important;
}

#search-wrapper {
	border:none !important;
	width:400px !important;
	float:right !important;
	#margin-top:15px;
}

#search-wrapper #cse-search-form {
	border:none !important;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	width:auto !important;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only .gsc-search-box {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	width:auto !important;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box {
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	border:1px solid #666 !important;
	background-color:#fff !important;
	margin-left:62px !important;
	#margin-right:35px !important;
	
	border-radius:2px;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box:hover {
	background:#F9F5E6 !important;
	border:1px solid #D7AD74 !important;
	
	box-shadow:0 0 3px rgba(0,0,0,.2);
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box:focus {
	background-color:#F9F5E6 !important;
	border:1px solid #D7AD74 !important;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input[type="text"] {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	background-color:#fff !important;	
	border-radius:none !important;
	width:303px !important;
	display:inline-block !important;	
	/* height:24px !important; */
	padding:5px !important;
	vertical-align:text-middle !important;
	
	#margin:2px 0 0;
	#width:303px !important;
	#display:inline-block !important;
	#background:none !important;
	
	box-shadow:none;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input[type="text"]:hover {
	background-color:#F9F5E6 !important;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button input[type="button"] {
	border:none !important;
	margin:0 1px 0 0 !important;
	padding:0 !important;
	background-color:none !important;
	background-image:none !important;
	background:url(/images/sprites.png) no-repeat scroll 0 0 transparent !important /*Magnifying glass icon*/;
	border-radius:none !important;
	width:25px !important;
	min-width:25px !important;
	height:24px !important;
	margin:2px 0;
	font-size:0 !important;
	color:#fff !important;
	
	#width:25px !important;
	#min-width:25px !important;
	#display:inline-block !important;
	
	cursor:pointer;
	box-shadow:none;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button input[type="button"]:hover {
	background-color:#fff !important;

}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-clear-button {
	display:none !important;
}

.gsc-completion-container {
	position:relative;
	z-index:999;
	display:block;	
	
	/*#width:337px !important;	
	width:337px !important;*/
	
	#width:100% !important;
	width:100% !important;
}

.gsc-completion-container td {
	width:336px !important;
	#width:336px !important;
	/*float:left!important;
	padding:0px 0px !important;*/
	line-height:10px !important;
	/*padding-bottom:3px !important;*/
	
	padding:4px;
	border-radius:2px;
}

#search-wrapper #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-branding {
	display:none;
}

#ie input[type="text"] {
	height:auto !important;
	padding-top:4px !important;
	padding-bottom:4px !important;
}


/* LIVE SEARCH RESULTS CONTAINER
=================================*/
.gssb_c { width:340px !important; margin-top:2px; background:#fff; background:rgba(255,255,255,.98); }
.gssb_c .gsc-completion-container { padding:5px 8px; background:none; }

	/*Rows*/
	.gsc-completion-container tr { cursor:pointer; width:100% !important; border:#000 1px solid; }