.gfilelink a, 
.gfilelink a:hover, 
.gfilelink a:visited, 
.gfilelink a:active {
  color: #0000ff; 
  width: 250px;
  height: 50px;
  text-decoration: none;
  display: block; 
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gfilelink span.icon-wrap {
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.gfilelink span.title {
	line-height: 12px;
	position: absolute; 
	width: 200px; 
	top: 4px; 
	left: 52px; 
	height: 14px; 
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: blue; 
	font-weight: bold;
}

.gfilelink span.subtitle {
	position: absolute;
	width: 200px;
	top: 18px;
	left: 52px;
	color: gray;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
