.foot a 
{
	padding:0px 20px 0px 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
	text-decoration: none;
	float:left;
	}
		
.foot a:hover {	
	color: #000;
	}
	
.product-learn-more a {
    display:block;
    float:right;
	padding:3px 0px 0px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #7C7C7C;
	width:71px;
	height:20px;
	text-decoration: none;
	text-align: left;
	background: url("../images/content/learn_more.gif") 0 0 no-repeat;
	}
		
.product-learn-more a:hover {	
    background-position: 0 -23px;
	color: #000;
	}