::-moz-selection {background: #6F7071;color:#fff;text-shadow: none;}
::selection { background:#6F7071; color:#fff; text-shadow: none; }

.files {
	margin: 5px 0;
	width: 110px;
	height: 110px;
	font-size: 11px;
	float: left;
}

.files span {
	margin: 5px 0;
}

.files.pdf span { 
	background:url(/lib/gfx/files/f_pdf.png) #999 no-repeat 0 0;
	display: block;
	width: 40px;
	height: 50px;
	
}
.files.pdf:hover span{ 
	background-color: #363636;
}
.files.doc span { 
	background:url(/lib/gfx/files/f_doc.png) #999 no-repeat 0 0;
	display: block;
	width: 40px;
	height: 50px;
}
.files.doc:hover span { 
	background-color: #363636;
}

.files.xls span { 
	background:url(/lib/gfx/files/f_xls.png) #999 no-repeat 0 0;
	display: block;
	width: 40px;
	height: 50px;
}

.files.xls:hover span { 
	background-color: #363636;

}

.files a:link, .files a:visited { color:#495764; text-decoration: none; }
