/* trigger button */
#download_now {
	background: transparent url(../themes/default/download.png) no-repeat scroll 0 0;
	display: block;
	height: 44px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -999em;
	width: 159px;
	cursor: pointer;
}

/* clicked state */
#download_now:focus {
	background-position: 0 -88px;
}

.tooltip .mini-pic {
	width:30%;
	height:85px;
	color:white;
	float:left;
}

.mini-pic img {
	border:1px dotted #ffffff;
}

.tooltip .txt{
	width: 68%;
	height: 85px;
	color: #0E313C;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
	text-align: left;
	padding-left: 5px;
}

.tooltip .footer{
	color: #0E313C;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	padding: 0 6px 0 6px;
}

/* tooltip styling */
.tooltip {
	display: none;
	background:url(../images/tooltip/white_big.png);
	height: 142px;
	padding: 40px 30px 10px 30px;
	width: 310px;
	font-size: 11px;
	color: #fff;
	z-index: 9;
	margin-bottom:-122px;
}

.tooltip td {
	padding: 0.7px 10px 10px 0;
}

/* a .label element inside tooltip */
.tooltip .label {
	color: yellow;
	width: 35px;
}

.tooltip a {
	color: #ad4;
	font-size: 11px;
	font-weight: bold;
}