/*Multi-Language*/
#langNav {
	position: absolute;
	top: -13px;
	right: -7px;
	z-index: 2000;
}

#langNav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#langNav ul li {
	display: inline;
	margin: 0 5px;
}

#langNav ul li a {
	line-height: 2em;
	text-decoration: none;
	color: #84b063;
	width: 26px;
	height: 26px;
	display: block;
	float: right;
	margin-left: 5px;
}

#langNav ul li a:hover {
	color: #C8D418 !important;
}

#langNav ul li a.de, #langNav ul li a.fr, #langNav ul li a.en, #langNav ul li a.it, #langNav ul li a.es {
	display: block;
}

#langNav ul li a.de {
	background-image: url(js/languages/images/de.png);
}

#langNav ul li a.en {
	background-image: url(js/languages/images/en.png);
}

#langNav ul li a.it {
	background-image: url(js/languages/images/it.png);
}

#langNav ul li a.es {
	background-image: url(js/languages/images/es.png);
}
#langNav ul li a.fr {
	background-image: url(js/languages/images/fr.png);
}

/*Google Search*/
.gs-snippet b{ background-color: #9ba6d1; }
.gs-result .gs-title b, .gs-snippet b.ellipsis{ background-color: transparent; color: inherit; }
.searchForm div.gsc-clear-button{ display: block; }

input.gsc-input {
	border: 1px solid red;
}

/** Copyright 2005 Google Inc. All rights reserved. */


/* CONTAINER */

.search{ padding: 20px 0; }

#searchDiv {
	position: absolute;
	right: 0px;
	top: 17px;
}

/* SEARCH FORM */

form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: auto;
}

table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : auto;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
  text-align: right;
}

table.gsc-search-box td.gsc-input {
  padding-right : 10px;
}

td.gsc-search-button {
  width : 1%;
}

td.gsc-clear-button {
  width : 14px;
}

table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
  display: none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

.gsc-branding-text {
  color : #676767;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

input.gsc-search-button {
  margin-left : 2px;
}

div.gsc-clear-button {
  display : inline;
  text-align : right;
  margin-left : 4px;
  margin-right : 4px;
  padding-left : 10px;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-image: url('icon_refresh.gif');*/
  cursor : pointer;
}

input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 160px !important;
}


/* SEARCH RESULTS */

.gsc-resultsHeader {
  width : 99%;
  border-bottom : 1px solid #e9e9e9;
  margin-bottom : 4px;
}

.gsc-resultsHeader td.gsc-twiddleRegionCell{
  width: 75%;
}

.gsc-resultsHeader td.gsc-configLabelCell{
  text-align: right;
  width: 75%;
}

.gsc-resultsHeader .gsc-twiddle{
  margin-top: 4px;
  display: inline;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
/*.gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle{
  background-image: url('icon_arrow_close.gif');
}
.gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle{
  background-image: url('icon_arrow_open.gif');
}*/

.gsc-resultsHeader .gsc-title{
  color: #676767;
  margin-right: 10px;
  padding-left: 14px;
  display: inline;
}

.gsc-resultsHeader .gsc-stats {
  color: #676767;
  font-size: 11px;
  font-weight: normal;
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
  display : none;
}

.gsc-results-selector {
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
  display : none;
}

.gsc-result-selector {
  cursor : pointer;
  display : inline;
  font-size : 13px;
  padding-left : 13px;
  background-repeat: no-repeat;
  background-position: center left;
}

/*.gsc-one-result {
  background-image: url('icon_one-complex-dark.gif');
}

.gsc-more-results {
  background-image: url('icon_more-complex-dark.gif');
}

.gsc-all-results {
  background-image: url('icon_all-complex-dark.gif');
  padding-right : 1px;
}

.gsc-one-result-active .gsc-one-result {
  background-image: url('icon_one-complex-light-blue.gif');
}

.gsc-more-results-active .gsc-more-results {
  background-image: url('icon_more-complex-light-blue.gif');
}

.gsc-all-results-active .gsc-all-results {
  background-image: url('icon_all-complex-light-blue.gif');
}*/

.gsc-resultsHeader .gsc-configLabel{
  color: #676767;
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

.gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-image: url('icon_settings.gif');*/
}


/* SEARCH RESULTS FOR EACH SECTION */

.gsc-resultsbox-visible {
  display : block;
}

.gsc-resultsbox-invisible {
  display : none;
}

.gsc-results {
  padding-bottom: 2px;
  width : 99%;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: 1.4em;
  overflow: hidden;
  }

.gsc-result div.gs-watermark {
  display: none;
}


/* PAGINATION LINKS BENEATH EACH SECTION */

.gsc-results .gsc-trailing-more-results {
  margin-bottom : 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #b90000;
  text-decoration: underline;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}



/*** End of Control, Begin Results ***/

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #b90000;
  text-decoration: underline;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #d15a1b;
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gs-result .gs-snippet {
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding : 5px;
  margin : 5px;
  border : 1px solid rgb(255,204,51);
  background-color: #bccfc8;
}

.gs-result .gs-watermark{
  font-size: 10px;
  color: #7777cc;
}

div.gs-results-attribution {
  text-align : center;
  margin-bottom : 4px;
}

div.gs-results-attribution,
div.gs-results-attribution * {
  font-size : 10px;
  color : #676767;
  text-decoration : none;
}

div.gs-results-attribution a {
  color: #b90000;
  cursor : pointer;
}

div.gs-results-attribution a:hover {
  text-decoration : underline;
}

.gs-result .gs-metadata{
  color: #676767;
}
 
div.gs-visibleUrl-short{ display: none; }
.gs-webResult div.gs-visibleUrl-long {
  width : 100%;
  display: block;
}

/*Static Nav*/
#staticNav {
	position: absolute;
	width: auto;
	height: auto;
	top: 28px;
	right: 0;
	padding: 10px;
	z-index: 5000;
}

#staticNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}

#staticNav ul li {
	font-size: 1em;
	display: inline;
	list-style: none;
	padding: 0 6px;
}


#staticNav a {
	display: inline;
	text-decoration: none;
	height: 1.2em;
	padding: 5px 0;
}

#staticNav a:hover {
	text-decoration: underline;
}
