#feedControl {
  width : 248px;
  height : 13em;
  padding : 0px;
  
}
    
	
	
	
	.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : left;
  font-family: "Helvetica", sans-serif;
  font-size: .75em;
  padding: .1325em;

 
}

.gfg-title {
  font-size: 1em;
  font-weight : bold;
  color : #3366cc;
  background-image:url(../images/ImagesIkonic/thumbAccent.jpg);
  line-height : 1.7em;
  overflow : hidden;
  white-space : nowrap;
  height: 2em;
	padding-top: .25em;
	padding-bottom: .2em;
	padding-left: .7em;
	width : 240px;
}



/* changes Main Heading */
.gfg-title a {
  color:#858786;
  padding-left: .1325em;
}

.gfg-subtitle {
  font-size: 1.1em;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : .1325em;
}

.gfg-subtitle a {
  color : #fff;

}

.gfg-entry {
font-size: .9em;
  background-color : white;
  width : 100%;
  height : 8em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : .1875em;
  
}

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

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

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  padding-left : .1325em;
  padding-right : .1325em;
  margin-left : .1325em;
  margin-right : .5em
  font-size: 1.1em;
  font-family: Helvetica, sans-serif;

}



/* added own colored links */
.gfg-listentry  a {
  color : #666666; font-size: .9em; 

}




.gfg-listentry  a:hover {
  color : #3e3c3d; 

}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

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

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 1em;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 2px;
  color: #505050;
  width: 19em;
    
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #505050;
  margin-top : .1875em;
  line-height: 1.4em;
  
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Helvetica", sans-serif;
  font-size: .8em

  padding : .1325em;
  margin-right : 5em;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : .625em;
  padding-right : .1em;

}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0em;
  margin-left : 0em;
  padding-left : .625em;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : .1875em;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0em;
  top : 0em;
  width : 5em;
}