<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Auto123 theme
 *
 */

.gs-result {
  padding:4px;
}

.gsc-tabsArea {
margin:6px 0;
}

#sort_options {
  position: absolute;
  margin-left: 520px;
  margin-top:8px;
}
#sort_options a {padding:0 6px 0 6px;}
#sort_options .active {color:#000;}

#date-sort{border-left:solid 1px #ccc;padding-left:15px;}

/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}

/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Common tabs */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive,.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  border: none !important;
  border-left: solid 1px #ccc !important;
}
.gsc-tabHeader.gsc-tabhInactive:first-child,
.gsc-tabHeader.gsc-tabhInactive:first-child,.gsc-tabHeader.gsc-tabhActive:first-child,
.gsc-tabHeader.gsc-tabhActive:first-child {
  border-left: none !important;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #38729c !important;
  background-color: transparent !important;
  font-weight:bold;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  color:#000 !important;
  /*-moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;*/
  font-weight:bold;
  padding:2px 6px;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  padding-top:1em;
  border-top: 1px dotted #ccc;
  margin-bottom: 1em;
}
.cse .gsc-webResult.gsc-result:first-child,
.gsc-webResult.gsc-result:first-child {
  border-top: none;
}
.gsc-expansionArea .gsc-webResult.gsc-result:first-child {
  border-top: 1px dotted #ccc;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {

}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: none;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {
  border: 1px solid;
  border-color: #336699;
  padding:10px;
  margin-top:10px;
}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  font-size:1.2em;
  /*color: #38709A;*/
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  font-size:1.2em;
  /*color: #38709A;*/
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  font-size:1.2em;
  color: #000;
  text-decoration:underline !important;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  font-size:1.2em;
  /*color: #38709A;*/
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  font-size:14px;
  line-height:18px;
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  font-size:11px;
  margin-top:2px;
  color: #999;
}

a.gs-title:link,a.gs-title:active,a.gs-title:visited {
  color: #38709A;
  text-decoration:none;
  font-weight:bold;
  font-size:120%;
  }
a.gs-title:hover {
  color:#000 !important;
  text-decoration:underline !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
  color:#38709A !important;
  text-decoration:none !important;
  }

.gs-result .gs-title:hover b{color:#000 !important; text-decoration:underline !important;}

.gs-snippet {
  font-size:12px;
  color:#4d4d4d !important;
  line-height:16px;
  margin-top:5px;
  }
.gs-visibleUrl, .gs-visibleUrl-long {
  color:#999 !important;
  font-size:11px;
  margin-top:2px;
}

/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
div.gs-result.gs-webResult .gs-visibleUrl-short {
  display: none;
}
div.gs-result.gs-webResult .gs-visibleUrl-long {
  display: block;
}

/* Hidden */
.gsc-search-box {display:none;}
/* Pagination */
.gsc-expansionArea {padding-bottom:55px;}
.gsc-cursor-box {width:auto;padding-top:25px;margin-left:-11px;padding-left:11px;}
.gsc-cursor-page {background:#37719C;padding:5px 10px;text-decoration:none !important;color:#fff !important;border-radius:4px;-moz-border-radius:4px;webkit-border-radius:4px;}
.gsc-cursor-page:hover {background-color:#000;}
.gsc-cursor-current-page {color:#000 !important;font-weight:bold !important;background:#fff;}
.gsc-cursor-current-page:hover{color:#000 !important;background-color:#fff !important;}
.google-next {background:#37719C url(img/right.gif) right 50% no-repeat;padding-right:15px;}
.google-previous {background:#37719C url(img/left.gif) left 50% no-repeat;padding-left:15px;}
 
 .gs-imageResult-popup .gs-image-box {
    width: 148px !important;  /* livan.  All the images were showing in one column instead of rows of images in IE. */
}

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
  padding-right: 8px;
}</pre></body></html>