.gfiledownload {
     overflow-x:hidden;
     overflow-y:hidden;
	}

.gfiledownload a.simple {
	font-weight: normal; 
	font-size: 12px; 
	color: #0000ff; 
	text-decoration: none; 
	padding: 3px; 
	margin: 0px;
	}
 
.gfiledownload a.simple:link {
	color: #0000ff; 
	}

.gfiledownload a.simple:visited {
	color: #505070; 
	}

.gfiledownload a.simple:active  {
	color: #0000ff; 
	}

.gfiledownload a.simple:hover   {
	text-decoration: none; 
	color: #ffffff; 
	background: #40408f;
	margin: 0px;
	}
.gfiledownload a.simple:hover .file_size{
	color: #c8c8c8;
	}
	
.gfiledownload .file_icon {
	vertical-align: middle;
	}
	
.gfiledownload .file_name {
	padding-left: 3px;
	padding-right: 3px;
	}
		
.gfiledownload .file_size {
	color: #777777;
	padding-left: 3px;
	padding-right: 3px;
	}
	
.gfiledownload .file_icon_48 {
	vertical-align: top;
	padding-top: 1px;
	}

.gfiledownload .file_name_48 {
	clear:both;
	display: block;
	font: 8pt "Tahoma",helvetica,sans-serif;
	font-weight: bold;
    overflow: hidden;
    padding: 3px 0 0 0;
    white-space: nowrap;
    width: 100%;	
    text-decoration: none;
	}	
	
.gfiledownload .file_size_48 {
	clear:both;
	display: block;
    color: #808080;
    font-size: 9px;
    overflow: hidden;
    padding: 3px 0 0;
    white-space: nowrap;
    width: 100%;	
	}
	
.gfiledownload .file_last_modified_48 {
	clear:both;
	display: block;
    color: #808080;
    font-size: 9px;
    overflow: hidden;
    padding: 3px 0 0;
    white-space: nowrap;
    width: 100%;	
	}
.gfiledownload .left {
	float: left;
	margin-right: 5px;
	}
.gfiledownload .right {
	float: left;
	width: 183px;
	}
 
 .gfiledownload a.file, a.file:hover, a.file:visited, a.file:active, a.file:link {
    color: #0000FF;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 250px;
}
 .gfiledownload a.file:hover {
    background: url("file_hover.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #0000FF;
    text-decoration: none;
}