/* GOOGLE SEARCH */
#search {
	width: 210px;
	display: block;
	float: right;
	position: relative;
}

#searchcontrol {
	height: 24px;
	width: 210px;
}

form.gsc-search-box {
	display: block;
	width: 210px;
}

td.gsc-input {
	padding: 0 5px;
}

input.gsc-input {
	display: block;
	width: 130px;
	float: right;
	height: 16px;
	font: 300 11px/14px Arial;
	color: #333;
	text-align: right;
	position: relative;
	
}

input.gsc-search-button {
	display: block;
	cursor: pointer;
	float: right;
	background: transparent url(/images/navigation/search_btn_bkgd.gif) no-repeat 0 0;
	border: 0;
	color: #FFF;
	height: 24px;
	width: 58px;
	font: 300 11px/24px Arial;
}

div.gsc-clear-button {
	background: transparent url(/images/navigation/search_btn_close.gif) no-repeat top left !important;
	display: block !important;
	width: 24px !important;
	height: 24px !important;
}


/* ***** SEARCH RESULTS ***** */


#searchResults {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 550px;
	z-index: 999;
}

.gsc-expansionArea { /* use for google search results expanded by default */
	display: block !important;
}

.gsc-branding {
	display: none;
}

.gs-visibleUrl {
	display: none;
}

.gsc-resultsbox-visible {
	width: 550px;
	z-index: 999;
	text-align: left;
	padding: 20px;
	background: #FFF;
	border: 1px solid #CCC;
}

.gsc-title {
	font: 600 20px/30px Arial;
	color: #2C5266 !important;
}

a.gs-title,
a.gs-title b,
gsc-trailing-more-results {
	color: #578 !important;
}

