@charset "utf-8";

/* SEARCH */
table.gsc-search-box td.gsc-input {
	padding-right: 0;
}
input.gsc-input {
	border-top: 2px inset #d4d0c8;
	border-left: 2px inset #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	height: 20px;
}
input.gsc-search-button {
	margin: 0;
	height: 23px;
	background: #d4d0c8;
	font-weight: bold;
	padding: 0 5px;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 11px;
}
.gs-result .gs-title, .gs-result .gs-title * {
	color: #000;
}
.gs-result .gs-snippet {
	color: rgb(60,55,47);
	text-align: justify;
	font-size: 11px;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color: #999;
}
.gsc-control {
	width: 100%;
}
.gsc-tabsArea {
	margin-top: 0;
	background: #aaa;
	font-size: 13px;
	height: 23px;
	border-bottom:1px solid #E9E9E9;
	padding-left: 5px;
}
.gsc-tabHeader {
	display: inline-block;
	padding: 0;
	width: 60px;
	text-align: center;
	margin: 5px 2px 0 0;
}
.gsc-tabHeader.gsc-tabhActive {
	border:1px solid #E9E9E9;
	border-bottom: none;
	background:#fff;
	color: #000;
	height: 17px;
	line-height: 17px;
}
.gsc-tabHeader.gsc-tabhInactive {
	border:1px solid #E9E9E9;
	border-bottom: none;
	background:#666;
	height: 17px;
	line-height: 17px;
	color:#fff;
}
.gsc-resultsbox-visible {
	font-size: 12px;
	padding: 10px;
}
.gsc-resultsHeader  {
	margin: 0;
	border: none;
	display: none;
}
.gsc-results {
	width: 100%;
	padding: 0;
}
.gsc-results .gsc-cursor-box {
	margin: 0;
}

/* TRANSLATE */
.goog-te-gadget {
	text-align: center;
}
.goog-te-gadget .goog-te-combo {
	border-top: 2px inset #d4d0c8;
	border-left: 2px inset #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	height: 20px;
}