.gfg-root {
  width : 340px;
  height : 100%;
  position : relative;
  overflow : hidden;
  text-align : left;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 0px solid #BCCDF0;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #339933;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a { color : #339933; text-decoration:none;}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #339933;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #339933; text-decoration:none;}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* 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-entry a { color : #339933; text-decoration:none; font-weight:bold;}
.gfg-list a { color : #339933; text-decoration:none; font-weight:bold;}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
  padding-left : 1px;
  padding-right : 5px;
}

.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-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url(../images/template/garrow.gif);
  background-repeat: no-repeat;
  background-position : center left;
}


