.item
{
	float: left;
	padding:2px;
	height:35px;
	width:35px;
}
.tooltip { 
	width: 340px;
	color: white;
	font-size: 12px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
}

.tooltip div.content { 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: #5696c4;
	width: 160px;
	min-height: 50px;
	float: left;
	padding: 10px;
}
.tooltip div.content img
{
	float:left;	
	margin-right:10px;
}
.tooltip div.content h1 {
	font-size: 16px;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 5px;
}
.tooltip div.down_arrow {
	background : url('../images/down_arrow.png') 60px 0px no-repeat;
	width: 100%;
	height: 20px;
}


