
.gfg-root {
width : 600px;
height : 100%;
margin-top:2px;
overflow : hidden;
}
.gfg-title {
line-height:100%;
padding-bottom:2px;
padding-top:4px;
padding-left:3px;
font-size:95%;
background-color: #666666;
overflow : hidden;
display:none;
}


.gfg-title a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.gfg-title a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.gfg-title a:hover {
	text-decoration: none;
	color: #FF0000;
}
.gfg-title a:active {
	text-decoration: none;
	color: #FF0000;
}

.gfg-entry {

width : 100%;

font-size:90%;
text-align : left;
margin-top : 3px;
line-height:130%;
display:none;
}
.gfg-root .gfg-entry .gf-result {


width : auto;
height : 100%;
padding-left : 10px;
padding-right : 10px;display:none;

}

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

}

.gfg-root .gfg-entry .gf-result .gf-title {
font-size: 12px;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
-o-text-overflow : ellipsis;

}
.gfg-root .gfg-entry .gf-result .gf-snippet {
color:#333333;
margin-top : 3px;
}

/* sub title. */

.gfg-subtitle {
  font-size: 100%;
  font-weightx : bold;
  color : #FFFFFF;
  background-color: #666666;
  line-height : 100%;
  overflow : hidden;
  white-space : nowrap;
padding-top:2px;
padding-bottom:1px;
}
.gfg-subtitle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.gfg-subtitle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.gfg-subtitle a:hover {
	text-decoration: none;
	color: #FF0000;
}
.gfg-subtitle a:active {
	text-decoration: none;
	color: #FF0000;
}


.gfg-listentry {
margin-top:3px;
line-height:130%;
padding-left:5px;
  font-size: 90%;

}



