﻿
/* trigger buttons */
.tunein 
{
	background:transparent url(../images/tooltip/download.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:2px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}

.tunein:hover {
	background-position:0 -44px ;		
}


.joinchat {cursor:pointer;}


/* clicked state */
#download_now:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

/* a .label element inside tooltip */
.tooltip .label 
{
	color:white;
	width:35px;
}

.tooltip a {
	color:#3f91b4;
	font-size:11px;
	font-weight:bold;
}



