﻿.gfg-root {
  width:360px;
  height:840px;
  position:relative;
  overflow:hidden;
  text-align:left;
  font-family:Arial;
  font-size:12px;
  border:none;
  background:#E0E5E3;
  padding:0 0 0 0;
  margin:0 0 0 0;
  overflow:auto;
}
.gfg-subtitle {
  font-size:12px;
  font-weight:bold;
  color:#000000;
/*  line-height : 1.4em;*/
  overflow:hidden;
  white-space:nowrap;
  margin-bottom:5px;
  padding-left:10px;
  text-align:left;
}
.gfg-subtitle a {
  color:#000000;
  text-decoration:none;
}
.gfg-entry {
  background-color:#FFFFFF;
  width:100%;
  height:100px;
  position:relative;
  overflow:hidden;
  text-align:center;
  padding-top:5px;
  margin-bottom:20px;
  font-size:12px;
}
.gfg-entry a {
  font-size:14px;
  color:#0000FF;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position:relative;
  background-color:white;
  width:auto;
  height:100%;
  padding-left:5px;
  padding-right:5px;
}

.gfg-list {
  position:relative;
  overflow:hidden;
  text-align:left;
  margin-bottom:15px;
}

.gfg-listentry {
  line-height:1.5em;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  padding-left:15px;
  padding-right:5px;
  margin-left:5px;
  margin-right:5px;
}

.gfg-listentry-highlight { 
  background-image:url('../images/arrow.gif');
  background-repeat:no-repeat;
  background-position:center left;
}
