@charset "utf-8";
/* CSS Document */
#content.rss #feedControl{
	margin-top:-20px;
}
.rss .gfc-control{
  width : 680px;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border:none;
  margin-top: 20px;
}
.rss .gfc-resultsHeader {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color:#FFFFFF;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
  text-align:left;
  padding:0;
  border:none;
}

.rss .gfc-title a {
  color : #3366cc;
}
.rss .gfc-results {
  position : relative;
  overflow : hidden;
  text-align : left;
  font-size:11px;
 }

.rss .gfc-result {
  line-height : 1.5em;
  overflow : hidden;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-right:15px;
}

.rss .gfg-listentry-highlight { 
  background-image : url('../../default/garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}
.rss .gf-result .gf-author, .rss .gf-result .gf-spacer, .rss .gf-result .gf-relativePublishedDate,.rss .gfc-resultsHeader .gfc-title {
	display:none;
}
.rss gf-snippet {
font-size:1.2em;
line-height:1.4;
padding-bottom:1em;
}
