@charset "utf-8";
/* CSS Document */

/* trigger button */
/*#download_now {
	background:transparent url(/img/home/download.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}*/

/* mouseover state */
/*#download_now:hover {
	background-position:0 -44px ;		
}*/

/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

/* tooltip styling */
/*.tooltip-html {
	display:none;
	background: url(../images/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	z-index: 20000;
}*/

.tooltip-html {
background:url("../images/black_arrow.png") repeat scroll 0 0 transparent;
color:#FFFFFF;
display:none;
font-size:14px;
height:60px;
padding:35px 25px 25px 35px;
width:150px;
z-index:20000;
}


.tooltip-html a{	
	color:#ddc034;
	font-weight: bold;
	text-decoration: none;
	
}
.tooltip-html a:hover{
	color:#ee2e24;
	text-decoration: none;
	text-decoration: underline;
}

.tooltip-html-spanish {
background:url("../images/black_arrow.png") repeat scroll 0 0 transparent;
color:#FFFFFF;
display:none;
font-size:14px;
height:60px;
padding:25px 25px 25px 35px;
width:150px;
z-index:20000;
}


.tooltip-html-spanish a{	
	color:#ddc034;
	font-weight: bold;
	text-decoration: none;
	
}
.tooltip-html-spanish a:hover{
	color:#ee2e24;
	text-decoration: none;
	text-decoration: underline;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

