.download_now 
{
	background:transparent url(../images/icone/14mini.png) no-repeat scroll 0 0;
	display:block;
	height:35px;
	width:35px;
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
.download_now:hover {
	
}

/* clicked state */
.download_now:focus {
	background-position:0 -88px;
}

.download_now2 {
	background:transparent url(../images/icone/24mini.png) no-repeat scroll 0 0;
	display:block;
	height:35px;
	width:35px;
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
.download_now2:hover {

}

/* clicked state */
.download_now2:focus {
	background-position:0 -88px;
}

.download_now3 {
	background:transparent url(../images/icone/20mini.png) no-repeat scroll 0 0;
	display:block;
	height:35px;
	width:35px;
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
}

/* mouseover state */
.download_now3:hover {

}

/* clicked state */
.download_now3:focus {
	background-position:0 -88px;
}


/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/tipt.png);
	height:100px;
	padding:5px 5px 8px 5px;
	width:200px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:black;
	width:110px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

.tooltip2 {
	display:none;
	background:url(../images/tipt.png);
	height:100px;
	padding:5px 5px 8px 5px;
	width:200px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip2 .label {
	color:black;
	width:110px;
}

.tooltip2 a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}



.tooltip3 {
	display:none;
	background:url(../images/tipt.png);
	height:100px;
	padding:5px 5px 8px 5px;
	width:200px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip3 .label {
	color:black;
	width:110px;
}

.tooltip3 a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
