.gfg-root * {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.gfg-root {
  width : 568px;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;

}

.gfg-title 
{
 display:none;
  font-size: 14px;
  font-weight : bold;
  color : #FFF;
  background-color: #E88301;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3366cc;
}

.gfg-subtitle 
{
	display:none;
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E88301;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #FFF;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  padding-bottom :10px;
  /*border-bottom:solid 1px #E5E5E5;*/
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
  margin-top : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  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/list-bullet-01-link.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

