/*
-------------------------------------------
File: 'Blueball Focus' downloadicon_blue.css Style Sheet
Created: 14, October, 2009
Last Modified: 26, October, 2009
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2009 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

.filesharing-item-title a:link, .filesharing-item-title a:visited, .filesharing-item-title a:active {
	background-image: url(../../images/download_blue.png);
	background-position: left center;
	background-repeat: no-repeat;
}

* html .filesharing-item-title a:link, .filesharing-item-title a:visited, .filesharing-item-title a:active {
	background-image: url(../../images/download_blue.gif);
}

.filesharing-item-title a:hover {
	background-image: url(../../images/download_gray.png);
	background-position: left center;
	background-repeat: no-repeat;
}

* html .filesharing-item-title a:hover {
	background-image: url(../../images/download_gray.gif);
}


